diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/DiskRPTests/DiskRPScenarioTests.cs b/sdk/compute/Microsoft.Azure.Management.Compute/tests/DiskRPTests/DiskRPScenarioTests.cs index c6e28c2768fb..69d6d0c99f41 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/DiskRPTests/DiskRPScenarioTests.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/DiskRPTests/DiskRPScenarioTests.cs @@ -56,6 +56,12 @@ public void Disk_CRUD_PremiumDiskWithBursting() PremiumDisk_CRUD_Execute(DiskCreateOption.Import, "Disk_CRUD_PremiumDiskWithBursting", tier: "P30", diskSizeGB: 1024, burstingEnabled: true, location: "eastus2euap"); } + [Fact] + public void Disk_CRUD_PerformancePlusDiskWithBursting() + { + PremiumDisk_CRUD_Execute(DiskCreateOption.Empty, "Disk_CRUD_PerformancePlusDiskWithBursting", tier: "P30", diskSizeGB: 1024, burstingEnabled: true, location: "eastus2euap", isPerformancePlus : true); + } + [Fact] public void Snapshot_CRUD_EmptyDisk() { diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/DiskRPTests/DiskRPTestsBase.cs b/sdk/compute/Microsoft.Azure.Management.Compute/tests/DiskRPTests/DiskRPTestsBase.cs index 935b6989109e..9ef2e141e56b 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/DiskRPTests/DiskRPTestsBase.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/DiskRPTests/DiskRPTestsBase.cs @@ -123,7 +123,7 @@ protected void Disk_CRUD_Execute(string diskCreateOption, string methodName, int } - protected void PremiumDisk_CRUD_Execute(string diskCreateOption, string methodName, int? diskSizeGB = null, string tier = null, bool? burstingEnabled = null, string location = null, IList zones = null) + protected void PremiumDisk_CRUD_Execute(string diskCreateOption, string methodName, int? diskSizeGB = null, string tier = null, bool? burstingEnabled = null, string location = null, IList zones = null, bool? isPerformancePlus = null) { using (MockContext context = MockContext.Start(this.GetType(), methodName)) { @@ -140,6 +140,7 @@ protected void PremiumDisk_CRUD_Execute(string diskCreateOption, string methodNa }; disk.Tier = tier; disk.BurstingEnabled = burstingEnabled; + disk.CreationData.PerformancePlus = isPerformancePlus; try { @@ -161,12 +162,20 @@ protected void PremiumDisk_CRUD_Execute(string diskCreateOption, string methodNa Validate(disk, diskOut, DiskRPLocation); Assert.Equal(tier, diskOut.Tier); Assert.Equal(burstingEnabled, diskOut.BurstingEnabled); + if (burstingEnabled == true) + { + Assert.NotNull(diskOut.BurstingEnabledTime); + } // Get diskOut = m_CrpClient.Disks.Get(rgName, diskName); Validate(disk, diskOut, DiskRPLocation); Assert.Equal(tier, diskOut.Tier); Assert.Equal(burstingEnabled, diskOut.BurstingEnabled); + if (burstingEnabled == true) + { + Assert.NotNull(diskOut.BurstingEnabledTime); + } // Get disk access AccessUri accessUri = m_CrpClient.Disks.GrantAccess(rgName, diskName, AccessDataDefault); @@ -215,7 +224,6 @@ protected void PremiumDisk_CRUD_Execute(string diskCreateOption, string methodNa m_ResourcesClient.ResourceGroups.Delete(rgName); } } - } protected void SSDZRSDisk_CRUD_Execute(string diskCreateOption, string accountType, string methodName, int? diskSizeGB = null, string tier = "E4", string location = null) @@ -2021,6 +2029,7 @@ protected void Validate(Disk diskExpected, Disk diskActual, string location, boo Assert.Equal(creationDataExp.SourceUri, creationDataAct.SourceUri); Assert.Equal(creationDataExp.SourceResourceId, creationDataAct.SourceResourceId); Assert.Equal(creationDataExp.StorageAccountId, creationDataAct.StorageAccountId); + Assert.Equal(creationDataExp.PerformancePlus, creationDataAct.PerformancePlus); // Image reference ImageDiskReference imgRefExp = creationDataExp.GalleryImageReference ?? creationDataExp.ImageReference; diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPScenarioTests/Disk_CRUD_PerformancePlusDiskWithBursting.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPScenarioTests/Disk_CRUD_PerformancePlusDiskWithBursting.json new file mode 100644 index 000000000000..a0eb6274e4c8 --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/DiskRPScenarioTests/Disk_CRUD_PerformancePlusDiskWithBursting.json @@ -0,0 +1,1543 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar8719?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg3MTk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"eastus2euap\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b9c1fd0a-4239-43b6-bf88-ae1b77180370" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "33" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "a3f34d9a-1d6c-4361-a832-917e7d7cbafd" + ], + "x-ms-correlation-request-id": [ + "a3f34d9a-1d6c-4361-a832-917e7d7cbafd" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012717Z:a3f34d9a-1d6c-4361-a832-917e7d7cbafd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:27:17 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8719\",\r\n \"name\": \"crptestar8719\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8719/providers/Microsoft.Compute/disks/diskrp2443?api-version=2022-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI0NDM/YXBpLXZlcnNpb249MjAyMi0wNy0wMg==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Empty\",\r\n \"performancePlus\": true\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"tier\": \"P30\",\r\n \"burstingEnabled\": true\r\n },\r\n \"location\": \"eastus2euap\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "39923bb1-3081-463c-afa2-f3ebd3b91b0d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/58.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "295" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/a570c915-a17b-452e-81f7-79df042a52dc?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&monitor=true&api-version=2022-07-02" + ], + "Retry-After": [ + "2" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/a570c915-a17b-452e-81f7-79df042a52dc?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&api-version=2022-07-02" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/CreateUpdateDisks3Min;998,Microsoft.Compute/CreateUpdateDisks30Min;7993" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "ded1dc0e-bc59-4491-b707-c0a9c98ab021_133000523480939886" + ], + "x-ms-request-id": [ + "a570c915-a17b-452e-81f7-79df042a52dc" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "3eda69a5-54d3-41f7-842c-c0958c8b0eda" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012719Z:3eda69a5-54d3-41f7-842c-c0958c8b0eda" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:27:19 GMT" + ], + "Content-Length": [ + "524" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"diskrp2443\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8719/providers/Microsoft.Compute/disks/diskrp2443\",\r\n \"location\": \"eastus2euap\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Empty\",\r\n \"performancePlus\": true\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"burstingEnabled\": true,\r\n \"provisioningState\": \"Updating\",\r\n \"isArmResource\": true,\r\n \"tier\": \"P30\"\r\n }\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/a570c915-a17b-452e-81f7-79df042a52dc?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&api-version=2022-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvYTU3MGM5MTUtYTE3Yi00NTJlLTgxZjctNzlkZjA0MmE1MmRjP3A9ZGVkMWRjMGUtYmM1OS00NDkxLWI3MDctYzBhOWM5OGFiMDIxJmFwaS12ZXJzaW9uPTIwMjItMDctMDI=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/58.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;49989,Microsoft.Compute/GetOperation30Min;399960" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "ded1dc0e-bc59-4491-b707-c0a9c98ab021_133000523480939886" + ], + "x-ms-request-id": [ + "c96b444e-1293-4a2a-afac-1523bece1098" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "68f21f20-c579-44b4-bef7-14718e0ca7b1" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012722Z:68f21f20-c579-44b4-bef7-14718e0ca7b1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:27:21 GMT" + ], + "Content-Length": [ + "1252" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-08-18T20:27:19.8873387-05:00\",\r\n \"endTime\": \"2022-08-18T20:27:19.9810869-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"diskrp2443\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8719/providers/Microsoft.Compute/disks/diskrp2443\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Empty\",\r\n \"performancePlus\": true\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"diskIOPSReadWrite\": 8000,\r\n \"diskMBpsReadWrite\": 300,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"burstingEnabled\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-08-18T20:27:19.9029623-05:00\",\r\n \"burstingEnabledTime\": \"2022-08-18T20:27:19.9342557-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 1099511627776,\r\n \"uniqueId\": \"088c3f8a-2f0c-4537-a0b8-41993cb2e53f\",\r\n \"tier\": \"P30\"\r\n }\r\n }\r\n },\r\n \"name\": \"a570c915-a17b-452e-81f7-79df042a52dc\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8719/providers/Microsoft.Compute/disks/diskrp2443?api-version=2022-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI0NDM/YXBpLXZlcnNpb249MjAyMi0wNy0wMg==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/58.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;14991,Microsoft.Compute/LowCostGet30Min;119966" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "ded1dc0e-bc59-4491-b707-c0a9c98ab021_133000523480939886" + ], + "x-ms-request-id": [ + "1ac8c08f-6a64-40bc-975c-28015280b401" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "2ab95abc-f7e2-42cf-8883-c4c5283054b7" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012722Z:2ab95abc-f7e2-42cf-8883-c4c5283054b7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:27:22 GMT" + ], + "Content-Length": [ + "1027" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"diskrp2443\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8719/providers/Microsoft.Compute/disks/diskrp2443\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Empty\",\r\n \"performancePlus\": true\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"diskIOPSReadWrite\": 8000,\r\n \"diskMBpsReadWrite\": 300,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"burstingEnabled\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-08-18T20:27:19.9029623-05:00\",\r\n \"burstingEnabledTime\": \"2022-08-18T20:27:19.9342557-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 1099511627776,\r\n \"uniqueId\": \"088c3f8a-2f0c-4537-a0b8-41993cb2e53f\",\r\n \"tier\": \"P30\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8719/providers/Microsoft.Compute/disks/diskrp2443?api-version=2022-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI0NDM/YXBpLXZlcnNpb249MjAyMi0wNy0wMg==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8361711b-adad-4321-94fc-953c93f864c2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/58.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;14990,Microsoft.Compute/LowCostGet30Min;119965" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "ded1dc0e-bc59-4491-b707-c0a9c98ab021_133000523480939886" + ], + "x-ms-request-id": [ + "a027a5b1-7b1f-4896-b038-d1401b5dd0c7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "74de1c04-b926-4f7a-a6aa-dd4cc94fd7c7" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012722Z:74de1c04-b926-4f7a-a6aa-dd4cc94fd7c7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:27:22 GMT" + ], + "Content-Length": [ + "1027" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"diskrp2443\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8719/providers/Microsoft.Compute/disks/diskrp2443\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Empty\",\r\n \"performancePlus\": true\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"diskIOPSReadWrite\": 8000,\r\n \"diskMBpsReadWrite\": 300,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"burstingEnabled\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-08-18T20:27:19.9029623-05:00\",\r\n \"burstingEnabledTime\": \"2022-08-18T20:27:19.9342557-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 1099511627776,\r\n \"uniqueId\": \"088c3f8a-2f0c-4537-a0b8-41993cb2e53f\",\r\n \"tier\": \"P30\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8719/providers/Microsoft.Compute/disks/diskrp2443?api-version=2022-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI0NDM/YXBpLXZlcnNpb249MjAyMi0wNy0wMg==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5bbad21d-dfca-4015-98cc-4ffa77223d8e" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/58.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;14994,Microsoft.Compute/LowCostGet30Min;119962" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "ded1dc0e-bc59-4491-b707-c0a9c98ab021_133000523480939886" + ], + "x-ms-request-id": [ + "f1398243-e2df-48fc-ac0a-814e099ef5b0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "a8d5d34c-7314-4b2c-9512-4f9cf3a3b7b1" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012752Z:a8d5d34c-7314-4b2c-9512-4f9cf3a3b7b1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:27:52 GMT" + ], + "Content-Length": [ + "1026" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"diskrp2443\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8719/providers/Microsoft.Compute/disks/diskrp2443\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Empty\",\r\n \"performancePlus\": true\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"diskIOPSReadWrite\": 8000,\r\n \"diskMBpsReadWrite\": 300,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"burstingEnabled\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-08-18T20:27:19.9029623-05:00\",\r\n \"burstingEnabledTime\": \"2022-08-18T20:27:23.8561282-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"ActiveSAS\",\r\n \"diskSizeBytes\": 1099511627776,\r\n \"uniqueId\": \"088c3f8a-2f0c-4537-a0b8-41993cb2e53f\",\r\n \"tier\": \"P30\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8719/providers/Microsoft.Compute/disks/diskrp2443?api-version=2022-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI0NDM/YXBpLXZlcnNpb249MjAyMi0wNy0wMg==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/58.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;14992,Microsoft.Compute/LowCostGet30Min;119960" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "ded1dc0e-bc59-4491-b707-c0a9c98ab021_133000523480939886" + ], + "x-ms-request-id": [ + "cff0171a-29e6-4b17-a2af-5bc70cc6daa3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "b92298b5-ff21-4088-ac9f-9c7a842d4e50" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012755Z:b92298b5-ff21-4088-ac9f-9c7a842d4e50" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:27:55 GMT" + ], + "Content-Length": [ + "1072" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"diskrp2443\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8719/providers/Microsoft.Compute/disks/diskrp2443\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Empty\",\r\n \"performancePlus\": true\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"diskIOPSReadWrite\": 8000,\r\n \"diskMBpsReadWrite\": 300,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"burstingEnabled\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-08-18T20:27:19.9029623-05:00\",\r\n \"burstingEnabledTime\": \"2022-08-18T20:27:23.8561282-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"ActiveSAS\",\r\n \"diskSizeBytes\": 1099511627776,\r\n \"uniqueId\": \"088c3f8a-2f0c-4537-a0b8-41993cb2e53f\",\r\n \"tier\": \"P30\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8719/providers/Microsoft.Compute/disks/diskrp2443?api-version=2022-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI0NDM/YXBpLXZlcnNpb249MjAyMi0wNy0wMg==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7cbf6ad1-60e7-45be-87e4-fac8c141ddae" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/58.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/LowCostGet3Min;14991,Microsoft.Compute/LowCostGet30Min;119959" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "ded1dc0e-bc59-4491-b707-c0a9c98ab021_133000523480939886" + ], + "x-ms-request-id": [ + "d37eb079-fe1a-4622-a9fd-09e79b983f40" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "67cfe109-3ee7-4283-8d2b-1465c240512f" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012755Z:67cfe109-3ee7-4283-8d2b-1465c240512f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:27:55 GMT" + ], + "Content-Length": [ + "1072" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"diskrp2443\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8719/providers/Microsoft.Compute/disks/diskrp2443\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Empty\",\r\n \"performancePlus\": true\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"diskIOPSReadWrite\": 8000,\r\n \"diskMBpsReadWrite\": 300,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"burstingEnabled\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-08-18T20:27:19.9029623-05:00\",\r\n \"burstingEnabledTime\": \"2022-08-18T20:27:23.8561282-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"ActiveSAS\",\r\n \"diskSizeBytes\": 1099511627776,\r\n \"uniqueId\": \"088c3f8a-2f0c-4537-a0b8-41993cb2e53f\",\r\n \"tier\": \"P30\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8719/providers/Microsoft.Compute/disks/diskrp2443?api-version=2022-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI0NDM/YXBpLXZlcnNpb249MjAyMi0wNy0wMg==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "524f2fa5-c906-4fbb-8cd8-5bd45ebe9f73" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/58.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-failure-cause": [ + "gateway" + ], + "x-ms-request-id": [ + "15e2d622-bef5-4761-a02d-68f24b7e4483" + ], + "x-ms-correlation-request-id": [ + "15e2d622-bef5-4761-a02d-68f24b7e4483" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012856Z:15e2d622-bef5-4761-a02d-68f24b7e4483" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:28:55 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "219" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Compute/disks/diskrp2443' under resource group 'crptestar8719' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8719/providers/Microsoft.Compute/disks/diskrp2443/beginGetAccess?api-version=2022-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI0NDMvYmVnaW5HZXRBY2Nlc3M/YXBpLXZlcnNpb249MjAyMi0wNy0wMg==", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"access\": \"Read\",\r\n \"durationInSeconds\": 1000\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7f8cacfb-1a47-4c9a-ac83-65789007f794" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/58.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "54" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/586005d8-99eb-429c-bdaa-1621e24a30b8?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&monitor=true&api-version=2022-07-02" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/586005d8-99eb-429c-bdaa-1621e24a30b8?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&api-version=2022-07-02" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/HighCostDiskHydrate3Min;998,Microsoft.Compute/HighCostDiskHydrate30Min;7993" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "ded1dc0e-bc59-4491-b707-c0a9c98ab021_133000523480939886" + ], + "x-ms-request-id": [ + "586005d8-99eb-429c-bdaa-1621e24a30b8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "044ce4ac-17d6-41d5-9115-c8b961af9dec" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012722Z:044ce4ac-17d6-41d5-9115-c8b961af9dec" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:27:22 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/586005d8-99eb-429c-bdaa-1621e24a30b8?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&api-version=2022-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvNTg2MDA1ZDgtOTllYi00MjljLWJkYWEtMTYyMWUyNGEzMGI4P3A9ZGVkMWRjMGUtYmM1OS00NDkxLWI3MDctYzBhOWM5OGFiMDIxJmFwaS12ZXJzaW9uPTIwMjItMDctMDI=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/58.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;49991,Microsoft.Compute/GetOperation30Min;399957" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "ded1dc0e-bc59-4491-b707-c0a9c98ab021_133000523480939886" + ], + "x-ms-request-id": [ + "963e2c4e-b394-4b33-b5eb-4187d4e8f2b3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "85dbfe24-270d-43ab-9581-05843552fc2d" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012752Z:85dbfe24-270d-43ab-9581-05843552fc2d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:27:52 GMT" + ], + "Content-Length": [ + "426" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-08-18T20:27:22.5436129-05:00\",\r\n \"endTime\": \"2022-08-18T20:27:23.9498704-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"accessSAS\": \"Sanitized\"\r\n }\r\n },\r\n \"name\": \"586005d8-99eb-429c-bdaa-1621e24a30b8\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/586005d8-99eb-429c-bdaa-1621e24a30b8?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&monitor=true&api-version=2022-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvNTg2MDA1ZDgtOTllYi00MjljLWJkYWEtMTYyMWUyNGEzMGI4P3A9ZGVkMWRjMGUtYmM1OS00NDkxLWI3MDctYzBhOWM5OGFiMDIxJm1vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIyLTA3LTAy", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/58.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;49990,Microsoft.Compute/GetOperation30Min;399956" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "ded1dc0e-bc59-4491-b707-c0a9c98ab021_133000523480939886" + ], + "x-ms-request-id": [ + "c7a7fa90-b07c-49af-bded-e9c2eb76d55f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "75fb31ca-5256-43f3-bfa4-66d8b6787ec5" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012752Z:75fb31ca-5256-43f3-bfa4-66d8b6787ec5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:27:52 GMT" + ], + "Content-Length": [ + "201" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"accessSAS\": \"Sanitized\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8719/providers/Microsoft.Compute/disks/diskrp2443?api-version=2022-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI0NDM/YXBpLXZlcnNpb249MjAyMi0wNy0wMg==", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "468841d3-e872-44b8-a96e-bf687db75239" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/58.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "49" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/f035fc60-7044-4755-b638-e646c009a1ae?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&monitor=true&api-version=2022-07-02" + ], + "Retry-After": [ + "2" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/f035fc60-7044-4755-b638-e646c009a1ae?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&api-version=2022-07-02" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/CreateUpdateDisks3Min;998,Microsoft.Compute/CreateUpdateDisks30Min;7992" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "ded1dc0e-bc59-4491-b707-c0a9c98ab021_133000523480939886" + ], + "x-ms-request-id": [ + "f035fc60-7044-4755-b638-e646c009a1ae" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "008e46a3-7cc9-4b54-b21c-bc33e43ecd9b" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012753Z:008e46a3-7cc9-4b54-b21c-bc33e43ecd9b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:27:52 GMT" + ], + "Content-Length": [ + "621" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"diskrp2443\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8719/providers/Microsoft.Compute/disks/diskrp2443\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Empty\",\r\n \"performancePlus\": true\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"provisioningState\": \"Updating\",\r\n \"isArmResource\": true,\r\n \"colocationConstraints\": {},\r\n \"faultDomain\": 0,\r\n \"tier\": \"P30\"\r\n }\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/f035fc60-7044-4755-b638-e646c009a1ae?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&api-version=2022-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvZjAzNWZjNjAtNzA0NC00NzU1LWI2MzgtZTY0NmMwMDlhMWFlP3A9ZGVkMWRjMGUtYmM1OS00NDkxLWI3MDctYzBhOWM5OGFiMDIxJmFwaS12ZXJzaW9uPTIwMjItMDctMDI=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/58.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;49989,Microsoft.Compute/GetOperation30Min;399955" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "ded1dc0e-bc59-4491-b707-c0a9c98ab021_133000523480939886" + ], + "x-ms-request-id": [ + "0729443a-3c80-4bb5-b1a1-dbe6db1f9f7d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "c948bc57-b5c6-4454-9bea-bad18f26f4af" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012755Z:c948bc57-b5c6-4454-9bea-bad18f26f4af" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:27:54 GMT" + ], + "Content-Length": [ + "1296" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-08-18T20:27:53.1844179-05:00\",\r\n \"endTime\": \"2022-08-18T20:27:53.293798-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"diskrp2443\",\r\n \"id\": \"/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8719/providers/Microsoft.Compute/disks/diskrp2443\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"tageKey\": \"tagvalue\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Empty\",\r\n \"performancePlus\": true\r\n },\r\n \"diskSizeGB\": 1024,\r\n \"diskIOPSReadWrite\": 8000,\r\n \"diskMBpsReadWrite\": 300,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"burstingEnabled\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-08-18T20:27:19.9029623-05:00\",\r\n \"burstingEnabledTime\": \"2022-08-18T20:27:23.8561282-05:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"ActiveSAS\",\r\n \"diskSizeBytes\": 1099511627776,\r\n \"uniqueId\": \"088c3f8a-2f0c-4537-a0b8-41993cb2e53f\",\r\n \"tier\": \"P30\"\r\n }\r\n }\r\n },\r\n \"name\": \"f035fc60-7044-4755-b638-e646c009a1ae\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8719/providers/Microsoft.Compute/disks/diskrp2443/endGetAccess?api-version=2022-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI0NDMvZW5kR2V0QWNjZXNzP2FwaS12ZXJzaW9uPTIwMjItMDctMDI=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eb0a24c6-0f0a-454b-b462-c9fdf55f81d2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/58.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/ff7fa92e-0a34-46a1-8c30-e3c24019599d?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&monitor=true&api-version=2022-07-02" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/ff7fa92e-0a34-46a1-8c30-e3c24019599d?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&api-version=2022-07-02" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/HighCostDiskHydrate3Min;998,Microsoft.Compute/HighCostDiskHydrate30Min;7992" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "ded1dc0e-bc59-4491-b707-c0a9c98ab021_133000523480939886" + ], + "x-ms-request-id": [ + "ff7fa92e-0a34-46a1-8c30-e3c24019599d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "e946932b-31e7-4755-af8a-1a019c4549cd" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012755Z:e946932b-31e7-4755-af8a-1a019c4549cd" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:27:55 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/ff7fa92e-0a34-46a1-8c30-e3c24019599d?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&api-version=2022-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvZmY3ZmE5MmUtMGEzNC00NmExLThjMzAtZTNjMjQwMTk1OTlkP3A9ZGVkMWRjMGUtYmM1OS00NDkxLWI3MDctYzBhOWM5OGFiMDIxJmFwaS12ZXJzaW9uPTIwMjItMDctMDI=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/58.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;49989,Microsoft.Compute/GetOperation30Min;399952" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "ded1dc0e-bc59-4491-b707-c0a9c98ab021_133000523480939886" + ], + "x-ms-request-id": [ + "716efca0-b189-4acc-9229-9d322c0ba865" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "ded5b1a7-f57f-4263-9ee5-c60c81c5a4d4" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012825Z:ded5b1a7-f57f-4263-9ee5-c60c81c5a4d4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:28:25 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-08-18T20:27:55.8010122-05:00\",\r\n \"endTime\": \"2022-08-18T20:27:55.9103749-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ff7fa92e-0a34-46a1-8c30-e3c24019599d\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/ff7fa92e-0a34-46a1-8c30-e3c24019599d?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&monitor=true&api-version=2022-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvZmY3ZmE5MmUtMGEzNC00NmExLThjMzAtZTNjMjQwMTk1OTlkP3A9ZGVkMWRjMGUtYmM1OS00NDkxLWI3MDctYzBhOWM5OGFiMDIxJm1vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIyLTA3LTAy", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/58.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;49988,Microsoft.Compute/GetOperation30Min;399951" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "ded1dc0e-bc59-4491-b707-c0a9c98ab021_133000523480939886" + ], + "x-ms-request-id": [ + "8351a7b1-057b-4ced-b32c-f7e495c582bf" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "d05c6603-96dc-4ed4-b971-08fa66e491af" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012826Z:d05c6603-96dc-4ed4-b971-08fa66e491af" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:28:25 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourceGroups/crptestar8719/providers/Microsoft.Compute/disks/diskrp2443?api-version=2022-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlR3JvdXBzL2NycHRlc3Rhcjg3MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2Rpc2tzL2Rpc2tycDI0NDM/YXBpLXZlcnNpb249MjAyMi0wNy0wMg==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9f5ab746-6599-42fd-a2a2-2f268454df85" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/58.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/a491d49b-663e-4e19-bac0-f57ae37df1ee?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&monitor=true&api-version=2022-07-02" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/a491d49b-663e-4e19-bac0-f57ae37df1ee?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&api-version=2022-07-02" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/DeleteDisks3Min;2999,Microsoft.Compute/DeleteDisks30Min;23996" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "ded1dc0e-bc59-4491-b707-c0a9c98ab021_133000523480939886" + ], + "x-ms-request-id": [ + "a491d49b-663e-4e19-bac0-f57ae37df1ee" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "64e60d32-28dd-4472-bad1-7b2abf3faae7" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012826Z:64e60d32-28dd-4472-bad1-7b2abf3faae7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:28:25 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/a491d49b-663e-4e19-bac0-f57ae37df1ee?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&api-version=2022-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvYTQ5MWQ0OWItNjYzZS00ZTE5LWJhYzAtZjU3YWUzN2RmMWVlP3A9ZGVkMWRjMGUtYmM1OS00NDkxLWI3MDctYzBhOWM5OGFiMDIxJmFwaS12ZXJzaW9uPTIwMjItMDctMDI=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/58.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;49988,Microsoft.Compute/GetOperation30Min;399949" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "ded1dc0e-bc59-4491-b707-c0a9c98ab021_133000523480939886" + ], + "x-ms-request-id": [ + "04d10b37-b9a6-4df0-b30b-69542c72fb73" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "95bd00b3-ab67-4580-ad8e-9804711b623e" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012856Z:95bd00b3-ab67-4580-ad8e-9804711b623e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:28:55 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-08-18T20:28:26.2438456-05:00\",\r\n \"endTime\": \"2022-08-18T20:28:26.5719582-05:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a491d49b-663e-4e19-bac0-f57ae37df1ee\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/providers/Microsoft.Compute/locations/eastus2euap/DiskOperations/a491d49b-663e-4e19-bac0-f57ae37df1ee?p=ded1dc0e-bc59-4491-b707-c0a9c98ab021&monitor=true&api-version=2022-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvRGlza09wZXJhdGlvbnMvYTQ5MWQ0OWItNjYzZS00ZTE5LWJhYzAtZjU3YWUzN2RmMWVlP3A9ZGVkMWRjMGUtYmM1OS00NDkxLWI3MDctYzBhOWM5OGFiMDIxJm1vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDIyLTA3LTAy", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/58.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;49987,Microsoft.Compute/GetOperation30Min;399948" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "ded1dc0e-bc59-4491-b707-c0a9c98ab021_133000523480939886" + ], + "x-ms-request-id": [ + "74f8eff3-ac6e-4f1b-b64a-688e04144f44" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "1cafa59f-cf4b-43a1-bd27-27f28a4aed9b" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012856Z:1cafa59f-cf4b-43a1-bd27-27f28a4aed9b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:28:55 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/resourcegroups/crptestar8719?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL3Jlc291cmNlZ3JvdXBzL2NycHRlc3Rhcjg3MTk/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cab7737f-503d-4a13-b2a4-308e8da3f01b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzE5LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-request-id": [ + "3654fec3-1832-4d2f-8e99-de0958d306e2" + ], + "x-ms-correlation-request-id": [ + "3654fec3-1832-4d2f-8e99-de0958d306e2" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012857Z:3654fec3-1832-4d2f-8e99-de0958d306e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:28:56 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzE5LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpFNUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "c8092088-3965-43e7-a3db-ce4a8300a37e" + ], + "x-ms-correlation-request-id": [ + "c8092088-3965-43e7-a3db-ce4a8300a37e" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012912Z:c8092088-3965-43e7-a3db-ce4a8300a37e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:29:11 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/0296790d-427c-48ca-b204-8b729bbd8670/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DUlBURVNUQVI4NzE5LUVBU1RVUzJFVUFQIiwiam9iTG9jYXRpb24iOiJlYXN0dXMyZXVhcCJ9?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMDI5Njc5MGQtNDI3Yy00OGNhLWIyMDQtOGI3MjliYmQ4NjcwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFEVWxCVVJWTlVRVkk0TnpFNUxVVkJVMVJWVXpKRlZVRlFJaXdpYW05aVRHOWpZWFJwYjI0aU9pSmxZWE4wZFhNeVpYVmhjQ0o5P2FwaS12ZXJzaW9uPTIwMTctMDUtMTA=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.36202", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-request-id": [ + "855fd3b4-7433-4de5-beed-170e1a32cd84" + ], + "x-ms-correlation-request-id": [ + "855fd3b4-7433-4de5-beed-170e1a32cd84" + ], + "x-ms-routing-request-id": [ + "CENTRALUS:20220819T012912Z:855fd3b4-7433-4de5-beed-170e1a32cd84" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 19 Aug 2022 01:29:12 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "PremiumDisk_CRUD_Execute": [ + "crptestar8719", + "diskrp2443" + ] + }, + "Variables": { + "SubscriptionId": "0296790d-427c-48ca-b204-8b729bbd8670" + } +} \ No newline at end of file