diff --git a/sdk/resourcemanager/azure-resourcemanager-compute/src/main/java/com/azure/resourcemanager/compute/implementation/SnapshotImpl.java b/sdk/resourcemanager/azure-resourcemanager-compute/src/main/java/com/azure/resourcemanager/compute/implementation/SnapshotImpl.java index b52a1b0de2a23..ac3f012e892a0 100644 --- a/sdk/resourcemanager/azure-resourcemanager-compute/src/main/java/com/azure/resourcemanager/compute/implementation/SnapshotImpl.java +++ b/sdk/resourcemanager/azure-resourcemanager-compute/src/main/java/com/azure/resourcemanager/compute/implementation/SnapshotImpl.java @@ -21,6 +21,7 @@ import com.azure.resourcemanager.resources.fluentcore.arm.ResourceUtils; import com.azure.resourcemanager.resources.fluentcore.arm.models.implementation.GroupableResourceImpl; import com.azure.resourcemanager.resources.fluentcore.utils.ResourceManagerUtils; +import reactor.core.publisher.Flux; import reactor.core.publisher.Mono; import java.time.Duration; @@ -136,19 +137,19 @@ public Mono awaitCopyStartCompletionAsync() { Mono result = Mono.just(inner); if (inner.copyCompletionError() != null) { // service error result = Mono.error(new ManagementException(inner.copyCompletionError().errorMessage(), null)); - } else if (inner.completionPercent() == null || inner.completionPercent() != 100) { // in progress + } + return result; + }) + .repeatWhen(longFlux -> Flux.interval(manager().serviceClient().getDefaultPollInterval())) + .takeUntil(inner -> { + if (Float.valueOf(100).equals(inner.completionPercent())) { + return true; + } else { // in progress logger.info("Wait for CopyStart complete for snapshot: {}. Complete percent: {}.", inner.name(), inner.completionPercent()); - result = Mono.empty(); + return false; } - return result; }) - .repeatWhenEmpty(longFlux -> - longFlux - .flatMap( - index -> - Mono.delay(ResourceManagerUtils.InternalRuntimeContext.getDelayDuration( - manager().serviceClient().getDefaultPollInterval())))) .then(); } diff --git a/sdk/resourcemanager/azure-resourcemanager-compute/src/test/resources/session-records/ManagedDiskOperationsTests.canCopyStartIncrementalSnapshot.json b/sdk/resourcemanager/azure-resourcemanager-compute/src/test/resources/session-records/ManagedDiskOperationsTests.canCopyStartIncrementalSnapshot.json index 302cbbd6c0424..11f57b61c6ad0 100644 --- a/sdk/resourcemanager/azure-resourcemanager-compute/src/test/resources/session-records/ManagedDiskOperationsTests.canCopyStartIncrementalSnapshot.json +++ b/sdk/resourcemanager/azure-resourcemanager-compute/src/test/resources/session-records/ManagedDiskOperationsTests.canCopyStartIncrementalSnapshot.json @@ -1,10 +1,10 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/javacsmrg97399?api-version=2021-01-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/javacsmrg95106?api-version=2021-01-01", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "a84ff6b2-7d14-472c-9eff-e1d35cc84571", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "04c54945-c863-4d89-a5cc-3285af4e9d84", "Content-Type" : "application/json" }, "Response" : { @@ -14,23 +14,23 @@ "Pragma" : "no-cache", "retry-after" : "0", "StatusCode" : "201", - "x-ms-correlation-request-id" : "8b08f82c-816c-4686-94cb-a2104e5e3fe7", - "Date" : "Wed, 02 Nov 2022 07:11:33 GMT", + "x-ms-correlation-request-id" : "614d00fe-6b93-49d8-95e0-e571171e6df0", + "Date" : "Fri, 04 Nov 2022 02:17:31 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071134Z:8b08f82c-816c-4686-94cb-a2104e5e3fe7", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T021732Z:614d00fe-6b93-49d8-95e0-e571171e6df0", "Expires" : "-1", - "x-ms-request-id" : "8b08f82c-816c-4686-94cb-a2104e5e3fe7", - "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399\",\"name\":\"javacsmrg97399\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westcentralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}}", + "x-ms-request-id" : "614d00fe-6b93-49d8-95e0-e571171e6df0", + "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106\",\"name\":\"javacsmrg95106\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westcentralus\",\"properties\":{\"provisioningState\":\"Succeeded\"}}", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rg80827c2af?api-version=2021-01-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rg49902a5f5?api-version=2021-01-01", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "d8a6f67f-70c9-4d44-aebd-e0a6593910df", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "99980c85-e223-45f8-9074-5dcaa0ae7744", "Content-Type" : "application/json" }, "Response" : { @@ -40,23 +40,23 @@ "Pragma" : "no-cache", "retry-after" : "0", "StatusCode" : "201", - "x-ms-correlation-request-id" : "6d64b6c3-f0b7-463b-9f7a-ce73dd2cb552", - "Date" : "Wed, 02 Nov 2022 07:11:38 GMT", + "x-ms-correlation-request-id" : "7ad0a2b2-572a-4333-bd20-0494af12b4a8", + "Date" : "Fri, 04 Nov 2022 02:17:35 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071139Z:6d64b6c3-f0b7-463b-9f7a-ce73dd2cb552", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T021736Z:7ad0a2b2-572a-4333-bd20-0494af12b4a8", "Expires" : "-1", - "x-ms-request-id" : "6d64b6c3-f0b7-463b-9f7a-ce73dd2cb552", - "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af\",\"name\":\"rg80827c2af\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}}", + "x-ms-request-id" : "7ad0a2b2-572a-4333-bd20-0494af12b4a8", + "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5\",\"name\":\"rg49902a5f5\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}}", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/disks/md-empty-280289c5?api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/disks/md-empty-41149941?api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "6ca07ede-10e3-46e7-8184-000b33413a40", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "12762d57-ec76-49b6-96c8-60893163a27b", "Content-Type" : "application/json" }, "Response" : { @@ -67,28 +67,28 @@ "x-ms-ratelimit-remaining-subscription-writes" : "1197", "Pragma" : "no-cache", "StatusCode" : "202", - "x-ms-correlation-request-id" : "4615306f-42c7-4852-85b6-f8c1353eeb40", - "Date" : "Wed, 02 Nov 2022 07:11:42 GMT", + "x-ms-correlation-request-id" : "d2d88a82-9a7d-47bb-afcb-c25313aae8f4", + "Date" : "Fri, 04 Nov 2022 02:17:40 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", "Retry-After" : "0", "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/CreateUpdateDisks3Min;999,Microsoft.Compute/CreateUpdateDisks30Min;7998", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071143Z:4615306f-42c7-4852-85b6-f8c1353eeb40", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T021741Z:d2d88a82-9a7d-47bb-afcb-c25313aae8f4", "Expires" : "-1", - "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/14439005-878b-4576-b544-2b489e9866d1?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&api-version=2022-07-02", - "x-ms-request-id" : "14439005-878b-4576-b544-2b489e9866d1", - "Body" : "{\r\n \"name\": \"md-empty-280289c5\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/disks/md-empty-280289c5\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", - "x-ms-client-request-id" : "6ca07ede-10e3-46e7-8184-000b33413a40", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/6bf424b8-954e-4f0f-b738-64460689dc51?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&api-version=2022-07-02", + "x-ms-request-id" : "6bf424b8-954e-4f0f-b738-64460689dc51", + "Body" : "{\r\n \"name\": \"md-empty-41149941\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/disks/md-empty-41149941\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "x-ms-client-request-id" : "12762d57-ec76-49b6-96c8-60893163a27b", "Content-Type" : "application/json; charset=utf-8", - "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/14439005-878b-4576-b544-2b489e9866d1?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&monitor=true&api-version=2022-07-02" + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/6bf424b8-954e-4f0f-b738-64460689dc51?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&monitor=true&api-version=2022-07-02" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/14439005-878b-4576-b544-2b489e9866d1?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/6bf424b8-954e-4f0f-b738-64460689dc51?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "4edaf44e-f4f5-47fe-b7b1-deac1d0ef0b1" + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "274f93d5-74e9-4e0d-9a7a-033a37059f58" }, "Response" : { "content-length" : "1111", @@ -99,25 +99,25 @@ "retry-after" : "0", "x-ms-ratelimit-remaining-subscription-reads" : "11999", "StatusCode" : "200", - "x-ms-correlation-request-id" : "4a77ea49-94be-4433-85a1-661660d87aab", - "Date" : "Wed, 02 Nov 2022 07:11:45 GMT", + "x-ms-correlation-request-id" : "b17699af-1f78-4b9a-a74d-8747746468b4", + "Date" : "Fri, 04 Nov 2022 02:17:43 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49996,Microsoft.Compute/GetOperation30Min;399985", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071145Z:4a77ea49-94be-4433-85a1-661660d87aab", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49999,Microsoft.Compute/GetOperation30Min;399985", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T021743Z:b17699af-1f78-4b9a-a74d-8747746468b4", "Expires" : "-1", - "x-ms-request-id" : "3f716d26-7ae1-435f-a698-c75dfd280656", - "Body" : "{\r\n \"startTime\": \"2022-11-02T07:11:43.4172866+00:00\",\r\n \"endTime\": \"2022-11-02T07:11:43.5110668+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"md-empty-280289c5\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/disks/md-empty-280289c5\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:11:43.4172866+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"0befe678-67ec-4316-850d-227c54e6c240\"\r\n }\r\n}\r\n },\r\n \"name\": \"14439005-878b-4576-b544-2b489e9866d1\"\r\n}", - "x-ms-client-request-id" : "4edaf44e-f4f5-47fe-b7b1-deac1d0ef0b1", + "x-ms-request-id" : "01b38134-f258-4dd7-be64-926ca4dd994e", + "Body" : "{\r\n \"startTime\": \"2022-11-04T02:17:41.1360898+00:00\",\r\n \"endTime\": \"2022-11-04T02:17:41.2299956+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"md-empty-41149941\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/disks/md-empty-41149941\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T02:17:41.1360898+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"a68694cf-3d60-4c43-bb15-0f360de543d5\"\r\n }\r\n}\r\n },\r\n \"name\": \"6bf424b8-954e-4f0f-b738-64460689dc51\"\r\n}", + "x-ms-client-request-id" : "274f93d5-74e9-4e0d-9a7a-033a37059f58", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/disks/md-empty-280289c5?api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/disks/md-empty-41149941?api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "a699a327-19c5-4f1b-9dbf-f2435669e911" + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "7905dfe0-50b4-4ee9-aa0b-18ad67cb82d6" }, "Response" : { "content-length" : "886", @@ -128,25 +128,25 @@ "retry-after" : "0", "x-ms-ratelimit-remaining-subscription-reads" : "11999", "StatusCode" : "200", - "x-ms-correlation-request-id" : "3ebafe95-320d-4c5a-a806-8593f322cf7e", - "Date" : "Wed, 02 Nov 2022 07:11:46 GMT", + "x-ms-correlation-request-id" : "3936e786-ff3d-4c43-82b7-5dfaf95f216e", + "Date" : "Fri, 04 Nov 2022 02:17:44 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14992,Microsoft.Compute/LowCostGet30Min;119963", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071147Z:3ebafe95-320d-4c5a-a806-8593f322cf7e", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14993,Microsoft.Compute/LowCostGet30Min;119958", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T021745Z:3936e786-ff3d-4c43-82b7-5dfaf95f216e", "Expires" : "-1", - "x-ms-request-id" : "03edcd80-1e53-41a5-ba5d-a33aba25adb0", - "Body" : "{\r\n \"name\": \"md-empty-280289c5\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/disks/md-empty-280289c5\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:11:43.4172866+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"0befe678-67ec-4316-850d-227c54e6c240\"\r\n }\r\n}", - "x-ms-client-request-id" : "a699a327-19c5-4f1b-9dbf-f2435669e911", + "x-ms-request-id" : "6089b709-e2dd-4dc6-8094-ee9f7ccd6714", + "Body" : "{\r\n \"name\": \"md-empty-41149941\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/disks/md-empty-41149941\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T02:17:41.1360898+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"a68694cf-3d60-4c43-bb15-0f360de543d5\"\r\n }\r\n}", + "x-ms-client-request-id" : "7905dfe0-50b4-4ee9-aa0b-18ad67cb82d6", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a?api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89?api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "98c52b9f-8b6c-45b7-b78a-235b93240852", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "77513562-bd57-4ff2-a925-2805462fd1ea", "Content-Type" : "application/json" }, "Response" : { @@ -157,31 +157,31 @@ "x-ms-ratelimit-remaining-subscription-writes" : "1196", "Pragma" : "no-cache", "StatusCode" : "202", - "x-ms-correlation-request-id" : "4172b59e-57bd-4353-804e-c7bfa047d2de", - "Date" : "Wed, 02 Nov 2022 07:11:47 GMT", + "x-ms-correlation-request-id" : "4354c557-91f3-40f0-bb2e-d5c736c236f8", + "Date" : "Fri, 04 Nov 2022 02:17:46 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", "Retry-After" : "0", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/HighCostSnapshotCreateHydrate3Min;998,Microsoft.Compute/HighCostSnapshotCreateHydrate30Min;7993", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071148Z:4172b59e-57bd-4353-804e-c7bfa047d2de", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/HighCostSnapshotCreateHydrate3Min;999,Microsoft.Compute/HighCostSnapshotCreateHydrate30Min;7993", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T021746Z:4354c557-91f3-40f0-bb2e-d5c736c236f8", "Expires" : "-1", - "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/c7f9f9da-8a25-4bfb-8a15-a079433dcb50?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&api-version=2022-07-02", - "x-ms-request-id" : "c7f9f9da-8a25-4bfb-8a15-a079433dcb50", - "Body" : "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/disks/md-empty-280289c5\"\r\n },\r\n \"incremental\": true,\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", - "x-ms-client-request-id" : "98c52b9f-8b6c-45b7-b78a-235b93240852", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/81e65e45-5fbb-43bb-9442-2b6c2664e8bc?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&api-version=2022-07-02", + "x-ms-request-id" : "81e65e45-5fbb-43bb-9442-2b6c2664e8bc", + "Body" : "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/disks/md-empty-41149941\"\r\n },\r\n \"incremental\": true,\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "x-ms-client-request-id" : "77513562-bd57-4ff2-a925-2805462fd1ea", "Content-Type" : "application/json; charset=utf-8", - "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/c7f9f9da-8a25-4bfb-8a15-a079433dcb50?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&monitor=true&api-version=2022-07-02" + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/81e65e45-5fbb-43bb-9442-2b6c2664e8bc?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&monitor=true&api-version=2022-07-02" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/c7f9f9da-8a25-4bfb-8a15-a079433dcb50?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/81e65e45-5fbb-43bb-9442-2b6c2664e8bc?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "fc96d504-e030-48d2-a8b3-95925e987a13" + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "e503e0f8-6254-4b21-a3e3-bb48e2719191" }, "Response" : { - "content-length" : "1382", + "content-length" : "1381", "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", "x-ms-served-by" : "ac847319-dec9-4ef6-8b03-26c03f4c1e4c_132616953258429173", "X-Content-Type-Options" : "nosniff", @@ -189,25 +189,25 @@ "retry-after" : "0", "x-ms-ratelimit-remaining-subscription-reads" : "11998", "StatusCode" : "200", - "x-ms-correlation-request-id" : "72c2581a-7a30-4742-aa40-2d91b2a55c3c", - "Date" : "Wed, 02 Nov 2022 07:11:50 GMT", + "x-ms-correlation-request-id" : "c126d2aa-3c0b-430c-a813-daf53b4f89b8", + "Date" : "Fri, 04 Nov 2022 02:17:48 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49994,Microsoft.Compute/GetOperation30Min;399983", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071151Z:72c2581a-7a30-4742-aa40-2d91b2a55c3c", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49997,Microsoft.Compute/GetOperation30Min;399983", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T021749Z:c126d2aa-3c0b-430c-a813-daf53b4f89b8", "Expires" : "-1", - "x-ms-request-id" : "1b0a5aad-448b-4450-a779-090cfda4dbde", - "Body" : "{\r\n \"startTime\": \"2022-11-02T07:11:48.6985318+00:00\",\r\n \"endTime\": \"2022-11-02T07:11:49.3704145+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"snp-918156742a\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/disks/md-empty-280289c5\",\r\n \"sourceUniqueId\": \"0befe678-67ec-4316-850d-227c54e6c240\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:11:48.6985318+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"e4e8fc7d-aafc-446f-8872-95fe803a3b72\",\r\n \"incrementalSnapshotFamilyId\": \"621f8ce7-1e72-4cd3-baef-2810799dc514\"\r\n }\r\n}\r\n },\r\n \"name\": \"c7f9f9da-8a25-4bfb-8a15-a079433dcb50\"\r\n}", - "x-ms-client-request-id" : "fc96d504-e030-48d2-a8b3-95925e987a13", + "x-ms-request-id" : "a6d26a1b-59ba-4d64-b30e-d712b03c9844", + "Body" : "{\r\n \"startTime\": \"2022-11-04T02:17:46.5735824+00:00\",\r\n \"endTime\": \"2022-11-04T02:17:47.401686+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"snp-55879d5c89\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/disks/md-empty-41149941\",\r\n \"sourceUniqueId\": \"a68694cf-3d60-4c43-bb15-0f360de543d5\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T02:17:46.5735824+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"5981d19b-6ff0-4162-8d90-7c97fa58e2a1\",\r\n \"incrementalSnapshotFamilyId\": \"7d82ebea-0035-4014-aef1-7f232672dab5\"\r\n }\r\n}\r\n },\r\n \"name\": \"81e65e45-5fbb-43bb-9442-2b6c2664e8bc\"\r\n}", + "x-ms-client-request-id" : "e503e0f8-6254-4b21-a3e3-bb48e2719191", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a?api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89?api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "ceb9235f-3023-45f9-a2ed-41abc0b7d367" + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "a996bc1d-b8e0-4e06-ada5-d7068bb2de5e" }, "Response" : { "content-length" : "1157", @@ -218,25 +218,25 @@ "retry-after" : "0", "x-ms-ratelimit-remaining-subscription-reads" : "11998", "StatusCode" : "200", - "x-ms-correlation-request-id" : "b5e53228-6086-4632-93ee-19b9f57b66a5", - "Date" : "Wed, 02 Nov 2022 07:11:50 GMT", + "x-ms-correlation-request-id" : "39ec671a-23fd-4e2f-bb86-37f75fa03d6a", + "Date" : "Fri, 04 Nov 2022 02:17:49 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14990,Microsoft.Compute/LowCostGet30Min;119961", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071151Z:b5e53228-6086-4632-93ee-19b9f57b66a5", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14991,Microsoft.Compute/LowCostGet30Min;119956", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T021749Z:39ec671a-23fd-4e2f-bb86-37f75fa03d6a", "Expires" : "-1", - "x-ms-request-id" : "64cb9985-ebe7-47ab-a30f-aeb3a881dc3f", - "Body" : "{\r\n \"name\": \"snp-918156742a\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/disks/md-empty-280289c5\",\r\n \"sourceUniqueId\": \"0befe678-67ec-4316-850d-227c54e6c240\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:11:48.6985318+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"e4e8fc7d-aafc-446f-8872-95fe803a3b72\",\r\n \"incrementalSnapshotFamilyId\": \"621f8ce7-1e72-4cd3-baef-2810799dc514\"\r\n }\r\n}", - "x-ms-client-request-id" : "ceb9235f-3023-45f9-a2ed-41abc0b7d367", + "x-ms-request-id" : "19ca7cdf-1b2a-415e-a38e-c722ae27ccd4", + "Body" : "{\r\n \"name\": \"snp-55879d5c89\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/disks/md-empty-41149941\",\r\n \"sourceUniqueId\": \"a68694cf-3d60-4c43-bb15-0f360de543d5\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T02:17:46.5735824+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"5981d19b-6ff0-4162-8d90-7c97fa58e2a1\",\r\n \"incrementalSnapshotFamilyId\": \"7d82ebea-0035-4014-aef1-7f232672dab5\"\r\n }\r\n}", + "x-ms-client-request-id" : "a996bc1d-b8e0-4e06-ada5-d7068bb2de5e", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d?api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-41241bf8ec?api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "bcffe983-a418-47a8-8d64-b79da26e3039", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "6ae6b158-1d55-4404-b2cd-4fdf36328107", "Content-Type" : "application/json" }, "Response" : { @@ -247,31 +247,31 @@ "x-ms-ratelimit-remaining-subscription-writes" : "1199", "Pragma" : "no-cache", "StatusCode" : "202", - "x-ms-correlation-request-id" : "12a56a78-7893-42c6-8d2c-55ee4e154931", - "Date" : "Wed, 02 Nov 2022 07:11:55 GMT", + "x-ms-correlation-request-id" : "e815f6c3-cb04-4360-ab3c-e253da107c8c", + "Date" : "Fri, 04 Nov 2022 02:17:53 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", "Retry-After" : "0", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/HighCostSnapshotCreateHydrate3Min;997,Microsoft.Compute/HighCostSnapshotCreateHydrate30Min;7992", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071156Z:12a56a78-7893-42c6-8d2c-55ee4e154931", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/HighCostSnapshotCreateHydrate3Min;998,Microsoft.Compute/HighCostSnapshotCreateHydrate30Min;7992", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T021754Z:e815f6c3-cb04-4360-ab3c-e253da107c8c", "Expires" : "-1", - "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/f4f5d295-9f89-40ea-99a6-200e625a8602?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&api-version=2022-07-02", - "x-ms-request-id" : "f4f5d295-9f89-40ea-99a6-200e625a8602", - "Body" : "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\"\r\n },\r\n \"incremental\": true,\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", - "x-ms-client-request-id" : "bcffe983-a418-47a8-8d64-b79da26e3039", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/a188c77e-66d2-423c-bebe-cfce55289317?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&api-version=2022-07-02", + "x-ms-request-id" : "a188c77e-66d2-423c-bebe-cfce55289317", + "Body" : "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-41241bf8ec\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89\"\r\n },\r\n \"incremental\": true,\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "x-ms-client-request-id" : "6ae6b158-1d55-4404-b2cd-4fdf36328107", "Content-Type" : "application/json; charset=utf-8", - "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/f4f5d295-9f89-40ea-99a6-200e625a8602?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&monitor=true&api-version=2022-07-02" + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/a188c77e-66d2-423c-bebe-cfce55289317?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&monitor=true&api-version=2022-07-02" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/f4f5d295-9f89-40ea-99a6-200e625a8602?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/a188c77e-66d2-423c-bebe-cfce55289317?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "17795c21-d050-444d-83e3-602bdc4934d4" + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "01892b22-ca19-42f9-9847-31011dd24efd" }, "Response" : { - "content-length" : "1387", + "content-length" : "1388", "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", "x-ms-served-by" : "ac847319-dec9-4ef6-8b03-26c03f4c1e4c_132616953258429173", "X-Content-Type-Options" : "nosniff", @@ -279,25 +279,25 @@ "retry-after" : "0", "x-ms-ratelimit-remaining-subscription-reads" : "11997", "StatusCode" : "200", - "x-ms-correlation-request-id" : "f2227ce3-b138-4021-b4eb-df7d679f0709", - "Date" : "Wed, 02 Nov 2022 07:11:58 GMT", + "x-ms-correlation-request-id" : "f40065d3-1040-4faf-afe8-6282ea41f006", + "Date" : "Fri, 04 Nov 2022 02:17:56 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49992,Microsoft.Compute/GetOperation30Min;399981", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071158Z:f2227ce3-b138-4021-b4eb-df7d679f0709", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49995,Microsoft.Compute/GetOperation30Min;399981", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T021756Z:f40065d3-1040-4faf-afe8-6282ea41f006", "Expires" : "-1", - "x-ms-request-id" : "ab52e979-5167-43d4-abc5-edff82d8aab5", - "Body" : "{\r\n \"startTime\": \"2022-11-02T07:11:56.057921+00:00\",\r\n \"endTime\": \"2022-11-02T07:11:56.4172888+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"snp-65125a700d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\",\r\n \"sourceUniqueId\": \"e4e8fc7d-aafc-446f-8872-95fe803a3b72\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:11:56.1673075+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"9388d15b-82d1-4018-bc36-49278c552b19\",\r\n \"incrementalSnapshotFamilyId\": \"48bc29e1-df25-47af-afab-ed38d98484ba\"\r\n }\r\n}\r\n },\r\n \"name\": \"f4f5d295-9f89-40ea-99a6-200e625a8602\"\r\n}", - "x-ms-client-request-id" : "17795c21-d050-444d-83e3-602bdc4934d4", + "x-ms-request-id" : "87544847-6086-4d87-9003-071caa0fe9cc", + "Body" : "{\r\n \"startTime\": \"2022-11-04T02:17:54.0579309+00:00\",\r\n \"endTime\": \"2022-11-04T02:17:54.4016813+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"snp-41241bf8ec\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-41241bf8ec\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89\",\r\n \"sourceUniqueId\": \"5981d19b-6ff0-4162-8d90-7c97fa58e2a1\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T02:17:54.1673295+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"01379389-cced-40d9-ab03-771c4d18331d\",\r\n \"incrementalSnapshotFamilyId\": \"ddded2d3-9b6a-4562-b637-2d25118c25db\"\r\n }\r\n}\r\n },\r\n \"name\": \"a188c77e-66d2-423c-bebe-cfce55289317\"\r\n}", + "x-ms-client-request-id" : "01892b22-ca19-42f9-9847-31011dd24efd", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d?api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-41241bf8ec?api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "1c1ad4f0-c4a2-4560-8e3c-e02c63d25dfb" + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "4b2b30c9-9ea3-4328-8c99-ec6f3153dddb" }, "Response" : { "content-length" : "1194", @@ -308,25 +308,25 @@ "retry-after" : "0", "x-ms-ratelimit-remaining-subscription-reads" : "11997", "StatusCode" : "200", - "x-ms-correlation-request-id" : "f60c6eab-a50e-4169-9602-c2a52574fbb9", - "Date" : "Wed, 02 Nov 2022 07:11:58 GMT", + "x-ms-correlation-request-id" : "fadccf5d-aa89-4a11-8d40-ea8d16e9127b", + "Date" : "Fri, 04 Nov 2022 02:17:56 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14986,Microsoft.Compute/LowCostGet30Min;119957", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071159Z:f60c6eab-a50e-4169-9602-c2a52574fbb9", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14987,Microsoft.Compute/LowCostGet30Min;119952", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T021757Z:fadccf5d-aa89-4a11-8d40-ea8d16e9127b", "Expires" : "-1", - "x-ms-request-id" : "88c53dd9-3ec3-42a2-b627-ceadf63bb38d", - "Body" : "{\r\n \"name\": \"snp-65125a700d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\",\r\n \"sourceUniqueId\": \"e4e8fc7d-aafc-446f-8872-95fe803a3b72\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:11:56.1673075+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"9388d15b-82d1-4018-bc36-49278c552b19\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"48bc29e1-df25-47af-afab-ed38d98484ba\"\r\n }\r\n}", - "x-ms-client-request-id" : "1c1ad4f0-c4a2-4560-8e3c-e02c63d25dfb", + "x-ms-request-id" : "3ae52ef0-fbc3-4e31-816d-a161cabc8016", + "Body" : "{\r\n \"name\": \"snp-41241bf8ec\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-41241bf8ec\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89\",\r\n \"sourceUniqueId\": \"5981d19b-6ff0-4162-8d90-7c97fa58e2a1\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T02:17:54.1673295+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"01379389-cced-40d9-ab03-771c4d18331d\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"ddded2d3-9b6a-4562-b637-2d25118c25db\"\r\n }\r\n}", + "x-ms-client-request-id" : "4b2b30c9-9ea3-4328-8c99-ec6f3153dddb", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d?api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-41241bf8ec?api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "99540c66-1de2-4ecc-827f-78ca1fc4b65f", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "1f7f35ed-29ce-4d0f-878e-aa5e74159fc9", "Content-Type" : "application/json" }, "Response" : { @@ -338,28 +338,28 @@ "Pragma" : "no-cache", "retry-after" : "0", "StatusCode" : "202", - "x-ms-correlation-request-id" : "210afc23-5b15-49f0-b631-1b827a0d1312", - "Date" : "Wed, 02 Nov 2022 07:11:59 GMT", + "x-ms-correlation-request-id" : "308b4aa4-63a9-4b69-bd92-740d1778256f", + "Date" : "Fri, 04 Nov 2022 02:17:57 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/DeleteDisks3Min;2996,Microsoft.Compute/DeleteDisks30Min;23995", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071200Z:210afc23-5b15-49f0-b631-1b827a0d1312", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/DeleteDisks3Min;2999,Microsoft.Compute/DeleteDisks30Min;23995", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T021758Z:308b4aa4-63a9-4b69-bd92-740d1778256f", "Expires" : "-1", - "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/0b786cd6-aae1-4447-9c66-a700fc872a54?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&api-version=2022-07-02", - "x-ms-request-id" : "0b786cd6-aae1-4447-9c66-a700fc872a54", - "x-ms-client-request-id" : "99540c66-1de2-4ecc-827f-78ca1fc4b65f", - "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/0b786cd6-aae1-4447-9c66-a700fc872a54?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&monitor=true&api-version=2022-07-02" + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/1b4ceef1-909c-4cfd-b622-ecf92203af31?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&api-version=2022-07-02", + "x-ms-request-id" : "1b4ceef1-909c-4cfd-b622-ecf92203af31", + "x-ms-client-request-id" : "1f7f35ed-29ce-4d0f-878e-aa5e74159fc9", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/1b4ceef1-909c-4cfd-b622-ecf92203af31?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&monitor=true&api-version=2022-07-02" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/0b786cd6-aae1-4447-9c66-a700fc872a54?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/1b4ceef1-909c-4cfd-b622-ecf92203af31?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "957bf3fc-73f7-4ec0-bdf1-ee525caea66c" + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "9191e4c6-c0d8-4f0d-957d-9d5e00d7df21" }, "Response" : { - "content-length" : "184", + "content-length" : "183", "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", "x-ms-served-by" : "ac847319-dec9-4ef6-8b03-26c03f4c1e4c_132616953258429173", "X-Content-Type-Options" : "nosniff", @@ -367,25 +367,25 @@ "retry-after" : "0", "x-ms-ratelimit-remaining-subscription-reads" : "11996", "StatusCode" : "200", - "x-ms-correlation-request-id" : "a9d90e53-5f3e-42be-bab8-e3651deaff4c", - "Date" : "Wed, 02 Nov 2022 07:12:30 GMT", + "x-ms-correlation-request-id" : "55b9e95b-ddb3-4f77-bcfe-7f82a6f815d7", + "Date" : "Fri, 04 Nov 2022 02:18:27 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49989,Microsoft.Compute/GetOperation30Min;399978", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071230Z:a9d90e53-5f3e-42be-bab8-e3651deaff4c", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49992,Microsoft.Compute/GetOperation30Min;399978", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T021828Z:55b9e95b-ddb3-4f77-bcfe-7f82a6f815d7", "Expires" : "-1", - "x-ms-request-id" : "b8bb71db-b892-4fe5-a5f5-2286812476ac", - "Body" : "{\r\n \"startTime\": \"2022-11-02T07:11:59.8078911+00:00\",\r\n \"endTime\": \"2022-11-02T07:12:00.0266635+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0b786cd6-aae1-4447-9c66-a700fc872a54\"\r\n}", - "x-ms-client-request-id" : "957bf3fc-73f7-4ec0-bdf1-ee525caea66c", + "x-ms-request-id" : "4e66ba0d-ddc1-451b-9baf-a4e2b05daf8f", + "Body" : "{\r\n \"startTime\": \"2022-11-04T02:17:58.011089+00:00\",\r\n \"endTime\": \"2022-11-04T02:17:58.2141999+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1b4ceef1-909c-4cfd-b622-ecf92203af31\"\r\n}", + "x-ms-client-request-id" : "9191e4c6-c0d8-4f0d-957d-9d5e00d7df21", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/0b786cd6-aae1-4447-9c66-a700fc872a54?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&monitor=true&api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/1b4ceef1-909c-4cfd-b622-ecf92203af31?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&monitor=true&api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "3d4cfd19-61f9-4508-84e5-8b371b072351" + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "bcbcde03-aac2-4f00-a9b3-16ef2dc6aef0" }, "Response" : { "content-length" : "0", @@ -396,23 +396,23 @@ "retry-after" : "0", "x-ms-ratelimit-remaining-subscription-reads" : "11996", "StatusCode" : "200", - "x-ms-correlation-request-id" : "cf47475e-6d91-472d-b770-1d9e7c77eb1a", - "Date" : "Wed, 02 Nov 2022 07:12:30 GMT", + "x-ms-correlation-request-id" : "aea88ae4-395f-4fc6-9881-3cab602440b2", + "Date" : "Fri, 04 Nov 2022 02:18:28 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49988,Microsoft.Compute/GetOperation30Min;399977", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071230Z:cf47475e-6d91-472d-b770-1d9e7c77eb1a", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49991,Microsoft.Compute/GetOperation30Min;399977", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T021828Z:aea88ae4-395f-4fc6-9881-3cab602440b2", "Expires" : "-1", - "x-ms-request-id" : "18d509f5-a4c7-48e7-83cb-f7e4d72fc790", - "x-ms-client-request-id" : "3d4cfd19-61f9-4508-84e5-8b371b072351" + "x-ms-request-id" : "d151483e-2fab-4723-9662-d0ee7a4c60a0", + "x-ms-client-request-id" : "bcbcde03-aac2-4f00-a9b3-16ef2dc6aef0" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d?api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-41241bf8ec?api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "3c38b141-b6d6-4085-b0dd-9d8609e62c27", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "4453908c-b3b2-44d7-abfd-da27b1f8a9d7", "Content-Type" : "application/json" }, "Response" : { @@ -423,31 +423,31 @@ "x-ms-ratelimit-remaining-subscription-writes" : "1198", "Pragma" : "no-cache", "StatusCode" : "202", - "x-ms-correlation-request-id" : "8765c2b0-a107-4604-b1ee-bda9459574a3", - "Date" : "Wed, 02 Nov 2022 07:12:32 GMT", + "x-ms-correlation-request-id" : "fd84899e-defb-425a-a59d-6e8cbc991ba8", + "Date" : "Fri, 04 Nov 2022 02:18:29 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", "Retry-After" : "0", "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/HighCostSnapshotCreateHydrate3Min;996,Microsoft.Compute/HighCostSnapshotCreateHydrate30Min;7990", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071232Z:8765c2b0-a107-4604-b1ee-bda9459574a3", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T021830Z:fd84899e-defb-425a-a59d-6e8cbc991ba8", "Expires" : "-1", - "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/f5188bd1-8275-4148-958e-927d903a5b67?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&api-version=2022-07-02", - "x-ms-request-id" : "f5188bd1-8275-4148-958e-927d903a5b67", - "Body" : "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\"\r\n },\r\n \"incremental\": true,\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", - "x-ms-client-request-id" : "3c38b141-b6d6-4085-b0dd-9d8609e62c27", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/83919625-a610-4532-b5f1-8b5ad61af44e?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&api-version=2022-07-02", + "x-ms-request-id" : "83919625-a610-4532-b5f1-8b5ad61af44e", + "Body" : "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-41241bf8ec\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89\"\r\n },\r\n \"incremental\": true,\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "x-ms-client-request-id" : "4453908c-b3b2-44d7-abfd-da27b1f8a9d7", "Content-Type" : "application/json; charset=utf-8", - "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/f5188bd1-8275-4148-958e-927d903a5b67?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&monitor=true&api-version=2022-07-02" + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/83919625-a610-4532-b5f1-8b5ad61af44e?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&monitor=true&api-version=2022-07-02" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/f5188bd1-8275-4148-958e-927d903a5b67?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westcentralus/DiskOperations/83919625-a610-4532-b5f1-8b5ad61af44e?p=ac847319-dec9-4ef6-8b03-26c03f4c1e4c&api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "ac99672b-bad7-4026-a8a1-6324b7edfd59" + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "32bb02d6-6dfc-4a6c-84b9-da4975e1466f" }, "Response" : { - "content-length" : "1388", + "content-length" : "1387", "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", "x-ms-served-by" : "ac847319-dec9-4ef6-8b03-26c03f4c1e4c_132616953258429173", "X-Content-Type-Options" : "nosniff", @@ -455,25 +455,25 @@ "retry-after" : "0", "x-ms-ratelimit-remaining-subscription-reads" : "11995", "StatusCode" : "200", - "x-ms-correlation-request-id" : "29c2ce8a-5b26-4e46-bfa2-d760dd75a36a", - "Date" : "Wed, 02 Nov 2022 07:12:34 GMT", + "x-ms-correlation-request-id" : "6449b036-bf8d-4b26-85a7-379878bc79ea", + "Date" : "Fri, 04 Nov 2022 02:18:31 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49987,Microsoft.Compute/GetOperation30Min;399976", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071235Z:29c2ce8a-5b26-4e46-bfa2-d760dd75a36a", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49990,Microsoft.Compute/GetOperation30Min;399976", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T021832Z:6449b036-bf8d-4b26-85a7-379878bc79ea", "Expires" : "-1", - "x-ms-request-id" : "f9b09299-b6b9-4524-9863-358cf6f24dba", - "Body" : "{\r\n \"startTime\": \"2022-11-02T07:12:32.5579037+00:00\",\r\n \"endTime\": \"2022-11-02T07:12:32.8703887+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"snp-65125a700d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\",\r\n \"sourceUniqueId\": \"e4e8fc7d-aafc-446f-8872-95fe803a3b72\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:12:32.6047375+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"c68ab9c7-6b69-4a00-b306-a965fb84f1ce\",\r\n \"incrementalSnapshotFamilyId\": \"fa31ed83-a7e0-41d2-bc70-d9be7f8ab89e\"\r\n }\r\n}\r\n },\r\n \"name\": \"f5188bd1-8275-4148-958e-927d903a5b67\"\r\n}", - "x-ms-client-request-id" : "ac99672b-bad7-4026-a8a1-6324b7edfd59", + "x-ms-request-id" : "8d6d2895-40ce-42bd-a658-b961a8bd35bf", + "Body" : "{\r\n \"startTime\": \"2022-11-04T02:18:30.0891933+00:00\",\r\n \"endTime\": \"2022-11-04T02:18:30.417322+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"snp-41241bf8ec\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-41241bf8ec\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89\",\r\n \"sourceUniqueId\": \"5981d19b-6ff0-4162-8d90-7c97fa58e2a1\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T02:18:30.1829409+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"88a37fc9-f971-4f8f-919b-1f7c0d6b5644\",\r\n \"incrementalSnapshotFamilyId\": \"c0f8eccd-69fd-4ffc-95c3-65fd8d8561f2\"\r\n }\r\n}\r\n },\r\n \"name\": \"83919625-a610-4532-b5f1-8b5ad61af44e\"\r\n}", + "x-ms-client-request-id" : "32bb02d6-6dfc-4a6c-84b9-da4975e1466f", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d?api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-41241bf8ec?api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "f3be2dbc-f764-4aea-9528-2b0574bb8a13" + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "da2de1a7-d8b8-483a-b343-da5d62d91d30" }, "Response" : { "content-length" : "1194", @@ -484,25 +484,25 @@ "retry-after" : "0", "x-ms-ratelimit-remaining-subscription-reads" : "11995", "StatusCode" : "200", - "x-ms-correlation-request-id" : "8456fa42-55dd-4041-a77a-60c039a519c5", - "Date" : "Wed, 02 Nov 2022 07:12:35 GMT", + "x-ms-correlation-request-id" : "5441fd7a-779b-4da0-a064-1cbfce4a2596", + "Date" : "Fri, 04 Nov 2022 02:18:32 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14982,Microsoft.Compute/LowCostGet30Min;119949", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071235Z:8456fa42-55dd-4041-a77a-60c039a519c5", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14985,Microsoft.Compute/LowCostGet30Min;119947", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T021833Z:5441fd7a-779b-4da0-a064-1cbfce4a2596", "Expires" : "-1", - "x-ms-request-id" : "1165a50b-4461-4396-82ac-fc5a2ab92d74", - "Body" : "{\r\n \"name\": \"snp-65125a700d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\",\r\n \"sourceUniqueId\": \"e4e8fc7d-aafc-446f-8872-95fe803a3b72\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:12:32.6047375+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"c68ab9c7-6b69-4a00-b306-a965fb84f1ce\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"fa31ed83-a7e0-41d2-bc70-d9be7f8ab89e\"\r\n }\r\n}", - "x-ms-client-request-id" : "f3be2dbc-f764-4aea-9528-2b0574bb8a13", + "x-ms-request-id" : "2249f7e0-0cfb-45c4-905f-314d7a7498cf", + "Body" : "{\r\n \"name\": \"snp-41241bf8ec\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-41241bf8ec\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89\",\r\n \"sourceUniqueId\": \"5981d19b-6ff0-4162-8d90-7c97fa58e2a1\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T02:18:30.1829409+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"88a37fc9-f971-4f8f-919b-1f7c0d6b5644\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"c0f8eccd-69fd-4ffc-95c3-65fd8d8561f2\"\r\n }\r\n}", + "x-ms-client-request-id" : "da2de1a7-d8b8-483a-b343-da5d62d91d30", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d?api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-41241bf8ec?api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "5ea5f160-4627-42b9-8de4-818b785afc53", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "5832d108-31ea-4b4d-bffb-de3008f147e2", "Content-Type" : "application/json" }, "Response" : { @@ -514,25 +514,25 @@ "retry-after" : "0", "x-ms-ratelimit-remaining-subscription-reads" : "11994", "StatusCode" : "200", - "x-ms-correlation-request-id" : "7e42b0ee-b4e6-4017-8263-d538c20fe593", - "Date" : "Wed, 02 Nov 2022 07:12:36 GMT", + "x-ms-correlation-request-id" : "259bfaa5-1555-411d-972d-2bf0a2857407", + "Date" : "Fri, 04 Nov 2022 02:18:33 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14981,Microsoft.Compute/LowCostGet30Min;119948", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071236Z:7e42b0ee-b4e6-4017-8263-d538c20fe593", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14984,Microsoft.Compute/LowCostGet30Min;119946", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T021834Z:259bfaa5-1555-411d-972d-2bf0a2857407", "Expires" : "-1", - "x-ms-request-id" : "a3468e82-8eaf-45da-aa02-b435b9d9e037", - "Body" : "{\r\n \"name\": \"snp-65125a700d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\",\r\n \"sourceUniqueId\": \"e4e8fc7d-aafc-446f-8872-95fe803a3b72\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:12:32.6047375+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"c68ab9c7-6b69-4a00-b306-a965fb84f1ce\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"fa31ed83-a7e0-41d2-bc70-d9be7f8ab89e\"\r\n }\r\n}", - "x-ms-client-request-id" : "5ea5f160-4627-42b9-8de4-818b785afc53", + "x-ms-request-id" : "b17850fc-f406-4994-93c7-fa71e9cb0b1e", + "Body" : "{\r\n \"name\": \"snp-41241bf8ec\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-41241bf8ec\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89\",\r\n \"sourceUniqueId\": \"5981d19b-6ff0-4162-8d90-7c97fa58e2a1\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T02:18:30.1829409+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"88a37fc9-f971-4f8f-919b-1f7c0d6b5644\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"c0f8eccd-69fd-4ffc-95c3-65fd8d8561f2\"\r\n }\r\n}", + "x-ms-client-request-id" : "5832d108-31ea-4b4d-bffb-de3008f147e2", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d?api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-41241bf8ec?api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "e04bb9cc-64c8-45dd-b14c-6edfb644aa31", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "2176d624-c385-487d-aeb7-bd25411d9d2c", "Content-Type" : "application/json" }, "Response" : { @@ -544,25 +544,25 @@ "retry-after" : "0", "x-ms-ratelimit-remaining-subscription-reads" : "11993", "StatusCode" : "200", - "x-ms-correlation-request-id" : "0aa28bc4-8da1-4579-a29c-3c4a69748b52", - "Date" : "Wed, 02 Nov 2022 07:13:06 GMT", + "x-ms-correlation-request-id" : "ab7554fc-332e-479a-9943-fe24d7dc7fc0", + "Date" : "Fri, 04 Nov 2022 02:19:03 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14977,Microsoft.Compute/LowCostGet30Min;119944", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071306Z:0aa28bc4-8da1-4579-a29c-3c4a69748b52", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14981,Microsoft.Compute/LowCostGet30Min;119943", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T021903Z:ab7554fc-332e-479a-9943-fe24d7dc7fc0", "Expires" : "-1", - "x-ms-request-id" : "7d650557-b67e-47a9-bbbb-4221477da272", - "Body" : "{\r\n \"name\": \"snp-65125a700d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\",\r\n \"sourceUniqueId\": \"e4e8fc7d-aafc-446f-8872-95fe803a3b72\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:12:32.6047375+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"c68ab9c7-6b69-4a00-b306-a965fb84f1ce\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"fa31ed83-a7e0-41d2-bc70-d9be7f8ab89e\"\r\n }\r\n}", - "x-ms-client-request-id" : "e04bb9cc-64c8-45dd-b14c-6edfb644aa31", + "x-ms-request-id" : "6e6fe49c-9886-42ef-8bba-5ee38aca08f2", + "Body" : "{\r\n \"name\": \"snp-41241bf8ec\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-41241bf8ec\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89\",\r\n \"sourceUniqueId\": \"5981d19b-6ff0-4162-8d90-7c97fa58e2a1\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T02:18:30.1829409+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"88a37fc9-f971-4f8f-919b-1f7c0d6b5644\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"c0f8eccd-69fd-4ffc-95c3-65fd8d8561f2\"\r\n }\r\n}", + "x-ms-client-request-id" : "2176d624-c385-487d-aeb7-bd25411d9d2c", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d?api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-41241bf8ec?api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "79a5b6a1-3de2-491c-9ac8-01a4b5e8b303", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "af82b4d2-10f4-45fb-a86a-72693bb71386", "Content-Type" : "application/json" }, "Response" : { @@ -574,85 +574,25 @@ "retry-after" : "0", "x-ms-ratelimit-remaining-subscription-reads" : "11992", "StatusCode" : "200", - "x-ms-correlation-request-id" : "85041a59-fc6e-4e3e-a97e-7b94deadf81f", - "Date" : "Wed, 02 Nov 2022 07:13:36 GMT", + "x-ms-correlation-request-id" : "057cfa28-67ac-41d9-a2e0-f3d522a74bbc", + "Date" : "Fri, 04 Nov 2022 02:19:32 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14974,Microsoft.Compute/LowCostGet30Min;119941", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071337Z:85041a59-fc6e-4e3e-a97e-7b94deadf81f", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14982,Microsoft.Compute/LowCostGet30Min;119942", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T021933Z:057cfa28-67ac-41d9-a2e0-f3d522a74bbc", "Expires" : "-1", - "x-ms-request-id" : "b0bb7dfe-5d22-40e8-93e0-ce9debf6dc1e", - "Body" : "{\r\n \"name\": \"snp-65125a700d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\",\r\n \"sourceUniqueId\": \"e4e8fc7d-aafc-446f-8872-95fe803a3b72\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:12:32.6047375+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"c68ab9c7-6b69-4a00-b306-a965fb84f1ce\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"fa31ed83-a7e0-41d2-bc70-d9be7f8ab89e\"\r\n }\r\n}", - "x-ms-client-request-id" : "79a5b6a1-3de2-491c-9ac8-01a4b5e8b303", + "x-ms-request-id" : "39b4a148-a1b0-467c-b946-9d59c85b7132", + "Body" : "{\r\n \"name\": \"snp-41241bf8ec\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-41241bf8ec\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89\",\r\n \"sourceUniqueId\": \"5981d19b-6ff0-4162-8d90-7c97fa58e2a1\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T02:18:30.1829409+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"88a37fc9-f971-4f8f-919b-1f7c0d6b5644\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"c0f8eccd-69fd-4ffc-95c3-65fd8d8561f2\"\r\n }\r\n}", + "x-ms-client-request-id" : "af82b4d2-10f4-45fb-a86a-72693bb71386", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d?api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-41241bf8ec?api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "50030a5f-3f1d-46d4-8cd7-a62adeb0a2ca", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "1194", - "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", - "x-ms-served-by" : "ac847319-dec9-4ef6-8b03-26c03f4c1e4c_132616953258429173", - "X-Content-Type-Options" : "nosniff", - "Pragma" : "no-cache", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11991", - "StatusCode" : "200", - "x-ms-correlation-request-id" : "ee6d67ad-8b73-4751-9051-108a470b8fc3", - "Date" : "Wed, 02 Nov 2022 07:14:07 GMT", - "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", - "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14972,Microsoft.Compute/LowCostGet30Min;119939", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071407Z:ee6d67ad-8b73-4751-9051-108a470b8fc3", - "Expires" : "-1", - "x-ms-request-id" : "2bd7fe91-83ce-4fa7-83b6-12dde8486b15", - "Body" : "{\r\n \"name\": \"snp-65125a700d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\",\r\n \"sourceUniqueId\": \"e4e8fc7d-aafc-446f-8872-95fe803a3b72\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:12:32.6047375+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"c68ab9c7-6b69-4a00-b306-a965fb84f1ce\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"fa31ed83-a7e0-41d2-bc70-d9be7f8ab89e\"\r\n }\r\n}", - "x-ms-client-request-id" : "50030a5f-3f1d-46d4-8cd7-a62adeb0a2ca", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d?api-version=2022-07-02", - "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "6289a25c-fe9e-4e9c-b025-668e2cc69c3d", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "1194", - "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", - "x-ms-served-by" : "ac847319-dec9-4ef6-8b03-26c03f4c1e4c_132616953258429173", - "X-Content-Type-Options" : "nosniff", - "Pragma" : "no-cache", - "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11990", - "StatusCode" : "200", - "x-ms-correlation-request-id" : "432d2be7-d98b-49dd-bf4e-6bd4e122e675", - "Date" : "Wed, 02 Nov 2022 07:14:37 GMT", - "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", - "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14981,Microsoft.Compute/LowCostGet30Min;119938", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071438Z:432d2be7-d98b-49dd-bf4e-6bd4e122e675", - "Expires" : "-1", - "x-ms-request-id" : "ede773c2-3f6e-48f6-a5ab-4e01b2764fc8", - "Body" : "{\r\n \"name\": \"snp-65125a700d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\",\r\n \"sourceUniqueId\": \"e4e8fc7d-aafc-446f-8872-95fe803a3b72\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:12:32.6047375+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"c68ab9c7-6b69-4a00-b306-a965fb84f1ce\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"fa31ed83-a7e0-41d2-bc70-d9be7f8ab89e\"\r\n }\r\n}", - "x-ms-client-request-id" : "6289a25c-fe9e-4e9c-b025-668e2cc69c3d", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d?api-version=2022-07-02", - "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "e63c0e99-c16d-40a9-9c6b-bbf1ba672bb8", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "dcdb4c23-7905-48b5-8b26-80329c458ee1", "Content-Type" : "application/json" }, "Response" : { @@ -662,27 +602,27 @@ "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11989", + "x-ms-ratelimit-remaining-subscription-reads" : "11991", "StatusCode" : "200", - "x-ms-correlation-request-id" : "267fae7a-8081-4700-b284-1769e8a54cf1", - "Date" : "Wed, 02 Nov 2022 07:15:07 GMT", + "x-ms-correlation-request-id" : "69bc5de5-e7bb-4b36-89a0-aa3a9aa52594", + "Date" : "Fri, 04 Nov 2022 02:20:03 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14986,Microsoft.Compute/LowCostGet30Min;119938", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071508Z:267fae7a-8081-4700-b284-1769e8a54cf1", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14981,Microsoft.Compute/LowCostGet30Min;119941", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T022003Z:69bc5de5-e7bb-4b36-89a0-aa3a9aa52594", "Expires" : "-1", - "x-ms-request-id" : "f288c309-c6a6-4736-bb46-54097c96598c", - "Body" : "{\r\n \"name\": \"snp-65125a700d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-65125a700d\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\",\r\n \"sourceUniqueId\": \"e4e8fc7d-aafc-446f-8872-95fe803a3b72\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:12:32.6047375+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"c68ab9c7-6b69-4a00-b306-a965fb84f1ce\",\r\n \"completionPercent\": 100.0,\r\n \"incrementalSnapshotFamilyId\": \"fa31ed83-a7e0-41d2-bc70-d9be7f8ab89e\"\r\n }\r\n}", - "x-ms-client-request-id" : "e63c0e99-c16d-40a9-9c6b-bbf1ba672bb8", + "x-ms-request-id" : "54bc67e3-5798-4687-9069-7d78a8c863a1", + "Body" : "{\r\n \"name\": \"snp-41241bf8ec\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-41241bf8ec\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89\",\r\n \"sourceUniqueId\": \"5981d19b-6ff0-4162-8d90-7c97fa58e2a1\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T02:18:30.1829409+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"88a37fc9-f971-4f8f-919b-1f7c0d6b5644\",\r\n \"completionPercent\": 100.0,\r\n \"incrementalSnapshotFamilyId\": \"c0f8eccd-69fd-4ffc-95c3-65fd8d8561f2\"\r\n }\r\n}", + "x-ms-client-request-id" : "dcdb4c23-7905-48b5-8b26-80329c458ee1", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/snapshots/snp-newregion-41205?api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/snapshots/snp-newregion-50643?api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "b9b5ebaf-9eca-4065-9bbe-154a6a5086cd", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "d12b1cfd-30cb-40e1-9a69-faedb3a0c78c", "Content-Type" : "application/json" }, "Response" : { @@ -693,236 +633,236 @@ "x-ms-ratelimit-remaining-subscription-writes" : "1197", "Pragma" : "no-cache", "StatusCode" : "202", - "x-ms-correlation-request-id" : "ff7e96b9-785a-4f32-ae15-6521a59d88d0", - "Date" : "Wed, 02 Nov 2022 07:15:11 GMT", + "x-ms-correlation-request-id" : "23923e08-014a-4a32-b218-4ea21f586f76", + "Date" : "Fri, 04 Nov 2022 02:20:07 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", "Retry-After" : "0", "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/HighCostSnapshotCreateHydrate3Min;999,Microsoft.Compute/HighCostSnapshotCreateHydrate30Min;7998", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071512Z:ff7e96b9-785a-4f32-ae15-6521a59d88d0", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T022007Z:23923e08-014a-4a32-b218-4ea21f586f76", "Expires" : "-1", - "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/0bd87676-2f1c-4257-a24d-e83aefb97a94?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", - "x-ms-request-id" : "0bd87676-2f1c-4257-a24d-e83aefb97a94", - "Body" : "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/snapshots/snp-newregion-41205\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\"\r\n },\r\n \"incremental\": true,\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", - "x-ms-client-request-id" : "b9b5ebaf-9eca-4065-9bbe-154a6a5086cd", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/0bf48f48-8882-41f2-af5a-a056289ac68e?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", + "x-ms-request-id" : "0bf48f48-8882-41f2-af5a-a056289ac68e", + "Body" : "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/snapshots/snp-newregion-50643\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89\"\r\n },\r\n \"incremental\": true,\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "x-ms-client-request-id" : "d12b1cfd-30cb-40e1-9a69-faedb3a0c78c", "Content-Type" : "application/json; charset=utf-8", - "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/0bd87676-2f1c-4257-a24d-e83aefb97a94?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&monitor=true&api-version=2022-07-02" + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/0bf48f48-8882-41f2-af5a-a056289ac68e?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&monitor=true&api-version=2022-07-02" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/0bd87676-2f1c-4257-a24d-e83aefb97a94?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/0bf48f48-8882-41f2-af5a-a056289ac68e?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "5ce0ddf9-9477-4cd3-aa2a-e02ff2cf8a3a" + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "96f1d499-366e-487d-b072-089acd37472c" }, "Response" : { - "content-length" : "1388", + "content-length" : "1387", "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11988", + "x-ms-ratelimit-remaining-subscription-reads" : "11990", "StatusCode" : "200", - "x-ms-correlation-request-id" : "cac9c307-fbb1-49c7-bdb5-024407f84a79", - "Date" : "Wed, 02 Nov 2022 07:15:14 GMT", + "x-ms-correlation-request-id" : "7fa1aa78-e34e-4131-98cc-b3ab8e302142", + "Date" : "Fri, 04 Nov 2022 02:20:10 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49999,Microsoft.Compute/GetOperation30Min;399996", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071515Z:cac9c307-fbb1-49c7-bdb5-024407f84a79", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49999,Microsoft.Compute/GetOperation30Min;399993", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T022010Z:7fa1aa78-e34e-4131-98cc-b3ab8e302142", "Expires" : "-1", - "x-ms-request-id" : "1b7297a0-d11b-40d7-8408-1bf64a942b47", - "Body" : "{\r\n \"startTime\": \"2022-11-02T07:15:11.3087222+00:00\",\r\n \"endTime\": \"2022-11-02T07:15:12.4962271+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"snp-newregion-41205\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/snapshots/snp-newregion-41205\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\",\r\n \"sourceUniqueId\": \"e4e8fc7d-aafc-446f-8872-95fe803a3b72\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:15:11.8868428+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"c979e6f8-fafe-4438-8080-24de923bac0c\",\r\n \"incrementalSnapshotFamilyId\": \"0df5d436-e81b-4ccf-ae11-ac71c8796340\"\r\n }\r\n}\r\n },\r\n \"name\": \"0bd87676-2f1c-4257-a24d-e83aefb97a94\"\r\n}", - "x-ms-client-request-id" : "5ce0ddf9-9477-4cd3-aa2a-e02ff2cf8a3a", + "x-ms-request-id" : "f151b958-914a-4752-b2c2-2c8f1acab3c5", + "Body" : "{\r\n \"startTime\": \"2022-11-04T02:20:06.9610319+00:00\",\r\n \"endTime\": \"2022-11-04T02:20:08.2578958+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"snp-newregion-50643\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/snapshots/snp-newregion-50643\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89\",\r\n \"sourceUniqueId\": \"5981d19b-6ff0-4162-8d90-7c97fa58e2a1\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T02:20:07.632904+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"c8f3ad34-3bde-47e5-8d3a-0fe65159fc40\",\r\n \"incrementalSnapshotFamilyId\": \"6f1935b4-5ccb-4284-8a51-378de476f69b\"\r\n }\r\n}\r\n },\r\n \"name\": \"0bf48f48-8882-41f2-af5a-a056289ac68e\"\r\n}", + "x-ms-client-request-id" : "96f1d499-366e-487d-b072-089acd37472c", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/snapshots/snp-newregion-41205?api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/snapshots/snp-newregion-50643?api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "a1765c58-66c2-4b80-993f-1d7920e664dc" + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "1c6a9427-c029-4211-a19d-cb8146ce761d" }, "Response" : { - "content-length" : "1194", + "content-length" : "1193", "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11999", + "x-ms-ratelimit-remaining-subscription-reads" : "11993", "StatusCode" : "200", - "x-ms-correlation-request-id" : "37a0d1a4-098f-44f3-9633-fff83d42320a", - "Date" : "Wed, 02 Nov 2022 07:15:15 GMT", + "x-ms-correlation-request-id" : "c1c687d1-f5d3-45ab-bdad-4c81ad08d3d4", + "Date" : "Fri, 04 Nov 2022 02:20:10 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14999,Microsoft.Compute/LowCostGet30Min;119993", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071516Z:37a0d1a4-098f-44f3-9633-fff83d42320a", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14998,Microsoft.Compute/LowCostGet30Min;119982", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T022011Z:c1c687d1-f5d3-45ab-bdad-4c81ad08d3d4", "Expires" : "-1", - "x-ms-request-id" : "493a5634-2885-4249-bf7a-57e9db35290a", - "Body" : "{\r\n \"name\": \"snp-newregion-41205\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/snapshots/snp-newregion-41205\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\",\r\n \"sourceUniqueId\": \"e4e8fc7d-aafc-446f-8872-95fe803a3b72\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:15:11.8868428+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"c979e6f8-fafe-4438-8080-24de923bac0c\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"0df5d436-e81b-4ccf-ae11-ac71c8796340\"\r\n }\r\n}", - "x-ms-client-request-id" : "a1765c58-66c2-4b80-993f-1d7920e664dc", + "x-ms-request-id" : "41782a34-9e4e-4f1f-b0d8-70b054f72704", + "Body" : "{\r\n \"name\": \"snp-newregion-50643\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/snapshots/snp-newregion-50643\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89\",\r\n \"sourceUniqueId\": \"5981d19b-6ff0-4162-8d90-7c97fa58e2a1\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T02:20:07.632904+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"c8f3ad34-3bde-47e5-8d3a-0fe65159fc40\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"6f1935b4-5ccb-4284-8a51-378de476f69b\"\r\n }\r\n}", + "x-ms-client-request-id" : "1c6a9427-c029-4211-a19d-cb8146ce761d", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/snapshots/snp-newregion-41205?api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/snapshots/snp-newregion-50643?api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "ad268f86-3729-4708-80c3-eed36aa2b82f", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "24b64ecb-d5e4-4e53-806e-a7efb1081152", "Content-Type" : "application/json" }, "Response" : { - "content-length" : "1194", + "content-length" : "1193", "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11987", + "x-ms-ratelimit-remaining-subscription-reads" : "11989", "StatusCode" : "200", - "x-ms-correlation-request-id" : "87ce3a29-69f5-4a90-be1d-98325e7f9718", - "Date" : "Wed, 02 Nov 2022 07:15:16 GMT", + "x-ms-correlation-request-id" : "b964d5df-d8af-47f0-b35a-8e4e5e61d836", + "Date" : "Fri, 04 Nov 2022 02:20:11 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14998,Microsoft.Compute/LowCostGet30Min;119992", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071516Z:87ce3a29-69f5-4a90-be1d-98325e7f9718", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14997,Microsoft.Compute/LowCostGet30Min;119981", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T022011Z:b964d5df-d8af-47f0-b35a-8e4e5e61d836", "Expires" : "-1", - "x-ms-request-id" : "13a9cb7d-f6e4-48d3-ad59-1fd0f61b620a", - "Body" : "{\r\n \"name\": \"snp-newregion-41205\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/snapshots/snp-newregion-41205\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\",\r\n \"sourceUniqueId\": \"e4e8fc7d-aafc-446f-8872-95fe803a3b72\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:15:11.8868428+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"c979e6f8-fafe-4438-8080-24de923bac0c\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"0df5d436-e81b-4ccf-ae11-ac71c8796340\"\r\n }\r\n}", - "x-ms-client-request-id" : "ad268f86-3729-4708-80c3-eed36aa2b82f", + "x-ms-request-id" : "7d078c54-b481-4ae1-ae1f-42f25b470f0a", + "Body" : "{\r\n \"name\": \"snp-newregion-50643\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/snapshots/snp-newregion-50643\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89\",\r\n \"sourceUniqueId\": \"5981d19b-6ff0-4162-8d90-7c97fa58e2a1\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T02:20:07.632904+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"c8f3ad34-3bde-47e5-8d3a-0fe65159fc40\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"6f1935b4-5ccb-4284-8a51-378de476f69b\"\r\n }\r\n}", + "x-ms-client-request-id" : "24b64ecb-d5e4-4e53-806e-a7efb1081152", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/snapshots/snp-newregion-41205?api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/snapshots/snp-newregion-50643?api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "c9da176a-63e0-497a-9f66-c481edb51612", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "5e18276e-aca4-4a48-8c81-67d17316a159", "Content-Type" : "application/json" }, "Response" : { - "content-length" : "1194", + "content-length" : "1193", "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11998", + "x-ms-ratelimit-remaining-subscription-reads" : "11992", "StatusCode" : "200", - "x-ms-correlation-request-id" : "b0ae0f47-f4d0-432d-800c-02630677d7e4", - "Date" : "Wed, 02 Nov 2022 07:15:46 GMT", + "x-ms-correlation-request-id" : "344da4e2-9947-48db-abb5-494ffb569120", + "Date" : "Fri, 04 Nov 2022 02:20:41 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14995,Microsoft.Compute/LowCostGet30Min;119989", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071547Z:b0ae0f47-f4d0-432d-800c-02630677d7e4", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14994,Microsoft.Compute/LowCostGet30Min;119978", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T022041Z:344da4e2-9947-48db-abb5-494ffb569120", "Expires" : "-1", - "x-ms-request-id" : "d4b72794-c262-48e8-bd14-d5f56f90a058", - "Body" : "{\r\n \"name\": \"snp-newregion-41205\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/snapshots/snp-newregion-41205\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\",\r\n \"sourceUniqueId\": \"e4e8fc7d-aafc-446f-8872-95fe803a3b72\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:15:11.8868428+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"c979e6f8-fafe-4438-8080-24de923bac0c\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"0df5d436-e81b-4ccf-ae11-ac71c8796340\"\r\n }\r\n}", - "x-ms-client-request-id" : "c9da176a-63e0-497a-9f66-c481edb51612", + "x-ms-request-id" : "1b625a23-b3c6-4138-919d-37b7e2fa18e1", + "Body" : "{\r\n \"name\": \"snp-newregion-50643\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/snapshots/snp-newregion-50643\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89\",\r\n \"sourceUniqueId\": \"5981d19b-6ff0-4162-8d90-7c97fa58e2a1\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T02:20:07.632904+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"c8f3ad34-3bde-47e5-8d3a-0fe65159fc40\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"6f1935b4-5ccb-4284-8a51-378de476f69b\"\r\n }\r\n}", + "x-ms-client-request-id" : "5e18276e-aca4-4a48-8c81-67d17316a159", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/snapshots/snp-newregion-41205?api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/snapshots/snp-newregion-50643?api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "7125619d-3d70-4442-a9bf-9117a9429e7b", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "84b9163c-8bc1-490c-9965-92f24d121a04", "Content-Type" : "application/json" }, "Response" : { - "content-length" : "1194", + "content-length" : "1193", "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11986", + "x-ms-ratelimit-remaining-subscription-reads" : "11988", "StatusCode" : "200", - "x-ms-correlation-request-id" : "7d92c65d-10b6-42f4-8d31-e1e5c60e862b", - "Date" : "Wed, 02 Nov 2022 07:16:17 GMT", + "x-ms-correlation-request-id" : "78ef68f5-b577-4328-847e-cb72f5b0aca7", + "Date" : "Fri, 04 Nov 2022 02:21:11 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14994,Microsoft.Compute/LowCostGet30Min;119988", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071617Z:7d92c65d-10b6-42f4-8d31-e1e5c60e862b", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14993,Microsoft.Compute/LowCostGet30Min;119977", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T022111Z:78ef68f5-b577-4328-847e-cb72f5b0aca7", "Expires" : "-1", - "x-ms-request-id" : "f58d8ffb-e89f-4579-8eb9-9f38203e5c57", - "Body" : "{\r\n \"name\": \"snp-newregion-41205\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/snapshots/snp-newregion-41205\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\",\r\n \"sourceUniqueId\": \"e4e8fc7d-aafc-446f-8872-95fe803a3b72\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:15:11.8868428+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"c979e6f8-fafe-4438-8080-24de923bac0c\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"0df5d436-e81b-4ccf-ae11-ac71c8796340\"\r\n }\r\n}", - "x-ms-client-request-id" : "7125619d-3d70-4442-a9bf-9117a9429e7b", + "x-ms-request-id" : "56234d29-556c-4d57-bf4f-46423252624f", + "Body" : "{\r\n \"name\": \"snp-newregion-50643\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/snapshots/snp-newregion-50643\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89\",\r\n \"sourceUniqueId\": \"5981d19b-6ff0-4162-8d90-7c97fa58e2a1\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T02:20:07.632904+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"c8f3ad34-3bde-47e5-8d3a-0fe65159fc40\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"6f1935b4-5ccb-4284-8a51-378de476f69b\"\r\n }\r\n}", + "x-ms-client-request-id" : "84b9163c-8bc1-490c-9965-92f24d121a04", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/snapshots/snp-newregion-41205?api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/snapshots/snp-newregion-50643?api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "3bdf0c73-b987-4cab-883d-937cb43e6de0", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "304ebd87-6aa0-4b4b-891f-38a3039ac582", "Content-Type" : "application/json" }, "Response" : { - "content-length" : "1194", + "content-length" : "1193", "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11997", + "x-ms-ratelimit-remaining-subscription-reads" : "11991", "StatusCode" : "200", - "x-ms-correlation-request-id" : "2dd9c13c-94e1-43b3-a75f-a1706b7784fa", - "Date" : "Wed, 02 Nov 2022 07:16:48 GMT", + "x-ms-correlation-request-id" : "00b21e45-54b1-406d-a8d8-cbffd298e3f3", + "Date" : "Fri, 04 Nov 2022 02:21:40 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14993,Microsoft.Compute/LowCostGet30Min;119987", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071648Z:2dd9c13c-94e1-43b3-a75f-a1706b7784fa", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14992,Microsoft.Compute/LowCostGet30Min;119976", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T022141Z:00b21e45-54b1-406d-a8d8-cbffd298e3f3", "Expires" : "-1", - "x-ms-request-id" : "dbf89630-7e3e-496a-9f54-8ccb191a2763", - "Body" : "{\r\n \"name\": \"snp-newregion-41205\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/snapshots/snp-newregion-41205\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\",\r\n \"sourceUniqueId\": \"e4e8fc7d-aafc-446f-8872-95fe803a3b72\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:15:11.8868428+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"c979e6f8-fafe-4438-8080-24de923bac0c\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"0df5d436-e81b-4ccf-ae11-ac71c8796340\"\r\n }\r\n}", - "x-ms-client-request-id" : "3bdf0c73-b987-4cab-883d-937cb43e6de0", + "x-ms-request-id" : "0b92e85e-6d3a-4991-a6c1-3d4dc10038eb", + "Body" : "{\r\n \"name\": \"snp-newregion-50643\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/snapshots/snp-newregion-50643\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89\",\r\n \"sourceUniqueId\": \"5981d19b-6ff0-4162-8d90-7c97fa58e2a1\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T02:20:07.632904+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"c8f3ad34-3bde-47e5-8d3a-0fe65159fc40\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"6f1935b4-5ccb-4284-8a51-378de476f69b\"\r\n }\r\n}", + "x-ms-client-request-id" : "304ebd87-6aa0-4b4b-891f-38a3039ac582", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/snapshots/snp-newregion-41205?api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/snapshots/snp-newregion-50643?api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "2bce5c61-20c3-4216-821a-961c3d41a076", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "4231bf32-4baa-484f-8d26-ad61ca01e857", "Content-Type" : "application/json" }, "Response" : { - "content-length" : "1196", + "content-length" : "1195", "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11985", + "x-ms-ratelimit-remaining-subscription-reads" : "11987", "StatusCode" : "200", - "x-ms-correlation-request-id" : "85c63bfe-fdc1-4102-a12d-57e142d72fa7", - "Date" : "Wed, 02 Nov 2022 07:17:17 GMT", + "x-ms-correlation-request-id" : "38953e05-cd41-471e-b2b9-01b5c86efced", + "Date" : "Fri, 04 Nov 2022 02:22:10 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14992,Microsoft.Compute/LowCostGet30Min;119986", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071718Z:85c63bfe-fdc1-4102-a12d-57e142d72fa7", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14991,Microsoft.Compute/LowCostGet30Min;119975", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T022211Z:38953e05-cd41-471e-b2b9-01b5c86efced", "Expires" : "-1", - "x-ms-request-id" : "97822f79-621a-4b23-8ee1-a989ab18ff50", - "Body" : "{\r\n \"name\": \"snp-newregion-41205\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/snapshots/snp-newregion-41205\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg97399/providers/Microsoft.Compute/snapshots/snp-918156742a\",\r\n \"sourceUniqueId\": \"e4e8fc7d-aafc-446f-8872-95fe803a3b72\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:15:11.8868428+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"c979e6f8-fafe-4438-8080-24de923bac0c\",\r\n \"completionPercent\": 100.0,\r\n \"incrementalSnapshotFamilyId\": \"0df5d436-e81b-4ccf-ae11-ac71c8796340\"\r\n }\r\n}", - "x-ms-client-request-id" : "2bce5c61-20c3-4216-821a-961c3d41a076", + "x-ms-request-id" : "6dd2c50b-4d39-43b4-9e87-9b5230aec068", + "Body" : "{\r\n \"name\": \"snp-newregion-50643\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/snapshots/snp-newregion-50643\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/javacsmrg95106/providers/Microsoft.Compute/snapshots/snp-55879d5c89\",\r\n \"sourceUniqueId\": \"5981d19b-6ff0-4162-8d90-7c97fa58e2a1\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T02:20:07.632904+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"c8f3ad34-3bde-47e5-8d3a-0fe65159fc40\",\r\n \"completionPercent\": 100.0,\r\n \"incrementalSnapshotFamilyId\": \"6f1935b4-5ccb-4284-8a51-378de476f69b\"\r\n }\r\n}", + "x-ms-client-request-id" : "4231bf32-4baa-484f-8d26-ad61ca01e857", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/disks/e5e0d19e14ad48efbf53?api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/disks/23259e14778a43c1a2fb?api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "38468038-7b08-4238-bb77-4038d217b080", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "83b429d0-f30b-488d-9f93-848548abb2e5", "Content-Type" : "application/json" }, "Response" : { @@ -930,60 +870,60 @@ "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", "X-Content-Type-Options" : "nosniff", - "x-ms-ratelimit-remaining-subscription-writes" : "1199", + "x-ms-ratelimit-remaining-subscription-writes" : "1195", "Pragma" : "no-cache", "StatusCode" : "202", - "x-ms-correlation-request-id" : "e4451cd5-3b6b-4b27-a687-4ab9c512e0d2", - "Date" : "Wed, 02 Nov 2022 07:17:23 GMT", + "x-ms-correlation-request-id" : "df40f2e3-bcfa-4004-bdf6-adc182e9063a", + "Date" : "Fri, 04 Nov 2022 02:22:14 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", "Retry-After" : "0", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/CreateUpdateDisks3Min;999,Microsoft.Compute/CreateUpdateDisks30Min;7999", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071723Z:e4451cd5-3b6b-4b27-a687-4ab9c512e0d2", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/CreateUpdateDisks3Min;999,Microsoft.Compute/CreateUpdateDisks30Min;7998", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T022214Z:df40f2e3-bcfa-4004-bdf6-adc182e9063a", "Expires" : "-1", - "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/fab0f44e-9e37-495e-95a5-88ae9f4de54c?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", - "x-ms-request-id" : "fab0f44e-9e37-495e-95a5-88ae9f4de54c", - "Body" : "{\r\n \"name\": \"e5e0d19e14ad48efbf53\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/disks/e5e0d19e14ad48efbf53\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/snapshots/snp-newregion-41205\"\r\n },\r\n \"diskSizeGB\": 300,\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", - "x-ms-client-request-id" : "38468038-7b08-4238-bb77-4038d217b080", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/eaaf70ba-7d53-4194-84af-dfe007547bf9?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", + "x-ms-request-id" : "eaaf70ba-7d53-4194-84af-dfe007547bf9", + "Body" : "{\r\n \"name\": \"23259e14778a43c1a2fb\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/disks/23259e14778a43c1a2fb\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/snapshots/snp-newregion-50643\"\r\n },\r\n \"diskSizeGB\": 300,\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "x-ms-client-request-id" : "83b429d0-f30b-488d-9f93-848548abb2e5", "Content-Type" : "application/json; charset=utf-8", - "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/fab0f44e-9e37-495e-95a5-88ae9f4de54c?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&monitor=true&api-version=2022-07-02" + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/eaaf70ba-7d53-4194-84af-dfe007547bf9?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&monitor=true&api-version=2022-07-02" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/fab0f44e-9e37-495e-95a5-88ae9f4de54c?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/eaaf70ba-7d53-4194-84af-dfe007547bf9?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "b198a851-614e-452f-8f6c-df424b7b05df" + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "7e8a861e-cbec-4a98-a169-1ef4ef01a27d" }, "Response" : { - "content-length" : "1338", + "content-length" : "1337", "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11984", + "x-ms-ratelimit-remaining-subscription-reads" : "11986", "StatusCode" : "200", - "x-ms-correlation-request-id" : "13684773-d7fa-40c3-9b74-40e0c5e8c30c", - "Date" : "Wed, 02 Nov 2022 07:17:24 GMT", + "x-ms-correlation-request-id" : "af8dbea1-8faa-4a51-a10e-155f7fc4e79e", + "Date" : "Fri, 04 Nov 2022 02:22:16 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49997,Microsoft.Compute/GetOperation30Min;399994", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071725Z:13684773-d7fa-40c3-9b74-40e0c5e8c30c", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49997,Microsoft.Compute/GetOperation30Min;399991", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T022216Z:af8dbea1-8faa-4a51-a10e-155f7fc4e79e", "Expires" : "-1", - "x-ms-request-id" : "4f8b1ba4-cf61-4426-87c0-dd44153d8a6c", - "Body" : "{\r\n \"startTime\": \"2022-11-02T07:17:23.2302167+00:00\",\r\n \"endTime\": \"2022-11-02T07:17:23.8395975+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"e5e0d19e14ad48efbf53\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/disks/e5e0d19e14ad48efbf53\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/snapshots/snp-newregion-41205\",\r\n \"sourceUniqueId\": \"c979e6f8-fafe-4438-8080-24de923bac0c\"\r\n },\r\n \"diskSizeGB\": 300,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:17:23.2302167+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 322122547200,\r\n \"uniqueId\": \"4d62bf28-1b64-45ec-993b-a587acc7d8e5\"\r\n }\r\n}\r\n },\r\n \"name\": \"fab0f44e-9e37-495e-95a5-88ae9f4de54c\"\r\n}", - "x-ms-client-request-id" : "b198a851-614e-452f-8f6c-df424b7b05df", + "x-ms-request-id" : "3a77003b-b8a8-4daf-ada7-ef41cc8b66e6", + "Body" : "{\r\n \"startTime\": \"2022-11-04T02:22:14.320031+00:00\",\r\n \"endTime\": \"2022-11-04T02:22:14.8825278+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"23259e14778a43c1a2fb\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/disks/23259e14778a43c1a2fb\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/snapshots/snp-newregion-50643\",\r\n \"sourceUniqueId\": \"c8f3ad34-3bde-47e5-8d3a-0fe65159fc40\"\r\n },\r\n \"diskSizeGB\": 300,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T02:22:14.3356554+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 322122547200,\r\n \"uniqueId\": \"95bd78fa-f58b-4e71-b180-796b6a035e01\"\r\n }\r\n}\r\n },\r\n \"name\": \"eaaf70ba-7d53-4194-84af-dfe007547bf9\"\r\n}", + "x-ms-client-request-id" : "7e8a861e-cbec-4a98-a169-1ef4ef01a27d", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/disks/e5e0d19e14ad48efbf53?api-version=2022-07-02", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/disks/23259e14778a43c1a2fb?api-version=2022-07-02", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "b1ec1a72-f2e9-49d8-8965-9390165cbf29" + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "e827c69d-205f-4967-8efc-be6d72590d5c" }, "Response" : { "content-length" : "1113", @@ -992,27 +932,27 @@ "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11996", + "x-ms-ratelimit-remaining-subscription-reads" : "11990", "StatusCode" : "200", - "x-ms-correlation-request-id" : "25eea8aa-d17e-4461-b6ba-132cf38dfd66", - "Date" : "Wed, 02 Nov 2022 07:17:26 GMT", + "x-ms-correlation-request-id" : "92bc3095-53b9-41aa-b806-a46ad6d3e2a5", + "Date" : "Fri, 04 Nov 2022 02:22:18 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14991,Microsoft.Compute/LowCostGet30Min;119985", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071727Z:25eea8aa-d17e-4461-b6ba-132cf38dfd66", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14990,Microsoft.Compute/LowCostGet30Min;119974", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T022218Z:92bc3095-53b9-41aa-b806-a46ad6d3e2a5", "Expires" : "-1", - "x-ms-request-id" : "ad1b9206-796a-4cb8-b012-a01c9c98dc29", - "Body" : "{\r\n \"name\": \"e5e0d19e14ad48efbf53\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/disks/e5e0d19e14ad48efbf53\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg80827c2af/providers/Microsoft.Compute/snapshots/snp-newregion-41205\",\r\n \"sourceUniqueId\": \"c979e6f8-fafe-4438-8080-24de923bac0c\"\r\n },\r\n \"diskSizeGB\": 300,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-02T07:17:23.2302167+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 322122547200,\r\n \"uniqueId\": \"4d62bf28-1b64-45ec-993b-a587acc7d8e5\"\r\n }\r\n}", - "x-ms-client-request-id" : "b1ec1a72-f2e9-49d8-8965-9390165cbf29", + "x-ms-request-id" : "5b25f80d-6c8b-4a4c-baf2-38c33c4ec9de", + "Body" : "{\r\n \"name\": \"23259e14778a43c1a2fb\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/disks/23259e14778a43c1a2fb\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg49902a5f5/providers/Microsoft.Compute/snapshots/snp-newregion-50643\",\r\n \"sourceUniqueId\": \"c8f3ad34-3bde-47e5-8d3a-0fe65159fc40\"\r\n },\r\n \"diskSizeGB\": 300,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T02:22:14.3356554+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 322122547200,\r\n \"uniqueId\": \"95bd78fa-f58b-4e71-b180-796b6a035e01\"\r\n }\r\n}", + "x-ms-client-request-id" : "e827c69d-205f-4967-8efc-be6d72590d5c", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/javacsmrg97399?api-version=2021-01-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/javacsmrg95106?api-version=2021-01-01", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "974c5c58-a4c8-4706-8808-55ea1410179c", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "a6ec148f-2461-4918-94d6-193b07336e25", "Content-Type" : "application/json" }, "Response" : { @@ -1021,42 +961,42 @@ "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "StatusCode" : "202", - "x-ms-correlation-request-id" : "9ca9d9fc-c374-479d-8884-e2b69e4a64c6", - "Date" : "Wed, 02 Nov 2022 07:17:33 GMT", + "x-ms-correlation-request-id" : "64a47f7b-c325-46a3-87ab-910acb52d5b4", + "Date" : "Fri, 04 Nov 2022 02:22:22 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", "Retry-After" : "0", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071733Z:9ca9d9fc-c374-479d-8884-e2b69e4a64c6", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T022223Z:64a47f7b-c325-46a3-87ab-910acb52d5b4", "Expires" : "-1", - "x-ms-request-id" : "9ca9d9fc-c374-479d-8884-e2b69e4a64c6", - "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1KQVZBQ1NNUkc5NzM5OS1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2021-01-01" + "x-ms-request-id" : "64a47f7b-c325-46a3-87ab-910acb52d5b4", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1KQVZBQ1NNUkc5NTEwNi1XRVNUQ0VOVFJBTFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0Y2VudHJhbHVzIn0?api-version=2021-01-01" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rg80827c2af?api-version=2021-01-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rg49902a5f5?api-version=2021-01-01", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources/2.21.0-beta.1 (11.0.15.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "be6b72f8-2e67-49c3-b8ba-2f30b65943d7", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "cba9c50d-9300-4b0c-a56b-20c9c057ccd9", "Content-Type" : "application/json" }, "Response" : { "content-length" : "0", - "x-ms-ratelimit-remaining-subscription-deletes" : "14999", + "x-ms-ratelimit-remaining-subscription-deletes" : "14998", "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "StatusCode" : "202", - "x-ms-correlation-request-id" : "c1e52e99-acb1-4a79-ae34-6d6c700a6046", - "Date" : "Wed, 02 Nov 2022 07:17:37 GMT", + "x-ms-correlation-request-id" : "ce549137-c1b6-4e6d-9fca-58d10fdd5c3d", + "Date" : "Fri, 04 Nov 2022 02:22:26 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", "Retry-After" : "0", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20221102T071738Z:c1e52e99-acb1-4a79-ae34-6d6c700a6046", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T022226Z:ce549137-c1b6-4e6d-9fca-58d10fdd5c3d", "Expires" : "-1", - "x-ms-request-id" : "c1e52e99-acb1-4a79-ae34-6d6c700a6046", - "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRzgwODI3QzJBRi1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2021-01-01" + "x-ms-request-id" : "ce549137-c1b6-4e6d-9fca-58d10fdd5c3d", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRzQ5OTAyQTVGNS1FQVNUVVMiLCJqb2JMb2NhdGlvbiI6ImVhc3R1cyJ9?api-version=2021-01-01" }, "Exception" : null } ], - "variables" : [ "javacsmrg97399", "rg80827c2af", "md-empty-280289c5", "snp-918156742a", "snp-65125a700d", "snp-newregion-41205", "e5e0d19e14ad48efbf53" ] + "variables" : [ "javacsmrg95106", "rg49902a5f5", "md-empty-41149941", "snp-55879d5c89", "snp-41241bf8ec", "snp-newregion-50643", "23259e14778a43c1a2fb" ] } \ No newline at end of file diff --git a/sdk/resourcemanager/azure-resourcemanager-samples/samples.json b/sdk/resourcemanager/azure-resourcemanager-samples/samples.json index f141ff73030fa..6edcba698814f 100644 --- a/sdk/resourcemanager/azure-resourcemanager-samples/samples.json +++ b/sdk/resourcemanager/azure-resourcemanager-samples/samples.json @@ -846,6 +846,12 @@ "filePath": "azure-resourcemanager-samples/src/main/java/com/azure/resourcemanager/kubernetescluster/samples/ManageKubernetesClusterWithCustomerManagedKey.java", "githubPath": "Azure-Samples/aks-java-manage-encrypted-kubernetes-cluster-with-customer-managed-key", "description": "Getting started on creating encrypted Kubernetes cluster with customer managed key using Java" + }, + { + "owner": "ArthurMa1978", + "filePath": "azure-resourcemanager-samples/src/main/java/com/azure/resourcemanager/compute/samples/CloneVirtualMachineToNewRegion.java", + "githubPath": "Azure-Samples/compute-java-clone-virtual-machine-to-new-region", + "description": "Getting started on cloning virtual machine to a new region using Java" } ] } diff --git a/sdk/resourcemanager/azure-resourcemanager-samples/src/main/java/com/azure/resourcemanager/compute/samples/CloneVirtualMachineToNewRegion.java b/sdk/resourcemanager/azure-resourcemanager-samples/src/main/java/com/azure/resourcemanager/compute/samples/CloneVirtualMachineToNewRegion.java new file mode 100644 index 0000000000000..9468f23ff5e40 --- /dev/null +++ b/sdk/resourcemanager/azure-resourcemanager-samples/src/main/java/com/azure/resourcemanager/compute/samples/CloneVirtualMachineToNewRegion.java @@ -0,0 +1,284 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +package com.azure.resourcemanager.compute.samples; + +import com.azure.core.credential.TokenCredential; +import com.azure.core.http.policy.HttpLogDetailLevel; +import com.azure.core.management.AzureEnvironment; +import com.azure.core.management.Region; +import com.azure.core.management.profile.AzureProfile; +import com.azure.identity.DefaultAzureCredentialBuilder; +import com.azure.resourcemanager.AzureResourceManager; +import com.azure.resourcemanager.compute.models.CachingTypes; +import com.azure.resourcemanager.compute.models.Disk; +import com.azure.resourcemanager.compute.models.KnownLinuxVirtualMachineImage; +import com.azure.resourcemanager.compute.models.OperatingSystemTypes; +import com.azure.resourcemanager.compute.models.Snapshot; +import com.azure.resourcemanager.compute.models.VirtualMachine; +import com.azure.resourcemanager.compute.models.VirtualMachineDataDisk; +import com.azure.resourcemanager.compute.models.VirtualMachineSizeTypes; +import com.azure.resourcemanager.samples.Utils; + +import java.util.ArrayList; +import java.util.List; + +/** + * Azure Compute sample for managing virtual machines - + * - Create an managed virtual machine from PIR image with data disks + * - Create incremental snapshot from the virtual machine's OS and data disks + * - Copy incremental snapshots to the new region + * - Create managed disks from the snapshots of the new region + * - Create virtual machine by attaching the managed disks + */ +public final class CloneVirtualMachineToNewRegion { + /** + * Main function which runs the actual sample. + * @param azureResourceManager instance of the azure client + * @return true if sample runs successfully + */ + public static boolean runSample(AzureResourceManager azureResourceManager) { + final String linuxVMName1 = Utils.randomResourceName(azureResourceManager, "VM1", 15); + final String linuxVMName2 = Utils.randomResourceName(azureResourceManager, "VM2", 15); + final String snapshotCopiedSuffix = "-snp-copied"; + + final String rgName = Utils.randomResourceName(azureResourceManager, "rgCOMV", 15); + final String rgNameNew = Utils.randomResourceName(azureResourceManager, "rgCOMV", 15); + final String publicIpDnsLabel = Utils.randomResourceName(azureResourceManager, "pip", 15); + final String userName = "tirekicker"; + final String sshPublicKey = Utils.sshPublicKey(); + final Region region = Region.US_WEST; + final Region regionNew = Region.US_EAST; + + try { + //============================================================= + // Create a Linux VM using a PIR image with managed OS and data disks and customize virtual + // machine using custom script extension + + System.out.println("Creating a un-managed Linux VM"); + + VirtualMachine linuxVM = azureResourceManager.virtualMachines().define(linuxVMName1) + .withRegion(region) + .withNewResourceGroup(rgName) + .withNewPrimaryNetwork("10.0.0.0/28") + .withPrimaryPrivateIPAddressDynamic() + .withNewPrimaryPublicIPAddress(publicIpDnsLabel) + .withPopularLinuxImage(KnownLinuxVirtualMachineImage.UBUNTU_SERVER_18_04_LTS) + .withRootUsername(userName) + .withSsh(sshPublicKey) + .withNewDataDisk(100) + .withNewDataDisk(100, 1, CachingTypes.READ_WRITE) + .withSize(VirtualMachineSizeTypes.fromString("Standard_D2a_v4")) + .create(); + + System.out.printf("Created a Linux VM with managed OS and data disks: %s %n", linuxVM.id()); + Utils.print(linuxVM); + + // Gets the specialized managed OS and Data disks of the virtual machine + // + Disk osDisk = azureResourceManager.disks().getById(linuxVM.osDiskId()); + List dataDisks = new ArrayList<>(); + for (VirtualMachineDataDisk disk : linuxVM.dataDisks().values()) { + Disk dataDisk = azureResourceManager.disks().getById(disk.id()); + dataDisks.add(dataDisk); + } + + //============================================================= + // Deallocating the virtual machine + System.out.printf("Deallocating VM: %s %n", linuxVM.id()); + + linuxVM.deallocate(); + + System.out.println("Deallocated the VM"); + + //============================================================= + // Create incremental Snapshot from the OS managed disk + + System.out.printf("Creating managed snapshot from the managed disk (holding specialized OS): %s %n", osDisk.id()); + + Snapshot osSnapshot = azureResourceManager.snapshots() + .define(osDisk.name() + "-snp") + .withRegion(region) + .withExistingResourceGroup(rgName) + .withLinuxFromDisk(osDisk) + .withIncremental(true) // incremental is mandatory for snapshot to be copied across region + .create(); + + //============================================================= + // Copy snapshots to the new region + + + System.out.printf("Copying managed snapshot %s to a new region.%n", osDisk.id()); + + Snapshot osSnapshotNewRegion = azureResourceManager + .snapshots() + .define(osDisk.name() + snapshotCopiedSuffix) + .withRegion(regionNew) + .withNewResourceGroup(rgNameNew) + .withDataFromSnapshot(osSnapshot) + .withCopyStart() + .withIncremental(true) + .create(); + osSnapshotNewRegion.awaitCopyStartCompletion(); + + // Delete snapshot from old region + azureResourceManager.snapshots().deleteById(osSnapshot.id()); + + System.out.printf("Created managed snapshot holding OS: %s %n", osSnapshotNewRegion.id()); + + //============================================================= + // Create Managed snapshot from the Data managed disks + + List dataSnapshots = new ArrayList<>(); + for (Disk dataDisk : dataDisks) { + System.out.printf("Creating managed snapshot from the managed disk (holding data): %s %n", dataDisk.id()); + + Snapshot dataSnapshot = azureResourceManager.snapshots() + .define(dataDisk.name() + "-snp") + .withRegion(region) + .withExistingResourceGroup(rgName) + .withDataFromDisk(dataDisk) + .withIncremental(true) // incremental is mandatory for snapshot to be copied across region + .create(); + + //============================================================= + // Copy snapshots to the new region + + System.out.printf("Copying managed snapshot %s to a new region %n", dataSnapshot.id()); + + Snapshot dataSnapshotNewRegion = azureResourceManager + .snapshots() + .define(dataDisk.name() + snapshotCopiedSuffix) + .withRegion(regionNew) + .withExistingResourceGroup(rgNameNew) + .withDataFromSnapshot(dataSnapshot) + .withCopyStart() + .withIncremental(true) + .create(); + dataSnapshotNewRegion.awaitCopyStartCompletion(); + + // Delete snapshot from old region + azureResourceManager.snapshots().deleteById(dataSnapshot.id()); + + dataSnapshots.add(dataSnapshotNewRegion); + + System.out.printf("Created managed snapshot holding data: %s %n", dataSnapshotNewRegion.id()); + // ResourceManagerUtils.print(dataDisk); TODO + } + + //============================================================= + // Create Managed disk from the specialized OS snapshot + + System.out.printf("Creating managed disk from the snapshot holding OS: %s %n", osSnapshotNewRegion.id()); + + Disk newOSDisk = azureResourceManager.disks().define(osSnapshotNewRegion.name().replace(snapshotCopiedSuffix, "-new")) + .withRegion(regionNew) + .withExistingResourceGroup(rgNameNew) + .withLinuxFromSnapshot(osSnapshotNewRegion.id()) + .withSizeInGB(100) + .create(); + + System.out.printf("Created managed disk holding OS: %s %n", osDisk.id()); + // ResourceManagerUtils.print(osDisk); TODO + + //============================================================= + // Create Managed disks from the data snapshots + + List newDataDisks = new ArrayList<>(); + for (Snapshot dataSnapshot : dataSnapshots) { + System.out.printf("Creating managed disk from the Data snapshot: %s %n", dataSnapshot.id()); + + Disk dataDisk = azureResourceManager.disks().define(dataSnapshot.name().replace(snapshotCopiedSuffix, "-new")) + .withRegion(regionNew) + .withExistingResourceGroup(rgNameNew) + .withData() + .fromSnapshot(dataSnapshot.id()) + .create(); + newDataDisks.add(dataDisk); + + System.out.printf("Created managed disk holding data: %s %n", dataDisk.id()); + // ResourceManagerUtils.print(dataDisk); TODO + } + + // + //============================================================= + // Create a Linux VM by attaching the managed disks + + System.out.println("Creating a Linux VM using specialized OS and data disks"); + + VirtualMachine linuxVM2 = azureResourceManager.virtualMachines().define(linuxVMName2) + .withRegion(regionNew) + .withExistingResourceGroup(rgNameNew) + .withNewPrimaryNetwork("10.0.0.0/28") + .withPrimaryPrivateIPAddressDynamic() + .withoutPrimaryPublicIPAddress() + .withSpecializedOSDisk(newOSDisk, OperatingSystemTypes.LINUX) + .withExistingDataDisk(newDataDisks.get(0)) + .withExistingDataDisk(newDataDisks.get(1), 1, CachingTypes.READ_WRITE) + .withSize(VirtualMachineSizeTypes.fromString("Standard_D2a_v4")) + .create(); + + Utils.print(linuxVM2); + + //============================================================= + // + System.out.printf("Deleting OS snapshot - %s %n", osSnapshotNewRegion.id()); + + azureResourceManager.snapshots().deleteById(osSnapshotNewRegion.id()); + + System.out.println("Deleted OS snapshot"); + + for (Snapshot dataSnapshot : dataSnapshots) { + System.out.printf("Deleting data snapshot - %s %n", dataSnapshot.id()); + + azureResourceManager.snapshots().deleteById(dataSnapshot.id()); + + System.out.println("Deleted data snapshot"); + } + + System.out.printf("De-allocating the virtual machine - %s %n", linuxVM2.id()); + + linuxVM2.deallocate(); + return true; + } finally { + System.out.printf("Deleting Resource Group: %s %n", rgName); + azureResourceManager.resourceGroups().beginDeleteByName(rgName); + System.out.printf("Deleting Resource Group: %s %n", rgNameNew); + azureResourceManager.resourceGroups().beginDeleteByName(rgNameNew); + } + } + + /** + * Main entry point. + * @param args the parameters + */ + public static void main(String[] args) { + try { + + //============================================================= + // Authenticate + + final AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE); + final TokenCredential credential = new DefaultAzureCredentialBuilder() + .authorityHost(profile.getEnvironment().getActiveDirectoryEndpoint()) + .build(); + + AzureResourceManager azureResourceManager = AzureResourceManager + .configure() + .withLogLevel(HttpLogDetailLevel.BASIC) + .authenticate(credential, profile) + .withDefaultSubscription(); + + // Print selected subscription + System.out.println("Selected subscription: " + azureResourceManager.subscriptionId()); + + runSample(azureResourceManager); + } catch (Exception e) { + System.out.println(e.getMessage()); + e.printStackTrace(); + } + } + + private CloneVirtualMachineToNewRegion() { + } +} diff --git a/sdk/resourcemanager/azure-resourcemanager-samples/src/test/java/com/azure/resourcemanager/samples/ComputeSampleTests.java b/sdk/resourcemanager/azure-resourcemanager-samples/src/test/java/com/azure/resourcemanager/samples/ComputeSampleTests.java index 82398760f43de..17926a6738e71 100644 --- a/sdk/resourcemanager/azure-resourcemanager-samples/src/test/java/com/azure/resourcemanager/samples/ComputeSampleTests.java +++ b/sdk/resourcemanager/azure-resourcemanager-samples/src/test/java/com/azure/resourcemanager/samples/ComputeSampleTests.java @@ -5,6 +5,7 @@ import com.azure.core.test.annotation.DoNotRecord; import com.azure.core.util.Configuration; +import com.azure.resourcemanager.compute.samples.CloneVirtualMachineToNewRegion; import com.azure.resourcemanager.compute.samples.CreateVirtualMachineEncryptedUsingCustomerManagedKey; import com.azure.resourcemanager.compute.samples.CreateVirtualMachineUsingCustomImageFromVHD; import com.azure.resourcemanager.compute.samples.CreateVirtualMachineUsingCustomImageFromVM; @@ -192,4 +193,9 @@ public void testCreateVirtualMachineEncryptedUsingCustomerManagedKey() { String clientId = configuration.get(Configuration.PROPERTY_AZURE_CLIENT_ID); Assertions.assertTrue(CreateVirtualMachineEncryptedUsingCustomerManagedKey.runSample(azureResourceManager, clientId)); } + + @Test + public void testCloneVirtualMachineToNewRegion() { + Assertions.assertTrue(CloneVirtualMachineToNewRegion.runSample(azureResourceManager)); + } } diff --git a/sdk/resourcemanager/azure-resourcemanager-samples/src/test/resources/session-records/ComputeSampleTests.testCloneVirtualMachineToNewRegion.json b/sdk/resourcemanager/azure-resourcemanager-samples/src/test/resources/session-records/ComputeSampleTests.testCloneVirtualMachineToNewRegion.json new file mode 100644 index 0000000000000..aa0ede991e98f --- /dev/null +++ b/sdk/resourcemanager/azure-resourcemanager-samples/src/test/resources/session-records/ComputeSampleTests.testCloneVirtualMachineToNewRegion.json @@ -0,0 +1,3560 @@ +{ + "networkCallRecords" : [ { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rgcomv8982334?api-version=2021-01-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "5bd80aad-4d47-4086-b35b-cb6934e60e08", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "223", + "X-Content-Type-Options" : "nosniff", + "x-ms-ratelimit-remaining-subscription-writes" : "1194", + "Pragma" : "no-cache", + "retry-after" : "0", + "StatusCode" : "201", + "x-ms-correlation-request-id" : "ae7fd2cc-3a93-4976-aa42-612f4ee6507c", + "Date" : "Fri, 04 Nov 2022 03:55:01 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035501Z:ae7fd2cc-3a93-4976-aa42-612f4ee6507c", + "Expires" : "-1", + "x-ms-request-id" : "ae7fd2cc-3a93-4976-aa42-612f4ee6507c", + "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334\",\"name\":\"rgcomv8982334\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"westus\",\"properties\":{\"provisioningState\":\"Succeeded\"}}", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Network/virtualNetworks/vnet948558054d?api-version=2022-05-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.network/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "03e3d2ae-32a3-4252-99a0-fd832895400a", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1307", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "x-ms-ratelimit-remaining-subscription-writes" : "1199", + "Pragma" : "no-cache", + "Azure-AsyncNotification" : "Enabled", + "StatusCode" : "201", + "x-ms-correlation-request-id" : "7ef7b24b-0ed7-4e9a-b8db-76e7d2f0665e", + "Date" : "Fri, 04 Nov 2022 03:55:06 GMT", + "x-ms-arm-service-request-id" : "8107d151-b620-450f-a0ed-9fe1f2f376fa", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035506Z:7ef7b24b-0ed7-4e9a-b8db-76e7d2f0665e", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f58bd3b2-411f-44e2-b1b9-2865ef4744ef?api-version=2022-05-01", + "x-ms-request-id" : "f58bd3b2-411f-44e2-b1b9-2865ef4744ef", + "Body" : "{\r\n \"name\": \"vnet948558054d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Network/virtualNetworks/vnet948558054d\",\r\n \"etag\": \"W/\\\"e2575df6-9f19-4140-b3d4-dbd4c6e2ee83\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"80a61ace-fbec-4ef2-b599-e5d19d5698df\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/28\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnet1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Network/virtualNetworks/vnet948558054d/subnets/subnet1\",\r\n \"etag\": \"W/\\\"e2575df6-9f19-4140-b3d4-dbd4c6e2ee83\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/28\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}", + "x-ms-client-request-id" : "03e3d2ae-32a3-4252-99a0-fd832895400a", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Network/publicIPAddresses/pip7376921e?api-version=2022-05-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.network/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "a1b42b50-f6ce-4d2e-8f3e-b3078d899489", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "774", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "x-ms-ratelimit-remaining-subscription-writes" : "1193", + "Pragma" : "no-cache", + "Azure-AsyncNotification" : "Enabled", + "StatusCode" : "201", + "x-ms-correlation-request-id" : "cdbd2000-cb9f-4875-b74d-04e3a8a5854e", + "Date" : "Fri, 04 Nov 2022 03:55:06 GMT", + "x-ms-arm-service-request-id" : "86d790f1-e70b-4c36-957a-214e4c826968", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035506Z:cdbd2000-cb9f-4875-b74d-04e3a8a5854e", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f0e49e30-e2ec-4961-9648-f1178ef2d35d?api-version=2022-05-01", + "x-ms-request-id" : "f0e49e30-e2ec-4961-9648-f1178ef2d35d", + "Body" : "{\r\n \"name\": \"pip7376921e\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Network/publicIPAddresses/pip7376921e\",\r\n \"etag\": \"W/\\\"a6181f0f-b310-4bab-8c65-e9429ea06826\\\"\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9db76932-100d-4a3f-a7f5-ac935d6cb551\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pip41129d46\",\r\n \"fqdn\": \"pip41129d46.westus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Regional\"\r\n }\r\n}", + "x-ms-client-request-id" : "a1b42b50-f6ce-4d2e-8f3e-b3078d899489", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f0e49e30-e2ec-4961-9648-f1178ef2d35d?api-version=2022-05-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.network/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "b9a89511-fa08-4d17-94b9-615f83d6809a" + }, + "Response" : { + "content-length" : "30", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "x-ms-ratelimit-remaining-subscription-reads" : "11999", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "311d4ab4-2699-400c-825a-80c95753deeb", + "Date" : "Fri, 04 Nov 2022 03:55:07 GMT", + "x-ms-arm-service-request-id" : "abe0296b-d47d-4169-a42f-f86a4001a228", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035508Z:311d4ab4-2699-400c-825a-80c95753deeb", + "Expires" : "-1", + "x-ms-request-id" : "2f256e06-5961-4371-ba4f-4fd0a2ac1847", + "Body" : "{\r\n \"status\": \"InProgress\"\r\n}", + "x-ms-client-request-id" : "b9a89511-fa08-4d17-94b9-615f83d6809a", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f58bd3b2-411f-44e2-b1b9-2865ef4744ef?api-version=2022-05-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.network/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "14a28544-8996-4173-a6d7-52473696fb3b" + }, + "Response" : { + "content-length" : "29", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11970", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "690411bc-4a56-4d1d-b59a-9224a007da5e", + "Date" : "Fri, 04 Nov 2022 03:55:09 GMT", + "x-ms-arm-service-request-id" : "e1f23353-57e7-4dbf-8197-4ffc62597bcb", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035509Z:690411bc-4a56-4d1d-b59a-9224a007da5e", + "Expires" : "-1", + "x-ms-request-id" : "ca2b6749-2af8-479b-b585-31b032b3e0b5", + "Body" : "{\r\n \"status\": \"Succeeded\"\r\n}", + "x-ms-client-request-id" : "14a28544-8996-4173-a6d7-52473696fb3b", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f0e49e30-e2ec-4961-9648-f1178ef2d35d?api-version=2022-05-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.network/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "6251e563-2a3f-4d01-a981-18ab1d3537ee" + }, + "Response" : { + "content-length" : "29", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11969", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "ea4d6c8b-97be-433c-8fcf-1c3204b026bf", + "Date" : "Fri, 04 Nov 2022 03:55:10 GMT", + "x-ms-arm-service-request-id" : "5a0faf5a-d4fb-425d-b423-76d757a81a28", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035510Z:ea4d6c8b-97be-433c-8fcf-1c3204b026bf", + "Expires" : "-1", + "x-ms-request-id" : "606e9e74-4f85-4043-a8e1-98c23410e5df", + "Body" : "{\r\n \"status\": \"Succeeded\"\r\n}", + "x-ms-client-request-id" : "6251e563-2a3f-4d01-a981-18ab1d3537ee", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Network/virtualNetworks/vnet948558054d?api-version=2022-05-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.network/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "c6750131-768d-4e7d-a44b-fa9299a16eac" + }, + "Response" : { + "content-length" : "1309", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11998", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "cd8d647a-bcd0-4888-931c-41c43dc79268", + "Date" : "Fri, 04 Nov 2022 03:55:10 GMT", + "x-ms-arm-service-request-id" : "d7bbcdf2-fbfc-46f7-9b1b-6bf016c86b4b", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "ETag" : "W/\"b793d3e7-9f03-4a2c-a6bb-e421ab51a894\"", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035510Z:cd8d647a-bcd0-4888-931c-41c43dc79268", + "Expires" : "-1", + "x-ms-request-id" : "06b19438-7a6d-43e8-a0f7-3b1020ebb9cc", + "Body" : "{\r\n \"name\": \"vnet948558054d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Network/virtualNetworks/vnet948558054d\",\r\n \"etag\": \"W/\\\"b793d3e7-9f03-4a2c-a6bb-e421ab51a894\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"80a61ace-fbec-4ef2-b599-e5d19d5698df\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/28\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnet1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Network/virtualNetworks/vnet948558054d/subnets/subnet1\",\r\n \"etag\": \"W/\\\"b793d3e7-9f03-4a2c-a6bb-e421ab51a894\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/28\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}", + "x-ms-client-request-id" : "c6750131-768d-4e7d-a44b-fa9299a16eac", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Network/publicIPAddresses/pip7376921e?api-version=2022-05-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.network/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "00bc552b-4019-41d0-811a-2657bfe2838a" + }, + "Response" : { + "content-length" : "775", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11999", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "47d3dd66-319f-42f9-a158-3224b85f2adc", + "Date" : "Fri, 04 Nov 2022 03:55:10 GMT", + "x-ms-arm-service-request-id" : "e019bae8-508d-4d1e-bd1a-f9ae75ac3a03", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "ETag" : "W/\"613a7c45-5533-4c68-8333-f0bbbe97c187\"", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035511Z:47d3dd66-319f-42f9-a158-3224b85f2adc", + "Expires" : "-1", + "x-ms-request-id" : "e5842d4f-672b-43b7-be6b-300c6c512dba", + "Body" : "{\r\n \"name\": \"pip7376921e\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Network/publicIPAddresses/pip7376921e\",\r\n \"etag\": \"W/\\\"613a7c45-5533-4c68-8333-f0bbbe97c187\\\"\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9db76932-100d-4a3f-a7f5-ac935d6cb551\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"pip41129d46\",\r\n \"fqdn\": \"pip41129d46.westus.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Regional\"\r\n }\r\n}", + "x-ms-client-request-id" : "00bc552b-4019-41d0-811a-2657bfe2838a", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Network/networkInterfaces/nic323240dc986?api-version=2022-05-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.network/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "5d98ac03-58b1-4d0a-bbf9-13e8e03d0397", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1952", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "x-ms-ratelimit-remaining-subscription-writes" : "1192", + "Pragma" : "no-cache", + "retry-after" : "0", + "Azure-AsyncNotification" : "Enabled", + "StatusCode" : "201", + "x-ms-correlation-request-id" : "bb99c5f8-a9b9-42e5-b501-95c4f833feb6", + "Date" : "Fri, 04 Nov 2022 03:55:13 GMT", + "x-ms-arm-service-request-id" : "13248a38-32b8-4964-b2a1-ce30ba3e598a", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035513Z:bb99c5f8-a9b9-42e5-b501-95c4f833feb6", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/e826cc9b-ec0d-40a4-b290-cd9dcf9bbcdf?api-version=2022-05-01", + "x-ms-request-id" : "e826cc9b-ec0d-40a4-b290-cd9dcf9bbcdf", + "Body" : "{\r\n \"name\": \"nic323240dc986\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Network/networkInterfaces/nic323240dc986\",\r\n \"etag\": \"W/\\\"dc99b1cd-0965-4e7b-8d69-1c67006cb011\\\"\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"4ea65a44-781f-4251-9e42-d15bb212a1cd\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"primary\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Network/networkInterfaces/nic323240dc986/ipConfigurations/primary\",\r\n \"etag\": \"W/\\\"dc99b1cd-0965-4e7b-8d69-1c67006cb011\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Network/publicIPAddresses/pip7376921e\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Network/virtualNetworks/vnet948558054d/subnets/subnet1\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"zynknahm5pze3nmz2xiz0vuy1h.dx.internal.cloudapp.net\"\r\n },\r\n \"vnetEncryptionSupported\": false,\r\n \"enableIPForwarding\": false,\r\n \"disableTcpStateTracking\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\",\r\n \"allowPort25Out\": true\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"location\": \"westus\",\r\n \"kind\": \"Regular\"\r\n}", + "x-ms-client-request-id" : "5d98ac03-58b1-4d0a-bbf9-13e8e03d0397", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/virtualMachines/vm104000f0c?api-version=2022-08-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "4d1ffb0e-9130-45e5-a5ce-42c4aa59cabb", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "2927", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "x-ms-ratelimit-remaining-subscription-writes" : "1198", + "Pragma" : "no-cache", + "Azure-AsyncNotification" : "Enabled", + "StatusCode" : "201", + "x-ms-correlation-request-id" : "bae0f4de-ad7d-4cf2-b14d-494b61c1e21e", + "Date" : "Fri, 04 Nov 2022 03:55:17 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035518Z:bae0f4de-ad7d-4cf2-b14d-494b61c1e21e", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/ecc8e9d2-e995-469a-bd79-4f032ba4c46a?p=ce71cbb8-84e0-440e-b69e-9e5ddfe1c24c&api-version=2022-08-01", + "x-ms-request-id" : "ecc8e9d2-e995-469a-bd79-4f032ba4c46a", + "Body" : "{\r\n \"name\": \"vm104000f0c\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/virtualMachines/vm104000f0c\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"90c4c3db-dd4f-40df-ac63-69b0ea9abc18\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2a_v4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"18.04.202210180\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 100,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 1,\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 100,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vm104000f0c\",\r\n \"adminUsername\": \"tirekicker\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/tirekicker/.ssh/authorized_keys\",\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCP2tstigj78rfg9ZEritg9lkFwewBLfJ9poabSzz7EDdZaUGa4pr+Lht+Qz6onXH9eN4krjVoyj5rCUKqoEC6313EGT0DxCXMhh1KQo7mBcFMjJppQZalX3Wzl2FPPuYoOTVg0uK9pNnKHQaxILpsVdWYE3r3a82OPewpJ678kqw==\"\r\n }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Network/networkInterfaces/nic323240dc986\",\"properties\":{\"primary\":true}}]},\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2022-11-04T03:55:16.6365993+00:00\"\r\n }\r\n}", + "x-ms-client-request-id" : "4d1ffb0e-9130-45e5-a5ce-42c4aa59cabb", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/ecc8e9d2-e995-469a-bd79-4f032ba4c46a?p=ce71cbb8-84e0-440e-b69e-9e5ddfe1c24c&api-version=2022-08-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "d23d9263-91a9-41cf-babf-82bcd4487880" + }, + "Response" : { + "content-length" : "134", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "x-ms-ratelimit-remaining-subscription-reads" : "11998", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "99dddb5e-bf09-43d8-a611-04c07416461c", + "Date" : "Fri, 04 Nov 2022 03:55:27 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29998", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035528Z:99dddb5e-bf09-43d8-a611-04c07416461c", + "Expires" : "-1", + "x-ms-request-id" : "271ae765-9311-4266-b46a-4b50c35a3e0d", + "Body" : "{\r\n \"startTime\": \"2022-11-04T03:55:16.0428458+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ecc8e9d2-e995-469a-bd79-4f032ba4c46a\"\r\n}", + "x-ms-client-request-id" : "d23d9263-91a9-41cf-babf-82bcd4487880", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/ecc8e9d2-e995-469a-bd79-4f032ba4c46a?p=ce71cbb8-84e0-440e-b69e-9e5ddfe1c24c&api-version=2022-08-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "1cf5f91c-146b-4d91-b9d8-51ee5e67b513" + }, + "Response" : { + "content-length" : "184", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11968", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "e28288a4-a9f3-4022-a1f2-526924bd4447", + "Date" : "Fri, 04 Nov 2022 03:56:03 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29997", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035603Z:e28288a4-a9f3-4022-a1f2-526924bd4447", + "Expires" : "-1", + "x-ms-request-id" : "6a7e1b55-3a71-47ae-8a26-c084bca59504", + "Body" : "{\r\n \"startTime\": \"2022-11-04T03:55:16.0428458+00:00\",\r\n \"endTime\": \"2022-11-04T03:55:43.2775228+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ecc8e9d2-e995-469a-bd79-4f032ba4c46a\"\r\n}", + "x-ms-client-request-id" : "1cf5f91c-146b-4d91-b9d8-51ee5e67b513", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/virtualMachines/vm104000f0c?api-version=2022-08-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "09a5fb4e-c582-45c4-9458-42e47f4592c2" + }, + "Response" : { + "content-length" : "3713", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11997", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "5b8a96d5-b22c-499f-8cef-386049d13efb", + "Date" : "Fri, 04 Nov 2022 03:56:03 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31991", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035604Z:5b8a96d5-b22c-499f-8cef-386049d13efb", + "Expires" : "-1", + "x-ms-request-id" : "cae09414-f94c-4ac5-87f7-da8b3da58494", + "Body" : "{\r\n \"name\": \"vm104000f0c\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/virtualMachines/vm104000f0c\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"90c4c3db-dd4f-40df-ac63-69b0ea9abc18\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2a_v4\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": \"18.04.202210180\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/disks/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/disks/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 100,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80\",\r\n \"createOption\": \"Empty\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/disks/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 100,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vm104000f0c\",\r\n \"adminUsername\": \"tirekicker\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/tirekicker/.ssh/authorized_keys\",\r\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCP2tstigj78rfg9ZEritg9lkFwewBLfJ9poabSzz7EDdZaUGa4pr+Lht+Qz6onXH9eN4krjVoyj5rCUKqoEC6313EGT0DxCXMhh1KQo7mBcFMjJppQZalX3Wzl2FPPuYoOTVg0uK9pNnKHQaxILpsVdWYE3r3a82OPewpJ678kqw==\"\r\n }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Network/networkInterfaces/nic323240dc986\",\"properties\":{\"primary\":true}}]},\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-11-04T03:55:16.6365993+00:00\"\r\n }\r\n}", + "x-ms-client-request-id" : "09a5fb4e-c582-45c4-9458-42e47f4592c2", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/disks/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "9abba1fe-0e56-4760-9b55-67b894961fe0", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1674", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "572f59ac-b6f7-4619-a399-5cb69fad25a1_133062085377464397", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11997", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "5adfa055-944b-4970-8785-00df26dee27b", + "Date" : "Fri, 04 Nov 2022 03:56:04 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14996,Microsoft.Compute/LowCostGet30Min;119964", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035604Z:5adfa055-944b-4970-8785-00df26dee27b", + "Expires" : "-1", + "x-ms-request-id" : "7253a12f-658e-4c0b-8e91-75f115cec475", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/disks/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/virtualMachines/vm104000f0c\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"FromImage\",\r\n \"imageReference\": {\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/Canonical/ArtifactTypes/VMImage/Offers/UbuntuServer/Skus/18.04-LTS/Versions/18.04.202210180\"\r\n }\r\n },\r\n \"diskSizeGB\": 30,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:55:16.8691373+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"1c0c6471-9e8d-4f2c-8525-d4bc02d9a2d8\"\r\n }\r\n}", + "x-ms-client-request-id" : "9abba1fe-0e56-4760-9b55-67b894961fe0", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/disks/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "d200bde8-ebf8-47ca-9b49-72e00d00a4cf", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1219", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "572f59ac-b6f7-4619-a399-5cb69fad25a1_133062085377464397", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11967", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "1efa21e4-04b4-4af8-842c-e93dd5967ba9", + "Date" : "Fri, 04 Nov 2022 03:56:04 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14995,Microsoft.Compute/LowCostGet30Min;119963", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035605Z:1efa21e4-04b4-4af8-842c-e93dd5967ba9", + "Expires" : "-1", + "x-ms-request-id" : "037b56ee-7f77-4e81-b3f9-8238d77c53d1", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/disks/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/virtualMachines/vm104000f0c\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:55:16.8691373+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"1512cc5a-049d-458c-a8b5-067df2d21036\"\r\n }\r\n}", + "x-ms-client-request-id" : "d200bde8-ebf8-47ca-9b49-72e00d00a4cf", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/disks/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "a966b6d9-2229-464a-a5f1-a86c5738d553", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1219", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "572f59ac-b6f7-4619-a399-5cb69fad25a1_133062085377464397", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11996", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "26546770-c778-4e98-8ed2-28b72fa61854", + "Date" : "Fri, 04 Nov 2022 03:56:04 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14994,Microsoft.Compute/LowCostGet30Min;119962", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035605Z:26546770-c778-4e98-8ed2-28b72fa61854", + "Expires" : "-1", + "x-ms-request-id" : "5fb052d6-4d0d-43ce-96b5-71f4dec0db30", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/disks/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"managedBy\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/virtualMachines/vm104000f0c\",\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Empty\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:55:16.8691373+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Attached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"e905d4b8-1f88-43ad-971a-0da1c8806b80\"\r\n }\r\n}", + "x-ms-client-request-id" : "a966b6d9-2229-464a-a5f1-a86c5738d553", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "POST", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/virtualMachines/vm104000f0c/deallocate?api-version=2022-08-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "4441cb5f-92a8-4fd6-9dcf-ce9cdf251970", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "0", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "x-ms-ratelimit-remaining-subscription-writes" : "1199", + "Pragma" : "no-cache", + "Azure-AsyncNotification" : "Enabled", + "StatusCode" : "202", + "x-ms-correlation-request-id" : "954218c6-5ec7-4deb-bdba-6c297ce26b7d", + "Date" : "Fri, 04 Nov 2022 03:56:06 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1198", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035606Z:954218c6-5ec7-4deb-bdba-6c297ce26b7d", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/ed4b3c81-3569-4e10-b600-46d74f1869f3?p=ce71cbb8-84e0-440e-b69e-9e5ddfe1c24c&api-version=2022-08-01", + "x-ms-request-id" : "ed4b3c81-3569-4e10-b600-46d74f1869f3", + "x-ms-client-request-id" : "4441cb5f-92a8-4fd6-9dcf-ce9cdf251970", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/ed4b3c81-3569-4e10-b600-46d74f1869f3?p=ce71cbb8-84e0-440e-b69e-9e5ddfe1c24c&monitor=true&api-version=2022-08-01" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/ed4b3c81-3569-4e10-b600-46d74f1869f3?p=ce71cbb8-84e0-440e-b69e-9e5ddfe1c24c&api-version=2022-08-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "0919c663-7ad9-46f3-8817-c0e15abb5acb" + }, + "Response" : { + "content-length" : "134", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "x-ms-ratelimit-remaining-subscription-reads" : "11966", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "285043c1-9cec-488a-a4e6-904043908a27", + "Date" : "Fri, 04 Nov 2022 03:56:16 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29996", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035616Z:285043c1-9cec-488a-a4e6-904043908a27", + "Expires" : "-1", + "x-ms-request-id" : "2d58736b-fbcd-46fe-81e1-32122d00d503", + "Body" : "{\r\n \"startTime\": \"2022-11-04T03:56:06.3247467+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ed4b3c81-3569-4e10-b600-46d74f1869f3\"\r\n}", + "x-ms-client-request-id" : "0919c663-7ad9-46f3-8817-c0e15abb5acb", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/ed4b3c81-3569-4e10-b600-46d74f1869f3?p=ce71cbb8-84e0-440e-b69e-9e5ddfe1c24c&api-version=2022-08-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "6fa95113-6609-4064-b51f-b1bedb0a3d6b" + }, + "Response" : { + "content-length" : "184", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11995", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "b291e9b3-39b3-49ec-aca9-4879bc2cc527", + "Date" : "Fri, 04 Nov 2022 03:56:52 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29992", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035653Z:b291e9b3-39b3-49ec-aca9-4879bc2cc527", + "Expires" : "-1", + "x-ms-request-id" : "b9b21ecd-6de1-4bb2-aa9b-8473b9cf999f", + "Body" : "{\r\n \"startTime\": \"2022-11-04T03:56:06.3247467+00:00\",\r\n \"endTime\": \"2022-11-04T03:56:29.1843511+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ed4b3c81-3569-4e10-b600-46d74f1869f3\"\r\n}", + "x-ms-client-request-id" : "6fa95113-6609-4064-b51f-b1bedb0a3d6b", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/ed4b3c81-3569-4e10-b600-46d74f1869f3?p=ce71cbb8-84e0-440e-b69e-9e5ddfe1c24c&monitor=true&api-version=2022-08-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "2d6b835d-26e2-4f01-a035-d582a4075a94" + }, + "Response" : { + "content-length" : "0", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11996", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "7e85f768-d8f3-4252-8b15-ee66dc2858a2", + "Date" : "Fri, 04 Nov 2022 03:56:52 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29991", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035653Z:7e85f768-d8f3-4252-8b15-ee66dc2858a2", + "Expires" : "-1", + "x-ms-request-id" : "92b40493-9e79-4327-85e1-3d168820e93a", + "x-ms-client-request-id" : "2d6b835d-26e2-4f01-a035-d582a4075a94" + }, + "Exception" : null + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "db289039-a63f-4b70-9ea7-9950a46792ea", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "646", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "572f59ac-b6f7-4619-a399-5cb69fad25a1_133062085377464397", + "X-Content-Type-Options" : "nosniff", + "x-ms-ratelimit-remaining-subscription-writes" : "1191", + "Pragma" : "no-cache", + "StatusCode" : "202", + "x-ms-correlation-request-id" : "1b0b2cb4-e953-4d22-81a5-cf96022dc07b", + "Date" : "Fri, 04 Nov 2022 03:56:54 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/HighCostSnapshotCreateHydrate3Min;999,Microsoft.Compute/HighCostSnapshotCreateHydrate30Min;7995", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035655Z:1b0b2cb4-e953-4d22-81a5-cf96022dc07b", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/DiskOperations/d73368af-719f-474f-95f6-8716dad363ab?p=572f59ac-b6f7-4619-a399-5cb69fad25a1&api-version=2022-07-02", + "x-ms-request-id" : "d73368af-719f-474f-95f6-8716dad363ab", + "Body" : "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/disks/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8\"\r\n },\r\n \"incremental\": true,\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "x-ms-client-request-id" : "db289039-a63f-4b70-9ea7-9950a46792ea", + "Content-Type" : "application/json; charset=utf-8", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/DiskOperations/d73368af-719f-474f-95f6-8716dad363ab?p=572f59ac-b6f7-4619-a399-5cb69fad25a1&monitor=true&api-version=2022-07-02" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/DiskOperations/d73368af-719f-474f-95f6-8716dad363ab?p=572f59ac-b6f7-4619-a399-5cb69fad25a1&api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "adeda477-7bb1-4996-b5be-eb7b49149dfc" + }, + "Response" : { + "content-length" : "1686", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "572f59ac-b6f7-4619-a399-5cb69fad25a1_133062085377464397", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11994", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "c7d5011a-0c43-4532-bdeb-c15486b55717", + "Date" : "Fri, 04 Nov 2022 03:56:57 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49999,Microsoft.Compute/GetOperation30Min;399983", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035657Z:c7d5011a-0c43-4532-bdeb-c15486b55717", + "Expires" : "-1", + "x-ms-request-id" : "3f968a1b-1041-4d11-a60e-6336187ecc75", + "Body" : "{\r\n \"startTime\": \"2022-11-04T03:56:55.0652977+00:00\",\r\n \"endTime\": \"2022-11-04T03:56:55.9246851+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/disks/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8\",\r\n \"sourceUniqueId\": \"1c0c6471-9e8d-4f2c-8525-d4bc02d9a2d8\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:56:55.0652977+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\",\r\n \"incrementalSnapshotFamilyId\": \"97c42825-08f8-40aa-a27a-3fadb26980c0\"\r\n }\r\n}\r\n },\r\n \"name\": \"d73368af-719f-474f-95f6-8716dad363ab\"\r\n}", + "x-ms-client-request-id" : "adeda477-7bb1-4996-b5be-eb7b49149dfc", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "83e7f3e4-3bbf-4f6d-ab8b-9e50f3ed5eac" + }, + "Response" : { + "content-length" : "1461", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "572f59ac-b6f7-4619-a399-5cb69fad25a1_133062085377464397", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11995", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "ae14098a-c5b2-4486-a3df-dd38d2fa59f0", + "Date" : "Fri, 04 Nov 2022 03:56:57 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14993,Microsoft.Compute/LowCostGet30Min;119961", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035657Z:ae14098a-c5b2-4486-a3df-dd38d2fa59f0", + "Expires" : "-1", + "x-ms-request-id" : "f7c3a0c3-31f6-422e-a73c-07d8247d169e", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/disks/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8\",\r\n \"sourceUniqueId\": \"1c0c6471-9e8d-4f2c-8525-d4bc02d9a2d8\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:56:55.0652977+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\",\r\n \"incrementalSnapshotFamilyId\": \"97c42825-08f8-40aa-a27a-3fadb26980c0\"\r\n }\r\n}", + "x-ms-client-request-id" : "83e7f3e4-3bbf-4f6d-ab8b-9e50f3ed5eac", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rgcomv78571b9?api-version=2021-01-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "d7e44227-8620-4cc4-896d-07c754698a41", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "223", + "X-Content-Type-Options" : "nosniff", + "x-ms-ratelimit-remaining-subscription-writes" : "1190", + "Pragma" : "no-cache", + "retry-after" : "0", + "StatusCode" : "201", + "x-ms-correlation-request-id" : "f4b3cf37-a042-492f-bd9e-4075d53592b4", + "Date" : "Fri, 04 Nov 2022 03:57:01 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035701Z:f4b3cf37-a042-492f-bd9e-4075d53592b4", + "Expires" : "-1", + "x-ms-request-id" : "f4b3cf37-a042-492f-bd9e-4075d53592b4", + "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9\",\"name\":\"rgcomv78571b9\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}}", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "51f52111-830a-4a12-81f2-7dd258ba6627", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "642", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "x-ms-ratelimit-remaining-subscription-writes" : "1197", + "Pragma" : "no-cache", + "StatusCode" : "202", + "x-ms-correlation-request-id" : "8f35269c-86c2-4bb3-a348-9c6e9d5f1fe7", + "Date" : "Fri, 04 Nov 2022 03:57:06 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/HighCostSnapshotCreateHydrate3Min;999,Microsoft.Compute/HighCostSnapshotCreateHydrate30Min;7997", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035706Z:8f35269c-86c2-4bb3-a348-9c6e9d5f1fe7", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/bb621bfb-7e1e-41a0-a065-be3fdfd7f002?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", + "x-ms-request-id" : "bb621bfb-7e1e-41a0-a065-be3fdfd7f002", + "Body" : "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\"\r\n },\r\n \"incremental\": true,\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "x-ms-client-request-id" : "51f52111-830a-4a12-81f2-7dd258ba6627", + "Content-Type" : "application/json; charset=utf-8", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/bb621bfb-7e1e-41a0-a065-be3fdfd7f002?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&monitor=true&api-version=2022-07-02" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/bb621bfb-7e1e-41a0-a065-be3fdfd7f002?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "beb5e388-06f8-40d6-b8c9-8983577f48de" + }, + "Response" : { + "content-length" : "1712", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11994", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "9f952e38-82d2-4c11-a20d-b4fcb4f33a40", + "Date" : "Fri, 04 Nov 2022 03:57:08 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49999,Microsoft.Compute/GetOperation30Min;399977", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035708Z:9f952e38-82d2-4c11-a20d-b4fcb4f33a40", + "Expires" : "-1", + "x-ms-request-id" : "c9d66d68-2aa6-45ea-b4cc-c0d141cb531e", + "Body" : "{\r\n \"startTime\": \"2022-11-04T03:57:05.5230316+00:00\",\r\n \"endTime\": \"2022-11-04T03:57:06.8824024+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}\r\n },\r\n \"name\": \"bb621bfb-7e1e-41a0-a065-be3fdfd7f002\"\r\n}", + "x-ms-client-request-id" : "beb5e388-06f8-40d6-b8c9-8983577f48de", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "a8af083d-948c-43d8-be28-135a5a68cd0d" + }, + "Response" : { + "content-length" : "1518", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11965", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "13ab5244-d0ef-4d57-820f-92a3ca02bc66", + "Date" : "Fri, 04 Nov 2022 03:57:08 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14992,Microsoft.Compute/LowCostGet30Min;119918", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035709Z:13ab5244-d0ef-4d57-820f-92a3ca02bc66", + "Expires" : "-1", + "x-ms-request-id" : "09bd6ced-2eab-487a-b5b7-df4192265c2d", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "a8af083d-948c-43d8-be28-135a5a68cd0d", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "73de76b9-9ad5-458c-90df-c62c7307f357", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1518", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11993", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "c798db9a-ad25-43f4-ae55-2b2d5bd55162", + "Date" : "Fri, 04 Nov 2022 03:57:09 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14991,Microsoft.Compute/LowCostGet30Min;119917", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035710Z:c798db9a-ad25-43f4-ae55-2b2d5bd55162", + "Expires" : "-1", + "x-ms-request-id" : "13b58ae8-0c2a-4122-8c5b-cb20210f4e57", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "73de76b9-9ad5-458c-90df-c62c7307f357", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "74b6577a-d0f2-48ca-a86a-d4625458a2e1", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1518", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11993", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "5bfc2f1b-f056-4751-bc98-090b905de49d", + "Date" : "Fri, 04 Nov 2022 03:57:39 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14990,Microsoft.Compute/LowCostGet30Min;119914", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035740Z:5bfc2f1b-f056-4751-bc98-090b905de49d", + "Expires" : "-1", + "x-ms-request-id" : "97b232a7-d85d-4abc-b402-f89b9a6802da", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "74b6577a-d0f2-48ca-a86a-d4625458a2e1", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "74ca1902-3645-49bd-8eda-d7452138f739", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1518", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11964", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "ba1c7ae9-df1a-4975-8814-dde0e43d7af8", + "Date" : "Fri, 04 Nov 2022 03:58:10 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14990,Microsoft.Compute/LowCostGet30Min;119913", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035810Z:ba1c7ae9-df1a-4975-8814-dde0e43d7af8", + "Expires" : "-1", + "x-ms-request-id" : "c784f231-a959-44bd-8f92-fc4820939218", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "74ca1902-3645-49bd-8eda-d7452138f739", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "0f8d48f8-5c17-47ae-87f0-67dc034e882c", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1518", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11992", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "45766b00-94fa-4efb-b0b6-d87ff4f5ee7d", + "Date" : "Fri, 04 Nov 2022 03:58:39 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14991,Microsoft.Compute/LowCostGet30Min;119912", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035840Z:45766b00-94fa-4efb-b0b6-d87ff4f5ee7d", + "Expires" : "-1", + "x-ms-request-id" : "6636a4c9-ebbf-45ca-bb2d-ec7940e789c0", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "0f8d48f8-5c17-47ae-87f0-67dc034e882c", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "37b08a38-04f1-4614-98e2-920e0616f233", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1518", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11992", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "41548835-827d-4374-b8bf-a924e607d894", + "Date" : "Fri, 04 Nov 2022 03:59:09 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14992,Microsoft.Compute/LowCostGet30Min;119911", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035910Z:41548835-827d-4374-b8bf-a924e607d894", + "Expires" : "-1", + "x-ms-request-id" : "0e1ad4be-b7c7-4ced-9399-b741c2b87f0b", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "37b08a38-04f1-4614-98e2-920e0616f233", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "0d21badb-4115-4f55-aa61-7577cdca9721", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1518", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11963", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "4eb20d73-91c7-47d4-af0d-da4cd00a03bc", + "Date" : "Fri, 04 Nov 2022 03:59:39 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14991,Microsoft.Compute/LowCostGet30Min;119910", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T035940Z:4eb20d73-91c7-47d4-af0d-da4cd00a03bc", + "Expires" : "-1", + "x-ms-request-id" : "5286ab2e-3382-4e00-ad80-1b6de72556da", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "0d21badb-4115-4f55-aa61-7577cdca9721", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "9e2368d2-385e-4cff-b9e5-d288a85425e7", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1518", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11991", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "859a2756-f955-4795-af26-59953702665e", + "Date" : "Fri, 04 Nov 2022 04:00:10 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14994,Microsoft.Compute/LowCostGet30Min;119925", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040010Z:859a2756-f955-4795-af26-59953702665e", + "Expires" : "-1", + "x-ms-request-id" : "2404c111-4a7f-4e47-87f1-502df65ea3cf", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "9e2368d2-385e-4cff-b9e5-d288a85425e7", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "88ddf516-9d6e-423d-ba47-a13497bda6b6", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1518", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11991", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "bf7757d2-b3a2-403e-91a6-16cd211595bf", + "Date" : "Fri, 04 Nov 2022 04:00:39 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14994,Microsoft.Compute/LowCostGet30Min;119924", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040040Z:bf7757d2-b3a2-403e-91a6-16cd211595bf", + "Expires" : "-1", + "x-ms-request-id" : "a67528f0-1016-475e-bb74-e88b8586a4d8", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "88ddf516-9d6e-423d-ba47-a13497bda6b6", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "0a24c63e-0919-4d73-8c62-1ef1ec0ccb6b", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1518", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11970", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "74b3dc09-3665-488c-9995-fcceb4392106", + "Date" : "Fri, 04 Nov 2022 04:01:10 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14994,Microsoft.Compute/LowCostGet30Min;119923", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040110Z:74b3dc09-3665-488c-9995-fcceb4392106", + "Expires" : "-1", + "x-ms-request-id" : "312a4896-14d0-4b8b-a5e5-2f6ba39f458e", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "0a24c63e-0919-4d73-8c62-1ef1ec0ccb6b", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "3431fa95-e0da-4671-8938-8ea3a614ade4", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1518", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11990", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "3dbc1bce-79d5-4575-951b-43506fa8cb6b", + "Date" : "Fri, 04 Nov 2022 04:01:40 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14994,Microsoft.Compute/LowCostGet30Min;119922", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040140Z:3dbc1bce-79d5-4575-951b-43506fa8cb6b", + "Expires" : "-1", + "x-ms-request-id" : "9b51764f-9af8-4a35-8e9c-26c23c709666", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "3431fa95-e0da-4671-8938-8ea3a614ade4", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "080c53e6-503b-4f27-9fb1-5769f5f7e413", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1518", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11990", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "78e5894f-135c-4d5f-b301-d96f81e6b9d2", + "Date" : "Fri, 04 Nov 2022 04:02:09 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14992,Microsoft.Compute/LowCostGet30Min;119919", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040210Z:78e5894f-135c-4d5f-b301-d96f81e6b9d2", + "Expires" : "-1", + "x-ms-request-id" : "0ee78361-2ec2-423d-a0b1-6c7bd9d13c2b", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "080c53e6-503b-4f27-9fb1-5769f5f7e413", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "e730a3e3-01e3-4055-8274-43f39202f08a", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1519", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11969", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "553dc7fd-5521-465e-9c49-bb56d67d2fdc", + "Date" : "Fri, 04 Nov 2022 04:02:40 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14991,Microsoft.Compute/LowCostGet30Min;119917", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040240Z:553dc7fd-5521-465e-9c49-bb56d67d2fdc", + "Expires" : "-1", + "x-ms-request-id" : "90e63245-7dbb-4936-b8eb-b208e7b27fd3", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 20.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "e730a3e3-01e3-4055-8274-43f39202f08a", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "c791bca8-f9c5-4d40-84d2-0ea4850867fb", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1519", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11989", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "a97195e7-4f58-4280-bb62-ad5862200f0b", + "Date" : "Fri, 04 Nov 2022 04:03:10 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14991,Microsoft.Compute/LowCostGet30Min;119916", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040310Z:a97195e7-4f58-4280-bb62-ad5862200f0b", + "Expires" : "-1", + "x-ms-request-id" : "6ae60759-5623-4229-b73e-f8450e7692d9", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 20.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "c791bca8-f9c5-4d40-84d2-0ea4850867fb", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "66bd2503-bf20-4767-bccc-9b5bc720d870", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1519", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11989", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "670222ef-0782-4ff6-aa57-75a87a1ea5e8", + "Date" : "Fri, 04 Nov 2022 04:03:39 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14987,Microsoft.Compute/LowCostGet30Min;119911", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040340Z:670222ef-0782-4ff6-aa57-75a87a1ea5e8", + "Expires" : "-1", + "x-ms-request-id" : "8d32f444-c3fb-4e0e-9bea-fcc5120a0c58", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 20.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "66bd2503-bf20-4767-bccc-9b5bc720d870", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "89a7cd2f-dca4-4077-b871-e39aa5897baa", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1519", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11968", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "ef85f90b-de73-438f-a009-7fc40c8a69d5", + "Date" : "Fri, 04 Nov 2022 04:04:09 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14987,Microsoft.Compute/LowCostGet30Min;119910", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040410Z:ef85f90b-de73-438f-a009-7fc40c8a69d5", + "Expires" : "-1", + "x-ms-request-id" : "2760ca18-c3ef-43a1-87ec-67b33f72dfee", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 20.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "89a7cd2f-dca4-4077-b871-e39aa5897baa", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "0f48ebe3-0f5d-4c56-a413-859e4d343551", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1519", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11988", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "f480af65-ee5a-4667-af1f-f9253cdfbc6a", + "Date" : "Fri, 04 Nov 2022 04:04:40 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14988,Microsoft.Compute/LowCostGet30Min;119909", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040440Z:f480af65-ee5a-4667-af1f-f9253cdfbc6a", + "Expires" : "-1", + "x-ms-request-id" : "54e0cc9e-0349-4dfb-9e06-1dd5ca875e91", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 20.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "0f48ebe3-0f5d-4c56-a413-859e4d343551", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "dddab534-6f1b-411b-9ddd-2f7ab50b533f", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1519", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11988", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "bc648ebe-06ee-41d4-bdb3-198f888bdd73", + "Date" : "Fri, 04 Nov 2022 04:05:10 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14990,Microsoft.Compute/LowCostGet30Min;119927", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040510Z:bc648ebe-06ee-41d4-bdb3-198f888bdd73", + "Expires" : "-1", + "x-ms-request-id" : "3299d7b0-80c2-4485-af30-c04b82ae66d2", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 20.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "dddab534-6f1b-411b-9ddd-2f7ab50b533f", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "5df24340-c4b0-4384-b3ed-516c34462861", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1519", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11974", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "3429aae9-cebc-4c97-bba0-45ba9c5659a3", + "Date" : "Fri, 04 Nov 2022 04:05:39 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14989,Microsoft.Compute/LowCostGet30Min;119925", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040540Z:3429aae9-cebc-4c97-bba0-45ba9c5659a3", + "Expires" : "-1", + "x-ms-request-id" : "cc808c99-5dd3-4c91-9efc-ab2b1515a111", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 20.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "5df24340-c4b0-4384-b3ed-516c34462861", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "6e29382a-d560-4ba5-974c-dad44d92e34a", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1519", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11987", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "d3ee70ed-096b-4b9b-9859-5e6dbfbb9941", + "Date" : "Fri, 04 Nov 2022 04:06:10 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14992,Microsoft.Compute/LowCostGet30Min;119924", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040610Z:d3ee70ed-096b-4b9b-9859-5e6dbfbb9941", + "Expires" : "-1", + "x-ms-request-id" : "0a9e374b-0ef3-4c41-9ae0-f1793fe69f7e", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 20.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "6e29382a-d560-4ba5-974c-dad44d92e34a", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "a35d81e2-016d-4b19-add4-0a3ad2fb9043", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1519", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11987", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "1fa9fbd7-91d4-4687-884e-01c2332c8c1a", + "Date" : "Fri, 04 Nov 2022 04:06:40 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14993,Microsoft.Compute/LowCostGet30Min;119923", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040640Z:1fa9fbd7-91d4-4687-884e-01c2332c8c1a", + "Expires" : "-1", + "x-ms-request-id" : "0261dee6-1047-4051-8159-f2a5e942e697", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 20.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "a35d81e2-016d-4b19-add4-0a3ad2fb9043", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "732fbf9f-a044-45f0-b845-260037804c25", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1519", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11973", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "816fbc9b-c279-4ecd-a5dd-38f7f9b0c02c", + "Date" : "Fri, 04 Nov 2022 04:07:09 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14992,Microsoft.Compute/LowCostGet30Min;119921", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040710Z:816fbc9b-c279-4ecd-a5dd-38f7f9b0c02c", + "Expires" : "-1", + "x-ms-request-id" : "132455f3-93df-4db0-8eab-2052da223450", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 20.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "732fbf9f-a044-45f0-b845-260037804c25", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "64dc087e-19c5-43fa-a7c5-ad1da52644f1", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1520", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11986", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "fcae0f9e-fa0f-448b-bfba-83e4bf656a14", + "Date" : "Fri, 04 Nov 2022 04:07:40 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14989,Microsoft.Compute/LowCostGet30Min;119917", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040740Z:fcae0f9e-fa0f-448b-bfba-83e4bf656a14", + "Expires" : "-1", + "x-ms-request-id" : "6eb356e6-224d-46a2-965d-c0c27f488d07", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp\",\r\n \"sourceUniqueId\": \"c4ab720f-b530-4585-994b-b7a68cbb8042\"\r\n },\r\n \"diskSizeGB\": 30,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T03:57:06.241787+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 32213303296,\r\n \"uniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\",\r\n \"completionPercent\": 100.0,\r\n \"incrementalSnapshotFamilyId\": \"136966a9-264b-4f41-9b12-f753ff0d928e\"\r\n }\r\n}", + "x-ms-client-request-id" : "64dc087e-19c5-43fa-a7c5-ad1da52644f1", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "DELETE", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "adf28337-3ed0-4be8-9d33-38ca72ef4cae", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "0", + "x-ms-ratelimit-remaining-subscription-deletes" : "14999", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "572f59ac-b6f7-4619-a399-5cb69fad25a1_133062085377464397", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "StatusCode" : "202", + "x-ms-correlation-request-id" : "05a2eabc-0ba1-42dc-8e95-ed0d79d87ac7", + "Date" : "Fri, 04 Nov 2022 04:07:41 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/DeleteDisks3Min;2999,Microsoft.Compute/DeleteDisks30Min;23995", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040742Z:05a2eabc-0ba1-42dc-8e95-ed0d79d87ac7", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/DiskOperations/56923c1f-0691-44cc-a683-85363e031aba?p=572f59ac-b6f7-4619-a399-5cb69fad25a1&api-version=2022-07-02", + "x-ms-request-id" : "56923c1f-0691-44cc-a683-85363e031aba", + "x-ms-client-request-id" : "adf28337-3ed0-4be8-9d33-38ca72ef4cae", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/DiskOperations/56923c1f-0691-44cc-a683-85363e031aba?p=572f59ac-b6f7-4619-a399-5cb69fad25a1&monitor=true&api-version=2022-07-02" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/DiskOperations/56923c1f-0691-44cc-a683-85363e031aba?p=572f59ac-b6f7-4619-a399-5cb69fad25a1&api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "8c11f0ac-8a13-4d32-89dd-df250791ac97" + }, + "Response" : { + "content-length" : "183", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "572f59ac-b6f7-4619-a399-5cb69fad25a1_133062085377464397", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11972", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "7c86175f-4ca4-43dd-a011-4a16072c56ba", + "Date" : "Fri, 04 Nov 2022 04:08:12 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49998,Microsoft.Compute/GetOperation30Min;399990", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040812Z:7c86175f-4ca4-43dd-a011-4a16072c56ba", + "Expires" : "-1", + "x-ms-request-id" : "a426aa4d-1fb2-47cc-a72c-d9f97bd0e851", + "Body" : "{\r\n \"startTime\": \"2022-11-04T04:07:42.2184374+00:00\",\r\n \"endTime\": \"2022-11-04T04:07:42.530855+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"56923c1f-0691-44cc-a683-85363e031aba\"\r\n}", + "x-ms-client-request-id" : "8c11f0ac-8a13-4d32-89dd-df250791ac97", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/DiskOperations/56923c1f-0691-44cc-a683-85363e031aba?p=572f59ac-b6f7-4619-a399-5cb69fad25a1&monitor=true&api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "87f907bb-2e70-4780-b853-76995bbfde06" + }, + "Response" : { + "content-length" : "0", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "572f59ac-b6f7-4619-a399-5cb69fad25a1_133062085377464397", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11985", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "d5d8a5a1-c65a-463b-bbc5-81daadbb0b39", + "Date" : "Fri, 04 Nov 2022 04:08:12 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49997,Microsoft.Compute/GetOperation30Min;399989", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040812Z:d5d8a5a1-c65a-463b-bbc5-81daadbb0b39", + "Expires" : "-1", + "x-ms-request-id" : "7c68eb76-886d-467e-acfc-9b4f44e367af", + "x-ms-client-request-id" : "87f907bb-2e70-4780-b853-76995bbfde06" + }, + "Exception" : null + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "8b517302-6643-4ca6-88a8-08afbf0ffc98", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "616", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "572f59ac-b6f7-4619-a399-5cb69fad25a1_133062085377464397", + "X-Content-Type-Options" : "nosniff", + "x-ms-ratelimit-remaining-subscription-writes" : "1199", + "Pragma" : "no-cache", + "StatusCode" : "202", + "x-ms-correlation-request-id" : "3748d5e7-96aa-4ac7-9b49-c7e78059c2ed", + "Date" : "Fri, 04 Nov 2022 04:08:14 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/HighCostSnapshotCreateHydrate3Min;999,Microsoft.Compute/HighCostSnapshotCreateHydrate30Min;7997", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040815Z:3748d5e7-96aa-4ac7-9b49-c7e78059c2ed", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/DiskOperations/715b69b6-78db-4a7a-b9de-d7ad08d25a67?p=572f59ac-b6f7-4619-a399-5cb69fad25a1&api-version=2022-07-02", + "x-ms-request-id" : "715b69b6-78db-4a7a-b9de-d7ad08d25a67", + "Body" : "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/disks/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036\"\r\n },\r\n \"incremental\": true,\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "x-ms-client-request-id" : "8b517302-6643-4ca6-88a8-08afbf0ffc98", + "Content-Type" : "application/json; charset=utf-8", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/DiskOperations/715b69b6-78db-4a7a-b9de-d7ad08d25a67?p=572f59ac-b6f7-4619-a399-5cb69fad25a1&monitor=true&api-version=2022-07-02" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/DiskOperations/715b69b6-78db-4a7a-b9de-d7ad08d25a67?p=572f59ac-b6f7-4619-a399-5cb69fad25a1&api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "a0460e92-508e-460d-8ae1-3e7c42d8a2e7" + }, + "Response" : { + "content-length" : "1486", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "572f59ac-b6f7-4619-a399-5cb69fad25a1_133062085377464397", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11971", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "7b035de7-6945-42c9-a060-80469d569824", + "Date" : "Fri, 04 Nov 2022 04:08:17 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49996,Microsoft.Compute/GetOperation30Min;399988", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040818Z:7b035de7-6945-42c9-a060-80469d569824", + "Expires" : "-1", + "x-ms-request-id" : "26b5b6f7-7f79-459e-bad7-f1d1c97e26bc", + "Body" : "{\r\n \"startTime\": \"2022-11-04T04:08:15.5468805+00:00\",\r\n \"endTime\": \"2022-11-04T04:08:16.2499872+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/disks/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036\",\r\n \"sourceUniqueId\": \"1512cc5a-049d-458c-a8b5-067df2d21036\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:08:15.5468805+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"e9bdcde4-b5f0-4990-ab08-5e392f0e7351\",\r\n \"incrementalSnapshotFamilyId\": \"7e5c36e4-b1da-4625-ba18-7b3a26c69440\"\r\n }\r\n}\r\n },\r\n \"name\": \"715b69b6-78db-4a7a-b9de-d7ad08d25a67\"\r\n}", + "x-ms-client-request-id" : "a0460e92-508e-460d-8ae1-3e7c42d8a2e7", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "edbfee4f-dc43-4a51-bdc7-5aaebeaa02a0" + }, + "Response" : { + "content-length" : "1261", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "572f59ac-b6f7-4619-a399-5cb69fad25a1_133062085377464397", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11984", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "e7cf0e70-80d2-4d2d-b1fc-1db941d62e0d", + "Date" : "Fri, 04 Nov 2022 04:08:18 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14994,Microsoft.Compute/LowCostGet30Min;119962", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040818Z:e7cf0e70-80d2-4d2d-b1fc-1db941d62e0d", + "Expires" : "-1", + "x-ms-request-id" : "cbdf29c4-1e42-4c4c-bca3-2a16e095a343", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/disks/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036\",\r\n \"sourceUniqueId\": \"1512cc5a-049d-458c-a8b5-067df2d21036\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:08:15.5468805+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"e9bdcde4-b5f0-4990-ab08-5e392f0e7351\",\r\n \"incrementalSnapshotFamilyId\": \"7e5c36e4-b1da-4625-ba18-7b3a26c69440\"\r\n }\r\n}", + "x-ms-client-request-id" : "edbfee4f-dc43-4a51-bdc7-5aaebeaa02a0", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "8a66de36-1d55-43a6-82bf-47d7277b6ab0", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "636", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "x-ms-ratelimit-remaining-subscription-writes" : "1198", + "Pragma" : "no-cache", + "StatusCode" : "202", + "x-ms-correlation-request-id" : "678be022-397e-4a9e-b4cd-5ec9aceb54ab", + "Date" : "Fri, 04 Nov 2022 04:08:22 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/HighCostSnapshotCreateHydrate3Min;999,Microsoft.Compute/HighCostSnapshotCreateHydrate30Min;7998", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040823Z:678be022-397e-4a9e-b4cd-5ec9aceb54ab", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/b200c348-de90-41c6-9709-962ff62d4cba?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", + "x-ms-request-id" : "b200c348-de90-41c6-9709-962ff62d4cba", + "Body" : "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp\"\r\n },\r\n \"incremental\": true,\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "x-ms-client-request-id" : "8a66de36-1d55-43a6-82bf-47d7277b6ab0", + "Content-Type" : "application/json; charset=utf-8", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/b200c348-de90-41c6-9709-962ff62d4cba?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&monitor=true&api-version=2022-07-02" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/b200c348-de90-41c6-9709-962ff62d4cba?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "506dafda-65d1-4f88-8322-2403467dbec5" + }, + "Response" : { + "content-length" : "1513", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11970", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "aee29874-f468-45a2-9d10-1e5184f87678", + "Date" : "Fri, 04 Nov 2022 04:08:25 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49999,Microsoft.Compute/GetOperation30Min;399979", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040825Z:aee29874-f468-45a2-9d10-1e5184f87678", + "Expires" : "-1", + "x-ms-request-id" : "7d079d1b-386f-4d8d-93e7-cb6cc2963b0b", + "Body" : "{\r\n \"startTime\": \"2022-11-04T04:08:22.3023795+00:00\",\r\n \"endTime\": \"2022-11-04T04:08:23.5679588+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp\",\r\n \"sourceUniqueId\": \"e9bdcde4-b5f0-4990-ab08-5e392f0e7351\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:08:22.9429963+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"e11653c4-2271-4453-b770-010d6c8bfde6\",\r\n \"incrementalSnapshotFamilyId\": \"0952af8d-d1ce-4553-b3f5-e819dbca9414\"\r\n }\r\n}\r\n },\r\n \"name\": \"b200c348-de90-41c6-9709-962ff62d4cba\"\r\n}", + "x-ms-client-request-id" : "506dafda-65d1-4f88-8322-2403467dbec5", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "3a96eecb-26c8-42ff-a210-bf51187f03a6" + }, + "Response" : { + "content-length" : "1319", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11983", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "b0384e72-c2ca-446c-ab37-24b43e1ebf11", + "Date" : "Fri, 04 Nov 2022 04:08:25 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14989,Microsoft.Compute/LowCostGet30Min;119916", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040826Z:b0384e72-c2ca-446c-ab37-24b43e1ebf11", + "Expires" : "-1", + "x-ms-request-id" : "8c907895-7c45-464f-928f-6a147f671dd5", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp\",\r\n \"sourceUniqueId\": \"e9bdcde4-b5f0-4990-ab08-5e392f0e7351\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:08:22.9429963+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"e11653c4-2271-4453-b770-010d6c8bfde6\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"0952af8d-d1ce-4553-b3f5-e819dbca9414\"\r\n }\r\n}", + "x-ms-client-request-id" : "3a96eecb-26c8-42ff-a210-bf51187f03a6", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "b5378ebc-e65b-4bc9-90c4-0a3a577dd268", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1319", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11986", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "86dbfa58-6659-4d73-9341-88a45ab55a5b", + "Date" : "Fri, 04 Nov 2022 04:08:27 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14988,Microsoft.Compute/LowCostGet30Min;119915", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040827Z:86dbfa58-6659-4d73-9341-88a45ab55a5b", + "Expires" : "-1", + "x-ms-request-id" : "36c9b704-c00f-495f-b7d2-b80109ed62de", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp\",\r\n \"sourceUniqueId\": \"e9bdcde4-b5f0-4990-ab08-5e392f0e7351\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:08:22.9429963+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"e11653c4-2271-4453-b770-010d6c8bfde6\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"0952af8d-d1ce-4553-b3f5-e819dbca9414\"\r\n }\r\n}", + "x-ms-client-request-id" : "b5378ebc-e65b-4bc9-90c4-0a3a577dd268", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "e30a5f52-e956-40dc-8a19-7716e79025df", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1319", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11969", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "e9828e44-02b0-448e-a0b6-740056d7d422", + "Date" : "Fri, 04 Nov 2022 04:08:56 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14987,Microsoft.Compute/LowCostGet30Min;119912", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040857Z:e9828e44-02b0-448e-a0b6-740056d7d422", + "Expires" : "-1", + "x-ms-request-id" : "a2c9af5b-eb5c-42b7-b170-18d2660335e4", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp\",\r\n \"sourceUniqueId\": \"e9bdcde4-b5f0-4990-ab08-5e392f0e7351\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:08:22.9429963+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"e11653c4-2271-4453-b770-010d6c8bfde6\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"0952af8d-d1ce-4553-b3f5-e819dbca9414\"\r\n }\r\n}", + "x-ms-client-request-id" : "e30a5f52-e956-40dc-8a19-7716e79025df", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "5780e749-c42a-41fe-a6ff-14392de61f05", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1319", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11982", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "b710d49a-71e5-468d-81e0-476b9f95f491", + "Date" : "Fri, 04 Nov 2022 04:09:27 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14987,Microsoft.Compute/LowCostGet30Min;119911", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040927Z:b710d49a-71e5-468d-81e0-476b9f95f491", + "Expires" : "-1", + "x-ms-request-id" : "8208f272-f24b-4273-9bb4-dff9f675153c", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp\",\r\n \"sourceUniqueId\": \"e9bdcde4-b5f0-4990-ab08-5e392f0e7351\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:08:22.9429963+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"e11653c4-2271-4453-b770-010d6c8bfde6\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"0952af8d-d1ce-4553-b3f5-e819dbca9414\"\r\n }\r\n}", + "x-ms-client-request-id" : "5780e749-c42a-41fe-a6ff-14392de61f05", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "da7fbf9a-9ee4-4dfd-8b34-b3cf400ed30f", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1319", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11985", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "61cd8836-5dd6-43c1-9392-33ff997cabde", + "Date" : "Fri, 04 Nov 2022 04:09:56 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14987,Microsoft.Compute/LowCostGet30Min;119910", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T040957Z:61cd8836-5dd6-43c1-9392-33ff997cabde", + "Expires" : "-1", + "x-ms-request-id" : "d4f724f2-fe4d-46cb-93dd-66583df61b06", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp\",\r\n \"sourceUniqueId\": \"e9bdcde4-b5f0-4990-ab08-5e392f0e7351\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:08:22.9429963+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"e11653c4-2271-4453-b770-010d6c8bfde6\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"0952af8d-d1ce-4553-b3f5-e819dbca9414\"\r\n }\r\n}", + "x-ms-client-request-id" : "da7fbf9a-9ee4-4dfd-8b34-b3cf400ed30f", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "95d6ed7c-7ab3-411a-9fe4-24791dabf36a", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1319", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11980", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "05bf7e1c-c016-4977-8891-72d969790bd7", + "Date" : "Fri, 04 Nov 2022 04:10:26 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14991,Microsoft.Compute/LowCostGet30Min;119935", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041027Z:05bf7e1c-c016-4977-8891-72d969790bd7", + "Expires" : "-1", + "x-ms-request-id" : "985dabf9-9d15-47e7-9d7e-b412f922d2cc", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp\",\r\n \"sourceUniqueId\": \"e9bdcde4-b5f0-4990-ab08-5e392f0e7351\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:08:22.9429963+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"e11653c4-2271-4453-b770-010d6c8bfde6\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"0952af8d-d1ce-4553-b3f5-e819dbca9414\"\r\n }\r\n}", + "x-ms-client-request-id" : "95d6ed7c-7ab3-411a-9fe4-24791dabf36a", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "397add8c-dfa7-4a1a-a0f0-834b1ce40ff2", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1319", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11981", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "12ca26b8-c4ce-4617-9c52-fbd1066440f3", + "Date" : "Fri, 04 Nov 2022 04:10:56 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14991,Microsoft.Compute/LowCostGet30Min;119934", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041056Z:12ca26b8-c4ce-4617-9c52-fbd1066440f3", + "Expires" : "-1", + "x-ms-request-id" : "858071b7-358b-4c2b-9cc7-6426252f8bfc", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp\",\r\n \"sourceUniqueId\": \"e9bdcde4-b5f0-4990-ab08-5e392f0e7351\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:08:22.9429963+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"e11653c4-2271-4453-b770-010d6c8bfde6\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"0952af8d-d1ce-4553-b3f5-e819dbca9414\"\r\n }\r\n}", + "x-ms-client-request-id" : "397add8c-dfa7-4a1a-a0f0-834b1ce40ff2", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "de070dc0-0e7e-43a6-b018-21d240095605", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1319", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11984", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "99d48db9-4ea0-4550-a946-5e49930009e8", + "Date" : "Fri, 04 Nov 2022 04:11:26 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14993,Microsoft.Compute/LowCostGet30Min;119933", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041126Z:99d48db9-4ea0-4550-a946-5e49930009e8", + "Expires" : "-1", + "x-ms-request-id" : "0a466c2a-7c7f-433e-b475-9c2362739822", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp\",\r\n \"sourceUniqueId\": \"e9bdcde4-b5f0-4990-ab08-5e392f0e7351\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:08:22.9429963+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"e11653c4-2271-4453-b770-010d6c8bfde6\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"0952af8d-d1ce-4553-b3f5-e819dbca9414\"\r\n }\r\n}", + "x-ms-client-request-id" : "de070dc0-0e7e-43a6-b018-21d240095605", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "394b329a-9a4f-4eea-8c6b-f1f8c03f04a9", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1319", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11979", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "a92dd74e-764b-4c76-aa10-404b6cc7f770", + "Date" : "Fri, 04 Nov 2022 04:11:56 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14994,Microsoft.Compute/LowCostGet30Min;119932", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041156Z:a92dd74e-764b-4c76-aa10-404b6cc7f770", + "Expires" : "-1", + "x-ms-request-id" : "f4acc603-f60b-4f9a-b101-1fbbbd2a5292", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp\",\r\n \"sourceUniqueId\": \"e9bdcde4-b5f0-4990-ab08-5e392f0e7351\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:08:22.9429963+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"e11653c4-2271-4453-b770-010d6c8bfde6\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"0952af8d-d1ce-4553-b3f5-e819dbca9414\"\r\n }\r\n}", + "x-ms-client-request-id" : "394b329a-9a4f-4eea-8c6b-f1f8c03f04a9", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "a66a31ab-7410-40bd-b18c-5aa93ad764ef", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1321", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11980", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "992069b2-9a86-4320-b3b1-8cdcc92c0232", + "Date" : "Fri, 04 Nov 2022 04:12:26 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14994,Microsoft.Compute/LowCostGet30Min;119931", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041226Z:992069b2-9a86-4320-b3b1-8cdcc92c0232", + "Expires" : "-1", + "x-ms-request-id" : "40e461c1-5383-43d9-81ba-f9a152135f98", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp\",\r\n \"sourceUniqueId\": \"e9bdcde4-b5f0-4990-ab08-5e392f0e7351\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:08:22.9429963+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"e11653c4-2271-4453-b770-010d6c8bfde6\",\r\n \"completionPercent\": 100.0,\r\n \"incrementalSnapshotFamilyId\": \"0952af8d-d1ce-4553-b3f5-e819dbca9414\"\r\n }\r\n}", + "x-ms-client-request-id" : "a66a31ab-7410-40bd-b18c-5aa93ad764ef", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "DELETE", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "068768c1-5b67-452d-95de-e0753085b318", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "0", + "x-ms-ratelimit-remaining-subscription-deletes" : "14998", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "572f59ac-b6f7-4619-a399-5cb69fad25a1_133062085377464397", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "StatusCode" : "202", + "x-ms-correlation-request-id" : "9073f949-c651-4787-8459-b9d67780d00f", + "Date" : "Fri, 04 Nov 2022 04:12:26 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/DeleteDisks3Min;2999,Microsoft.Compute/DeleteDisks30Min;23995", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041227Z:9073f949-c651-4787-8459-b9d67780d00f", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/DiskOperations/ade3c8f7-6e2d-4e96-bb2e-a4aa9212deae?p=572f59ac-b6f7-4619-a399-5cb69fad25a1&api-version=2022-07-02", + "x-ms-request-id" : "ade3c8f7-6e2d-4e96-bb2e-a4aa9212deae", + "x-ms-client-request-id" : "068768c1-5b67-452d-95de-e0753085b318", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/DiskOperations/ade3c8f7-6e2d-4e96-bb2e-a4aa9212deae?p=572f59ac-b6f7-4619-a399-5cb69fad25a1&monitor=true&api-version=2022-07-02" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/DiskOperations/ade3c8f7-6e2d-4e96-bb2e-a4aa9212deae?p=572f59ac-b6f7-4619-a399-5cb69fad25a1&api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "d506f8bd-e3bb-4068-8787-e928601981dc" + }, + "Response" : { + "content-length" : "184", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "572f59ac-b6f7-4619-a399-5cb69fad25a1_133062085377464397", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11978", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "336fa480-e514-4641-958a-02742e5d7dd7", + "Date" : "Fri, 04 Nov 2022 04:12:56 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49998,Microsoft.Compute/GetOperation30Min;399988", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041257Z:336fa480-e514-4641-958a-02742e5d7dd7", + "Expires" : "-1", + "x-ms-request-id" : "01b146c4-b623-4141-ab81-978be3bdcbb2", + "Body" : "{\r\n \"startTime\": \"2022-11-04T04:12:27.5514149+00:00\",\r\n \"endTime\": \"2022-11-04T04:12:27.9264211+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ade3c8f7-6e2d-4e96-bb2e-a4aa9212deae\"\r\n}", + "x-ms-client-request-id" : "d506f8bd-e3bb-4068-8787-e928601981dc", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/DiskOperations/ade3c8f7-6e2d-4e96-bb2e-a4aa9212deae?p=572f59ac-b6f7-4619-a399-5cb69fad25a1&monitor=true&api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "9a880ea2-4225-4246-a26c-f4e44f2e7f23" + }, + "Response" : { + "content-length" : "0", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "572f59ac-b6f7-4619-a399-5cb69fad25a1_133062085377464397", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11979", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "7368191b-5838-40ae-9237-592d05a256cf", + "Date" : "Fri, 04 Nov 2022 04:12:58 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49997,Microsoft.Compute/GetOperation30Min;399987", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041258Z:7368191b-5838-40ae-9237-592d05a256cf", + "Expires" : "-1", + "x-ms-request-id" : "d31aff0e-b68d-434f-8d3c-b6de2c4efb16", + "x-ms-client-request-id" : "9a880ea2-4225-4246-a26c-f4e44f2e7f23" + }, + "Exception" : null + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "6720c15b-e6d9-4289-8b57-775acb74be64", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "616", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "572f59ac-b6f7-4619-a399-5cb69fad25a1_133062085377464397", + "X-Content-Type-Options" : "nosniff", + "x-ms-ratelimit-remaining-subscription-writes" : "1197", + "Pragma" : "no-cache", + "StatusCode" : "202", + "x-ms-correlation-request-id" : "876b4903-01c0-48ae-9335-7aa3682098f3", + "Date" : "Fri, 04 Nov 2022 04:13:00 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/HighCostSnapshotCreateHydrate3Min;999,Microsoft.Compute/HighCostSnapshotCreateHydrate30Min;7995", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041300Z:876b4903-01c0-48ae-9335-7aa3682098f3", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/DiskOperations/61e0d4f6-b65d-42a2-b33f-f093adb7b730?p=572f59ac-b6f7-4619-a399-5cb69fad25a1&api-version=2022-07-02", + "x-ms-request-id" : "61e0d4f6-b65d-42a2-b33f-f093adb7b730", + "Body" : "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/disks/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80\"\r\n },\r\n \"incremental\": true,\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "x-ms-client-request-id" : "6720c15b-e6d9-4289-8b57-775acb74be64", + "Content-Type" : "application/json; charset=utf-8", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/DiskOperations/61e0d4f6-b65d-42a2-b33f-f093adb7b730?p=572f59ac-b6f7-4619-a399-5cb69fad25a1&monitor=true&api-version=2022-07-02" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/DiskOperations/61e0d4f6-b65d-42a2-b33f-f093adb7b730?p=572f59ac-b6f7-4619-a399-5cb69fad25a1&api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "c1fd0bd6-86c9-4757-9711-2e87df77e74e" + }, + "Response" : { + "content-length" : "1486", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "572f59ac-b6f7-4619-a399-5cb69fad25a1_133062085377464397", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11977", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "07485a46-3f5a-4f27-bb93-c41f6a4568e1", + "Date" : "Fri, 04 Nov 2022 04:13:02 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49996,Microsoft.Compute/GetOperation30Min;399986", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041302Z:07485a46-3f5a-4f27-bb93-c41f6a4568e1", + "Expires" : "-1", + "x-ms-request-id" : "ccf1eee6-9d71-4939-b6ee-4343836a03de", + "Body" : "{\r\n \"startTime\": \"2022-11-04T04:12:59.9580704+00:00\",\r\n \"endTime\": \"2022-11-04T04:13:00.6299476+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/disks/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80\",\r\n \"sourceUniqueId\": \"e905d4b8-1f88-43ad-971a-0da1c8806b80\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:12:59.9580704+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"f5df2ea8-618e-4d15-9ff6-15433632c3c4\",\r\n \"incrementalSnapshotFamilyId\": \"e439a071-4c0e-421d-9f5c-f16f5da48906\"\r\n }\r\n}\r\n },\r\n \"name\": \"61e0d4f6-b65d-42a2-b33f-f093adb7b730\"\r\n}", + "x-ms-client-request-id" : "c1fd0bd6-86c9-4757-9711-2e87df77e74e", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "a976df92-2455-4b15-bea9-2eb74aba50df" + }, + "Response" : { + "content-length" : "1261", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "572f59ac-b6f7-4619-a399-5cb69fad25a1_133062085377464397", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11978", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "72e5af83-3f82-4adf-96d4-98dc248df7fc", + "Date" : "Fri, 04 Nov 2022 04:13:03 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14998,Microsoft.Compute/LowCostGet30Min;119963", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041303Z:72e5af83-3f82-4adf-96d4-98dc248df7fc", + "Expires" : "-1", + "x-ms-request-id" : "834702b6-df0e-4b1b-b6ba-576f7a1d9bbb", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/disks/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80\",\r\n \"sourceUniqueId\": \"e905d4b8-1f88-43ad-971a-0da1c8806b80\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:12:59.9580704+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"f5df2ea8-618e-4d15-9ff6-15433632c3c4\",\r\n \"incrementalSnapshotFamilyId\": \"e439a071-4c0e-421d-9f5c-f16f5da48906\"\r\n }\r\n}", + "x-ms-client-request-id" : "a976df92-2455-4b15-bea9-2eb74aba50df", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "31abdd1e-f526-4987-adac-662031789b8f", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "636", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "x-ms-ratelimit-remaining-subscription-writes" : "1196", + "Pragma" : "no-cache", + "StatusCode" : "202", + "x-ms-correlation-request-id" : "9961cfb0-83af-40bd-b0b3-4d944b56606b", + "Date" : "Fri, 04 Nov 2022 04:13:06 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/HighCostSnapshotCreateHydrate3Min;999,Microsoft.Compute/HighCostSnapshotCreateHydrate30Min;7997", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041307Z:9961cfb0-83af-40bd-b0b3-4d944b56606b", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/a9ce745c-856e-43e3-967a-832c93c5ee0c?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", + "x-ms-request-id" : "a9ce745c-856e-43e3-967a-832c93c5ee0c", + "Body" : "{\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp\"\r\n },\r\n \"incremental\": true,\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "x-ms-client-request-id" : "31abdd1e-f526-4987-adac-662031789b8f", + "Content-Type" : "application/json; charset=utf-8", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/a9ce745c-856e-43e3-967a-832c93c5ee0c?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&monitor=true&api-version=2022-07-02" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/a9ce745c-856e-43e3-967a-832c93c5ee0c?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "0a4bd75b-9f24-48ea-aa02-75710de0dbae" + }, + "Response" : { + "content-length" : "1513", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11976", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "fa9a34c5-98f8-4b6a-9034-1b4e926653e5", + "Date" : "Fri, 04 Nov 2022 04:13:09 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49999,Microsoft.Compute/GetOperation30Min;399990", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041309Z:fa9a34c5-98f8-4b6a-9034-1b4e926653e5", + "Expires" : "-1", + "x-ms-request-id" : "767a40d5-8f3f-446b-bc11-bd836eceb50a", + "Body" : "{\r\n \"startTime\": \"2022-11-04T04:13:06.2077943+00:00\",\r\n \"endTime\": \"2022-11-04T04:13:07.5671627+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp\",\r\n \"sourceUniqueId\": \"f5df2ea8-618e-4d15-9ff6-15433632c3c4\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:13:06.9109155+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"2ff24032-0517-47e1-a7ad-3e589a3a178b\",\r\n \"incrementalSnapshotFamilyId\": \"251bc0bf-5894-4cbd-9a2d-12331e6289bf\"\r\n }\r\n}\r\n },\r\n \"name\": \"a9ce745c-856e-43e3-967a-832c93c5ee0c\"\r\n}", + "x-ms-client-request-id" : "0a4bd75b-9f24-48ea-aa02-75710de0dbae", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "5e2fdaf2-d2d5-4730-80c0-c4c293ba4ef8" + }, + "Response" : { + "content-length" : "1319", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11977", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "bc7e16fd-ff01-441d-8dd2-c09e3ca4b4eb", + "Date" : "Fri, 04 Nov 2022 04:13:10 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14995,Microsoft.Compute/LowCostGet30Min;119930", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041310Z:bc7e16fd-ff01-441d-8dd2-c09e3ca4b4eb", + "Expires" : "-1", + "x-ms-request-id" : "b4f42bb5-abb0-4ae2-8df6-50744223fc9c", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp\",\r\n \"sourceUniqueId\": \"f5df2ea8-618e-4d15-9ff6-15433632c3c4\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:13:06.9109155+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"2ff24032-0517-47e1-a7ad-3e589a3a178b\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"251bc0bf-5894-4cbd-9a2d-12331e6289bf\"\r\n }\r\n}", + "x-ms-client-request-id" : "5e2fdaf2-d2d5-4730-80c0-c4c293ba4ef8", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "13e37200-b993-4cf0-9a52-086ea316676d", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1319", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11983", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "61631ceb-a203-43a6-a7dd-2a19f6147011", + "Date" : "Fri, 04 Nov 2022 04:13:11 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14994,Microsoft.Compute/LowCostGet30Min;119929", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041311Z:61631ceb-a203-43a6-a7dd-2a19f6147011", + "Expires" : "-1", + "x-ms-request-id" : "f6951a45-11e7-474e-81f2-cfac1cadd5fd", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp\",\r\n \"sourceUniqueId\": \"f5df2ea8-618e-4d15-9ff6-15433632c3c4\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:13:06.9109155+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"2ff24032-0517-47e1-a7ad-3e589a3a178b\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"251bc0bf-5894-4cbd-9a2d-12331e6289bf\"\r\n }\r\n}", + "x-ms-client-request-id" : "13e37200-b993-4cf0-9a52-086ea316676d", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "9d17a065-7859-4a5a-a1ee-0907fca6d819", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1319", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11975", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "37b1009a-f8d4-4ab2-a641-484bf63f91d7", + "Date" : "Fri, 04 Nov 2022 04:13:40 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14992,Microsoft.Compute/LowCostGet30Min;119926", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041341Z:37b1009a-f8d4-4ab2-a641-484bf63f91d7", + "Expires" : "-1", + "x-ms-request-id" : "9c00d9c4-0d55-4145-9f35-c3e25c1d58bb", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp\",\r\n \"sourceUniqueId\": \"f5df2ea8-618e-4d15-9ff6-15433632c3c4\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:13:06.9109155+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"2ff24032-0517-47e1-a7ad-3e589a3a178b\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"251bc0bf-5894-4cbd-9a2d-12331e6289bf\"\r\n }\r\n}", + "x-ms-client-request-id" : "9d17a065-7859-4a5a-a1ee-0907fca6d819", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "8f4c7a74-1039-4389-8cad-c8cd023abc4e", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1319", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11976", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "eeed1870-ed08-4a64-98a1-b1aeaf635529", + "Date" : "Fri, 04 Nov 2022 04:14:10 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14990,Microsoft.Compute/LowCostGet30Min;119923", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041411Z:eeed1870-ed08-4a64-98a1-b1aeaf635529", + "Expires" : "-1", + "x-ms-request-id" : "a1a23dd7-d4a9-4578-834c-31fb99994a08", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp\",\r\n \"sourceUniqueId\": \"f5df2ea8-618e-4d15-9ff6-15433632c3c4\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:13:06.9109155+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"2ff24032-0517-47e1-a7ad-3e589a3a178b\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"251bc0bf-5894-4cbd-9a2d-12331e6289bf\"\r\n }\r\n}", + "x-ms-client-request-id" : "8f4c7a74-1039-4389-8cad-c8cd023abc4e", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "2c0e188a-810f-477a-9271-c83440c2f3f2", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1319", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11982", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "ba850eca-aa50-4165-9369-3f6c98396594", + "Date" : "Fri, 04 Nov 2022 04:14:40 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14989,Microsoft.Compute/LowCostGet30Min;119921", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041441Z:ba850eca-aa50-4165-9369-3f6c98396594", + "Expires" : "-1", + "x-ms-request-id" : "c7889bbc-bc3e-4361-b766-ff1669a6c75c", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp\",\r\n \"sourceUniqueId\": \"f5df2ea8-618e-4d15-9ff6-15433632c3c4\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:13:06.9109155+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"2ff24032-0517-47e1-a7ad-3e589a3a178b\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"251bc0bf-5894-4cbd-9a2d-12331e6289bf\"\r\n }\r\n}", + "x-ms-client-request-id" : "2c0e188a-810f-477a-9271-c83440c2f3f2", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "0bad0b70-f9b7-40f3-9aba-3768ea8f938d", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1319", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11976", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "9d6742a2-5f0f-4741-b966-88986bf2c125", + "Date" : "Fri, 04 Nov 2022 04:15:10 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14989,Microsoft.Compute/LowCostGet30Min;119926", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041511Z:9d6742a2-5f0f-4741-b966-88986bf2c125", + "Expires" : "-1", + "x-ms-request-id" : "196ec63e-e4f6-4eae-824e-07df6a700622", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp\",\r\n \"sourceUniqueId\": \"f5df2ea8-618e-4d15-9ff6-15433632c3c4\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:13:06.9109155+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"2ff24032-0517-47e1-a7ad-3e589a3a178b\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"251bc0bf-5894-4cbd-9a2d-12331e6289bf\"\r\n }\r\n}", + "x-ms-client-request-id" : "0bad0b70-f9b7-40f3-9aba-3768ea8f938d", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "a8cc5db0-d1bd-41c3-a063-882fbddfe7fe", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1319", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11975", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "e77f8164-8913-4416-9ce9-689d7b961a17", + "Date" : "Fri, 04 Nov 2022 04:15:40 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14988,Microsoft.Compute/LowCostGet30Min;119925", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041541Z:e77f8164-8913-4416-9ce9-689d7b961a17", + "Expires" : "-1", + "x-ms-request-id" : "25496caa-693c-41a3-af75-ece8d3eec6b3", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp\",\r\n \"sourceUniqueId\": \"f5df2ea8-618e-4d15-9ff6-15433632c3c4\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:13:06.9109155+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"2ff24032-0517-47e1-a7ad-3e589a3a178b\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"251bc0bf-5894-4cbd-9a2d-12331e6289bf\"\r\n }\r\n}", + "x-ms-client-request-id" : "a8cc5db0-d1bd-41c3-a063-882fbddfe7fe", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "0c0d46ab-65ea-4fe0-bd39-713b579aedea", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1319", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11981", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "4dc7d41f-e0b7-49fd-8318-70d4e03d7dc9", + "Date" : "Fri, 04 Nov 2022 04:16:10 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14991,Microsoft.Compute/LowCostGet30Min;119924", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041611Z:4dc7d41f-e0b7-49fd-8318-70d4e03d7dc9", + "Expires" : "-1", + "x-ms-request-id" : "1e9039a1-a20a-461f-9d83-5a2f7572adf9", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp\",\r\n \"sourceUniqueId\": \"f5df2ea8-618e-4d15-9ff6-15433632c3c4\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:13:06.9109155+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"2ff24032-0517-47e1-a7ad-3e589a3a178b\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"251bc0bf-5894-4cbd-9a2d-12331e6289bf\"\r\n }\r\n}", + "x-ms-client-request-id" : "0c0d46ab-65ea-4fe0-bd39-713b579aedea", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "6bb7930e-e0aa-4cf9-be05-cfd5ab94d439", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1319", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11975", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "daf2bd69-1157-4990-b35f-bba2ac45fe6e", + "Date" : "Fri, 04 Nov 2022 04:16:40 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14991,Microsoft.Compute/LowCostGet30Min;119923", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041641Z:daf2bd69-1157-4990-b35f-bba2ac45fe6e", + "Expires" : "-1", + "x-ms-request-id" : "449d8dd5-2df3-4769-aacb-694f19628484", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp\",\r\n \"sourceUniqueId\": \"f5df2ea8-618e-4d15-9ff6-15433632c3c4\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:13:06.9109155+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"2ff24032-0517-47e1-a7ad-3e589a3a178b\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"251bc0bf-5894-4cbd-9a2d-12331e6289bf\"\r\n }\r\n}", + "x-ms-client-request-id" : "6bb7930e-e0aa-4cf9-be05-cfd5ab94d439", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "f509646f-3864-4827-b04d-c786bda32fa0", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1319", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11974", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "c444ca00-694a-4144-b098-6301b54c5e94", + "Date" : "Fri, 04 Nov 2022 04:17:10 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14994,Microsoft.Compute/LowCostGet30Min;119922", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041711Z:c444ca00-694a-4144-b098-6301b54c5e94", + "Expires" : "-1", + "x-ms-request-id" : "1e4113ef-2750-42af-828d-c92ee127f535", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp\",\r\n \"sourceUniqueId\": \"f5df2ea8-618e-4d15-9ff6-15433632c3c4\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:13:06.9109155+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"2ff24032-0517-47e1-a7ad-3e589a3a178b\",\r\n \"completionPercent\": 0.0,\r\n \"incrementalSnapshotFamilyId\": \"251bc0bf-5894-4cbd-9a2d-12331e6289bf\"\r\n }\r\n}", + "x-ms-client-request-id" : "f509646f-3864-4827-b04d-c786bda32fa0", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "12ed013c-3d49-4e57-b10c-d61ed51464c8", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1321", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11980", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "7e6a3c86-2d77-49e1-a68d-a50d1a3fb594", + "Date" : "Fri, 04 Nov 2022 04:17:40 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14994,Microsoft.Compute/LowCostGet30Min;119921", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041741Z:7e6a3c86-2d77-49e1-a68d-a50d1a3fb594", + "Expires" : "-1", + "x-ms-request-id" : "7b2ba8f8-12c4-4392-bcbf-de9bedf2c22e", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"type\": \"Microsoft.Compute/snapshots\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"CopyStart\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp\",\r\n \"sourceUniqueId\": \"f5df2ea8-618e-4d15-9ff6-15433632c3c4\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"incremental\": true,\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:13:06.9109155+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"2ff24032-0517-47e1-a7ad-3e589a3a178b\",\r\n \"completionPercent\": 100.0,\r\n \"incrementalSnapshotFamilyId\": \"251bc0bf-5894-4cbd-9a2d-12331e6289bf\"\r\n }\r\n}", + "x-ms-client-request-id" : "12ed013c-3d49-4e57-b10c-d61ed51464c8", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "DELETE", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv8982334/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "76801c54-73d6-405a-ad9e-9c120b2fe9c1", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "0", + "x-ms-ratelimit-remaining-subscription-deletes" : "14999", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "572f59ac-b6f7-4619-a399-5cb69fad25a1_133062085377464397", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "StatusCode" : "202", + "x-ms-correlation-request-id" : "8915b20c-6a23-4185-9a88-fb11a0c04acd", + "Date" : "Fri, 04 Nov 2022 04:17:41 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/DeleteDisks3Min;2999,Microsoft.Compute/DeleteDisks30Min;23997", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041742Z:8915b20c-6a23-4185-9a88-fb11a0c04acd", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/DiskOperations/22d1ab57-3294-459a-9d2f-6bef8b8fd7ad?p=572f59ac-b6f7-4619-a399-5cb69fad25a1&api-version=2022-07-02", + "x-ms-request-id" : "22d1ab57-3294-459a-9d2f-6bef8b8fd7ad", + "x-ms-client-request-id" : "76801c54-73d6-405a-ad9e-9c120b2fe9c1", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/DiskOperations/22d1ab57-3294-459a-9d2f-6bef8b8fd7ad?p=572f59ac-b6f7-4619-a399-5cb69fad25a1&monitor=true&api-version=2022-07-02" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/DiskOperations/22d1ab57-3294-459a-9d2f-6bef8b8fd7ad?p=572f59ac-b6f7-4619-a399-5cb69fad25a1&api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "905400d1-6576-4651-9fd5-a2880292c1b9" + }, + "Response" : { + "content-length" : "183", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "572f59ac-b6f7-4619-a399-5cb69fad25a1_133062085377464397", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11973", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "663126f6-d5c7-4e40-8620-ec96b2400669", + "Date" : "Fri, 04 Nov 2022 04:18:12 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49998,Microsoft.Compute/GetOperation30Min;399986", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041812Z:663126f6-d5c7-4e40-8620-ec96b2400669", + "Expires" : "-1", + "x-ms-request-id" : "cdbc2e95-0673-4122-8093-e467fa886f8f", + "Body" : "{\r\n \"startTime\": \"2022-11-04T04:17:42.0462053+00:00\",\r\n \"endTime\": \"2022-11-04T04:17:42.311825+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"22d1ab57-3294-459a-9d2f-6bef8b8fd7ad\"\r\n}", + "x-ms-client-request-id" : "905400d1-6576-4651-9fd5-a2880292c1b9", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/DiskOperations/22d1ab57-3294-459a-9d2f-6bef8b8fd7ad?p=572f59ac-b6f7-4619-a399-5cb69fad25a1&monitor=true&api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "9d9895c8-0be9-432a-aba8-eaa8446c182e" + }, + "Response" : { + "content-length" : "0", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "572f59ac-b6f7-4619-a399-5cb69fad25a1_133062085377464397", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11979", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "2411a467-b8f7-4faa-aac6-31bd9d0a7890", + "Date" : "Fri, 04 Nov 2022 04:18:11 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49997,Microsoft.Compute/GetOperation30Min;399985", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041812Z:2411a467-b8f7-4faa-aac6-31bd9d0a7890", + "Expires" : "-1", + "x-ms-request-id" : "b7506a89-4b72-4713-bd73-e080ec9ba98f", + "x-ms-client-request-id" : "9d9895c8-0be9-432a-aba8-eaa8446c182e" + }, + "Exception" : null + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/disks/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-new?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "d3eab5f7-9547-4415-a907-b86147094c41", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "723", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "x-ms-ratelimit-remaining-subscription-writes" : "1193", + "Pragma" : "no-cache", + "StatusCode" : "202", + "x-ms-correlation-request-id" : "a4326a82-c081-47dc-ad8e-cf5c7d7faeb9", + "Date" : "Fri, 04 Nov 2022 04:18:15 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/CreateUpdateDisks3Min;999,Microsoft.Compute/CreateUpdateDisks30Min;7999", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041816Z:a4326a82-c081-47dc-ad8e-cf5c7d7faeb9", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/812be7a9-003c-46dd-bbb3-d56687a46f4a?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", + "x-ms-request-id" : "812be7a9-003c-46dd-bbb3-d56687a46f4a", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-new\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/disks/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-new\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "x-ms-client-request-id" : "d3eab5f7-9547-4415-a907-b86147094c41", + "Content-Type" : "application/json; charset=utf-8", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/812be7a9-003c-46dd-bbb3-d56687a46f4a?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&monitor=true&api-version=2022-07-02" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/812be7a9-003c-46dd-bbb3-d56687a46f4a?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "d3a5a1e2-8088-4931-98c9-8a7c641dabff" + }, + "Response" : { + "content-length" : "1654", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11972", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "20449767-be55-4bba-a85d-c084165f9883", + "Date" : "Fri, 04 Nov 2022 04:18:18 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49999,Microsoft.Compute/GetOperation30Min;399993", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041818Z:20449767-be55-4bba-a85d-c084165f9883", + "Expires" : "-1", + "x-ms-request-id" : "918a623e-5f0f-44db-841a-9e313795920d", + "Body" : "{\r\n \"startTime\": \"2022-11-04T04:18:16.0975394+00:00\",\r\n \"endTime\": \"2022-11-04T04:18:16.7381564+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-new\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/disks/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-new\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"sourceUniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:18:16.0975394+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"4b44e329-f356-4e66-bdbd-54ce5a101011\"\r\n }\r\n}\r\n },\r\n \"name\": \"812be7a9-003c-46dd-bbb3-d56687a46f4a\"\r\n}", + "x-ms-client-request-id" : "d3a5a1e2-8088-4931-98c9-8a7c641dabff", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/disks/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-new?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "53a34979-d375-47b0-a2b3-aa110d7918f0" + }, + "Response" : { + "content-length" : "1429", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11978", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "81cf8cd3-f6a0-45ff-a4d5-25174f5bde35", + "Date" : "Fri, 04 Nov 2022 04:18:18 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14994,Microsoft.Compute/LowCostGet30Min;119920", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041819Z:81cf8cd3-f6a0-45ff-a4d5-25174f5bde35", + "Expires" : "-1", + "x-ms-request-id" : "64550e0b-a160-4e22-87fc-e296b803beb1", + "Body" : "{\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-new\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/disks/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-new\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"hyperVGeneration\": \"V1\",\r\n \"supportsHibernation\": true,\r\n \"supportedCapabilities\": {\r\n \"acceleratedNetwork\": true,\r\n \"architecture\": \"x64\"\r\n },\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied\",\r\n \"sourceUniqueId\": \"cd08d86b-53f1-47c0-aa75-b38fc09d19a2\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:18:16.0975394+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"4b44e329-f356-4e66-bdbd-54ce5a101011\"\r\n }\r\n}", + "x-ms-client-request-id" : "53a34979-d375-47b0-a2b3-aa110d7918f0", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/disks/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-new?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "108b30ab-98b1-4f53-bdaa-15cf7c8b2c03", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "666", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "x-ms-ratelimit-remaining-subscription-writes" : "1192", + "Pragma" : "no-cache", + "StatusCode" : "202", + "x-ms-correlation-request-id" : "22312a28-889a-4070-a0a7-109cbccb7bd8", + "Date" : "Fri, 04 Nov 2022 04:18:20 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/CreateUpdateDisks3Min;998,Microsoft.Compute/CreateUpdateDisks30Min;7998", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041821Z:22312a28-889a-4070-a0a7-109cbccb7bd8", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/214140e1-52d2-4c06-bb99-3c6820d94e8d?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", + "x-ms-request-id" : "214140e1-52d2-4c06-bb99-3c6820d94e8d", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-new\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/disks/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-new\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\"\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "x-ms-client-request-id" : "108b30ab-98b1-4f53-bdaa-15cf7c8b2c03", + "Content-Type" : "application/json; charset=utf-8", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/214140e1-52d2-4c06-bb99-3c6820d94e8d?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&monitor=true&api-version=2022-07-02" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/214140e1-52d2-4c06-bb99-3c6820d94e8d?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "79214909-60a2-446f-9073-66fa49c92b34" + }, + "Response" : { + "content-length" : "1452", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11971", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "f536bdf9-7a53-4f2c-875c-55805ebabb7d", + "Date" : "Fri, 04 Nov 2022 04:18:22 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49997,Microsoft.Compute/GetOperation30Min;399991", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041823Z:f536bdf9-7a53-4f2c-875c-55805ebabb7d", + "Expires" : "-1", + "x-ms-request-id" : "8e91defb-ba8a-4c0e-a150-482f530b6f82", + "Body" : "{\r\n \"startTime\": \"2022-11-04T04:18:20.8943968+00:00\",\r\n \"endTime\": \"2022-11-04T04:18:21.3475176+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-new\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/disks/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-new\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"sourceUniqueId\": \"e11653c4-2271-4453-b770-010d6c8bfde6\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:18:20.8943968+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"aa03f691-f77d-4960-86fb-d3afd9beb773\"\r\n }\r\n}\r\n },\r\n \"name\": \"214140e1-52d2-4c06-bb99-3c6820d94e8d\"\r\n}", + "x-ms-client-request-id" : "79214909-60a2-446f-9073-66fa49c92b34", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/disks/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-new?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "34eb02be-177e-428f-8015-84890af67b06" + }, + "Response" : { + "content-length" : "1227", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11977", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "5c49a8c6-fafe-4751-a61a-b417354b6616", + "Date" : "Fri, 04 Nov 2022 04:18:23 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14991,Microsoft.Compute/LowCostGet30Min;119917", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041824Z:5c49a8c6-fafe-4751-a61a-b417354b6616", + "Expires" : "-1", + "x-ms-request-id" : "2032813c-ef1a-4fac-99c8-3846a3ec764e", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-new\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/disks/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-new\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied\",\r\n \"sourceUniqueId\": \"e11653c4-2271-4453-b770-010d6c8bfde6\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:18:20.8943968+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"aa03f691-f77d-4960-86fb-d3afd9beb773\"\r\n }\r\n}", + "x-ms-client-request-id" : "34eb02be-177e-428f-8015-84890af67b06", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/disks/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-new?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "9467cd4a-781d-4590-bd2a-add94845d210", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "666", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "x-ms-ratelimit-remaining-subscription-writes" : "1191", + "Pragma" : "no-cache", + "StatusCode" : "202", + "x-ms-correlation-request-id" : "9235b45d-56fd-4fe6-881c-477a1b69f017", + "Date" : "Fri, 04 Nov 2022 04:18:25 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/CreateUpdateDisks3Min;997,Microsoft.Compute/CreateUpdateDisks30Min;7997", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041826Z:9235b45d-56fd-4fe6-881c-477a1b69f017", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/67dbd851-ea6b-4331-b729-a307cdc3f9f3?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", + "x-ms-request-id" : "67dbd851-ea6b-4331-b729-a307cdc3f9f3", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-new\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/disks/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-new\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\"\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "x-ms-client-request-id" : "9467cd4a-781d-4590-bd2a-add94845d210", + "Content-Type" : "application/json; charset=utf-8", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/67dbd851-ea6b-4331-b729-a307cdc3f9f3?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&monitor=true&api-version=2022-07-02" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/67dbd851-ea6b-4331-b729-a307cdc3f9f3?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "0e91cf46-15c2-4920-bc94-6d8d8c4efda1" + }, + "Response" : { + "content-length" : "1452", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11970", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "d3bd4348-2d26-485a-b4f3-3f05695bd4f9", + "Date" : "Fri, 04 Nov 2022 04:18:28 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49995,Microsoft.Compute/GetOperation30Min;399989", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041829Z:d3bd4348-2d26-485a-b4f3-3f05695bd4f9", + "Expires" : "-1", + "x-ms-request-id" : "2fc02958-0d97-4ff6-800d-9907ec9d6bfe", + "Body" : "{\r\n \"startTime\": \"2022-11-04T04:18:26.4412637+00:00\",\r\n \"endTime\": \"2022-11-04T04:18:27.0193768+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"properties\": {\r\n \"output\": {\r\n \"name\": \"vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-new\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/disks/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-new\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"sourceUniqueId\": \"2ff24032-0517-47e1-a7ad-3e589a3a178b\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:18:26.4412637+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"392e0e3b-6606-4080-a50d-dd8a71804dcd\"\r\n }\r\n}\r\n },\r\n \"name\": \"67dbd851-ea6b-4331-b729-a307cdc3f9f3\"\r\n}", + "x-ms-client-request-id" : "0e91cf46-15c2-4920-bc94-6d8d8c4efda1", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/disks/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-new?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "26f8f131-b842-4493-b6dd-996b20434184" + }, + "Response" : { + "content-length" : "1227", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11976", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "6d8f6315-9702-4270-8eee-785abc9419aa", + "Date" : "Fri, 04 Nov 2022 04:18:28 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;14987,Microsoft.Compute/LowCostGet30Min;119913", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041829Z:6d8f6315-9702-4270-8eee-785abc9419aa", + "Expires" : "-1", + "x-ms-request-id" : "619856e0-ce13-4c1d-b9f3-0afcc7fffd80", + "Body" : "{\r\n \"name\": \"vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-new\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/disks/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-new\",\r\n \"type\": \"Microsoft.Compute/disks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \"creationData\": {\r\n \"createOption\": \"Copy\",\r\n \"sourceResourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied\",\r\n \"sourceUniqueId\": \"2ff24032-0517-47e1-a7ad-3e589a3a178b\"\r\n },\r\n \"diskSizeGB\": 100,\r\n \"diskIOPSReadWrite\": 500,\r\n \"diskMBpsReadWrite\": 60,\r\n \"encryption\": {\r\n \"type\": \"EncryptionAtRestWithPlatformKey\"\r\n },\r\n \"networkAccessPolicy\": \"AllowAll\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"timeCreated\": \"2022-11-04T04:18:26.4412637+00:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"diskState\": \"Unattached\",\r\n \"diskSizeBytes\": 107374182400,\r\n \"uniqueId\": \"392e0e3b-6606-4080-a50d-dd8a71804dcd\"\r\n }\r\n}", + "x-ms-client-request-id" : "26f8f131-b842-4493-b6dd-996b20434184", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Network/virtualNetworks/vnet05614b297d?api-version=2022-05-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.network/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "792c3de3-b637-4bba-b199-eaf91fa21830", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1307", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "x-ms-ratelimit-remaining-subscription-writes" : "1190", + "Pragma" : "no-cache", + "Azure-AsyncNotification" : "Enabled", + "StatusCode" : "201", + "x-ms-correlation-request-id" : "0cac47ed-05fc-488d-924a-3aeed9ab27c1", + "Date" : "Fri, 04 Nov 2022 04:18:32 GMT", + "x-ms-arm-service-request-id" : "b485d2eb-ae62-4c58-a1a9-6101fc1ddbdb", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041833Z:0cac47ed-05fc-488d-924a-3aeed9ab27c1", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/88a14b9e-9606-4f14-9657-c66660a99e0a?api-version=2022-05-01", + "x-ms-request-id" : "88a14b9e-9606-4f14-9657-c66660a99e0a", + "Body" : "{\r\n \"name\": \"vnet05614b297d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Network/virtualNetworks/vnet05614b297d\",\r\n \"etag\": \"W/\\\"405448bf-b2ab-4e8c-9932-0fe13c129e55\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"416f1197-ced1-4c50-8cb9-54bbac1097eb\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/28\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnet1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Network/virtualNetworks/vnet05614b297d/subnets/subnet1\",\r\n \"etag\": \"W/\\\"405448bf-b2ab-4e8c-9932-0fe13c129e55\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/28\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}", + "x-ms-client-request-id" : "792c3de3-b637-4bba-b199-eaf91fa21830", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/88a14b9e-9606-4f14-9657-c66660a99e0a?api-version=2022-05-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.network/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "98cc86e7-12ed-4509-83ac-0e5cbc315fdf" + }, + "Response" : { + "content-length" : "29", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11969", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "e8adf994-db3a-4a46-8e12-d4751f4c02e2", + "Date" : "Fri, 04 Nov 2022 04:18:35 GMT", + "x-ms-arm-service-request-id" : "ed658f20-d951-4408-941c-156aa45bcbe2", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041836Z:e8adf994-db3a-4a46-8e12-d4751f4c02e2", + "Expires" : "-1", + "x-ms-request-id" : "7bc02563-b8d8-4c7d-af8a-03417e44ca24", + "Body" : "{\r\n \"status\": \"Succeeded\"\r\n}", + "x-ms-client-request-id" : "98cc86e7-12ed-4509-83ac-0e5cbc315fdf", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Network/virtualNetworks/vnet05614b297d?api-version=2022-05-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.network/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "555aaf39-e0a9-41cf-aaef-3c9d47b35505" + }, + "Response" : { + "content-length" : "1309", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11975", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "665bf15c-54c2-48e3-ac3d-e528e60c1d33", + "Date" : "Fri, 04 Nov 2022 04:18:36 GMT", + "x-ms-arm-service-request-id" : "a8e5d7fa-1b29-482f-8c93-3493190809b9", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "ETag" : "W/\"31da1d33-c3a7-40b9-92d0-650bc6ba54f6\"", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041837Z:665bf15c-54c2-48e3-ac3d-e528e60c1d33", + "Expires" : "-1", + "x-ms-request-id" : "a4fd502e-73d2-4cdd-88f6-58c6912d52c0", + "Body" : "{\r\n \"name\": \"vnet05614b297d\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Network/virtualNetworks/vnet05614b297d\",\r\n \"etag\": \"W/\\\"31da1d33-c3a7-40b9-92d0-650bc6ba54f6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"416f1197-ced1-4c50-8cb9-54bbac1097eb\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/28\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnet1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Network/virtualNetworks/vnet05614b297d/subnets/subnet1\",\r\n \"etag\": \"W/\\\"31da1d33-c3a7-40b9-92d0-650bc6ba54f6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/28\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}", + "x-ms-client-request-id" : "555aaf39-e0a9-41cf-aaef-3c9d47b35505", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Network/networkInterfaces/nic0070875f59a?api-version=2022-05-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.network/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "1dec4671-673e-40c2-ae98-241e44af2e08", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "1789", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "x-ms-ratelimit-remaining-subscription-writes" : "1189", + "Pragma" : "no-cache", + "retry-after" : "0", + "Azure-AsyncNotification" : "Enabled", + "StatusCode" : "201", + "x-ms-correlation-request-id" : "8bcbbcd7-eb44-4084-8a3f-b531d4f19836", + "Date" : "Fri, 04 Nov 2022 04:18:39 GMT", + "x-ms-arm-service-request-id" : "59fb5684-da80-4822-bc60-ed929ff7edad", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041840Z:8bcbbcd7-eb44-4084-8a3f-b531d4f19836", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/c8744cdc-2d19-4b17-9419-f5eaadd19ffa?api-version=2022-05-01", + "x-ms-request-id" : "c8744cdc-2d19-4b17-9419-f5eaadd19ffa", + "Body" : "{\r\n \"name\": \"nic0070875f59a\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Network/networkInterfaces/nic0070875f59a\",\r\n \"etag\": \"W/\\\"4a42e50c-4f23-4597-b2d3-597f11dcde58\\\"\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"effe54fe-6dde-499a-b1e5-8c2d89a2794b\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"primary\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Network/networkInterfaces/nic0070875f59a/ipConfigurations/primary\",\r\n \"etag\": \"W/\\\"4a42e50c-4f23-4597-b2d3-597f11dcde58\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Network/virtualNetworks/vnet05614b297d/subnets/subnet1\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"s2iw4qorzziezdfzks30yeex3d.bx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"vnetEncryptionSupported\": false,\r\n \"enableIPForwarding\": false,\r\n \"disableTcpStateTracking\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": [],\r\n \"nicType\": \"Standard\",\r\n \"allowPort25Out\": true\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\",\r\n \"location\": \"eastus\",\r\n \"kind\": \"Regular\"\r\n}", + "x-ms-client-request-id" : "1dec4671-673e-40c2-ae98-241e44af2e08", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/virtualMachines/vm292421224?api-version=2022-08-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "61ac45bd-c23b-4c9b-a839-7ad457a892e6", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "2589", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "x-ms-ratelimit-remaining-subscription-writes" : "1196", + "Pragma" : "no-cache", + "Azure-AsyncNotification" : "Enabled", + "StatusCode" : "201", + "x-ms-correlation-request-id" : "db1af7f0-28ba-4897-83aa-044c93e9d882", + "Date" : "Fri, 04 Nov 2022 04:18:45 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041846Z:db1af7f0-28ba-4897-83aa-044c93e9d882", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/dc36f068-601f-4a96-b27d-2b8ed9b40193?p=c4eddfd8-50c0-4095-b028-281986cc641e&api-version=2022-08-01", + "x-ms-request-id" : "dc36f068-601f-4a96-b27d-2b8ed9b40193", + "Body" : "{\r\n \"name\": \"vm292421224\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/virtualMachines/vm292421224\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2664a83a-156d-4147-a69b-5ca9fe43e7a9\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2a_v4\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-new\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/disks/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-new\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 100\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-new\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/disks/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-new\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 100,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-new\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/disks/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-new\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 100,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Network/networkInterfaces/nic0070875f59a\",\"properties\":{\"primary\":true}}]},\r\n \"provisioningState\": \"Creating\",\r\n \"timeCreated\": \"2022-11-04T04:18:44.3275741+00:00\"\r\n }\r\n}", + "x-ms-client-request-id" : "61ac45bd-c23b-4c9b-a839-7ad457a892e6", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/dc36f068-601f-4a96-b27d-2b8ed9b40193?p=c4eddfd8-50c0-4095-b028-281986cc641e&api-version=2022-08-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "0134f3eb-2c2a-444a-8934-9f9a48ff5e85" + }, + "Response" : { + "content-length" : "134", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "x-ms-ratelimit-remaining-subscription-reads" : "11974", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "697b4e2f-ff8a-4ed9-b7f6-1d121fa70997", + "Date" : "Fri, 04 Nov 2022 04:18:56 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041856Z:697b4e2f-ff8a-4ed9-b7f6-1d121fa70997", + "Expires" : "-1", + "x-ms-request-id" : "daaf0289-9ad8-473a-b8c3-bfe24be77ea1", + "Body" : "{\r\n \"startTime\": \"2022-11-04T04:18:44.2650769+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"dc36f068-601f-4a96-b27d-2b8ed9b40193\"\r\n}", + "x-ms-client-request-id" : "0134f3eb-2c2a-444a-8934-9f9a48ff5e85", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/dc36f068-601f-4a96-b27d-2b8ed9b40193?p=c4eddfd8-50c0-4095-b028-281986cc641e&api-version=2022-08-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "f53f438f-68c0-487c-8059-3e6c299c063b" + }, + "Response" : { + "content-length" : "184", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11974", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "3c4f0440-babf-4e78-ac48-333ca66907da", + "Date" : "Fri, 04 Nov 2022 04:19:01 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041902Z:3c4f0440-babf-4e78-ac48-333ca66907da", + "Expires" : "-1", + "x-ms-request-id" : "47b3a613-93d9-4732-bb30-e13b4bbbdbc1", + "Body" : "{\r\n \"startTime\": \"2022-11-04T04:18:44.2650769+00:00\",\r\n \"endTime\": \"2022-11-04T04:18:57.2649653+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"dc36f068-601f-4a96-b27d-2b8ed9b40193\"\r\n}", + "x-ms-client-request-id" : "f53f438f-68c0-487c-8059-3e6c299c063b", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/virtualMachines/vm292421224?api-version=2022-08-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "35d16f42-32fe-48f5-bcf3-06cd4d954d21" + }, + "Response" : { + "content-length" : "2590", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11968", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "ec1410c7-7dd5-4b6e-b688-bed51549226e", + "Date" : "Fri, 04 Nov 2022 04:19:02 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31997", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041902Z:ec1410c7-7dd5-4b6e-b688-bed51549226e", + "Expires" : "-1", + "x-ms-request-id" : "d12f3616-a6e8-4ae2-b417-a17d59403e99", + "Body" : "{\r\n \"name\": \"vm292421224\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/virtualMachines/vm292421224\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2664a83a-156d-4147-a69b-5ca9fe43e7a9\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_D2a_v4\"\r\n },\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": \"vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-new\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/disks/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-new\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 100\r\n },\r\n \"dataDisks\": [\r\n {\r\n \"lun\": 0,\r\n \"name\": \"vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-new\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/disks/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-new\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 100,\r\n \"toBeDetached\": false\r\n },\r\n {\r\n \"lun\": 1,\r\n \"name\": \"vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-new\",\r\n \"createOption\": \"Attach\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Standard_LRS\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/disks/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-new\"\r\n },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 100,\r\n \"toBeDetached\": false\r\n }\r\n ]\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Network/networkInterfaces/nic0070875f59a\",\"properties\":{\"primary\":true}}]},\r\n \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-11-04T04:18:44.3275741+00:00\"\r\n }\r\n}", + "x-ms-client-request-id" : "35d16f42-32fe-48f5-bcf3-06cd4d954d21", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "DELETE", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_OsDisk_1_1c0c64719e8d4f2c8525d4bc02d9a2d8-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "534a897a-c7d2-4b7f-837a-91056a1cae40", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "0", + "x-ms-ratelimit-remaining-subscription-deletes" : "14997", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "StatusCode" : "202", + "x-ms-correlation-request-id" : "5846534c-2d1b-4b29-b1d0-cd93e26af8ea", + "Date" : "Fri, 04 Nov 2022 04:19:03 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/DeleteDisks3Min;2999,Microsoft.Compute/DeleteDisks30Min;23999", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041903Z:5846534c-2d1b-4b29-b1d0-cd93e26af8ea", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/56bd2ee1-12d2-433e-aeb5-54ddb62afb65?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", + "x-ms-request-id" : "56bd2ee1-12d2-433e-aeb5-54ddb62afb65", + "x-ms-client-request-id" : "534a897a-c7d2-4b7f-837a-91056a1cae40", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/56bd2ee1-12d2-433e-aeb5-54ddb62afb65?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&monitor=true&api-version=2022-07-02" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/56bd2ee1-12d2-433e-aeb5-54ddb62afb65?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "005641c3-127e-4e5f-8908-4e47f6c7f930" + }, + "Response" : { + "content-length" : "184", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11973", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "aaa6446a-88d9-4657-927c-c0bc752d2418", + "Date" : "Fri, 04 Nov 2022 04:19:34 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49992,Microsoft.Compute/GetOperation30Min;399986", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041934Z:aaa6446a-88d9-4657-927c-c0bc752d2418", + "Expires" : "-1", + "x-ms-request-id" : "4d821112-c56c-43ab-93d9-69f496413bc4", + "Body" : "{\r\n \"startTime\": \"2022-11-04T04:19:03.8161495+00:00\",\r\n \"endTime\": \"2022-11-04T04:19:04.0817739+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"56bd2ee1-12d2-433e-aeb5-54ddb62afb65\"\r\n}", + "x-ms-client-request-id" : "005641c3-127e-4e5f-8908-4e47f6c7f930", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/56bd2ee1-12d2-433e-aeb5-54ddb62afb65?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&monitor=true&api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "a3a4778f-3cac-4409-bdb5-9e27934e0e15" + }, + "Response" : { + "content-length" : "0", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11967", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "eafbaea3-1f13-49d9-ad82-e60dd36ec41e", + "Date" : "Fri, 04 Nov 2022 04:19:34 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49991,Microsoft.Compute/GetOperation30Min;399985", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041934Z:eafbaea3-1f13-49d9-ad82-e60dd36ec41e", + "Expires" : "-1", + "x-ms-request-id" : "690eda53-0455-4a60-8a68-b1af759dc43a", + "x-ms-client-request-id" : "a3a4778f-3cac-4409-bdb5-9e27934e0e15" + }, + "Exception" : null + }, { + "Method" : "DELETE", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk2_1512cc5a049d458ca8b5067df2d21036-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "5bb7ac01-7590-47d2-80d5-de9276feee91", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "0", + "x-ms-ratelimit-remaining-subscription-deletes" : "14996", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "StatusCode" : "202", + "x-ms-correlation-request-id" : "bcd0dcb1-3012-45d9-8a9c-c0ce57ce7833", + "Date" : "Fri, 04 Nov 2022 04:19:35 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/DeleteDisks3Min;2998,Microsoft.Compute/DeleteDisks30Min;23998", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T041935Z:bcd0dcb1-3012-45d9-8a9c-c0ce57ce7833", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/372a36eb-499f-4d63-941e-583a3b21ca48?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", + "x-ms-request-id" : "372a36eb-499f-4d63-941e-583a3b21ca48", + "x-ms-client-request-id" : "5bb7ac01-7590-47d2-80d5-de9276feee91", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/372a36eb-499f-4d63-941e-583a3b21ca48?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&monitor=true&api-version=2022-07-02" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/372a36eb-499f-4d63-941e-583a3b21ca48?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "5972e9d6-50ad-45b2-9ea9-a2ae44a458a2" + }, + "Response" : { + "content-length" : "184", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11972", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "0faea64f-1a63-4f76-be55-0e226900f7f6", + "Date" : "Fri, 04 Nov 2022 04:20:05 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49989,Microsoft.Compute/GetOperation30Min;399983", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T042006Z:0faea64f-1a63-4f76-be55-0e226900f7f6", + "Expires" : "-1", + "x-ms-request-id" : "43f6f1ea-7bcb-41b6-afa7-2e2ce3c52897", + "Body" : "{\r\n \"startTime\": \"2022-11-04T04:19:35.7223103+00:00\",\r\n \"endTime\": \"2022-11-04T04:19:36.0035593+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"372a36eb-499f-4d63-941e-583a3b21ca48\"\r\n}", + "x-ms-client-request-id" : "5972e9d6-50ad-45b2-9ea9-a2ae44a458a2", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/372a36eb-499f-4d63-941e-583a3b21ca48?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&monitor=true&api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "f3f73bb4-85ba-4f32-8681-686e6d9bee59" + }, + "Response" : { + "content-length" : "0", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11966", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "be402021-750b-4e8b-988a-bd02f7f0848e", + "Date" : "Fri, 04 Nov 2022 04:20:05 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49988,Microsoft.Compute/GetOperation30Min;399982", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T042006Z:be402021-750b-4e8b-988a-bd02f7f0848e", + "Expires" : "-1", + "x-ms-request-id" : "619d03f1-828a-40c9-885d-643c49359eaa", + "x-ms-client-request-id" : "f3f73bb4-85ba-4f32-8681-686e6d9bee59" + }, + "Exception" : null + }, { + "Method" : "DELETE", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/snapshots/vm104000f0c_disk3_e905d4b81f8843ad971a0da1c8806b80-snp-copied?api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "be9477bb-5c29-4d7e-9a46-5bb156e1cd0e", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "0", + "x-ms-ratelimit-remaining-subscription-deletes" : "14995", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "StatusCode" : "202", + "x-ms-correlation-request-id" : "3ab8562d-9422-445e-ba8a-b72f6a3221e8", + "Date" : "Fri, 04 Nov 2022 04:20:07 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/DeleteDisks3Min;2997,Microsoft.Compute/DeleteDisks30Min;23997", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T042008Z:3ab8562d-9422-445e-ba8a-b72f6a3221e8", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/7718c0aa-cece-489d-8e15-236246bf82b8?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", + "x-ms-request-id" : "7718c0aa-cece-489d-8e15-236246bf82b8", + "x-ms-client-request-id" : "be9477bb-5c29-4d7e-9a46-5bb156e1cd0e", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/7718c0aa-cece-489d-8e15-236246bf82b8?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&monitor=true&api-version=2022-07-02" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/7718c0aa-cece-489d-8e15-236246bf82b8?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "3bd0ebca-75c7-436d-ba55-ad875809b634" + }, + "Response" : { + "content-length" : "184", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11971", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "570e06f0-c76f-473d-b50e-91163716c3ea", + "Date" : "Fri, 04 Nov 2022 04:20:37 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49986,Microsoft.Compute/GetOperation30Min;399980", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T042038Z:570e06f0-c76f-473d-b50e-91163716c3ea", + "Expires" : "-1", + "x-ms-request-id" : "52fc7baf-a274-41ba-a94d-00cf56633fe4", + "Body" : "{\r\n \"startTime\": \"2022-11-04T04:20:07.7690936+00:00\",\r\n \"endTime\": \"2022-11-04T04:20:08.0972183+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"7718c0aa-cece-489d-8e15-236246bf82b8\"\r\n}", + "x-ms-client-request-id" : "3bd0ebca-75c7-436d-ba55-ad875809b634", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/DiskOperations/7718c0aa-cece-489d-8e15-236246bf82b8?p=cf00aa19-e046-40ac-861d-45a82e8cd03f&monitor=true&api-version=2022-07-02", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "258afd36-dca9-469a-a0bd-66861d0bb3dd" + }, + "Response" : { + "content-length" : "0", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "x-ms-served-by" : "cf00aa19-e046-40ac-861d-45a82e8cd03f_133116740053338362", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11965", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "2a0213c1-3d85-42c2-b365-572f0eddcdfe", + "Date" : "Fri, 04 Nov 2022 04:20:38 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;49985,Microsoft.Compute/GetOperation30Min;399979", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T042038Z:2a0213c1-3d85-42c2-b365-572f0eddcdfe", + "Expires" : "-1", + "x-ms-request-id" : "4b245017-0a99-425f-8ed4-5ed18fe19d8e", + "x-ms-client-request-id" : "258afd36-dca9-469a-a0bd-66861d0bb3dd" + }, + "Exception" : null + }, { + "Method" : "POST", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgcomv78571b9/providers/Microsoft.Compute/virtualMachines/vm292421224/deallocate?api-version=2022-08-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "d702f941-2716-4700-8528-042f104b1e73", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "0", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "x-ms-ratelimit-remaining-subscription-writes" : "1198", + "Pragma" : "no-cache", + "Azure-AsyncNotification" : "Enabled", + "StatusCode" : "202", + "x-ms-correlation-request-id" : "98915c7d-1d7f-4523-81d8-7e7feefbab62", + "Date" : "Fri, 04 Nov 2022 04:20:38 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1199", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T042039Z:98915c7d-1d7f-4523-81d8-7e7feefbab62", + "Expires" : "-1", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/c4d4a44b-d7c4-4544-87fe-3d760aa0d784?p=c4eddfd8-50c0-4095-b028-281986cc641e&api-version=2022-08-01", + "x-ms-request-id" : "c4d4a44b-d7c4-4544-87fe-3d760aa0d784", + "x-ms-client-request-id" : "d702f941-2716-4700-8528-042f104b1e73", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/c4d4a44b-d7c4-4544-87fe-3d760aa0d784?p=c4eddfd8-50c0-4095-b028-281986cc641e&monitor=true&api-version=2022-08-01" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/c4d4a44b-d7c4-4544-87fe-3d760aa0d784?p=c4eddfd8-50c0-4095-b028-281986cc641e&api-version=2022-08-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "f7a2d6ae-fff3-4117-9bf7-3fe6b32f3339" + }, + "Response" : { + "content-length" : "134", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "x-ms-ratelimit-remaining-subscription-reads" : "11970", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "f751bc11-1237-42cd-a2bd-538abb3baab3", + "Date" : "Fri, 04 Nov 2022 04:20:49 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T042049Z:f751bc11-1237-42cd-a2bd-538abb3baab3", + "Expires" : "-1", + "x-ms-request-id" : "04135aaf-ddfc-45e0-97f0-a86b807b92df", + "Body" : "{\r\n \"startTime\": \"2022-11-04T04:20:39.4672215+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c4d4a44b-d7c4-4544-87fe-3d760aa0d784\"\r\n}", + "x-ms-client-request-id" : "f7a2d6ae-fff3-4117-9bf7-3fe6b32f3339", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/c4d4a44b-d7c4-4544-87fe-3d760aa0d784?p=c4eddfd8-50c0-4095-b028-281986cc641e&api-version=2022-08-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "55ac860d-f318-4a97-b70c-5c0032b598ab" + }, + "Response" : { + "content-length" : "184", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11964", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "8db2bdea-94d1-47e9-821a-3f77a7067f4a", + "Date" : "Fri, 04 Nov 2022 04:21:25 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29991", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T042126Z:8db2bdea-94d1-47e9-821a-3f77a7067f4a", + "Expires" : "-1", + "x-ms-request-id" : "a6d60cf0-24b7-472f-82f0-a0795fd29517", + "Body" : "{\r\n \"startTime\": \"2022-11-04T04:20:39.4672215+00:00\",\r\n \"endTime\": \"2022-11-04T04:21:16.4200354+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c4d4a44b-d7c4-4544-87fe-3d760aa0d784\"\r\n}", + "x-ms-client-request-id" : "55ac860d-f318-4a97-b70c-5c0032b598ab", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/eastus/operations/c4d4a44b-d7c4-4544-87fe-3d760aa0d784?p=c4eddfd8-50c0-4095-b028-281986cc641e&monitor=true&api-version=2022-08-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.compute/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "d9c82ac3-13c8-4c34-9521-df0afb4a2937" + }, + "Response" : { + "content-length" : "0", + "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "retry-after" : "0", + "x-ms-ratelimit-remaining-subscription-reads" : "11973", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "106fe1cb-e9ea-43df-b6fa-bba263e3e95f", + "Date" : "Fri, 04 Nov 2022 04:21:26 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-ratelimit-remaining-resource" : "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29990", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T042126Z:106fe1cb-e9ea-43df-b6fa-bba263e3e95f", + "Expires" : "-1", + "x-ms-request-id" : "4fb78327-c9cf-4190-8645-2b5583bc4ce3", + "x-ms-client-request-id" : "d9c82ac3-13c8-4c34-9521-df0afb4a2937" + }, + "Exception" : null + }, { + "Method" : "DELETE", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rgcomv8982334?api-version=2021-01-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "55659dec-6a92-4ec4-bff2-fa62eb9fe61a", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "0", + "x-ms-ratelimit-remaining-subscription-deletes" : "14998", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "StatusCode" : "202", + "x-ms-correlation-request-id" : "2da49291-8e15-43bf-b9d7-9a87eb78064e", + "Date" : "Fri, 04 Nov 2022 04:21:30 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T042130Z:2da49291-8e15-43bf-b9d7-9a87eb78064e", + "Expires" : "-1", + "x-ms-request-id" : "2da49291-8e15-43bf-b9d7-9a87eb78064e", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR0NPTVY4OTgyMzM0LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2021-01-01" + }, + "Exception" : null + }, { + "Method" : "DELETE", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rgcomv78571b9?api-version=2021-01-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources/2.21.0-beta.1 (11.0.15.1; Windows 11; 10.0)", + "x-ms-client-request-id" : "c4a53f2d-9021-4c78-93ef-f50d47697ab6", + "Content-Type" : "application/json" + }, + "Response" : { + "content-length" : "0", + "x-ms-ratelimit-remaining-subscription-deletes" : "14999", + "X-Content-Type-Options" : "nosniff", + "Pragma" : "no-cache", + "StatusCode" : "202", + "x-ms-correlation-request-id" : "1a5a76cf-b24c-444b-8198-045467451ab2", + "Date" : "Fri, 04 Nov 2022 04:21:34 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "Retry-After" : "0", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20221104T042135Z:1a5a76cf-b24c-444b-8198-045467451ab2", + "Expires" : "-1", + "x-ms-request-id" : "1a5a76cf-b24c-444b-8198-045467451ab2", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SR0NPTVY3ODU3MUI5LUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2021-01-01" + }, + "Exception" : null + } ], + "variables" : [ "vm104000f0c", "vm292421224", "rgcomv8982334", "rgcomv78571b9", "pip41129d46", "nic323240dc986", "vnet948558054d", "pip7376921e", "nic0070875f59a", "vnet05614b297d" ] +} \ No newline at end of file