diff --git a/sdk/resourcemanager/azure-resourcemanager-containerinstance/src/main/java/com/azure/resourcemanager/containerinstance/implementation/ContainerGroupImpl.java b/sdk/resourcemanager/azure-resourcemanager-containerinstance/src/main/java/com/azure/resourcemanager/containerinstance/implementation/ContainerGroupImpl.java index d753e1051da84..d6423472490d1 100644 --- a/sdk/resourcemanager/azure-resourcemanager-containerinstance/src/main/java/com/azure/resourcemanager/containerinstance/implementation/ContainerGroupImpl.java +++ b/sdk/resourcemanager/azure-resourcemanager-containerinstance/src/main/java/com/azure/resourcemanager/containerinstance/implementation/ContainerGroupImpl.java @@ -459,10 +459,9 @@ public ContainerGroupImpl withExistingNetworkProfile( @Override public ContainerGroupImpl withExistingNetworkProfile(String networkProfileId) { this.innerModel().withNetworkProfile(new ContainerGroupNetworkProfile().withId(networkProfileId)); - if (this.innerModel().ipAddress() == null) { - this.innerModel().withIpAddress(new IpAddress()); + if (this.innerModel().ipAddress() != null) { + this.innerModel().ipAddress().withType(ContainerGroupIpAddressType.PRIVATE); } - this.innerModel().ipAddress().withType(ContainerGroupIpAddressType.PRIVATE); return this; } diff --git a/sdk/resourcemanager/azure-resourcemanager-containerinstance/src/test/java/com/azure/resourcemanager/containerinstance/ContainerGroupTest.java b/sdk/resourcemanager/azure-resourcemanager-containerinstance/src/test/java/com/azure/resourcemanager/containerinstance/ContainerGroupTest.java index 9165e3cbc6d4d..150ac0ee0af74 100644 --- a/sdk/resourcemanager/azure-resourcemanager-containerinstance/src/test/java/com/azure/resourcemanager/containerinstance/ContainerGroupTest.java +++ b/sdk/resourcemanager/azure-resourcemanager-containerinstance/src/test/java/com/azure/resourcemanager/containerinstance/ContainerGroupTest.java @@ -66,7 +66,7 @@ public void testContainerGroupWithVirtualNetwork() { .withLinux() .withPublicImageRegistryOnly() .withoutVolume() - .withContainerInstance("nginx", 80) + .withContainerInstance("nginx") .withExistingNetworkProfile(containerGroup1.networkProfileId()) .create(); diff --git a/sdk/resourcemanager/azure-resourcemanager-containerinstance/src/test/resources/session-records/ContainerGroupTest.testContainerGroupWithVirtualNetwork.json b/sdk/resourcemanager/azure-resourcemanager-containerinstance/src/test/resources/session-records/ContainerGroupTest.testContainerGroupWithVirtualNetwork.json index a12d146634707..95c624d9c6d5a 100644 --- a/sdk/resourcemanager/azure-resourcemanager-containerinstance/src/test/resources/session-records/ContainerGroupTest.testContainerGroupWithVirtualNetwork.json +++ b/sdk/resourcemanager/azure-resourcemanager-containerinstance/src/test/resources/session-records/ContainerGroupTest.testContainerGroupWithVirtualNetwork.json @@ -1,67 +1,67 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rg69096212a00?api-version=2021-01-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rg749298a0fab?api-version=2021-01-01", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources/2.5.0-beta.1 (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "45bb81f5-6a0d-4dc4-9159-78fef29650bf", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources/2.9.0-beta.1 (15.0.1; Windows 10; 10.0)", + "x-ms-client-request-id" : "63c8bbbe-cf0a-40ee-9ffa-9363602c4434", "Content-Type" : "application/json" }, "Response" : { "content-length" : "223", "X-Content-Type-Options" : "nosniff", - "x-ms-ratelimit-remaining-subscription-writes" : "1199", + "x-ms-ratelimit-remaining-subscription-writes" : "1197", "Pragma" : "no-cache", "retry-after" : "0", "StatusCode" : "201", - "x-ms-correlation-request-id" : "ca7d3a3b-fd86-449d-b828-a00b6e195165", - "Date" : "Tue, 25 May 2021 02:54:51 GMT", + "x-ms-correlation-request-id" : "07a04f03-f59b-481b-9679-e652b930a468", + "Date" : "Tue, 28 Sep 2021 05:10:54 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T025452Z:ca7d3a3b-fd86-449d-b828-a00b6e195165", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051054Z:07a04f03-f59b-481b-9679-e652b930a468", "Expires" : "-1", - "x-ms-request-id" : "ca7d3a3b-fd86-449d-b828-a00b6e195165", - "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00\",\"name\":\"rg69096212a00\",\"type\":\"Microsoft.Resources/resourceGroups\",\"location\":\"eastus\",\"properties\":{\"provisioningState\":\"Succeeded\"}}", + "x-ms-request-id" : "07a04f03-f59b-481b-9679-e652b930a468", + "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab\",\"name\":\"rg749298a0fab\",\"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/rg69096212a00/providers/Microsoft.Network/virtualNetworks/net5885523f5b1?api-version=2021-03-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/virtualNetworks/net44448ce10f9?api-version=2021-03-01", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.network/2.5.0-beta.1 (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "f945898b-34f2-4168-b505-05994e7b97c8", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.network/2.9.0-beta.1 (15.0.1; Windows 10; 10.0)", + "x-ms-client-request-id" : "28068135-902d-4552-bf07-0761ec005572", "Content-Type" : "application/json" }, "Response" : { "content-length" : "2100", "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", "X-Content-Type-Options" : "nosniff", - "x-ms-ratelimit-remaining-subscription-writes" : "1198", + "x-ms-ratelimit-remaining-subscription-writes" : "1196", "Pragma" : "no-cache", "Azure-AsyncNotification" : "Enabled", "StatusCode" : "201", - "x-ms-correlation-request-id" : "ba4cb250-3f0f-4e7c-9be0-793f463d5b1b", - "Date" : "Tue, 25 May 2021 02:54:58 GMT", - "x-ms-arm-service-request-id" : "91fb0768-8802-478e-85e7-3b3297bdaa2d", + "x-ms-correlation-request-id" : "c9f84ccf-4545-4c37-ad75-4300f38c5e65", + "Date" : "Tue, 28 Sep 2021 05:10:59 GMT", + "x-ms-arm-service-request-id" : "0301e6be-1f5e-4160-93cb-77d1bd56c7a5", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", "Retry-After" : "0", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T025458Z:ba4cb250-3f0f-4e7c-9be0-793f463d5b1b", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051059Z:c9f84ccf-4545-4c37-ad75-4300f38c5e65", "Expires" : "-1", - "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/097ef2e1-e4ab-4375-b2b7-70a9517db7e2?api-version=2021-03-01", - "x-ms-request-id" : "097ef2e1-e4ab-4375-b2b7-70a9517db7e2", - "Body" : "{\r\n \"name\": \"net5885523f5b1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/virtualNetworks/net5885523f5b1\",\r\n \"etag\": \"W/\\\"f09f96ed-358a-4903-ac47-fbbfca539714\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"da4be89a-97f2-4a9b-8f73-3dcde801b04a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/24\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnet0\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/virtualNetworks/net5885523f5b1/subnets/subnet0\",\r\n \"etag\": \"W/\\\"f09f96ed-358a-4903-ac47-fbbfca539714\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/virtualNetworks/net5885523f5b1/subnets/subnet0/delegations/Microsoft.ContainerInstance/containerGroups\",\r\n \"etag\": \"W/\\\"f09f96ed-358a-4903-ac47-fbbfca539714\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"serviceName\": \"Microsoft.ContainerInstance/containerGroups\",\r\n \"actions\": [\r\n \"Microsoft.Network/virtualNetworks/subnets/action\"\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets/delegations\"\r\n }\r\n ],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\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" : "f945898b-34f2-4168-b505-05994e7b97c8", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/f284afca-a0d2-4d0d-8fe0-1331839776aa?api-version=2021-03-01", + "x-ms-request-id" : "f284afca-a0d2-4d0d-8fe0-1331839776aa", + "Body" : "{\r\n \"name\": \"net44448ce10f9\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/virtualNetworks/net44448ce10f9\",\r\n \"etag\": \"W/\\\"6aa19e03-b409-4a35-962e-d5818cdfc397\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9247e7b9-de06-49df-a0b4-05981ad6efb7\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/24\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnet0\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/virtualNetworks/net44448ce10f9/subnets/subnet0\",\r\n \"etag\": \"W/\\\"6aa19e03-b409-4a35-962e-d5818cdfc397\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/virtualNetworks/net44448ce10f9/subnets/subnet0/delegations/Microsoft.ContainerInstance/containerGroups\",\r\n \"etag\": \"W/\\\"6aa19e03-b409-4a35-962e-d5818cdfc397\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"serviceName\": \"Microsoft.ContainerInstance/containerGroups\",\r\n \"actions\": [\r\n \"Microsoft.Network/virtualNetworks/subnets/action\"\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets/delegations\"\r\n }\r\n ],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\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" : "28068135-902d-4552-bf07-0761ec005572", "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/097ef2e1-e4ab-4375-b2b7-70a9517db7e2?api-version=2021-03-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/f284afca-a0d2-4d0d-8fe0-1331839776aa?api-version=2021-03-01", "Headers" : { "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources.fluentcore.policy/null (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "eb091539-3804-43e3-b29b-6f45ccf70d7f" + "x-ms-client-request-id" : "26ba940d-c7d8-49e0-812f-d3138815a2f7" }, "Response" : { "content-length" : "29", @@ -69,27 +69,27 @@ "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11999", + "x-ms-ratelimit-remaining-subscription-reads" : "11995", "StatusCode" : "200", - "x-ms-correlation-request-id" : "a6ff64d1-90d6-4ad2-8d35-3eb325ad7dac", - "Date" : "Tue, 25 May 2021 02:55:02 GMT", - "x-ms-arm-service-request-id" : "fd8bc923-15da-4ae7-b218-bf5bf5c3cfb7", + "x-ms-correlation-request-id" : "5fa43889-7e70-4dba-a5d9-6f73573ca825", + "Date" : "Tue, 28 Sep 2021 05:11:02 GMT", + "x-ms-arm-service-request-id" : "15b7d15f-6106-4b80-8b9d-1cef5ac49809", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T025502Z:a6ff64d1-90d6-4ad2-8d35-3eb325ad7dac", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051102Z:5fa43889-7e70-4dba-a5d9-6f73573ca825", "Expires" : "-1", - "x-ms-request-id" : "39022f6c-c638-46d6-b7b4-50e492c328d3", + "x-ms-request-id" : "f6781a41-779b-4f74-aecc-066aedda21a3", "Body" : "{\r\n \"status\": \"Succeeded\"\r\n}", - "x-ms-client-request-id" : "eb091539-3804-43e3-b29b-6f45ccf70d7f", + "x-ms-client-request-id" : "26ba940d-c7d8-49e0-812f-d3138815a2f7", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/virtualNetworks/net5885523f5b1?api-version=2021-03-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/virtualNetworks/net44448ce10f9?api-version=2021-03-01", "Headers" : { "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources.fluentcore.policy/null (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "b9bdc429-97f7-4000-b0e8-f882cd3ffe5a" + "x-ms-client-request-id" : "235aa4a3-72b4-4d3f-9d54-ea1fcd5f2f4d" }, "Response" : { "content-length" : "2102", @@ -97,244 +97,270 @@ "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11998", + "x-ms-ratelimit-remaining-subscription-reads" : "11999", "StatusCode" : "200", - "x-ms-correlation-request-id" : "53b08559-59f0-4629-bdbd-b3e969f0f44a", - "Date" : "Tue, 25 May 2021 02:55:02 GMT", - "x-ms-arm-service-request-id" : "572755bb-507d-4fa1-a14a-160b23828a73", + "x-ms-correlation-request-id" : "8838bd3c-2cd2-432a-9e7b-30aa6e6fd76c", + "Date" : "Tue, 28 Sep 2021 05:11:02 GMT", + "x-ms-arm-service-request-id" : "1c94891e-e0a5-4903-8ead-e7c7d80a52ea", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"3a38b2c1-9607-46c2-9880-b2a50b269457\"", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T025502Z:53b08559-59f0-4629-bdbd-b3e969f0f44a", + "ETag" : "W/\"de3d0c19-125a-4f5e-9ba3-cddb18816533\"", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051103Z:8838bd3c-2cd2-432a-9e7b-30aa6e6fd76c", "Expires" : "-1", - "x-ms-request-id" : "e60d43c2-f937-45f1-a680-dd86507928e2", - "Body" : "{\r\n \"name\": \"net5885523f5b1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/virtualNetworks/net5885523f5b1\",\r\n \"etag\": \"W/\\\"3a38b2c1-9607-46c2-9880-b2a50b269457\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"da4be89a-97f2-4a9b-8f73-3dcde801b04a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/24\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnet0\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/virtualNetworks/net5885523f5b1/subnets/subnet0\",\r\n \"etag\": \"W/\\\"3a38b2c1-9607-46c2-9880-b2a50b269457\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/virtualNetworks/net5885523f5b1/subnets/subnet0/delegations/Microsoft.ContainerInstance/containerGroups\",\r\n \"etag\": \"W/\\\"3a38b2c1-9607-46c2-9880-b2a50b269457\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"serviceName\": \"Microsoft.ContainerInstance/containerGroups\",\r\n \"actions\": [\r\n \"Microsoft.Network/virtualNetworks/subnets/action\"\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets/delegations\"\r\n }\r\n ],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\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" : "b9bdc429-97f7-4000-b0e8-f882cd3ffe5a", + "x-ms-request-id" : "76f63911-0f6d-4610-8d58-e9ab76f977f4", + "Body" : "{\r\n \"name\": \"net44448ce10f9\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/virtualNetworks/net44448ce10f9\",\r\n \"etag\": \"W/\\\"de3d0c19-125a-4f5e-9ba3-cddb18816533\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9247e7b9-de06-49df-a0b4-05981ad6efb7\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/24\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"subnet0\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/virtualNetworks/net44448ce10f9/subnets/subnet0\",\r\n \"etag\": \"W/\\\"de3d0c19-125a-4f5e-9ba3-cddb18816533\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/virtualNetworks/net44448ce10f9/subnets/subnet0/delegations/Microsoft.ContainerInstance/containerGroups\",\r\n \"etag\": \"W/\\\"de3d0c19-125a-4f5e-9ba3-cddb18816533\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"serviceName\": \"Microsoft.ContainerInstance/containerGroups\",\r\n \"actions\": [\r\n \"Microsoft.Network/virtualNetworks/subnets/action\"\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets/delegations\"\r\n }\r\n ],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\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" : "235aa4a3-72b4-4d3f-9d54-ea1fcd5f2f4d", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/networkProfiles/aci-profile-71953f?api-version=2021-03-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/networkProfiles/aci-profile-951430?api-version=2021-03-01", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.network/2.5.0-beta.1 (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "0072ab7d-614c-461c-a9f6-f235532502b9", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.network/2.9.0-beta.1 (15.0.1; Windows 10; 10.0)", + "x-ms-client-request-id" : "c8416180-2276-47bc-ab73-7437a3ffca07", "Content-Type" : "application/json" }, "Response" : { "content-length" : "1899", "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", "X-Content-Type-Options" : "nosniff", - "x-ms-ratelimit-remaining-subscription-writes" : "1197", + "x-ms-ratelimit-remaining-subscription-writes" : "1195", "Pragma" : "no-cache", "retry-after" : "0", "Azure-AsyncNotification" : "Enabled", "StatusCode" : "201", - "x-ms-correlation-request-id" : "e0acc199-87d3-499b-b16d-73717858b7fa", - "Date" : "Tue, 25 May 2021 02:55:05 GMT", - "x-ms-arm-service-request-id" : "3ccb13a4-4c55-4662-8b97-4485a8cfe81b", + "x-ms-correlation-request-id" : "2fdcce24-b337-4805-b0e7-e4bd2dc4f438", + "Date" : "Tue, 28 Sep 2021 05:11:06 GMT", + "x-ms-arm-service-request-id" : "635f5177-1eae-4cb5-8fd3-51ca7fdeab01", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T025506Z:e0acc199-87d3-499b-b16d-73717858b7fa", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051107Z:2fdcce24-b337-4805-b0e7-e4bd2dc4f438", "Expires" : "-1", - "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/1a3d4804-b5ce-4142-8012-cf451566abeb?api-version=2021-03-01", - "x-ms-request-id" : "1a3d4804-b5ce-4142-8012-cf451566abeb", - "Body" : "{\r\n \"name\": \"aci-profile-71953f\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/networkProfiles/aci-profile-71953f\",\r\n \"etag\": \"W/\\\"160acd54-7618-4166-ac12-4b8409ee91ab\\\"\",\r\n \"type\": \"Microsoft.Network/networkProfiles\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9e380bc1-12fe-4025-9606-b75f24f5edf8\",\r\n \"containerNetworkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"eth0\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/networkProfiles/aci-profile-71953f/containerNetworkInterfaceConfigurations/eth0\",\r\n \"etag\": \"W/\\\"160acd54-7618-4166-ac12-4b8409ee91ab\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig0\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/networkProfiles/aci-profile-71953f/containerNetworkInterfaceConfigurations/eth0/ipConfigurations/ipconfig0\",\r\n \"etag\": \"W/\\\"160acd54-7618-4166-ac12-4b8409ee91ab\\\"\",\r\n \"type\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/virtualNetworks/net5885523f5b1/subnets/subnet0\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations\"\r\n }\r\n ],\r\n \"containerNetworkInterfaces\": []\r\n }\r\n}", - "x-ms-client-request-id" : "0072ab7d-614c-461c-a9f6-f235532502b9", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/2591a9cc-f094-459e-980a-84c97c2ecaa2?api-version=2021-03-01", + "x-ms-request-id" : "2591a9cc-f094-459e-980a-84c97c2ecaa2", + "Body" : "{\r\n \"name\": \"aci-profile-951430\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/networkProfiles/aci-profile-951430\",\r\n \"etag\": \"W/\\\"0e4b6ba7-d9a4-4ddc-be1e-11ca603faf54\\\"\",\r\n \"type\": \"Microsoft.Network/networkProfiles\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fb3b5453-3bd5-41b0-902e-c1be966902b6\",\r\n \"containerNetworkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"eth0\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/networkProfiles/aci-profile-951430/containerNetworkInterfaceConfigurations/eth0\",\r\n \"etag\": \"W/\\\"0e4b6ba7-d9a4-4ddc-be1e-11ca603faf54\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig0\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/networkProfiles/aci-profile-951430/containerNetworkInterfaceConfigurations/eth0/ipConfigurations/ipconfig0\",\r\n \"etag\": \"W/\\\"0e4b6ba7-d9a4-4ddc-be1e-11ca603faf54\\\"\",\r\n \"type\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/virtualNetworks/net44448ce10f9/subnets/subnet0\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations\"\r\n }\r\n ],\r\n \"containerNetworkInterfaces\": []\r\n }\r\n}", + "x-ms-client-request-id" : "c8416180-2276-47bc-ab73-7437a3ffca07", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container808122e5?api-version=2021-03-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container69141809?api-version=2021-03-01", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.containerinstance/2.5.0-beta.1 (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "9c030a32-700c-49e7-8ddc-159a254fe9ca", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.containerinstance/2.9.0-beta.1 (15.0.1; Windows 10; 10.0)", + "x-ms-client-request-id" : "d99fa9a1-4ec3-4ac4-a4bc-c344690250e5", "Content-Type" : "application/json" }, "Response" : { - "content-length" : "781", + "content-length" : "763", "X-Content-Type-Options" : "nosniff", - "x-ms-ratelimit-remaining-subscription-writes" : "1196", + "x-ms-ratelimit-remaining-subscription-writes" : "1199", "Pragma" : "no-cache", "retry-after" : "0", "StatusCode" : "201", - "x-ms-ratelimit-remaining-subscription-resource-requests-pt1h" : "297", - "x-ms-correlation-request-id" : "bc7fa284-596c-42b4-8f25-a80bfd132f51", - "Date" : "Tue, 25 May 2021 02:55:12 GMT", + "x-ms-ratelimit-remaining-subscription-resource-requests-pt1h" : "299", + "x-ms-correlation-request-id" : "5294105b-9cbe-467d-b8da-3c298bbd31fd", + "Date" : "Tue, 28 Sep 2021 05:11:14 GMT", "x-ms-ratelimit-remaining-subscription-resource-requests-pt5m" : "99", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T025512Z:bc7fa284-596c-42b4-8f25-a80bfd132f51", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051115Z:5294105b-9cbe-467d-b8da-3c298bbd31fd", "Expires" : "-1", - "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/2089d131-017d-44f1-afe0-67d41c9c8b77?api-version=2018-06-01", - "x-ms-request-id" : "eastus:2089d131-017d-44f1-afe0-67d41c9c8b77", - "Body" : "{\"properties\":{\"sku\":\"Standard\",\"provisioningState\":\"Pending\",\"containers\":[{\"name\":\"container808122e5\",\"properties\":{\"image\":\"nginx\",\"ports\":[{\"protocol\":\"TCP\",\"port\":80}],\"environmentVariables\":[],\"resources\":{\"requests\":{\"memoryInGB\":1.5,\"cpu\":1.0}}}}],\"initContainers\":[],\"osType\":\"Linux\",\"instanceView\":{\"events\":[],\"state\":\"Pending\"},\"networkProfile\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/networkProfiles/aci-profile-71953f\"}},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container808122e5\",\"name\":\"container808122e5\",\"type\":\"Microsoft.ContainerInstance/containerGroups\",\"location\":\"eastus\",\"tags\":{}}", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/18d1568a-74be-4a58-afad-bc59eae45514?api-version=2018-06-01", + "x-ms-request-id" : "eastus:18d1568a-74be-4a58-afad-bc59eae45514", + "Body" : "{\"properties\":{\"sku\":\"Standard\",\"provisioningState\":\"Pending\",\"containers\":[{\"name\":\"container69141809\",\"properties\":{\"image\":\"nginx\",\"ports\":[{\"protocol\":\"TCP\",\"port\":80}],\"environmentVariables\":[],\"resources\":{\"requests\":{\"memoryInGB\":1.5,\"cpu\":1.0}}}}],\"initContainers\":[],\"osType\":\"Linux\",\"instanceView\":{\"events\":[]},\"networkProfile\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/networkProfiles/aci-profile-951430\"}},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container69141809\",\"name\":\"container69141809\",\"type\":\"Microsoft.ContainerInstance/containerGroups\",\"location\":\"eastus\",\"tags\":{}}", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/2089d131-017d-44f1-afe0-67d41c9c8b77?api-version=2018-06-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/18d1568a-74be-4a58-afad-bc59eae45514?api-version=2018-06-01", "Headers" : { "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources.fluentcore.policy/null (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "7d061fab-dca9-40fb-90e6-183e0812d336" + "x-ms-client-request-id" : "bb1bdbe3-5555-4dd2-9e48-32798c41c997" }, "Response" : { "content-length" : "250", "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11997", + "x-ms-ratelimit-remaining-subscription-reads" : "11994", "StatusCode" : "200", - "x-ms-correlation-request-id" : "5a8cb9c7-b3b0-4f68-bc7b-7176a52ffc39", - "Date" : "Tue, 25 May 2021 02:55:42 GMT", + "x-ms-correlation-request-id" : "89e390ae-d57e-4f15-be06-790a1ac42c9e", + "Date" : "Tue, 28 Sep 2021 05:11:45 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T025542Z:5a8cb9c7-b3b0-4f68-bc7b-7176a52ffc39", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051145Z:89e390ae-d57e-4f15-be06-790a1ac42c9e", "Vary" : "Accept-Encoding", "Expires" : "-1", - "x-ms-request-id" : "eastus:1b2422f2-b00f-4da3-8bf2-0cb08d8ded47", - "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container808122e5\",\"status\":\"Pending\",\"startTime\":\"2021-05-25T02:55:10.9823415Z\",\"properties\":{\"events\":[]}}", + "x-ms-request-id" : "eastus:1b6f318e-b669-4daf-9891-f37543a08d21", + "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container69141809\",\"status\":\"Pending\",\"startTime\":\"2021-09-28T05:11:13.8758429Z\",\"properties\":{\"events\":[]}}", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/2089d131-017d-44f1-afe0-67d41c9c8b77?api-version=2018-06-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/18d1568a-74be-4a58-afad-bc59eae45514?api-version=2018-06-01", "Headers" : { "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources.fluentcore.policy/null (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "604735fc-e8c6-4c45-91f1-9416032e7182" + "x-ms-client-request-id" : "04ab043a-7616-4989-9cb5-fa5b6da228df" }, "Response" : { "content-length" : "250", "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11996", + "x-ms-ratelimit-remaining-subscription-reads" : "11998", "StatusCode" : "200", - "x-ms-correlation-request-id" : "12c54f71-f486-4544-bfa7-2ac19711dfc4", - "Date" : "Tue, 25 May 2021 02:56:12 GMT", + "x-ms-correlation-request-id" : "dc888431-ee72-48df-8bc1-56c84fb2ec2f", + "Date" : "Tue, 28 Sep 2021 05:12:15 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T025613Z:12c54f71-f486-4544-bfa7-2ac19711dfc4", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051216Z:dc888431-ee72-48df-8bc1-56c84fb2ec2f", "Vary" : "Accept-Encoding", "Expires" : "-1", - "x-ms-request-id" : "eastus:d9a59543-f29b-4b6f-bcff-8748bee04037", - "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container808122e5\",\"status\":\"Pending\",\"startTime\":\"2021-05-25T02:55:10.9823415Z\",\"properties\":{\"events\":[]}}", + "x-ms-request-id" : "eastus:010e98a4-d4d2-4787-a1a5-467c92d79fdb", + "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container69141809\",\"status\":\"Pending\",\"startTime\":\"2021-09-28T05:11:13.8758429Z\",\"properties\":{\"events\":[]}}", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/2089d131-017d-44f1-afe0-67d41c9c8b77?api-version=2018-06-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/18d1568a-74be-4a58-afad-bc59eae45514?api-version=2018-06-01", "Headers" : { "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources.fluentcore.policy/null (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "6b4a832f-97ce-4be1-8727-0a97fe66382d" + "x-ms-client-request-id" : "95b572c6-b0ac-4f1d-8ad9-8d25104b95e3" }, "Response" : { "content-length" : "250", "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11995", + "x-ms-ratelimit-remaining-subscription-reads" : "11993", "StatusCode" : "200", - "x-ms-correlation-request-id" : "3e178fbe-b91e-46b0-b9b0-651136936f6f", - "Date" : "Tue, 25 May 2021 02:56:43 GMT", + "x-ms-correlation-request-id" : "a38e95a4-6050-46bb-8411-9397ea18122a", + "Date" : "Tue, 28 Sep 2021 05:12:46 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T025643Z:3e178fbe-b91e-46b0-b9b0-651136936f6f", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051247Z:a38e95a4-6050-46bb-8411-9397ea18122a", "Vary" : "Accept-Encoding", "Expires" : "-1", - "x-ms-request-id" : "eastus:8c4e8d18-8374-4e04-badf-c9f87eed0f63", - "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container808122e5\",\"status\":\"Pending\",\"startTime\":\"2021-05-25T02:55:10.9823415Z\",\"properties\":{\"events\":[]}}", + "x-ms-request-id" : "eastus:97b853a7-84dc-4744-b104-e7282f258861", + "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container69141809\",\"status\":\"Pending\",\"startTime\":\"2021-09-28T05:11:13.8758429Z\",\"properties\":{\"events\":[]}}", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/2089d131-017d-44f1-afe0-67d41c9c8b77?api-version=2018-06-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/18d1568a-74be-4a58-afad-bc59eae45514?api-version=2018-06-01", "Headers" : { "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources.fluentcore.policy/null (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "390dbfb9-940f-4fde-a9d3-f24025c36ff5" + "x-ms-client-request-id" : "b3fef631-a56d-4c90-a135-0ef1a4cf000b" }, "Response" : { - "content-length" : "1163", + "content-length" : "250", "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11994", + "x-ms-ratelimit-remaining-subscription-reads" : "11997", + "StatusCode" : "200", + "x-ms-correlation-request-id" : "41e51128-192e-4048-b308-fce82e9fd08a", + "Date" : "Tue, 28 Sep 2021 05:13:18 GMT", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", + "Cache-Control" : "no-cache", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051319Z:41e51128-192e-4048-b308-fce82e9fd08a", + "Vary" : "Accept-Encoding", + "Expires" : "-1", + "x-ms-request-id" : "eastus:ebcaadc7-e726-45fe-9fd6-624189489d1a", + "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container69141809\",\"status\":\"Pending\",\"startTime\":\"2021-09-28T05:11:13.8758429Z\",\"properties\":{\"events\":[]}}", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/18d1568a-74be-4a58-afad-bc59eae45514?api-version=2018-06-01", + "Headers" : { + "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources.fluentcore.policy/null (15.0.1; Windows 10; 10.0)", + "x-ms-client-request-id" : "2abc4080-8a07-48cb-88e5-44191cdf14a8" + }, + "Response" : { + "content-length" : "1494", + "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" : "5e6a9ebb-5a26-4b29-acb6-c379708cf4ab", - "Date" : "Tue, 25 May 2021 02:57:13 GMT", + "x-ms-correlation-request-id" : "d9506ba5-ab7e-4e1d-a87a-abc815468a66", + "Date" : "Tue, 28 Sep 2021 05:13:50 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T025713Z:5e6a9ebb-5a26-4b29-acb6-c379708cf4ab", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051350Z:d9506ba5-ab7e-4e1d-a87a-abc815468a66", "Vary" : "Accept-Encoding", "Expires" : "-1", - "x-ms-request-id" : "eastus:6e6df192-de18-4d7f-a33c-ca334cfe6926", - "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container808122e5\",\"status\":\"Creating\",\"startTime\":\"2021-05-25T02:55:10.9823415Z\",\"properties\":{\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:55:11Z\",\"lastTimestamp\":\"2021-05-25T02:55:11Z\",\"name\":\"PrepareNetwork\",\"message\":\"Prepare network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:55:56Z\",\"lastTimestamp\":\"2021-05-25T02:55:56Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network failed for \\\"da4be89a-97f2-4a9b-8f73-3dcde801b04a\\\": Timeout.\",\"type\":\"Warning\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:56:18Z\",\"lastTimestamp\":\"2021-05-25T02:56:18Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:56:18Z\",\"lastTimestamp\":\"2021-05-25T02:56:18Z\",\"name\":\"DelegateSubnet\",\"message\":\"Delegate subnet succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:56:25Z\",\"lastTimestamp\":\"2021-05-25T02:56:25Z\",\"name\":\"ProvisionNetworkInterface\",\"message\":\"Provision network interface succeeded.\",\"type\":\"Normal\"}]}}", + "x-ms-request-id" : "eastus:25f559d1-7373-42d1-bc42-26e94717a528", + "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container69141809\",\"status\":\"Creating\",\"startTime\":\"2021-09-28T05:11:13.8758429Z\",\"properties\":{\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:13:40Z\",\"lastTimestamp\":\"2021-09-28T05:13:40Z\",\"name\":\"Pulling\",\"message\":\"pulling image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:13:44Z\",\"lastTimestamp\":\"2021-09-28T05:13:44Z\",\"name\":\"Pulled\",\"message\":\"Successfully pulled image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:11:28Z\",\"lastTimestamp\":\"2021-09-28T05:11:28Z\",\"name\":\"PrepareNetwork\",\"message\":\"Prepare network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:12:13Z\",\"lastTimestamp\":\"2021-09-28T05:12:13Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network failed for \\\"9247e7b9-de06-49df-a0b4-05981ad6efb7\\\": Timeout.\",\"type\":\"Warning\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:12:36Z\",\"lastTimestamp\":\"2021-09-28T05:12:36Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:12:37Z\",\"lastTimestamp\":\"2021-09-28T05:12:37Z\",\"name\":\"DelegateSubnet\",\"message\":\"Delegate subnet succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:12:40Z\",\"lastTimestamp\":\"2021-09-28T05:12:40Z\",\"name\":\"ProvisionNetworkInterface\",\"message\":\"Provision network interface succeeded.\",\"type\":\"Normal\"}]}}", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/2089d131-017d-44f1-afe0-67d41c9c8b77?api-version=2018-06-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/18d1568a-74be-4a58-afad-bc59eae45514?api-version=2018-06-01", "Headers" : { "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources.fluentcore.policy/null (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "d823834f-a4b6-452d-8472-f3e9002cc7e6" + "x-ms-client-request-id" : "1dc7aaa2-4403-46f1-877c-3a211e42256f" }, "Response" : { "content-length" : "1803", "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11993", + "x-ms-ratelimit-remaining-subscription-reads" : "11996", "StatusCode" : "200", - "x-ms-correlation-request-id" : "9ae31ca9-e13f-46e4-944d-53d5a95155c1", - "Date" : "Tue, 25 May 2021 02:57:43 GMT", + "x-ms-correlation-request-id" : "34fdac96-2eec-4983-a2d0-0e2bf7066e55", + "Date" : "Tue, 28 Sep 2021 05:14:20 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T025744Z:9ae31ca9-e13f-46e4-944d-53d5a95155c1", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051420Z:34fdac96-2eec-4983-a2d0-0e2bf7066e55", "Vary" : "Accept-Encoding", "Expires" : "-1", - "x-ms-request-id" : "eastus:8c1e9792-5e3f-4a2e-b1ce-83959965f776", - "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container808122e5\",\"status\":\"Succeeded\",\"startTime\":\"2021-05-25T02:55:10.9823415Z\",\"properties\":{\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:57:21Z\",\"lastTimestamp\":\"2021-05-25T02:57:21Z\",\"name\":\"Pulling\",\"message\":\"pulling image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:57:25Z\",\"lastTimestamp\":\"2021-05-25T02:57:25Z\",\"name\":\"Pulled\",\"message\":\"Successfully pulled image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:57:30Z\",\"lastTimestamp\":\"2021-05-25T02:57:30Z\",\"name\":\"Created\",\"message\":\"Created container\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:57:31Z\",\"lastTimestamp\":\"2021-05-25T02:57:31Z\",\"name\":\"Started\",\"message\":\"Started container\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:55:11Z\",\"lastTimestamp\":\"2021-05-25T02:55:11Z\",\"name\":\"PrepareNetwork\",\"message\":\"Prepare network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:55:56Z\",\"lastTimestamp\":\"2021-05-25T02:55:56Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network failed for \\\"da4be89a-97f2-4a9b-8f73-3dcde801b04a\\\": Timeout.\",\"type\":\"Warning\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:56:18Z\",\"lastTimestamp\":\"2021-05-25T02:56:18Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:56:18Z\",\"lastTimestamp\":\"2021-05-25T02:56:18Z\",\"name\":\"DelegateSubnet\",\"message\":\"Delegate subnet succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:56:25Z\",\"lastTimestamp\":\"2021-05-25T02:56:25Z\",\"name\":\"ProvisionNetworkInterface\",\"message\":\"Provision network interface succeeded.\",\"type\":\"Normal\"}]}}", + "x-ms-request-id" : "eastus:450ede59-bcb3-49dc-8ee2-c211a29089a9", + "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container69141809\",\"status\":\"Succeeded\",\"startTime\":\"2021-09-28T05:11:13.8758429Z\",\"properties\":{\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:13:40Z\",\"lastTimestamp\":\"2021-09-28T05:13:40Z\",\"name\":\"Pulling\",\"message\":\"pulling image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:13:44Z\",\"lastTimestamp\":\"2021-09-28T05:13:44Z\",\"name\":\"Pulled\",\"message\":\"Successfully pulled image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:13:50Z\",\"lastTimestamp\":\"2021-09-28T05:13:50Z\",\"name\":\"Created\",\"message\":\"Created container\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:13:50Z\",\"lastTimestamp\":\"2021-09-28T05:13:50Z\",\"name\":\"Started\",\"message\":\"Started container\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:11:28Z\",\"lastTimestamp\":\"2021-09-28T05:11:28Z\",\"name\":\"PrepareNetwork\",\"message\":\"Prepare network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:12:13Z\",\"lastTimestamp\":\"2021-09-28T05:12:13Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network failed for \\\"9247e7b9-de06-49df-a0b4-05981ad6efb7\\\": Timeout.\",\"type\":\"Warning\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:12:36Z\",\"lastTimestamp\":\"2021-09-28T05:12:36Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:12:37Z\",\"lastTimestamp\":\"2021-09-28T05:12:37Z\",\"name\":\"DelegateSubnet\",\"message\":\"Delegate subnet succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:12:40Z\",\"lastTimestamp\":\"2021-09-28T05:12:40Z\",\"name\":\"ProvisionNetworkInterface\",\"message\":\"Provision network interface succeeded.\",\"type\":\"Normal\"}]}}", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container808122e5?api-version=2021-03-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container69141809?api-version=2021-03-01", "Headers" : { "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources.fluentcore.policy/null (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "45d8f0ae-5a16-4835-b41f-1f775cd5c39a" + "x-ms-client-request-id" : "8b7467ad-98cf-4a24-a773-374be2fbb570" }, "Response" : { "content-length" : "2553", "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11992", + "x-ms-ratelimit-remaining-subscription-reads" : "11991", "StatusCode" : "200", - "x-ms-correlation-request-id" : "09be638d-5b71-46b1-9d66-5a88ce0e66da", - "Date" : "Tue, 25 May 2021 02:57:43 GMT", + "x-ms-correlation-request-id" : "586c9356-a0ce-4566-8e72-ab49000e0bfb", + "Date" : "Tue, 28 Sep 2021 05:14:20 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T025744Z:09be638d-5b71-46b1-9d66-5a88ce0e66da", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051421Z:586c9356-a0ce-4566-8e72-ab49000e0bfb", "Vary" : "Accept-Encoding", "Expires" : "-1", - "x-ms-request-id" : "eastus:46b8afc5-8a91-40c8-b520-d20658eba9fc", - "Body" : "{\"properties\":{\"sku\":\"Standard\",\"provisioningState\":\"Succeeded\",\"containers\":[{\"name\":\"container808122e5\",\"properties\":{\"image\":\"nginx\",\"ports\":[{\"protocol\":\"TCP\",\"port\":80}],\"environmentVariables\":[],\"instanceView\":{\"restartCount\":0,\"currentState\":{\"state\":\"Running\",\"startTime\":\"2021-05-25T02:57:30Z\",\"detailStatus\":\"\"},\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:57:21Z\",\"lastTimestamp\":\"2021-05-25T02:57:21Z\",\"name\":\"Pulling\",\"message\":\"pulling image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:57:25Z\",\"lastTimestamp\":\"2021-05-25T02:57:25Z\",\"name\":\"Pulled\",\"message\":\"Successfully pulled image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:57:30Z\",\"lastTimestamp\":\"2021-05-25T02:57:30Z\",\"name\":\"Created\",\"message\":\"Created container\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:57:31Z\",\"lastTimestamp\":\"2021-05-25T02:57:31Z\",\"name\":\"Started\",\"message\":\"Started container\",\"type\":\"Normal\"}]},\"resources\":{\"requests\":{\"memoryInGB\":1.5,\"cpu\":1.0}}}}],\"initContainers\":[],\"ipAddress\":{\"ports\":[{\"protocol\":\"TCP\",\"port\":80}],\"ip\":\"10.0.0.4\",\"type\":\"Private\"},\"osType\":\"Linux\",\"instanceView\":{\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:55:11Z\",\"lastTimestamp\":\"2021-05-25T02:55:11Z\",\"name\":\"PrepareNetwork\",\"message\":\"Prepare network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:55:56Z\",\"lastTimestamp\":\"2021-05-25T02:55:56Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network failed for \\\"da4be89a-97f2-4a9b-8f73-3dcde801b04a\\\": Timeout.\",\"type\":\"Warning\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:56:18Z\",\"lastTimestamp\":\"2021-05-25T02:56:18Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:56:18Z\",\"lastTimestamp\":\"2021-05-25T02:56:18Z\",\"name\":\"DelegateSubnet\",\"message\":\"Delegate subnet succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:56:25Z\",\"lastTimestamp\":\"2021-05-25T02:56:25Z\",\"name\":\"ProvisionNetworkInterface\",\"message\":\"Provision network interface succeeded.\",\"type\":\"Normal\"}],\"state\":\"Running\"},\"networkProfile\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/networkProfiles/aci-profile-71953f\"}},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container808122e5\",\"name\":\"container808122e5\",\"type\":\"Microsoft.ContainerInstance/containerGroups\",\"location\":\"eastus\",\"tags\":{}}", + "x-ms-request-id" : "eastus:6af40604-b3d1-49fb-925e-8f0372bcffa1", + "Body" : "{\"properties\":{\"sku\":\"Standard\",\"provisioningState\":\"Succeeded\",\"containers\":[{\"name\":\"container69141809\",\"properties\":{\"image\":\"nginx\",\"ports\":[{\"protocol\":\"TCP\",\"port\":80}],\"environmentVariables\":[],\"instanceView\":{\"restartCount\":0,\"currentState\":{\"state\":\"Running\",\"startTime\":\"2021-09-28T05:13:50Z\",\"detailStatus\":\"\"},\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:13:40Z\",\"lastTimestamp\":\"2021-09-28T05:13:40Z\",\"name\":\"Pulling\",\"message\":\"pulling image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:13:44Z\",\"lastTimestamp\":\"2021-09-28T05:13:44Z\",\"name\":\"Pulled\",\"message\":\"Successfully pulled image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:13:50Z\",\"lastTimestamp\":\"2021-09-28T05:13:50Z\",\"name\":\"Created\",\"message\":\"Created container\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:13:50Z\",\"lastTimestamp\":\"2021-09-28T05:13:50Z\",\"name\":\"Started\",\"message\":\"Started container\",\"type\":\"Normal\"}]},\"resources\":{\"requests\":{\"memoryInGB\":1.5,\"cpu\":1.0}}}}],\"initContainers\":[],\"ipAddress\":{\"ports\":[{\"protocol\":\"TCP\",\"port\":80}],\"ip\":\"10.0.0.4\",\"type\":\"Private\"},\"osType\":\"Linux\",\"instanceView\":{\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:11:28Z\",\"lastTimestamp\":\"2021-09-28T05:11:28Z\",\"name\":\"PrepareNetwork\",\"message\":\"Prepare network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:12:13Z\",\"lastTimestamp\":\"2021-09-28T05:12:13Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network failed for \\\"9247e7b9-de06-49df-a0b4-05981ad6efb7\\\": Timeout.\",\"type\":\"Warning\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:12:36Z\",\"lastTimestamp\":\"2021-09-28T05:12:36Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:12:37Z\",\"lastTimestamp\":\"2021-09-28T05:12:37Z\",\"name\":\"DelegateSubnet\",\"message\":\"Delegate subnet succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:12:40Z\",\"lastTimestamp\":\"2021-09-28T05:12:40Z\",\"name\":\"ProvisionNetworkInterface\",\"message\":\"Provision network interface succeeded.\",\"type\":\"Normal\"}],\"state\":\"Running\"},\"networkProfile\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/networkProfiles/aci-profile-951430\"}},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container69141809\",\"name\":\"container69141809\",\"type\":\"Microsoft.ContainerInstance/containerGroups\",\"location\":\"eastus\",\"tags\":{}}", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container808122e5?api-version=2021-03-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container69141809?api-version=2021-03-01", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.containerinstance/2.5.0-beta.1 (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "72f12db6-4abb-4eb5-98ea-0597ea8f34a0", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.containerinstance/2.9.0-beta.1 (15.0.1; Windows 10; 10.0)", + "x-ms-client-request-id" : "9809ad5e-f0e5-4698-b1ba-5237e66f50ff", "Content-Type" : "application/json" }, "Response" : { @@ -344,57 +370,57 @@ "Pragma" : "no-cache", "retry-after" : "0", "StatusCode" : "200", - "x-ms-ratelimit-remaining-subscription-resource-requests-pt1h" : "298", - "x-ms-correlation-request-id" : "48bc5847-5b38-4b6d-a6c1-c02f69555563", - "Date" : "Tue, 25 May 2021 02:57:49 GMT", + "x-ms-ratelimit-remaining-subscription-resource-requests-pt1h" : "299", + "x-ms-correlation-request-id" : "32336bf2-4708-4f3f-8938-2ee12221e956", + "Date" : "Tue, 28 Sep 2021 05:14:23 GMT", "x-ms-ratelimit-remaining-subscription-resource-requests-pt5m" : "99", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T025750Z:48bc5847-5b38-4b6d-a6c1-c02f69555563", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051424Z:32336bf2-4708-4f3f-8938-2ee12221e956", "Vary" : "Accept-Encoding", "Expires" : "-1", - "x-ms-request-id" : "eastus:894805ad-40cb-49f9-b656-9212e875dd7e", - "Body" : "{\"properties\":{\"sku\":\"Standard\",\"provisioningState\":\"Succeeded\",\"containers\":[{\"name\":\"container808122e5\",\"properties\":{\"image\":\"nginx\",\"ports\":[{\"protocol\":\"TCP\",\"port\":80}],\"environmentVariables\":[],\"instanceView\":{\"restartCount\":0,\"currentState\":{\"state\":\"Running\",\"startTime\":\"2021-05-25T02:57:30Z\",\"detailStatus\":\"\"},\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:57:21Z\",\"lastTimestamp\":\"2021-05-25T02:57:21Z\",\"name\":\"Pulling\",\"message\":\"pulling image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:57:25Z\",\"lastTimestamp\":\"2021-05-25T02:57:25Z\",\"name\":\"Pulled\",\"message\":\"Successfully pulled image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:57:30Z\",\"lastTimestamp\":\"2021-05-25T02:57:30Z\",\"name\":\"Created\",\"message\":\"Created container\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:57:31Z\",\"lastTimestamp\":\"2021-05-25T02:57:31Z\",\"name\":\"Started\",\"message\":\"Started container\",\"type\":\"Normal\"}]},\"resources\":{\"requests\":{\"memoryInGB\":1.5,\"cpu\":1.0}}}}],\"initContainers\":[],\"ipAddress\":{\"ports\":[{\"protocol\":\"TCP\",\"port\":80}],\"ip\":\"10.0.0.4\",\"type\":\"Private\"},\"osType\":\"Linux\",\"instanceView\":{\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:55:11Z\",\"lastTimestamp\":\"2021-05-25T02:55:11Z\",\"name\":\"PrepareNetwork\",\"message\":\"Prepare network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:55:56Z\",\"lastTimestamp\":\"2021-05-25T02:55:56Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network failed for \\\"da4be89a-97f2-4a9b-8f73-3dcde801b04a\\\": Timeout.\",\"type\":\"Warning\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:56:18Z\",\"lastTimestamp\":\"2021-05-25T02:56:18Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:56:18Z\",\"lastTimestamp\":\"2021-05-25T02:56:18Z\",\"name\":\"DelegateSubnet\",\"message\":\"Delegate subnet succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:56:25Z\",\"lastTimestamp\":\"2021-05-25T02:56:25Z\",\"name\":\"ProvisionNetworkInterface\",\"message\":\"Provision network interface succeeded.\",\"type\":\"Normal\"}],\"state\":\"Running\"},\"networkProfile\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/networkProfiles/aci-profile-71953f\"}},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container808122e5\",\"name\":\"container808122e5\",\"type\":\"Microsoft.ContainerInstance/containerGroups\",\"location\":\"eastus\",\"tags\":{}}", + "x-ms-request-id" : "eastus:5a740068-a959-4d8c-a809-d818c860a978", + "Body" : "{\"properties\":{\"sku\":\"Standard\",\"provisioningState\":\"Succeeded\",\"containers\":[{\"name\":\"container69141809\",\"properties\":{\"image\":\"nginx\",\"ports\":[{\"protocol\":\"TCP\",\"port\":80}],\"environmentVariables\":[],\"instanceView\":{\"restartCount\":0,\"currentState\":{\"state\":\"Running\",\"startTime\":\"2021-09-28T05:13:50Z\",\"detailStatus\":\"\"},\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:13:40Z\",\"lastTimestamp\":\"2021-09-28T05:13:40Z\",\"name\":\"Pulling\",\"message\":\"pulling image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:13:44Z\",\"lastTimestamp\":\"2021-09-28T05:13:44Z\",\"name\":\"Pulled\",\"message\":\"Successfully pulled image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:13:50Z\",\"lastTimestamp\":\"2021-09-28T05:13:50Z\",\"name\":\"Created\",\"message\":\"Created container\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:13:50Z\",\"lastTimestamp\":\"2021-09-28T05:13:50Z\",\"name\":\"Started\",\"message\":\"Started container\",\"type\":\"Normal\"}]},\"resources\":{\"requests\":{\"memoryInGB\":1.5,\"cpu\":1.0}}}}],\"initContainers\":[],\"ipAddress\":{\"ports\":[{\"protocol\":\"TCP\",\"port\":80}],\"ip\":\"10.0.0.4\",\"type\":\"Private\"},\"osType\":\"Linux\",\"instanceView\":{\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:11:28Z\",\"lastTimestamp\":\"2021-09-28T05:11:28Z\",\"name\":\"PrepareNetwork\",\"message\":\"Prepare network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:12:13Z\",\"lastTimestamp\":\"2021-09-28T05:12:13Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network failed for \\\"9247e7b9-de06-49df-a0b4-05981ad6efb7\\\": Timeout.\",\"type\":\"Warning\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:12:36Z\",\"lastTimestamp\":\"2021-09-28T05:12:36Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:12:37Z\",\"lastTimestamp\":\"2021-09-28T05:12:37Z\",\"name\":\"DelegateSubnet\",\"message\":\"Delegate subnet succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:12:40Z\",\"lastTimestamp\":\"2021-09-28T05:12:40Z\",\"name\":\"ProvisionNetworkInterface\",\"message\":\"Provision network interface succeeded.\",\"type\":\"Normal\"}],\"state\":\"Running\"},\"networkProfile\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/networkProfiles/aci-profile-951430\"}},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container69141809\",\"name\":\"container69141809\",\"type\":\"Microsoft.ContainerInstance/containerGroups\",\"location\":\"eastus\",\"tags\":{}}", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/virtualNetworks/vnet1?api-version=2021-03-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/virtualNetworks/vnet1?api-version=2021-03-01", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.network/2.5.0-beta.1 (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "db91fed0-0a05-4b3d-83e7-88f6fd6ed548", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.network/2.9.0-beta.1 (15.0.1; Windows 10; 10.0)", + "x-ms-client-request-id" : "33bf7872-6d43-4514-b81a-a52b213cac04", "Content-Type" : "application/json" }, "Response" : { "content-length" : "2064", "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", "X-Content-Type-Options" : "nosniff", - "x-ms-ratelimit-remaining-subscription-writes" : "1195", + "x-ms-ratelimit-remaining-subscription-writes" : "1194", "Pragma" : "no-cache", "Azure-AsyncNotification" : "Enabled", "StatusCode" : "201", - "x-ms-correlation-request-id" : "bdef0f9a-69c5-4e2c-853f-228196b327ed", - "Date" : "Tue, 25 May 2021 02:57:53 GMT", - "x-ms-arm-service-request-id" : "42963f59-ce77-48c2-9435-cdd850c90a68", + "x-ms-correlation-request-id" : "f69f17c6-cc43-478f-b682-6e068dc8d80c", + "Date" : "Tue, 28 Sep 2021 05:14:28 GMT", + "x-ms-arm-service-request-id" : "00e3d57d-1c56-4009-80bd-8c56afb8c71e", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", "Retry-After" : "0", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T025754Z:bdef0f9a-69c5-4e2c-853f-228196b327ed", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051428Z:f69f17c6-cc43-478f-b682-6e068dc8d80c", "Expires" : "-1", - "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/c480e333-ce2e-417a-b77b-6fa7d5342c5c?api-version=2021-03-01", - "x-ms-request-id" : "c480e333-ce2e-417a-b77b-6fa7d5342c5c", - "Body" : "{\r\n \"name\": \"vnet1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/virtualNetworks/vnet1\",\r\n \"etag\": \"W/\\\"2b72a442-74c3-41f5-a21b-bc1503b2284a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"2d27e921-1e87-4bd9-acea-a897f77b7347\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.1.0.0/24\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"default\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/default\",\r\n \"etag\": \"W/\\\"2b72a442-74c3-41f5-a21b-bc1503b2284a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.1.0.0/24\",\r\n \"delegations\": [\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/default/delegations/Microsoft.ContainerInstance/containerGroups\",\r\n \"etag\": \"W/\\\"2b72a442-74c3-41f5-a21b-bc1503b2284a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"serviceName\": \"Microsoft.ContainerInstance/containerGroups\",\r\n \"actions\": [\r\n \"Microsoft.Network/virtualNetworks/subnets/action\"\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets/delegations\"\r\n }\r\n ],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\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" : "db91fed0-0a05-4b3d-83e7-88f6fd6ed548", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/465e3256-8996-468b-9ad9-94693cd0b5ee?api-version=2021-03-01", + "x-ms-request-id" : "465e3256-8996-468b-9ad9-94693cd0b5ee", + "Body" : "{\r\n \"name\": \"vnet1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/virtualNetworks/vnet1\",\r\n \"etag\": \"W/\\\"816234b5-cbe6-4866-a3de-72d018b7b0aa\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"b61efcaa-61a9-4772-8bed-f1dd9f663fb6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.1.0.0/24\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"default\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/default\",\r\n \"etag\": \"W/\\\"816234b5-cbe6-4866-a3de-72d018b7b0aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.1.0.0/24\",\r\n \"delegations\": [\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/default/delegations/Microsoft.ContainerInstance/containerGroups\",\r\n \"etag\": \"W/\\\"816234b5-cbe6-4866-a3de-72d018b7b0aa\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"serviceName\": \"Microsoft.ContainerInstance/containerGroups\",\r\n \"actions\": [\r\n \"Microsoft.Network/virtualNetworks/subnets/action\"\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets/delegations\"\r\n }\r\n ],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\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" : "33bf7872-6d43-4514-b81a-a52b213cac04", "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/c480e333-ce2e-417a-b77b-6fa7d5342c5c?api-version=2021-03-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/465e3256-8996-468b-9ad9-94693cd0b5ee?api-version=2021-03-01", "Headers" : { "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources.fluentcore.policy/null (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "ffa97aa3-0cbf-4bb6-88e1-72df361ad1fa" + "x-ms-client-request-id" : "1b32c7da-4793-4c6e-9837-5cc24ebc9e55" }, "Response" : { "content-length" : "29", @@ -402,27 +428,27 @@ "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11991", + "x-ms-ratelimit-remaining-subscription-reads" : "11995", "StatusCode" : "200", - "x-ms-correlation-request-id" : "7437ccae-4bf5-46ca-90c5-d61d6c68ecd4", - "Date" : "Tue, 25 May 2021 02:57:57 GMT", - "x-ms-arm-service-request-id" : "6e070135-973c-4400-81de-36509b1f617b", + "x-ms-correlation-request-id" : "b7bf8e11-9d74-462a-8075-86ddf589efe3", + "Date" : "Tue, 28 Sep 2021 05:14:31 GMT", + "x-ms-arm-service-request-id" : "1d666639-3bbd-4327-9709-fc0111c2dcde", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T025757Z:7437ccae-4bf5-46ca-90c5-d61d6c68ecd4", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051432Z:b7bf8e11-9d74-462a-8075-86ddf589efe3", "Expires" : "-1", - "x-ms-request-id" : "d836cd63-eedd-4a92-a10c-bf0942183610", + "x-ms-request-id" : "a1c817ef-6ddb-4921-bc13-d42d768cc2ff", "Body" : "{\r\n \"status\": \"Succeeded\"\r\n}", - "x-ms-client-request-id" : "ffa97aa3-0cbf-4bb6-88e1-72df361ad1fa", + "x-ms-client-request-id" : "1b32c7da-4793-4c6e-9837-5cc24ebc9e55", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/virtualNetworks/vnet1?api-version=2021-03-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/virtualNetworks/vnet1?api-version=2021-03-01", "Headers" : { "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources.fluentcore.policy/null (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "e8083a27-3617-4352-9b29-101bad667ad2" + "x-ms-client-request-id" : "60456099-68e8-490d-b99a-acd624665c2a" }, "Response" : { "content-length" : "2066", @@ -432,323 +458,297 @@ "retry-after" : "0", "x-ms-ratelimit-remaining-subscription-reads" : "11990", "StatusCode" : "200", - "x-ms-correlation-request-id" : "1d1d547e-79a9-4a9e-9bcd-84e776b30298", - "Date" : "Tue, 25 May 2021 02:57:57 GMT", - "x-ms-arm-service-request-id" : "b13f621a-ad66-4e62-b0d1-ac00a5831e67", + "x-ms-correlation-request-id" : "a3684dbf-2608-4bdf-9644-a8d6871d64a3", + "Date" : "Tue, 28 Sep 2021 05:14:31 GMT", + "x-ms-arm-service-request-id" : "2da0fa37-e581-480d-a485-cf716f16b0a8", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"7bb3860d-d890-4550-b498-ea796fa8b47b\"", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T025758Z:1d1d547e-79a9-4a9e-9bcd-84e776b30298", + "ETag" : "W/\"c8fa7bf4-0a9b-4a12-8dd7-e6d5b2bbddf5\"", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051432Z:a3684dbf-2608-4bdf-9644-a8d6871d64a3", "Expires" : "-1", - "x-ms-request-id" : "d7a6bdca-cdbd-46eb-a9ca-28613306ca3d", - "Body" : "{\r\n \"name\": \"vnet1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/virtualNetworks/vnet1\",\r\n \"etag\": \"W/\\\"7bb3860d-d890-4550-b498-ea796fa8b47b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"2d27e921-1e87-4bd9-acea-a897f77b7347\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.1.0.0/24\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"default\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/default\",\r\n \"etag\": \"W/\\\"7bb3860d-d890-4550-b498-ea796fa8b47b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.1.0.0/24\",\r\n \"delegations\": [\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/default/delegations/Microsoft.ContainerInstance/containerGroups\",\r\n \"etag\": \"W/\\\"7bb3860d-d890-4550-b498-ea796fa8b47b\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"serviceName\": \"Microsoft.ContainerInstance/containerGroups\",\r\n \"actions\": [\r\n \"Microsoft.Network/virtualNetworks/subnets/action\"\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets/delegations\"\r\n }\r\n ],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\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" : "e8083a27-3617-4352-9b29-101bad667ad2", + "x-ms-request-id" : "0c0bec14-888b-423a-bd1d-98d4fe203e09", + "Body" : "{\r\n \"name\": \"vnet1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/virtualNetworks/vnet1\",\r\n \"etag\": \"W/\\\"c8fa7bf4-0a9b-4a12-8dd7-e6d5b2bbddf5\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"b61efcaa-61a9-4772-8bed-f1dd9f663fb6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.1.0.0/24\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"default\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/default\",\r\n \"etag\": \"W/\\\"c8fa7bf4-0a9b-4a12-8dd7-e6d5b2bbddf5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.1.0.0/24\",\r\n \"delegations\": [\r\n {\r\n \"name\": \"Microsoft.ContainerInstance/containerGroups\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/default/delegations/Microsoft.ContainerInstance/containerGroups\",\r\n \"etag\": \"W/\\\"c8fa7bf4-0a9b-4a12-8dd7-e6d5b2bbddf5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"serviceName\": \"Microsoft.ContainerInstance/containerGroups\",\r\n \"actions\": [\r\n \"Microsoft.Network/virtualNetworks/subnets/action\"\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets/delegations\"\r\n }\r\n ],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\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" : "60456099-68e8-490d-b99a-acd624665c2a", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/networkProfiles/aci-vnet-profile?api-version=2021-03-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/networkProfiles/aci-vnet-profile?api-version=2021-03-01", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.network/2.5.0-beta.1 (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "c924bd8f-adab-440f-ab6f-dccde40cfc81", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.network/2.9.0-beta.1 (15.0.1; Windows 10; 10.0)", + "x-ms-client-request-id" : "ff6bd6c0-b118-400f-b4a1-f76289365833", "Content-Type" : "application/json" }, "Response" : { "content-length" : "1882", "Server" : "Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0", "X-Content-Type-Options" : "nosniff", - "x-ms-ratelimit-remaining-subscription-writes" : "1194", + "x-ms-ratelimit-remaining-subscription-writes" : "1198", "Pragma" : "no-cache", "retry-after" : "0", "Azure-AsyncNotification" : "Enabled", "StatusCode" : "201", - "x-ms-correlation-request-id" : "b447bf5e-360b-4fce-9bf9-85179da7c9ed", - "Date" : "Tue, 25 May 2021 02:58:01 GMT", - "x-ms-arm-service-request-id" : "c8fa8de0-9281-4049-bb6a-302f55aa614d", + "x-ms-correlation-request-id" : "0f30d7ee-c9be-4310-88af-dba702021555", + "Date" : "Tue, 28 Sep 2021 05:14:35 GMT", + "x-ms-arm-service-request-id" : "0a62e2e9-ae67-404d-a987-ea48c2640447", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T025802Z:b447bf5e-360b-4fce-9bf9-85179da7c9ed", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051436Z:0f30d7ee-c9be-4310-88af-dba702021555", "Expires" : "-1", - "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/b8ac0350-9610-4c23-9d65-499aae5c3ee7?api-version=2021-03-01", - "x-ms-request-id" : "b8ac0350-9610-4c23-9d65-499aae5c3ee7", - "Body" : "{\r\n \"name\": \"aci-vnet-profile\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/networkProfiles/aci-vnet-profile\",\r\n \"etag\": \"W/\\\"1c0c6af0-905a-4d95-8864-021c24b2e762\\\"\",\r\n \"type\": \"Microsoft.Network/networkProfiles\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"21ab6e33-b9af-4f9b-9ce7-e6b14c082197\",\r\n \"containerNetworkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"eth0\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/networkProfiles/aci-vnet-profile/containerNetworkInterfaceConfigurations/eth0\",\r\n \"etag\": \"W/\\\"1c0c6af0-905a-4d95-8864-021c24b2e762\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig0\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/networkProfiles/aci-vnet-profile/containerNetworkInterfaceConfigurations/eth0/ipConfigurations/ipconfig0\",\r\n \"etag\": \"W/\\\"1c0c6af0-905a-4d95-8864-021c24b2e762\\\"\",\r\n \"type\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/default\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations\"\r\n }\r\n ],\r\n \"containerNetworkInterfaces\": []\r\n }\r\n}", - "x-ms-client-request-id" : "c924bd8f-adab-440f-ab6f-dccde40cfc81", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/9ca4838d-68b3-4fb6-ae1e-4415ee36df41?api-version=2021-03-01", + "x-ms-request-id" : "9ca4838d-68b3-4fb6-ae1e-4415ee36df41", + "Body" : "{\r\n \"name\": \"aci-vnet-profile\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/networkProfiles/aci-vnet-profile\",\r\n \"etag\": \"W/\\\"ac2e3147-c855-4931-8066-8b29e7a25e70\\\"\",\r\n \"type\": \"Microsoft.Network/networkProfiles\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a2f84d68-fbd5-4718-97f6-4ae67d4cbb21\",\r\n \"containerNetworkInterfaceConfigurations\": [\r\n {\r\n \"name\": \"eth0\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/networkProfiles/aci-vnet-profile/containerNetworkInterfaceConfigurations/eth0\",\r\n \"etag\": \"W/\\\"ac2e3147-c855-4931-8066-8b29e7a25e70\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfig0\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/networkProfiles/aci-vnet-profile/containerNetworkInterfaceConfigurations/eth0/ipConfigurations/ipconfig0\",\r\n \"etag\": \"W/\\\"ac2e3147-c855-4931-8066-8b29e7a25e70\\\"\",\r\n \"type\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/default\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/networkProfiles/containerNetworkInterfaceConfigurations\"\r\n }\r\n ],\r\n \"containerNetworkInterfaces\": []\r\n }\r\n}", + "x-ms-client-request-id" : "ff6bd6c0-b118-400f-b4a1-f76289365833", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container70522fb2?api-version=2021-03-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container4993361f?api-version=2021-03-01", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.containerinstance/2.5.0-beta.1 (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "b3e0f41a-be7b-4494-b6bc-31eb046aedc1", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.containerinstance/2.9.0-beta.1 (15.0.1; Windows 10; 10.0)", + "x-ms-client-request-id" : "0ea3ecb8-2da3-4322-be0d-9dbc8ed0309e", "Content-Type" : "application/json" }, "Response" : { - "content-length" : "779", + "content-length" : "761", "X-Content-Type-Options" : "nosniff", "x-ms-ratelimit-remaining-subscription-writes" : "1193", "Pragma" : "no-cache", "retry-after" : "0", "StatusCode" : "201", - "x-ms-ratelimit-remaining-subscription-resource-requests-pt1h" : "296", - "x-ms-correlation-request-id" : "370d6b08-63d3-4230-b222-69eb16217c99", - "Date" : "Tue, 25 May 2021 02:58:06 GMT", - "x-ms-ratelimit-remaining-subscription-resource-requests-pt5m" : "98", + "x-ms-ratelimit-remaining-subscription-resource-requests-pt1h" : "299", + "x-ms-correlation-request-id" : "3b3f4bfd-a298-4ea7-a82b-db297c261440", + "Date" : "Tue, 28 Sep 2021 05:14:40 GMT", + "x-ms-ratelimit-remaining-subscription-resource-requests-pt5m" : "99", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T025807Z:370d6b08-63d3-4230-b222-69eb16217c99", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051440Z:3b3f4bfd-a298-4ea7-a82b-db297c261440", "Expires" : "-1", - "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/64531d28-f090-4588-b20b-6f5cd6bffc3b?api-version=2018-06-01", - "x-ms-request-id" : "eastus:64531d28-f090-4588-b20b-6f5cd6bffc3b", - "Body" : "{\"properties\":{\"sku\":\"Standard\",\"provisioningState\":\"Pending\",\"containers\":[{\"name\":\"container70522fb2\",\"properties\":{\"image\":\"nginx\",\"ports\":[{\"protocol\":\"TCP\",\"port\":80}],\"environmentVariables\":[],\"resources\":{\"requests\":{\"memoryInGB\":1.5,\"cpu\":1.0}}}}],\"initContainers\":[],\"osType\":\"Linux\",\"instanceView\":{\"events\":[],\"state\":\"Pending\"},\"networkProfile\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/networkProfiles/aci-vnet-profile\"}},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container70522fb2\",\"name\":\"container70522fb2\",\"type\":\"Microsoft.ContainerInstance/containerGroups\",\"location\":\"eastus\",\"tags\":{}}", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/548041d0-66e9-4899-8b66-0f83d9615023?api-version=2018-06-01", + "x-ms-request-id" : "eastus:548041d0-66e9-4899-8b66-0f83d9615023", + "Body" : "{\"properties\":{\"sku\":\"Standard\",\"provisioningState\":\"Pending\",\"containers\":[{\"name\":\"container4993361f\",\"properties\":{\"image\":\"nginx\",\"ports\":[{\"protocol\":\"TCP\",\"port\":80}],\"environmentVariables\":[],\"resources\":{\"requests\":{\"memoryInGB\":1.5,\"cpu\":1.0}}}}],\"initContainers\":[],\"osType\":\"Linux\",\"instanceView\":{\"events\":[]},\"networkProfile\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/networkProfiles/aci-vnet-profile\"}},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container4993361f\",\"name\":\"container4993361f\",\"type\":\"Microsoft.ContainerInstance/containerGroups\",\"location\":\"eastus\",\"tags\":{}}", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/64531d28-f090-4588-b20b-6f5cd6bffc3b?api-version=2018-06-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/548041d0-66e9-4899-8b66-0f83d9615023?api-version=2018-06-01", "Headers" : { "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources.fluentcore.policy/null (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "b4e79df9-6704-4b60-a581-6bc561ec71c4" + "x-ms-client-request-id" : "fd489ca5-bad6-4935-9a92-abe87a015dfb" }, "Response" : { - "content-length" : "249", + "content-length" : "250", "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11989", + "x-ms-ratelimit-remaining-subscription-reads" : "11994", "StatusCode" : "200", - "x-ms-correlation-request-id" : "32e19fcd-e314-42e3-8715-0622f4a7b932", - "Date" : "Tue, 25 May 2021 02:58:37 GMT", + "x-ms-correlation-request-id" : "a20c0a41-1541-41c8-9309-4cfd2242485a", + "Date" : "Tue, 28 Sep 2021 05:15:11 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T025837Z:32e19fcd-e314-42e3-8715-0622f4a7b932", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051511Z:a20c0a41-1541-41c8-9309-4cfd2242485a", "Vary" : "Accept-Encoding", "Expires" : "-1", - "x-ms-request-id" : "eastus:66fbccaa-1598-49ea-85c1-dd9f1ff676d8", - "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container70522fb2\",\"status\":\"Pending\",\"startTime\":\"2021-05-25T02:58:06.185514Z\",\"properties\":{\"events\":[]}}", + "x-ms-request-id" : "eastus:08adc9f7-5e81-4f31-89ff-6178cb0eaeea", + "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container4993361f\",\"status\":\"Pending\",\"startTime\":\"2021-09-28T05:14:39.5482489Z\",\"properties\":{\"events\":[]}}", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/64531d28-f090-4588-b20b-6f5cd6bffc3b?api-version=2018-06-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/548041d0-66e9-4899-8b66-0f83d9615023?api-version=2018-06-01", "Headers" : { "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources.fluentcore.policy/null (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "5eb4c1b6-8e17-4816-90f7-f6c6d8cbedf2" + "x-ms-client-request-id" : "65fa81a8-e634-4acb-a6fb-220db81b1fc5" }, "Response" : { - "content-length" : "249", + "content-length" : "1756", "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11988", + "x-ms-ratelimit-remaining-subscription-reads" : "11989", "StatusCode" : "200", - "x-ms-correlation-request-id" : "83914446-0810-452a-beb6-9cac884c5eef", - "Date" : "Tue, 25 May 2021 02:59:07 GMT", + "x-ms-correlation-request-id" : "18207ffa-8b52-49e6-b42d-246f1d825988", + "Date" : "Tue, 28 Sep 2021 05:15:41 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T025908Z:83914446-0810-452a-beb6-9cac884c5eef", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051542Z:18207ffa-8b52-49e6-b42d-246f1d825988", "Vary" : "Accept-Encoding", "Expires" : "-1", - "x-ms-request-id" : "eastus:b83614ee-8c68-4ca4-bf15-eea81256e7f7", - "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container70522fb2\",\"status\":\"Pending\",\"startTime\":\"2021-05-25T02:58:06.185514Z\",\"properties\":{\"events\":[]}}", + "x-ms-request-id" : "eastus:1029fb10-e36f-4b52-a6b9-ca48b9c60c45", + "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container4993361f\",\"status\":\"Creating\",\"startTime\":\"2021-09-28T05:14:39.5482489Z\",\"properties\":{\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:15:21Z\",\"lastTimestamp\":\"2021-09-28T05:15:21Z\",\"name\":\"Pulling\",\"message\":\"pulling image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:15:26Z\",\"lastTimestamp\":\"2021-09-28T05:15:26Z\",\"name\":\"Pulled\",\"message\":\"Successfully pulled image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:15:32Z\",\"lastTimestamp\":\"2021-09-28T05:15:32Z\",\"name\":\"Created\",\"message\":\"Created container\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:15:32Z\",\"lastTimestamp\":\"2021-09-28T05:15:32Z\",\"name\":\"Started\",\"message\":\"Started container\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:14:45Z\",\"lastTimestamp\":\"2021-09-28T05:14:45Z\",\"name\":\"PrepareNetwork\",\"message\":\"Prepare network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:14:49Z\",\"lastTimestamp\":\"2021-09-28T05:14:49Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:14:49Z\",\"lastTimestamp\":\"2021-09-28T05:14:49Z\",\"name\":\"DelegateSubnet\",\"message\":\"Delegate subnet succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:14:50Z\",\"lastTimestamp\":\"2021-09-28T05:14:50Z\",\"name\":\"DelegateSubnet\",\"message\":\"Delegate subnet succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:14:52Z\",\"lastTimestamp\":\"2021-09-28T05:14:52Z\",\"name\":\"ProvisionNetworkInterface\",\"message\":\"Provision network interface succeeded.\",\"type\":\"Normal\"}]}}", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/64531d28-f090-4588-b20b-6f5cd6bffc3b?api-version=2018-06-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/548041d0-66e9-4899-8b66-0f83d9615023?api-version=2018-06-01", "Headers" : { "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources.fluentcore.policy/null (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "da9cb8a2-078e-437b-a068-36a40eb81575" + "x-ms-client-request-id" : "7ff2bc98-53d8-4ee6-9112-6991f3106cea" }, "Response" : { - "content-length" : "249", + "content-length" : "1757", "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11987", + "x-ms-ratelimit-remaining-subscription-reads" : "11993", "StatusCode" : "200", - "x-ms-correlation-request-id" : "f9cafbcc-275c-4e06-966f-1b311e5c096e", - "Date" : "Tue, 25 May 2021 02:59:37 GMT", + "x-ms-correlation-request-id" : "2e560494-a940-40e1-84e6-af56d232fde8", + "Date" : "Tue, 28 Sep 2021 05:16:13 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T025938Z:f9cafbcc-275c-4e06-966f-1b311e5c096e", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051614Z:2e560494-a940-40e1-84e6-af56d232fde8", "Vary" : "Accept-Encoding", "Expires" : "-1", - "x-ms-request-id" : "eastus:8e23aca2-1add-4ca4-ac81-8f07e4f6706b", - "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container70522fb2\",\"status\":\"Pending\",\"startTime\":\"2021-05-25T02:58:06.185514Z\",\"properties\":{\"events\":[]}}", + "x-ms-request-id" : "eastus:1cfdfb79-1c4f-41bc-a364-378a2ef10364", + "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container4993361f\",\"status\":\"Succeeded\",\"startTime\":\"2021-09-28T05:14:39.5482489Z\",\"properties\":{\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:15:21Z\",\"lastTimestamp\":\"2021-09-28T05:15:21Z\",\"name\":\"Pulling\",\"message\":\"pulling image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:15:26Z\",\"lastTimestamp\":\"2021-09-28T05:15:26Z\",\"name\":\"Pulled\",\"message\":\"Successfully pulled image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:15:32Z\",\"lastTimestamp\":\"2021-09-28T05:15:32Z\",\"name\":\"Created\",\"message\":\"Created container\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:15:32Z\",\"lastTimestamp\":\"2021-09-28T05:15:32Z\",\"name\":\"Started\",\"message\":\"Started container\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:14:45Z\",\"lastTimestamp\":\"2021-09-28T05:14:45Z\",\"name\":\"PrepareNetwork\",\"message\":\"Prepare network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:14:49Z\",\"lastTimestamp\":\"2021-09-28T05:14:49Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:14:49Z\",\"lastTimestamp\":\"2021-09-28T05:14:49Z\",\"name\":\"DelegateSubnet\",\"message\":\"Delegate subnet succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:14:50Z\",\"lastTimestamp\":\"2021-09-28T05:14:50Z\",\"name\":\"DelegateSubnet\",\"message\":\"Delegate subnet succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:14:52Z\",\"lastTimestamp\":\"2021-09-28T05:14:52Z\",\"name\":\"ProvisionNetworkInterface\",\"message\":\"Provision network interface succeeded.\",\"type\":\"Normal\"}]}}", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/64531d28-f090-4588-b20b-6f5cd6bffc3b?api-version=2018-06-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container4993361f?api-version=2021-03-01", "Headers" : { "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources.fluentcore.policy/null (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "95796e49-0a5a-4d54-b8df-ccb8a7428d80" + "x-ms-client-request-id" : "5acc3760-14ed-450c-9c20-ffd93b40f38c" }, "Response" : { - "content-length" : "249", + "content-length" : "2505", "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" : "65d32fcd-9e9a-496b-97a7-03142f43227f", - "Date" : "Tue, 25 May 2021 03:00:08 GMT", + "x-ms-correlation-request-id" : "09bf0fd0-a374-4119-9309-0170f132aa1f", + "Date" : "Tue, 28 Sep 2021 05:16:14 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T030008Z:65d32fcd-9e9a-496b-97a7-03142f43227f", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051614Z:09bf0fd0-a374-4119-9309-0170f132aa1f", "Vary" : "Accept-Encoding", "Expires" : "-1", - "x-ms-request-id" : "eastus:f6718e23-f723-494d-9a5f-44f6364b6229", - "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container70522fb2\",\"status\":\"Pending\",\"startTime\":\"2021-05-25T02:58:06.185514Z\",\"properties\":{\"events\":[]}}", + "x-ms-request-id" : "eastus:87338830-ca7b-41a2-8bb2-e585e4bc990d", + "Body" : "{\"properties\":{\"sku\":\"Standard\",\"provisioningState\":\"Succeeded\",\"containers\":[{\"name\":\"container4993361f\",\"properties\":{\"image\":\"nginx\",\"ports\":[{\"protocol\":\"TCP\",\"port\":80}],\"environmentVariables\":[],\"instanceView\":{\"restartCount\":0,\"currentState\":{\"state\":\"Running\",\"startTime\":\"2021-09-28T05:15:32Z\",\"detailStatus\":\"\"},\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:15:21Z\",\"lastTimestamp\":\"2021-09-28T05:15:21Z\",\"name\":\"Pulling\",\"message\":\"pulling image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:15:26Z\",\"lastTimestamp\":\"2021-09-28T05:15:26Z\",\"name\":\"Pulled\",\"message\":\"Successfully pulled image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:15:32Z\",\"lastTimestamp\":\"2021-09-28T05:15:32Z\",\"name\":\"Created\",\"message\":\"Created container\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:15:32Z\",\"lastTimestamp\":\"2021-09-28T05:15:32Z\",\"name\":\"Started\",\"message\":\"Started container\",\"type\":\"Normal\"}]},\"resources\":{\"requests\":{\"memoryInGB\":1.5,\"cpu\":1.0}}}}],\"initContainers\":[],\"ipAddress\":{\"ports\":[{\"protocol\":\"TCP\",\"port\":80}],\"ip\":\"10.1.0.4\",\"type\":\"Private\"},\"osType\":\"Linux\",\"instanceView\":{\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:14:45Z\",\"lastTimestamp\":\"2021-09-28T05:14:45Z\",\"name\":\"PrepareNetwork\",\"message\":\"Prepare network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:14:49Z\",\"lastTimestamp\":\"2021-09-28T05:14:49Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:14:49Z\",\"lastTimestamp\":\"2021-09-28T05:14:49Z\",\"name\":\"DelegateSubnet\",\"message\":\"Delegate subnet succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:14:50Z\",\"lastTimestamp\":\"2021-09-28T05:14:50Z\",\"name\":\"DelegateSubnet\",\"message\":\"Delegate subnet succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:14:52Z\",\"lastTimestamp\":\"2021-09-28T05:14:52Z\",\"name\":\"ProvisionNetworkInterface\",\"message\":\"Provision network interface succeeded.\",\"type\":\"Normal\"}],\"state\":\"Running\"},\"networkProfile\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/networkProfiles/aci-vnet-profile\"}},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container4993361f\",\"name\":\"container4993361f\",\"type\":\"Microsoft.ContainerInstance/containerGroups\",\"location\":\"eastus\",\"tags\":{}}", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { - "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/64531d28-f090-4588-b20b-6f5cd6bffc3b?api-version=2018-06-01", + "Method" : "PUT", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container837670d4?api-version=2021-03-01", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources.fluentcore.policy/null (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "4d49691c-8038-4f6d-a548-71fe68526508" + "User-Agent" : "azsdk-java-com.azure.resourcemanager.containerinstance/2.9.0-beta.1 (15.0.1; Windows 10; 10.0)", + "x-ms-client-request-id" : "30691b91-ea17-4d00-86c1-c2f2e9852b56", + "Content-Type" : "application/json" }, "Response" : { - "content-length" : "2018", + "content-length" : "733", "X-Content-Type-Options" : "nosniff", + "x-ms-ratelimit-remaining-subscription-writes" : "1197", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11985", - "StatusCode" : "200", - "x-ms-correlation-request-id" : "4381628f-97ee-434c-bbee-145505fcadea", - "Date" : "Tue, 25 May 2021 03:00:39 GMT", + "StatusCode" : "201", + "x-ms-ratelimit-remaining-subscription-resource-requests-pt1h" : "299", + "x-ms-correlation-request-id" : "0d1ee66c-c77d-4f6f-a66a-db9b32a193a0", + "Date" : "Tue, 28 Sep 2021 05:16:18 GMT", + "x-ms-ratelimit-remaining-subscription-resource-requests-pt5m" : "99", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T030039Z:4381628f-97ee-434c-bbee-145505fcadea", - "Vary" : "Accept-Encoding", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051619Z:0d1ee66c-c77d-4f6f-a66a-db9b32a193a0", "Expires" : "-1", - "x-ms-request-id" : "eastus:68b3937b-3760-4a25-9b77-9baeb4953444", - "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container70522fb2\",\"status\":\"Succeeded\",\"startTime\":\"2021-05-25T02:58:06.185514Z\",\"properties\":{\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:00:17Z\",\"lastTimestamp\":\"2021-05-25T03:00:17Z\",\"name\":\"Pulling\",\"message\":\"pulling image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:00:23Z\",\"lastTimestamp\":\"2021-05-25T03:00:23Z\",\"name\":\"Pulled\",\"message\":\"Successfully pulled image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:00:27Z\",\"lastTimestamp\":\"2021-05-25T03:00:27Z\",\"name\":\"Created\",\"message\":\"Created container\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:00:27Z\",\"lastTimestamp\":\"2021-05-25T03:00:27Z\",\"name\":\"Started\",\"message\":\"Started container\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:58:06Z\",\"lastTimestamp\":\"2021-05-25T02:58:06Z\",\"name\":\"PrepareNetwork\",\"message\":\"Prepare network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:58:51Z\",\"lastTimestamp\":\"2021-05-25T02:58:51Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network failed for \\\"2d27e921-1e87-4bd9-acea-a897f77b7347\\\": Timeout.\",\"type\":\"Warning\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:58:57Z\",\"lastTimestamp\":\"2021-05-25T02:58:57Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network failed for \\\"2d27e921-1e87-4bd9-acea-a897f77b7347\\\": Timeout.\",\"type\":\"Warning\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:59:46Z\",\"lastTimestamp\":\"2021-05-25T02:59:46Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:59:47Z\",\"lastTimestamp\":\"2021-05-25T02:59:47Z\",\"name\":\"DelegateSubnet\",\"message\":\"Delegate subnet succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:59:51Z\",\"lastTimestamp\":\"2021-05-25T02:59:51Z\",\"name\":\"ProvisionNetworkInterface\",\"message\":\"Provision network interface succeeded.\",\"type\":\"Normal\"}]}}", + "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/633e3eea-f794-4f19-b79f-bf926429f82f?api-version=2018-06-01", + "x-ms-request-id" : "eastus:633e3eea-f794-4f19-b79f-bf926429f82f", + "Body" : "{\"properties\":{\"sku\":\"Standard\",\"provisioningState\":\"Pending\",\"containers\":[{\"name\":\"container837670d4\",\"properties\":{\"image\":\"nginx\",\"ports\":[],\"environmentVariables\":[],\"resources\":{\"requests\":{\"memoryInGB\":1.5,\"cpu\":1.0}}}}],\"initContainers\":[],\"osType\":\"Linux\",\"instanceView\":{\"events\":[]},\"networkProfile\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/networkProfiles/aci-vnet-profile\"}},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container837670d4\",\"name\":\"container837670d4\",\"type\":\"Microsoft.ContainerInstance/containerGroups\",\"location\":\"eastus\",\"tags\":{}}", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container70522fb2?api-version=2021-03-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/633e3eea-f794-4f19-b79f-bf926429f82f?api-version=2018-06-01", "Headers" : { "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources.fluentcore.policy/null (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "2954b169-660a-4960-8c14-944d92812af5" + "x-ms-client-request-id" : "b9a34ff4-ffa4-4ba6-8771-d89a8ec034d8" }, "Response" : { - "content-length" : "2767", + "content-length" : "250", "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11984", + "x-ms-ratelimit-remaining-subscription-reads" : "11987", "StatusCode" : "200", - "x-ms-correlation-request-id" : "59a2b9c6-e6ab-4b98-83b9-bf58ac03cd5a", - "Date" : "Tue, 25 May 2021 03:00:39 GMT", + "x-ms-correlation-request-id" : "fa244b8c-c884-42fe-96d8-289fb0a34d36", + "Date" : "Tue, 28 Sep 2021 05:16:49 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T030039Z:59a2b9c6-e6ab-4b98-83b9-bf58ac03cd5a", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051649Z:fa244b8c-c884-42fe-96d8-289fb0a34d36", "Vary" : "Accept-Encoding", "Expires" : "-1", - "x-ms-request-id" : "eastus:ee4fce03-a73c-49b2-873a-69b931ac4e67", - "Body" : "{\"properties\":{\"sku\":\"Standard\",\"provisioningState\":\"Succeeded\",\"containers\":[{\"name\":\"container70522fb2\",\"properties\":{\"image\":\"nginx\",\"ports\":[{\"protocol\":\"TCP\",\"port\":80}],\"environmentVariables\":[],\"instanceView\":{\"restartCount\":0,\"currentState\":{\"state\":\"Running\",\"startTime\":\"2021-05-25T03:00:27Z\",\"detailStatus\":\"\"},\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:00:17Z\",\"lastTimestamp\":\"2021-05-25T03:00:17Z\",\"name\":\"Pulling\",\"message\":\"pulling image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:00:23Z\",\"lastTimestamp\":\"2021-05-25T03:00:23Z\",\"name\":\"Pulled\",\"message\":\"Successfully pulled image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:00:27Z\",\"lastTimestamp\":\"2021-05-25T03:00:27Z\",\"name\":\"Created\",\"message\":\"Created container\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:00:27Z\",\"lastTimestamp\":\"2021-05-25T03:00:27Z\",\"name\":\"Started\",\"message\":\"Started container\",\"type\":\"Normal\"}]},\"resources\":{\"requests\":{\"memoryInGB\":1.5,\"cpu\":1.0}}}}],\"initContainers\":[],\"ipAddress\":{\"ports\":[{\"protocol\":\"TCP\",\"port\":80}],\"ip\":\"10.1.0.4\",\"type\":\"Private\"},\"osType\":\"Linux\",\"instanceView\":{\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:58:06Z\",\"lastTimestamp\":\"2021-05-25T02:58:06Z\",\"name\":\"PrepareNetwork\",\"message\":\"Prepare network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:58:51Z\",\"lastTimestamp\":\"2021-05-25T02:58:51Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network failed for \\\"2d27e921-1e87-4bd9-acea-a897f77b7347\\\": Timeout.\",\"type\":\"Warning\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:58:57Z\",\"lastTimestamp\":\"2021-05-25T02:58:57Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network failed for \\\"2d27e921-1e87-4bd9-acea-a897f77b7347\\\": Timeout.\",\"type\":\"Warning\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:59:46Z\",\"lastTimestamp\":\"2021-05-25T02:59:46Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:59:47Z\",\"lastTimestamp\":\"2021-05-25T02:59:47Z\",\"name\":\"DelegateSubnet\",\"message\":\"Delegate subnet succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T02:59:51Z\",\"lastTimestamp\":\"2021-05-25T02:59:51Z\",\"name\":\"ProvisionNetworkInterface\",\"message\":\"Provision network interface succeeded.\",\"type\":\"Normal\"}],\"state\":\"Running\"},\"networkProfile\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/networkProfiles/aci-vnet-profile\"}},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container70522fb2\",\"name\":\"container70522fb2\",\"type\":\"Microsoft.ContainerInstance/containerGroups\",\"location\":\"eastus\",\"tags\":{}}", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "PUT", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container119440b7?api-version=2021-03-01", - "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.containerinstance/2.5.0-beta.1 (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "fa26efa1-c469-4fc5-b4b0-c11bc23229c3", - "Content-Type" : "application/json" - }, - "Response" : { - "content-length" : "779", - "X-Content-Type-Options" : "nosniff", - "x-ms-ratelimit-remaining-subscription-writes" : "1192", - "Pragma" : "no-cache", - "retry-after" : "0", - "StatusCode" : "201", - "x-ms-ratelimit-remaining-subscription-resource-requests-pt1h" : "295", - "x-ms-correlation-request-id" : "c8683e8f-b22a-42b4-a146-636e2d815569", - "Date" : "Tue, 25 May 2021 03:00:50 GMT", - "x-ms-ratelimit-remaining-subscription-resource-requests-pt5m" : "98", - "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", - "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T030050Z:c8683e8f-b22a-42b4-a146-636e2d815569", - "Expires" : "-1", - "Azure-AsyncOperation" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/091d559a-162e-4d22-aac8-d908547c249c?api-version=2018-06-01", - "x-ms-request-id" : "eastus:091d559a-162e-4d22-aac8-d908547c249c", - "Body" : "{\"properties\":{\"sku\":\"Standard\",\"provisioningState\":\"Pending\",\"containers\":[{\"name\":\"container119440b7\",\"properties\":{\"image\":\"nginx\",\"ports\":[{\"protocol\":\"TCP\",\"port\":80}],\"environmentVariables\":[],\"resources\":{\"requests\":{\"memoryInGB\":1.5,\"cpu\":1.0}}}}],\"initContainers\":[],\"osType\":\"Linux\",\"instanceView\":{\"events\":[],\"state\":\"Pending\"},\"networkProfile\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/networkProfiles/aci-vnet-profile\"}},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container119440b7\",\"name\":\"container119440b7\",\"type\":\"Microsoft.ContainerInstance/containerGroups\",\"location\":\"eastus\",\"tags\":{}}", + "x-ms-request-id" : "eastus:a4a53938-5457-4943-ad4b-e318c1f5ade9", + "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container837670d4\",\"status\":\"Pending\",\"startTime\":\"2021-09-28T05:16:18.1662166Z\",\"properties\":{\"events\":[]}}", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/091d559a-162e-4d22-aac8-d908547c249c?api-version=2018-06-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerInstance/locations/eastus/operations/633e3eea-f794-4f19-b79f-bf926429f82f?api-version=2018-06-01", "Headers" : { "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources.fluentcore.policy/null (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "0783a0b2-862f-4ea8-b414-2bf3ab5786b0" + "x-ms-client-request-id" : "8fb7850a-7fe0-41cd-812c-471f8cb04b78" }, "Response" : { "content-length" : "1587", "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11983", + "x-ms-ratelimit-remaining-subscription-reads" : "11992", "StatusCode" : "200", - "x-ms-correlation-request-id" : "fefe9833-97e6-43eb-acc2-2c597cea3128", - "Date" : "Tue, 25 May 2021 03:01:20 GMT", + "x-ms-correlation-request-id" : "e8759d14-b51e-4f9e-81d6-e314d67ef4e7", + "Date" : "Tue, 28 Sep 2021 05:17:20 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T030120Z:fefe9833-97e6-43eb-acc2-2c597cea3128", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051720Z:e8759d14-b51e-4f9e-81d6-e314d67ef4e7", "Vary" : "Accept-Encoding", "Expires" : "-1", - "x-ms-request-id" : "eastus:2bf12d7a-b160-420c-9164-7b657fc0d4b9", - "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container119440b7\",\"status\":\"Succeeded\",\"startTime\":\"2021-05-25T03:00:46.1174963Z\",\"properties\":{\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:01:05Z\",\"lastTimestamp\":\"2021-05-25T03:01:05Z\",\"name\":\"Pulling\",\"message\":\"pulling image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:01:11Z\",\"lastTimestamp\":\"2021-05-25T03:01:11Z\",\"name\":\"Pulled\",\"message\":\"Successfully pulled image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:01:16Z\",\"lastTimestamp\":\"2021-05-25T03:01:16Z\",\"name\":\"Created\",\"message\":\"Created container\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:01:16Z\",\"lastTimestamp\":\"2021-05-25T03:01:16Z\",\"name\":\"Started\",\"message\":\"Started container\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:00:46Z\",\"lastTimestamp\":\"2021-05-25T03:00:46Z\",\"name\":\"PrepareNetwork\",\"message\":\"Prepare network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:00:50Z\",\"lastTimestamp\":\"2021-05-25T03:00:50Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:00:50Z\",\"lastTimestamp\":\"2021-05-25T03:00:50Z\",\"name\":\"DelegateSubnet\",\"message\":\"Delegate subnet succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:00:53Z\",\"lastTimestamp\":\"2021-05-25T03:00:53Z\",\"name\":\"ProvisionNetworkInterface\",\"message\":\"Provision network interface succeeded.\",\"type\":\"Normal\"}]}}", + "x-ms-request-id" : "eastus:70a24105-cd9a-4d64-9375-bd8881198928", + "Body" : "{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container837670d4\",\"status\":\"Succeeded\",\"startTime\":\"2021-09-28T05:16:18.1662166Z\",\"properties\":{\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:17:02Z\",\"lastTimestamp\":\"2021-09-28T05:17:02Z\",\"name\":\"Pulling\",\"message\":\"pulling image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:17:06Z\",\"lastTimestamp\":\"2021-09-28T05:17:06Z\",\"name\":\"Pulled\",\"message\":\"Successfully pulled image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:17:11Z\",\"lastTimestamp\":\"2021-09-28T05:17:11Z\",\"name\":\"Created\",\"message\":\"Created container\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:17:11Z\",\"lastTimestamp\":\"2021-09-28T05:17:11Z\",\"name\":\"Started\",\"message\":\"Started container\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:16:26Z\",\"lastTimestamp\":\"2021-09-28T05:16:26Z\",\"name\":\"PrepareNetwork\",\"message\":\"Prepare network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:16:44Z\",\"lastTimestamp\":\"2021-09-28T05:16:44Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:16:45Z\",\"lastTimestamp\":\"2021-09-28T05:16:45Z\",\"name\":\"DelegateSubnet\",\"message\":\"Delegate subnet succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:16:48Z\",\"lastTimestamp\":\"2021-09-28T05:16:48Z\",\"name\":\"ProvisionNetworkInterface\",\"message\":\"Provision network interface succeeded.\",\"type\":\"Normal\"}]}}", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container119440b7?api-version=2021-03-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container837670d4?api-version=2021-03-01", "Headers" : { "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources.fluentcore.policy/null (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "333397cc-b1fe-45cf-aa3b-258704dcc904" + "x-ms-client-request-id" : "a1df5e5f-e016-45f4-acbb-1b7714d5be37" }, "Response" : { - "content-length" : "2335", + "content-length" : "2279", "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "retry-after" : "0", - "x-ms-ratelimit-remaining-subscription-reads" : "11982", + "x-ms-ratelimit-remaining-subscription-reads" : "11986", "StatusCode" : "200", - "x-ms-correlation-request-id" : "942b59ba-b12b-472c-8f94-f66ff1acfebe", - "Date" : "Tue, 25 May 2021 03:01:21 GMT", + "x-ms-correlation-request-id" : "af777eb0-d6ee-4215-9dc3-397c615aaea4", + "Date" : "Tue, 28 Sep 2021 05:17:20 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T030122Z:942b59ba-b12b-472c-8f94-f66ff1acfebe", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051720Z:af777eb0-d6ee-4215-9dc3-397c615aaea4", "Vary" : "Accept-Encoding", "Expires" : "-1", - "x-ms-request-id" : "eastus:9f9e92ad-43d8-49b2-a19d-b2da603d07e6", - "Body" : "{\"properties\":{\"sku\":\"Standard\",\"provisioningState\":\"Succeeded\",\"containers\":[{\"name\":\"container119440b7\",\"properties\":{\"image\":\"nginx\",\"ports\":[{\"protocol\":\"TCP\",\"port\":80}],\"environmentVariables\":[],\"instanceView\":{\"restartCount\":0,\"currentState\":{\"state\":\"Running\",\"startTime\":\"2021-05-25T03:01:16Z\",\"detailStatus\":\"\"},\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:01:05Z\",\"lastTimestamp\":\"2021-05-25T03:01:05Z\",\"name\":\"Pulling\",\"message\":\"pulling image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:01:11Z\",\"lastTimestamp\":\"2021-05-25T03:01:11Z\",\"name\":\"Pulled\",\"message\":\"Successfully pulled image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:01:16Z\",\"lastTimestamp\":\"2021-05-25T03:01:16Z\",\"name\":\"Created\",\"message\":\"Created container\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:01:16Z\",\"lastTimestamp\":\"2021-05-25T03:01:16Z\",\"name\":\"Started\",\"message\":\"Started container\",\"type\":\"Normal\"}]},\"resources\":{\"requests\":{\"memoryInGB\":1.5,\"cpu\":1.0}}}}],\"initContainers\":[],\"ipAddress\":{\"ports\":[{\"protocol\":\"TCP\",\"port\":80}],\"ip\":\"10.1.0.5\",\"type\":\"Private\"},\"osType\":\"Linux\",\"instanceView\":{\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:00:46Z\",\"lastTimestamp\":\"2021-05-25T03:00:46Z\",\"name\":\"PrepareNetwork\",\"message\":\"Prepare network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:00:50Z\",\"lastTimestamp\":\"2021-05-25T03:00:50Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:00:50Z\",\"lastTimestamp\":\"2021-05-25T03:00:50Z\",\"name\":\"DelegateSubnet\",\"message\":\"Delegate subnet succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-05-25T03:00:53Z\",\"lastTimestamp\":\"2021-05-25T03:00:53Z\",\"name\":\"ProvisionNetworkInterface\",\"message\":\"Provision network interface succeeded.\",\"type\":\"Normal\"}],\"state\":\"Running\"},\"networkProfile\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.Network/networkProfiles/aci-vnet-profile\"}},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg69096212a00/providers/Microsoft.ContainerInstance/containerGroups/container119440b7\",\"name\":\"container119440b7\",\"type\":\"Microsoft.ContainerInstance/containerGroups\",\"location\":\"eastus\",\"tags\":{}}", + "x-ms-request-id" : "eastus:92d74da0-b0f0-4941-afd3-2f448f9e44fb", + "Body" : "{\"properties\":{\"sku\":\"Standard\",\"provisioningState\":\"Succeeded\",\"containers\":[{\"name\":\"container837670d4\",\"properties\":{\"image\":\"nginx\",\"ports\":[],\"environmentVariables\":[],\"instanceView\":{\"restartCount\":0,\"currentState\":{\"state\":\"Running\",\"startTime\":\"2021-09-28T05:17:11Z\",\"detailStatus\":\"\"},\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:17:02Z\",\"lastTimestamp\":\"2021-09-28T05:17:02Z\",\"name\":\"Pulling\",\"message\":\"pulling image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:17:06Z\",\"lastTimestamp\":\"2021-09-28T05:17:06Z\",\"name\":\"Pulled\",\"message\":\"Successfully pulled image \\\"nginx\\\"\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:17:11Z\",\"lastTimestamp\":\"2021-09-28T05:17:11Z\",\"name\":\"Created\",\"message\":\"Created container\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:17:11Z\",\"lastTimestamp\":\"2021-09-28T05:17:11Z\",\"name\":\"Started\",\"message\":\"Started container\",\"type\":\"Normal\"}]},\"resources\":{\"requests\":{\"memoryInGB\":1.5,\"cpu\":1.0}}}}],\"initContainers\":[],\"ipAddress\":{\"ports\":[],\"ip\":\"10.1.0.5\",\"type\":\"Private\"},\"osType\":\"Linux\",\"instanceView\":{\"events\":[{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:16:26Z\",\"lastTimestamp\":\"2021-09-28T05:16:26Z\",\"name\":\"PrepareNetwork\",\"message\":\"Prepare network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:16:44Z\",\"lastTimestamp\":\"2021-09-28T05:16:44Z\",\"name\":\"JoinNetwork\",\"message\":\"Join network succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:16:45Z\",\"lastTimestamp\":\"2021-09-28T05:16:45Z\",\"name\":\"DelegateSubnet\",\"message\":\"Delegate subnet succeeded.\",\"type\":\"Normal\"},{\"count\":1,\"firstTimestamp\":\"2021-09-28T05:16:48Z\",\"lastTimestamp\":\"2021-09-28T05:16:48Z\",\"name\":\"ProvisionNetworkInterface\",\"message\":\"Provision network interface succeeded.\",\"type\":\"Normal\"}],\"state\":\"Running\"},\"networkProfile\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.Network/networkProfiles/aci-vnet-profile\"}},\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg749298a0fab/providers/Microsoft.ContainerInstance/containerGroups/container837670d4\",\"name\":\"container837670d4\",\"type\":\"Microsoft.ContainerInstance/containerGroups\",\"location\":\"eastus\",\"tags\":{}}", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rg69096212a00?api-version=2021-01-01", + "Uri" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rg749298a0fab?api-version=2021-01-01", "Headers" : { - "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources/2.5.0-beta.1 (15.0.1; Windows 10; 10.0)", - "x-ms-client-request-id" : "744fe993-7d55-4bb4-aa43-665ffaa83309", + "User-Agent" : "azsdk-java-com.azure.resourcemanager.resources/2.9.0-beta.1 (15.0.1; Windows 10; 10.0)", + "x-ms-client-request-id" : "d18a82d2-59f2-4d4e-956d-7fdd318d45d0", "Content-Type" : "application/json" }, "Response" : { @@ -757,17 +757,17 @@ "X-Content-Type-Options" : "nosniff", "Pragma" : "no-cache", "StatusCode" : "202", - "x-ms-correlation-request-id" : "43ad50c2-71ee-4ef4-89f8-3c4192afa086", - "Date" : "Tue, 25 May 2021 03:03:28 GMT", + "x-ms-correlation-request-id" : "f015481a-d50e-432a-8518-66f9eeba931b", + "Date" : "Tue, 28 Sep 2021 05:17:24 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "Cache-Control" : "no-cache", "Retry-After" : "0", - "x-ms-routing-request-id" : "SOUTHEASTASIA:20210525T030329Z:43ad50c2-71ee-4ef4-89f8-3c4192afa086", + "x-ms-routing-request-id" : "SOUTHEASTASIA:20210928T051724Z:f015481a-d50e-432a-8518-66f9eeba931b", "Expires" : "-1", - "x-ms-request-id" : "43ad50c2-71ee-4ef4-89f8-3c4192afa086", - "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRzY5MDk2MjEyQTAwLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2021-01-01" + "x-ms-request-id" : "f015481a-d50e-432a-8518-66f9eeba931b", + "Location" : "http://localhost:1234/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRzc0OTI5OEEwRkFCLUVBU1RVUyIsImpvYkxvY2F0aW9uIjoiZWFzdHVzIn0?api-version=2021-01-01" }, "Exception" : null } ], - "variables" : [ "rg69096212a00", "container808122e5", "net5885523f5b1", "aci-profile-71953f", "container70522fb2", "container119440b7" ] + "variables" : [ "rg749298a0fab", "container69141809", "net44448ce10f9", "aci-profile-951430", "container4993361f", "container837670d4" ] } \ No newline at end of file