diff --git a/src/azure-cli/azure/cli/command_modules/vm/_validators.py b/src/azure-cli/azure/cli/command_modules/vm/_validators.py index 3f62c161f64..6585c542e6a 100644 --- a/src/azure-cli/azure/cli/command_modules/vm/_validators.py +++ b/src/azure-cli/azure/cli/command_modules/vm/_validators.py @@ -1315,14 +1315,12 @@ def _validate_trusted_launch(namespace): if not namespace.security_type or namespace.security_type.lower() != 'trustedlaunch': return - if not namespace.enable_secure_boot: - logger.warning('It is recommended to specify "--enable-secure-boot True" to receive the full suite of security' - ' features that comes with Trusted Launch. Please note that the "--enable-secure-boot" will' - ' be enabled by default in Microsoft Ignite Event (around November)') - if namespace.enable_vtpm is None: namespace.enable_vtpm = True + if namespace.enable_secure_boot is None: + namespace.enable_secure_boot = True + def _validate_vm_vmss_set_applications(cmd, namespace): # pylint: disable=unused-argument if namespace.application_configuration_overrides and \ diff --git a/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_guest_attestation_extension_and_msi.yaml b/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_guest_attestation_extension_and_msi.yaml index e6794d436c4..23840f6e60a 100644 --- a/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_guest_attestation_extension_and_msi.yaml +++ b/src/azure-cli/azure/cli/command_modules/vm/tests/latest/recordings/test_guest_attestation_extension_and_msi.yaml @@ -13,13 +13,12 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001","name":"cli_test_guest_attestation_extension_and_msi000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-08-31T07:12:06Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001","name":"cli_test_guest_attestation_extension_and_msi000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-09-26T07:51:45Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:12:07 GMT + - Mon, 26 Sep 2022 07:51:51 GMT expires: - '-1' pragma: @@ -60,13 +59,12 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-msi/6.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-msi/6.1.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000006?api-version=2022-01-31-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000006","name":"id000006","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","principalId":"071bf77a-ccef-4c12-ac4d-212b1d5e1c12","clientId":"d5052e8a-db34-4341-97b6-293a6204f039"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000006","name":"id000006","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"d99f94f0-719f-4528-a9b1-cba806ef4124","principalId":"79decdf6-0933-492d-925d-126ac5f50915","clientId":"8ec5824a-89b6-47cc-a2a8-f5d1dfecc884"}}' headers: cache-control: - no-cache @@ -75,7 +73,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:12:09 GMT + - Mon, 26 Sep 2022 07:52:01 GMT expires: - '-1' location: @@ -87,7 +85,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -106,13 +104,12 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001","name":"cli_test_guest_attestation_extension_and_msi000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-08-31T07:12:06Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001","name":"cli_test_guest_attestation_extension_and_msi000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-09-26T07:51:45Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -121,7 +118,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:12:10 GMT + - Mon, 26 Sep 2022 07:52:03 GMT expires: - '-1' pragma: @@ -150,14 +147,13 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts-gen2/versions?$top=1&$orderby=name%20desc&api-version=2022-03-01 response: body: - string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"20.04.202208100\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202208100\"\r\n + string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"20.04.202209200\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202209200\"\r\n \ }\r\n]" headers: cache-control: @@ -167,7 +163,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:12:10 GMT + - Mon, 26 Sep 2022 07:52:04 GMT expires: - '-1' pragma: @@ -184,7 +180,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15994,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43994 + - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999 status: code: 200 message: OK @@ -203,10 +199,9 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts-gen2/versions/20.04.202208100?api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts-gen2/versions/20.04.202209200?api-version=2022-03-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V2\",\r\n \"architecture\": @@ -218,20 +213,20 @@ interactions: \"SecurityType\",\r\n \"value\": \"TrustedLaunchSupported\"\r\n },\r\n \ {\r\n \"name\": \"IsAcceleratedNetworkSupported\",\r\n \"value\": \"True\"\r\n },\r\n {\r\n \"name\": \"DiskControllerTypes\",\r\n - \ \"value\": \"SCSI\"\r\n },\r\n {\r\n \"name\": \"IsHibernateSupported\",\r\n - \ \"value\": \"True\"\r\n }\r\n ],\r\n \"osDiskImage\": {\r\n - \ \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": 30\r\n },\r\n - \ \"dataDiskImages\": []\r\n },\r\n \"location\": \"westus\",\r\n \"name\": - \"20.04.202208100\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202208100\"\r\n}" + \ \"value\": \"SCSI, NVMe\"\r\n },\r\n {\r\n \"name\": + \"IsHibernateSupported\",\r\n \"value\": \"True\"\r\n }\r\n ],\r\n + \ \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": + 30\r\n },\r\n \"dataDiskImages\": []\r\n },\r\n \"location\": \"westus\",\r\n + \ \"name\": \"20.04.202209200\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202209200\"\r\n}" headers: cache-control: - no-cache content-length: - - '1152' + - '1158' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:12:11 GMT + - Mon, 26 Sep 2022 07:52:06 GMT expires: - '-1' pragma: @@ -248,7 +243,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMImageFromLocation3Min;12996,Microsoft.Compute/GetVMImageFromLocation30Min;73990 + - Microsoft.Compute/GetVMImageFromLocation3Min;12999,Microsoft.Compute/GetVMImageFromLocation30Min;73999 status: code: 200 message: OK @@ -267,8 +262,7 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks?api-version=2018-01-01 response: @@ -282,15 +276,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:12:11 GMT + - Mon, 26 Sep 2022 07:52:07 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding x-content-type-options: - nosniff status: @@ -327,7 +319,7 @@ interactions: null}}, "imageReference": {"publisher": "canonical", "offer": "0001-com-ubuntu-server-focal", "sku": "20_04-lts-gen2", "version": "latest"}}, "osProfile": {"computerName": "vm000002", "adminUsername": "azureuser", "linuxConfiguration": {"disablePasswordAuthentication": - true, "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef", + true, "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB", "path": "/home/azureuser/.ssh/authorized_keys"}]}}}, "securityProfile": {"securityType": "TrustedLaunch", "uefiSettings": {"secureBootEnabled": true, "vTpmEnabled": true}}}, "identity": {"type": "SystemAssigned,UserAssigned", "userAssignedIdentities": @@ -350,24 +342,23 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_5llSD9X3m2BkxqkTP7R511DdsfU6yUsV","name":"vm_deploy_5llSD9X3m2BkxqkTP7R511DdsfU6yUsV","type":"Microsoft.Resources/deployments","properties":{"templateHash":"21377738655713818","parameters":{},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2022-08-31T07:12:13.6026656Z","duration":"PT0.0001156S","correlationId":"115cddf9-32ae-487a-8937-97be2387ac91","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["westus"]},{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"vm000002VNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000002NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"vm000002NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000002PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vm000002PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000002VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000002VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000002VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000002VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000002","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"vm000002"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_wm0lBPGHvev70ab8TL4chMz4zURZEh5B","name":"vm_deploy_wm0lBPGHvev70ab8TL4chMz4zURZEh5B","type":"Microsoft.Resources/deployments","properties":{"templateHash":"14473252536800365755","parameters":{},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2022-09-26T07:52:15.2226379Z","duration":"PT0.0007096S","correlationId":"a5de2024-e8f9-471b-8737-856aae5e2a47","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["westus"]},{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"vm000002VNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000002NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"vm000002NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000002PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vm000002PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000002VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000002VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000002VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000002VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000002","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"vm000002"}]}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_5llSD9X3m2BkxqkTP7R511DdsfU6yUsV/operationStatuses/08585396769525452562?api-version=2021-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_wm0lBPGHvev70ab8TL4chMz4zURZEh5B/operationStatuses/08585374281527719825?api-version=2021-04-01 cache-control: - no-cache content-length: - - '2625' + - '2628' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:12:13 GMT + - Mon, 26 Sep 2022 07:52:15 GMT expires: - '-1' pragma: @@ -377,7 +368,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' status: code: 201 message: Created @@ -396,10 +387,9 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585396769525452562?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585374281527719825?api-version=2021-04-01 response: body: string: '{"status":"Running"}' @@ -411,7 +401,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:12:44 GMT + - Mon, 26 Sep 2022 07:52:46 GMT expires: - '-1' pragma: @@ -440,10 +430,52 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585396769525452562?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585374281527719825?api-version=2021-04-01 + response: + body: + string: '{"status":"Running"}' + headers: + cache-control: + - no-cache + content-length: + - '20' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 26 Sep 2022 07:53:16 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm create + Connection: + - keep-alive + ParameterSetName: + - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot + --enable-vtpm + User-Agent: + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585374281527719825?api-version=2021-04-01 response: body: string: '{"status":"Succeeded"}' @@ -455,7 +487,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:13:13 GMT + - Mon, 26 Sep 2022 07:53:47 GMT expires: - '-1' pragma: @@ -484,22 +516,21 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_5llSD9X3m2BkxqkTP7R511DdsfU6yUsV","name":"vm_deploy_5llSD9X3m2BkxqkTP7R511DdsfU6yUsV","type":"Microsoft.Resources/deployments","properties":{"templateHash":"21377738655713818","parameters":{},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2022-08-31T07:13:06.0040199Z","duration":"PT52.4014699S","correlationId":"115cddf9-32ae-487a-8937-97be2387ac91","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["westus"]},{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"vm000002VNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000002NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"vm000002NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000002PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vm000002PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000002VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000002VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000002VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000002VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000002","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"vm000002"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000002"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000002VMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000002NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000002PublicIP"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_wm0lBPGHvev70ab8TL4chMz4zURZEh5B","name":"vm_deploy_wm0lBPGHvev70ab8TL4chMz4zURZEh5B","type":"Microsoft.Resources/deployments","properties":{"templateHash":"14473252536800365755","parameters":{},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2022-09-26T07:53:29.6987404Z","duration":"PT1M14.4768121S","correlationId":"a5de2024-e8f9-471b-8737-856aae5e2a47","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["westus"]},{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"vm000002VNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000002NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"vm000002NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000002PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vm000002PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000002VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000002VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000002VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000002VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000002","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"vm000002"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000002"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000002VMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000002NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000002PublicIP"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET"}]}}' headers: cache-control: - no-cache content-length: - - '3590' + - '3595' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:13:14 GMT + - Mon, 26 Sep 2022 07:53:48 GMT expires: - '-1' pragma: @@ -528,8 +559,7 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000002?$expand=instanceView&api-version=2022-03-01 response: @@ -537,28 +567,28 @@ interactions: string: "{\r\n \"name\": \"vm000002\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000002\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n - \ \"principalId\": \"b5667f1c-84b3-442f-a66b-95b2ae05fbc6\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"userAssignedIdentities\": + \ \"principalId\": \"b5fe0553-0cb0-4a68-a2e8-bada82b3aaf8\",\r\n \"tenantId\": + \"d99f94f0-719f-4528-a9b1-cba806ef4124\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000006\": - {\r\n \"principalId\": \"071bf77a-ccef-4c12-ac4d-212b1d5e1c12\",\r\n - \ \"clientId\": \"d5052e8a-db34-4341-97b6-293a6204f039\"\r\n }\r\n - \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d63c540a-ad6b-44bf-a40a-e6cc822079c6\",\r\n + {\r\n \"principalId\": \"79decdf6-0933-492d-925d-126ac5f50915\",\r\n + \ \"clientId\": \"8ec5824a-89b6-47cc-a2a8-f5d1dfecc884\"\r\n }\r\n + \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"89bf69b1-6024-4eb6-ad22-d38ee4c62230\",\r\n \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \ \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\",\r\n - \ \"exactVersion\": \"20.04.202208100\"\r\n },\r\n \"osDisk\": - {\r\n \"osType\": \"Linux\",\r\n \"name\": \"vm000002_OsDisk_1_98526c93ee46409a894d535848c853b9\",\r\n + \ \"exactVersion\": \"20.04.202209200\"\r\n },\r\n \"osDisk\": + {\r\n \"osType\": \"Linux\",\r\n \"name\": \"vm000002_OsDisk_1_b6b0537bde6b4ea9bb9f3bfa6b33020e\",\r\n \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vm000002_OsDisk_1_98526c93ee46409a894d535848c853b9\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vm000002_OsDisk_1_b6b0537bde6b4ea9bb9f3bfa6b33020e\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vm000002\",\r\n \"adminUsername\": \"azureuser\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \ \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"enableVMAgentPlatformUpdates\": @@ -567,34 +597,34 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000002VMNic\"}]},\r\n - \ \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"vmAgent\": - {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n - \ {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n - \ \"level\": \"Warning\",\r\n \"displayStatus\": \"Not - Ready\",\r\n \"message\": \"VM status blob is found but not yet - populated.\",\r\n \"time\": \"2022-08-31T07:13:15+00:00\"\r\n }\r\n - \ ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": - \"vm000002_OsDisk_1_98526c93ee46409a894d535848c853b9\",\r\n \"statuses\": - [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"computerName\": + \"vm000002\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"20.04\",\r\n + \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.8.0.11\",\r\n \"statuses\": + [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n + \ \"message\": \"Guest Agent is running\",\r\n \"time\": + \"2022-09-26T07:53:45+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": + []\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"vm000002_OsDisk_1_b6b0537bde6b4ea9bb9f3bfa6b33020e\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2022-08-31T07:12:21.8855847+00:00\"\r\n + succeeded\",\r\n \"time\": \"2022-09-26T07:52:38.8405062+00:00\"\r\n \ }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V2\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2022-08-31T07:13:04.4953852+00:00\"\r\n + succeeded\",\r\n \"time\": \"2022-09-26T07:53:25.9036192+00:00\"\r\n \ },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n - \ }\r\n ]\r\n },\r\n \"timeCreated\": \"2022-08-31T07:12:20.5262497+00:00\"\r\n + \ }\r\n ]\r\n },\r\n \"timeCreated\": \"2022-09-26T07:52:36.4342213+00:00\"\r\n \ }\r\n}" headers: cache-control: - no-cache content-length: - - '4640' + - '4733' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:13:14 GMT + - Mon, 26 Sep 2022 07:53:49 GMT expires: - '-1' pragma: @@ -604,14 +634,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3984,Microsoft.Compute/LowCostGet30Min;31954 + - Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31996 status: code: 200 message: OK @@ -630,8 +656,7 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers?api-version=2022-03-01 response: @@ -670,6 +695,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/1624590941808\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"1640334196980\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/1640334196980\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"1653036178719\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/1653036178719\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"1654668554142\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/1654668554142\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"1e\",\r\n @@ -694,6 +721,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/a10networks\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"a10networks1596136698788\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/a10networks1596136698788\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"abcostingprodutoseserviosltda1657246951521\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/abcostingprodutoseserviosltda1657246951521\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"abiquo\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/abiquo\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"abzoobainc1598420455082\",\r\n @@ -1056,6 +1085,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/bt-americas-inc\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"buddhalabs\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/buddhalabs\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"bui\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/bui\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cadosecurityltd1626856705534\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cadosecurityltd1626856705534\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"calculated_systems\",\r\n @@ -1064,6 +1095,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/callabacloud1655146409258\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"callwaretechnologiesinc1657114750733\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/callwaretechnologiesinc1657114750733\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"calnexsolutionsplc1646835041441\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/calnexsolutionsplc1646835041441\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"caloudi_corp\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/caloudi_corp\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"canadiancentreforcybersecurity1610638436359\",\r\n @@ -1126,6 +1159,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cinegy-gmbh\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ciphertechsinc1646670709341\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ciphertechsinc1646670709341\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ciq\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ciq\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"circleci\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/circleci\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cires21\",\r\n @@ -1302,6 +1337,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ctrliqinc1648673227698\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cubebackup\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cubebackup\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cubebackupinc1662619479161\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cubebackupinc1662619479161\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cyberark\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cyberark\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cybercxptyltd1590132359004\",\r\n @@ -1590,6 +1627,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/filecatalyst\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"filemagellc\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/filemagellc\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"filingcloud\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/filingcloud\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"fiorano\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/fiorano\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"fireeye\",\r\n @@ -1750,10 +1789,14 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/holo-industrie40softwaregmbh1600957636008\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hortonworks\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/hortonworks\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hostingcontrollerinc1656315491972\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/hostingcontrollerinc1656315491972\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hpe\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/hpe\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"HPE.Security.ApplicationDefender\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/HPE.Security.ApplicationDefender\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hpe.serviceguard.ha.dr\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/hpe.serviceguard.ha.dr\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"huawei\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/huawei\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hubstor-inc\",\r\n @@ -1922,6 +1965,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ivanti-inc-pcs\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ivanti-nzta\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ivanti-nzta\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ivanti-vadc\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ivanti-vadc\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ivix1595238749040\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ivix1595238749040\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"iwnamespace\",\r\n @@ -2684,6 +2729,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Azure.Monitoring.DependencyAgent.Edp\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"Microsoft.Azure.Networking.DNS\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Azure.Networking.DNS\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"Microsoft.Azure.Networking.PingMesh.Test\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Azure.Networking.PingMesh.Test\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"Microsoft.Azure.Networking.SDN\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Azure.Networking.SDN\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"Microsoft.Azure.NetworkWatcher\",\r\n @@ -3022,6 +3069,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/miraclelinux\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"miracl_linux\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/miracl_linux\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"mirantis\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/mirantis\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"miri-infotech-pvt-ltd\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/miri-infotech-pvt-ltd\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"mistio1601460379393\",\r\n @@ -3090,6 +3139,10 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/nefelinetworks1591201080882\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neo4j\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/neo4j\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neonforge\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/neonforge\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neonforgellc1660679895021\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/neonforgellc1660679895021\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neos\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/neos\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neowaybusinesssolutions-4956350\",\r\n @@ -3150,6 +3203,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/niolabs-5229713\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"nirvatosoftwarepvtltd1601368706606\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/nirvatosoftwarepvtltd1601368706606\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"nmcloudsolutionsllc1645603292959\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/nmcloudsolutionsllc1645603292959\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"nodejsapi\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/nodejsapi\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"noianetworklimited1584098036197\",\r\n @@ -3916,6 +3971,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/techlatest\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"technicheltd1606969724100\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/technicheltd1606969724100\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"technidoosolutions\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/technidoosolutions\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"tecknolab\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/tecknolab\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"telepat\",\r\n @@ -4066,6 +4123,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ubeeko\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ubercloud\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ubercloud\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ubika\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ubika\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"uipath-5054924\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/uipath-5054924\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ulex\",\r\n @@ -4146,6 +4205,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/virtualpulsesro1607008728942\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"virtuozzointernationalgmbh1626704951469\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/virtuozzointernationalgmbh1626704951469\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"visokiouklimited1661943152060\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/visokiouklimited1661943152060\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"visualknowledgeshare1591795776234\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/visualknowledgeshare1591795776234\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"visualsoft-center\",\r\n @@ -4260,6 +4321,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/z4it-aps\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"zabbix\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/zabbix\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"zeetim1660843138752\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/zeetim1660843138752\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"zend\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/zend\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"zenterasystemsinc1605292453288\",\r\n @@ -4287,11 +4350,11 @@ interactions: cache-control: - no-cache content-length: - - '414374' + - '418497' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:13:15 GMT + - Mon, 26 Sep 2022 07:53:51 GMT expires: - '-1' pragma: @@ -4325,8 +4388,7 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Azure.Security.LinuxAttestation/artifacttypes/vmextension/types?api-version=2022-03-01 response: @@ -4342,7 +4404,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:13:15 GMT + - Mon, 26 Sep 2022 07:53:52 GMT expires: - '-1' pragma: @@ -4378,8 +4440,7 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Azure.Security.LinuxAttestation/artifacttypes/vmextension/types/GuestAttestation/versions?api-version=2022-03-01 response: @@ -4419,7 +4480,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:13:15 GMT + - Mon, 26 Sep 2022 07:53:52 GMT expires: - '-1' pragma: @@ -4461,8 +4522,7 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000002/extensions/GuestAttestation?api-version=2022-03-01 response: @@ -4477,7 +4537,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/7e8d01dc-0184-4452-b14c-837e9a7cac05?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2022-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/eb7260f5-7bad-4e9a-98c4-a190b3841d0d?p=6ba91199-1f1d-45ed-b859-c1738716a174&api-version=2022-03-01 cache-control: - no-cache content-length: @@ -4485,7 +4545,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:13:17 GMT + - Mon, 26 Sep 2022 07:54:00 GMT expires: - '-1' pragma: @@ -4498,9 +4558,9 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1197 + - Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1199 x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' status: code: 201 message: Created @@ -4519,24 +4579,23 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/7e8d01dc-0184-4452-b14c-837e9a7cac05?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/eb7260f5-7bad-4e9a-98c4-a190b3841d0d?p=6ba91199-1f1d-45ed-b859-c1738716a174&api-version=2022-03-01 response: body: - string: "{\r\n \"startTime\": \"2022-08-31T07:13:17.979922+00:00\",\r\n \"endTime\": - \"2022-08-31T07:13:32.9332445+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"7e8d01dc-0184-4452-b14c-837e9a7cac05\"\r\n}" + string: "{\r\n \"startTime\": \"2022-09-26T07:53:59.2947512+00:00\",\r\n \"endTime\": + \"2022-09-26T07:54:18.5293832+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"eb7260f5-7bad-4e9a-98c4-a190b3841d0d\"\r\n}" headers: cache-control: - no-cache content-length: - - '183' + - '184' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:13:47 GMT + - Mon, 26 Sep 2022 07:54:30 GMT expires: - '-1' pragma: @@ -4553,7 +4612,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29922 + - Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998 status: code: 200 message: OK @@ -4572,8 +4631,7 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000002/extensions/GuestAttestation?api-version=2022-03-01 response: @@ -4592,7 +4650,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:13:47 GMT + - Mon, 26 Sep 2022 07:54:30 GMT expires: - '-1' pragma: @@ -4609,7 +4667,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3981,Microsoft.Compute/LowCostGet30Min;31951 + - Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31993 status: code: 200 message: OK @@ -4628,8 +4686,7 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000002?$expand=instanceView&api-version=2022-03-01 response: @@ -4637,28 +4694,28 @@ interactions: string: "{\r\n \"name\": \"vm000002\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000002\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n - \ \"principalId\": \"b5667f1c-84b3-442f-a66b-95b2ae05fbc6\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"userAssignedIdentities\": + \ \"principalId\": \"b5fe0553-0cb0-4a68-a2e8-bada82b3aaf8\",\r\n \"tenantId\": + \"d99f94f0-719f-4528-a9b1-cba806ef4124\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000006\": - {\r\n \"principalId\": \"071bf77a-ccef-4c12-ac4d-212b1d5e1c12\",\r\n - \ \"clientId\": \"d5052e8a-db34-4341-97b6-293a6204f039\"\r\n }\r\n - \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d63c540a-ad6b-44bf-a40a-e6cc822079c6\",\r\n + {\r\n \"principalId\": \"79decdf6-0933-492d-925d-126ac5f50915\",\r\n + \ \"clientId\": \"8ec5824a-89b6-47cc-a2a8-f5d1dfecc884\"\r\n }\r\n + \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"89bf69b1-6024-4eb6-ad22-d38ee4c62230\",\r\n \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \ \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\",\r\n - \ \"exactVersion\": \"20.04.202208100\"\r\n },\r\n \"osDisk\": - {\r\n \"osType\": \"Linux\",\r\n \"name\": \"vm000002_OsDisk_1_98526c93ee46409a894d535848c853b9\",\r\n + \ \"exactVersion\": \"20.04.202209200\"\r\n },\r\n \"osDisk\": + {\r\n \"osType\": \"Linux\",\r\n \"name\": \"vm000002_OsDisk_1_b6b0537bde6b4ea9bb9f3bfa6b33020e\",\r\n \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vm000002_OsDisk_1_98526c93ee46409a894d535848c853b9\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vm000002_OsDisk_1_b6b0537bde6b4ea9bb9f3bfa6b33020e\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vm000002\",\r\n \"adminUsername\": \"azureuser\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \ \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"enableVMAgentPlatformUpdates\": @@ -4673,16 +4730,16 @@ interactions: [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \ \"message\": \"Guest Agent is running\",\r\n \"time\": - \"2022-08-31T07:13:28+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": + \"2022-09-26T07:54:14+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Security.LinuxAttestation.GuestAttestation\",\r\n \ \"typeHandlerVersion\": \"1.0.1.18\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"Plugin enabled\"\r\n }\r\n }\r\n ]\r\n },\r\n - \ \"disks\": [\r\n {\r\n \"name\": \"vm000002_OsDisk_1_98526c93ee46409a894d535848c853b9\",\r\n + \ \"disks\": [\r\n {\r\n \"name\": \"vm000002_OsDisk_1_b6b0537bde6b4ea9bb9f3bfa6b33020e\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2022-08-31T07:12:21.8855847+00:00\"\r\n + succeeded\",\r\n \"time\": \"2022-09-26T07:52:38.8405062+00:00\"\r\n \ }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"GuestAttestation\",\r\n \"type\": \"Microsoft.Azure.Security.LinuxAttestation.GuestAttestation\",\r\n \"typeHandlerVersion\": @@ -4693,10 +4750,10 @@ interactions: \ \"hyperVGeneration\": \"V2\",\r\n \"statuses\": [\r\n {\r\n \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n - \ \"time\": \"2022-08-31T07:13:32.9176147+00:00\"\r\n },\r\n + \ \"time\": \"2022-09-26T07:54:18.5293832+00:00\"\r\n },\r\n \ {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n - \ ]\r\n },\r\n \"timeCreated\": \"2022-08-31T07:12:20.5262497+00:00\"\r\n + \ ]\r\n },\r\n \"timeCreated\": \"2022-09-26T07:52:36.4342213+00:00\"\r\n \ },\r\n \"resources\": [\r\n {\r\n \"name\": \"GuestAttestation\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000002/extensions/GuestAttestation\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -4712,7 +4769,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:13:48 GMT + - Mon, 26 Sep 2022 07:54:32 GMT expires: - '-1' pragma: @@ -4729,7 +4786,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3980,Microsoft.Compute/LowCostGet30Min;31950 + - Microsoft.Compute/LowCostGet3Min;3991,Microsoft.Compute/LowCostGet30Min;31991 status: code: 200 message: OK @@ -4748,19 +4805,18 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000002VMNic?api-version=2018-01-01 response: body: string: "{\r\n \"name\": \"vm000002VMNic\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000002VMNic\",\r\n - \ \"etag\": \"W/\\\"770a8fd0-d8c0-4938-bd9b-f02e5e72f6d2\\\"\",\r\n \"tags\": + \ \"etag\": \"W/\\\"8fc8bf52-4513-4cc4-b922-80c7ca39d872\\\"\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"546757fe-9722-4c5e-a363-db14456fae10\",\r\n \"ipConfigurations\": + \ \"resourceGuid\": \"79679a49-5cc6-4bc2-80f9-0fcdb8a7e15a\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfigvm000002\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000002VMNic/ipConfigurations/ipconfigvm000002\",\r\n - \ \"etag\": \"W/\\\"770a8fd0-d8c0-4938-bd9b-f02e5e72f6d2\\\"\",\r\n + \ \"etag\": \"W/\\\"8fc8bf52-4513-4cc4-b922-80c7ca39d872\\\"\",\r\n \ \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": @@ -4769,8 +4825,8 @@ interactions: \ },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": - \"qlytwy05rrqeneklh5mb1xbofa.dx.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": - \"00-0D-3A-5A-E5-C9\",\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": + \"3po4zhjhje4uzifiu0xwogqfyc.dx.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": + \"00-22-48-08-A1-67\",\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000002NSG\"\r\n \ },\r\n \"primary\": true,\r\n \"virtualMachine\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000002\"\r\n @@ -4784,9 +4840,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:13:49 GMT + - Mon, 26 Sep 2022 07:54:33 GMT etag: - - W/"770a8fd0-d8c0-4938-bd9b-f02e5e72f6d2" + - W/"8fc8bf52-4513-4cc4-b922-80c7ca39d872" expires: - '-1' pragma: @@ -4803,7 +4859,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4402d2d6-eb1f-4c6c-9938-70e17d7cda9c + - 229a00d9-5c7b-4d7f-82bd-5b68439525ba status: code: 200 message: OK @@ -4822,18 +4878,17 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000002PublicIP?api-version=2018-01-01 response: body: string: "{\r\n \"name\": \"vm000002PublicIP\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000002PublicIP\",\r\n - \ \"etag\": \"W/\\\"8af0cb66-9c3d-4f99-b280-50762cda982b\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"c2a3c84e-07ac-4548-a5e3-9d1309ba1a1d\\\"\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": - \"Succeeded\",\r\n \"resourceGuid\": \"d9f9ec47-9d9e-40d1-bf82-cc8810fd6bb4\",\r\n - \ \"ipAddress\": \"20.245.183.224\",\r\n \"publicIPAddressVersion\": - \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": + \"Succeeded\",\r\n \"resourceGuid\": \"1c98df07-8218-4673-acf4-7867582f5e90\",\r\n + \ \"ipAddress\": \"20.245.129.45\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n + \ \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000002VMNic/ipConfigurations/ipconfigvm000002\"\r\n \ }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \ \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}" @@ -4841,13 +4896,13 @@ interactions: cache-control: - no-cache content-length: - - '968' + - '967' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:13:49 GMT + - Mon, 26 Sep 2022 07:54:33 GMT etag: - - W/"8af0cb66-9c3d-4f99-b280-50762cda982b" + - W/"c2a3c84e-07ac-4548-a5e3-9d1309ba1a1d" expires: - '-1' pragma: @@ -4864,7 +4919,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8d999036-1219-4a32-852f-7ecd36d0eedb + - 05ffd59a-7577-4791-975c-5b1180d0f74f status: code: 200 message: OK @@ -4882,8 +4937,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000002?api-version=2022-03-01 response: @@ -4891,28 +4945,28 @@ interactions: string: "{\r\n \"name\": \"vm000002\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000002\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n - \ \"principalId\": \"b5667f1c-84b3-442f-a66b-95b2ae05fbc6\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"userAssignedIdentities\": + \ \"principalId\": \"b5fe0553-0cb0-4a68-a2e8-bada82b3aaf8\",\r\n \"tenantId\": + \"d99f94f0-719f-4528-a9b1-cba806ef4124\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000006\": - {\r\n \"principalId\": \"071bf77a-ccef-4c12-ac4d-212b1d5e1c12\",\r\n - \ \"clientId\": \"d5052e8a-db34-4341-97b6-293a6204f039\"\r\n }\r\n - \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"d63c540a-ad6b-44bf-a40a-e6cc822079c6\",\r\n + {\r\n \"principalId\": \"79decdf6-0933-492d-925d-126ac5f50915\",\r\n + \ \"clientId\": \"8ec5824a-89b6-47cc-a2a8-f5d1dfecc884\"\r\n }\r\n + \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"89bf69b1-6024-4eb6-ad22-d38ee4c62230\",\r\n \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \ \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\",\r\n - \ \"exactVersion\": \"20.04.202208100\"\r\n },\r\n \"osDisk\": - {\r\n \"osType\": \"Linux\",\r\n \"name\": \"vm000002_OsDisk_1_98526c93ee46409a894d535848c853b9\",\r\n + \ \"exactVersion\": \"20.04.202209200\"\r\n },\r\n \"osDisk\": + {\r\n \"osType\": \"Linux\",\r\n \"name\": \"vm000002_OsDisk_1_b6b0537bde6b4ea9bb9f3bfa6b33020e\",\r\n \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vm000002_OsDisk_1_98526c93ee46409a894d535848c853b9\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vm000002_OsDisk_1_b6b0537bde6b4ea9bb9f3bfa6b33020e\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vm000002\",\r\n \"adminUsername\": \"azureuser\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \ \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"enableVMAgentPlatformUpdates\": @@ -4921,7 +4975,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000002VMNic\"}]},\r\n - \ \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-08-31T07:12:20.5262497+00:00\"\r\n + \ \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-09-26T07:52:36.4342213+00:00\"\r\n \ },\r\n \"resources\": [\r\n {\r\n \"name\": \"GuestAttestation\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000002/extensions/GuestAttestation\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -4937,7 +4991,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:13:49 GMT + - Mon, 26 Sep 2022 07:54:33 GMT expires: - '-1' pragma: @@ -4954,7 +5008,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3979,Microsoft.Compute/LowCostGet30Min;31949 + - Microsoft.Compute/LowCostGet3Min;3990,Microsoft.Compute/LowCostGet30Min;31990 status: code: 200 message: OK @@ -4973,13 +5027,12 @@ interactions: - --image --security-type --admin-username -g -n --enable-secure-boot --enable-vtpm --disable-integrity-monitoring User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001","name":"cli_test_guest_attestation_extension_and_msi000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-08-31T07:12:06Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001","name":"cli_test_guest_attestation_extension_and_msi000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-09-26T07:51:45Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -4988,15 +5041,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:13:49 GMT + - Mon, 26 Sep 2022 07:54:35 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding x-content-type-options: - nosniff status: @@ -5017,14 +5068,13 @@ interactions: - --image --security-type --admin-username -g -n --enable-secure-boot --enable-vtpm --disable-integrity-monitoring User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts-gen2/versions?$top=1&$orderby=name%20desc&api-version=2022-03-01 response: body: - string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"20.04.202208100\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202208100\"\r\n + string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"20.04.202209200\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202209200\"\r\n \ }\r\n]" headers: cache-control: @@ -5034,7 +5084,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:13:50 GMT + - Mon, 26 Sep 2022 07:54:36 GMT expires: - '-1' pragma: @@ -5051,7 +5101,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15993,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43991 + - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15996,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43996 status: code: 200 message: OK @@ -5070,10 +5120,9 @@ interactions: - --image --security-type --admin-username -g -n --enable-secure-boot --enable-vtpm --disable-integrity-monitoring User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts-gen2/versions/20.04.202208100?api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts-gen2/versions/20.04.202209200?api-version=2022-03-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V2\",\r\n \"architecture\": @@ -5085,20 +5134,20 @@ interactions: \"SecurityType\",\r\n \"value\": \"TrustedLaunchSupported\"\r\n },\r\n \ {\r\n \"name\": \"IsAcceleratedNetworkSupported\",\r\n \"value\": \"True\"\r\n },\r\n {\r\n \"name\": \"DiskControllerTypes\",\r\n - \ \"value\": \"SCSI\"\r\n },\r\n {\r\n \"name\": \"IsHibernateSupported\",\r\n - \ \"value\": \"True\"\r\n }\r\n ],\r\n \"osDiskImage\": {\r\n - \ \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": 30\r\n },\r\n - \ \"dataDiskImages\": []\r\n },\r\n \"location\": \"westus\",\r\n \"name\": - \"20.04.202208100\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202208100\"\r\n}" + \ \"value\": \"SCSI, NVMe\"\r\n },\r\n {\r\n \"name\": + \"IsHibernateSupported\",\r\n \"value\": \"True\"\r\n }\r\n ],\r\n + \ \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": + 30\r\n },\r\n \"dataDiskImages\": []\r\n },\r\n \"location\": \"westus\",\r\n + \ \"name\": \"20.04.202209200\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202209200\"\r\n}" headers: cache-control: - no-cache content-length: - - '1152' + - '1158' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:13:50 GMT + - Mon, 26 Sep 2022 07:54:36 GMT expires: - '-1' pragma: @@ -5115,7 +5164,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMImageFromLocation3Min;12995,Microsoft.Compute/GetVMImageFromLocation30Min;73988 + - Microsoft.Compute/GetVMImageFromLocation3Min;12997,Microsoft.Compute/GetVMImageFromLocation30Min;73997 status: code: 200 message: OK @@ -5134,22 +5183,21 @@ interactions: - --image --security-type --admin-username -g -n --enable-secure-boot --enable-vtpm --disable-integrity-monitoring User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks?api-version=2018-01-01 response: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm000002VNET\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET\",\r\n - \ \"etag\": \"W/\\\"4baf8741-a20c-4935-8d83-8f28a489037e\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"1a2baf3b-7da2-409d-99c4-0b5f207f3ae4\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": - \"Succeeded\",\r\n \"resourceGuid\": \"633bf182-8c5f-4660-914b-3fd81ddc2e28\",\r\n + \"Succeeded\",\r\n \"resourceGuid\": \"9decddeb-4927-4c3d-a0a8-a6af671a05c2\",\r\n \ \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n \ ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"vm000002Subnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\",\r\n - \ \"etag\": \"W/\\\"4baf8741-a20c-4935-8d83-8f28a489037e\\\"\",\r\n + \ \"etag\": \"W/\\\"1a2baf3b-7da2-409d-99c4-0b5f207f3ae4\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"ipConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000002VMNic/ipConfigurations/ipconfigvm000002\"\r\n @@ -5165,7 +5213,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:13:50 GMT + - Mon, 26 Sep 2022 07:54:37 GMT expires: - '-1' pragma: @@ -5175,14 +5223,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f34480f8-3083-44a6-997d-3e570cde4d41 + - 87b6b5bf-f14a-47cb-a8f8-e3caa0623ecd status: code: 200 message: OK @@ -5213,7 +5257,7 @@ interactions: null}}, "imageReference": {"publisher": "canonical", "offer": "0001-com-ubuntu-server-focal", "sku": "20_04-lts-gen2", "version": "latest"}}, "osProfile": {"computerName": "vm000003", "adminUsername": "azureuser", "linuxConfiguration": {"disablePasswordAuthentication": - true, "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef", + true, "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB", "path": "/home/azureuser/.ssh/authorized_keys"}]}}}, "securityProfile": {"securityType": "TrustedLaunch", "uefiSettings": {"secureBootEnabled": true, "vTpmEnabled": true}}}}], "outputs": {}}, "parameters": {}, "mode": "incremental"}}' @@ -5234,16 +5278,15 @@ interactions: - --image --security-type --admin-username -g -n --enable-secure-boot --enable-vtpm --disable-integrity-monitoring User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_3LfcoWnWQFymleX48ts00TEodtVU80aj","name":"vm_deploy_3LfcoWnWQFymleX48ts00TEodtVU80aj","type":"Microsoft.Resources/deployments","properties":{"templateHash":"13100468763899427026","parameters":{},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2022-08-31T07:13:53.5128286Z","duration":"PT0.0007531S","correlationId":"20067d10-e80d-4a38-ba11-2235c37a21a8","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000003NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"vm000003NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000003PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vm000003PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000003VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000003VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000003VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000003VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000003","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"vm000003"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_8vPGiRuvZkCUglUbcuCZt7rWGzjAdaBB","name":"vm_deploy_8vPGiRuvZkCUglUbcuCZt7rWGzjAdaBB","type":"Microsoft.Resources/deployments","properties":{"templateHash":"17808066777069852978","parameters":{},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2022-09-26T07:54:44.2655901Z","duration":"PT0.0004089S","correlationId":"ab7961c0-3f1e-404e-9855-1a12bf399538","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000003NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"vm000003NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000003PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vm000003PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000003VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000003VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000003VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000003VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000003","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"vm000003"}]}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_3LfcoWnWQFymleX48ts00TEodtVU80aj/operationStatuses/08585396768533252173?api-version=2021-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_8vPGiRuvZkCUglUbcuCZt7rWGzjAdaBB/operationStatuses/08585374280038002075?api-version=2021-04-01 cache-control: - no-cache content-length: @@ -5251,7 +5294,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:13:53 GMT + - Mon, 26 Sep 2022 07:54:45 GMT expires: - '-1' pragma: @@ -5280,10 +5323,9 @@ interactions: - --image --security-type --admin-username -g -n --enable-secure-boot --enable-vtpm --disable-integrity-monitoring User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585396768533252173?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585374280038002075?api-version=2021-04-01 response: body: string: '{"status":"Running"}' @@ -5295,7 +5337,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:14:23 GMT + - Mon, 26 Sep 2022 07:55:15 GMT expires: - '-1' pragma: @@ -5324,10 +5366,52 @@ interactions: - --image --security-type --admin-username -g -n --enable-secure-boot --enable-vtpm --disable-integrity-monitoring User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585396768533252173?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585374280038002075?api-version=2021-04-01 + response: + body: + string: '{"status":"Running"}' + headers: + cache-control: + - no-cache + content-length: + - '20' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 26 Sep 2022 07:55:45 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm create + Connection: + - keep-alive + ParameterSetName: + - --image --security-type --admin-username -g -n --enable-secure-boot --enable-vtpm + --disable-integrity-monitoring + User-Agent: + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585374280038002075?api-version=2021-04-01 response: body: string: '{"status":"Succeeded"}' @@ -5339,7 +5423,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:14:54 GMT + - Mon, 26 Sep 2022 07:56:17 GMT expires: - '-1' pragma: @@ -5368,22 +5452,21 @@ interactions: - --image --security-type --admin-username -g -n --enable-secure-boot --enable-vtpm --disable-integrity-monitoring User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_3LfcoWnWQFymleX48ts00TEodtVU80aj","name":"vm_deploy_3LfcoWnWQFymleX48ts00TEodtVU80aj","type":"Microsoft.Resources/deployments","properties":{"templateHash":"13100468763899427026","parameters":{},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2022-08-31T07:14:43.1020739Z","duration":"PT49.5899984S","correlationId":"20067d10-e80d-4a38-ba11-2235c37a21a8","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000003NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"vm000003NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000003PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vm000003PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000003VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000003VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000003VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000003VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000003","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"vm000003"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000003"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000003VMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000003NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000003PublicIP"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_8vPGiRuvZkCUglUbcuCZt7rWGzjAdaBB","name":"vm_deploy_8vPGiRuvZkCUglUbcuCZt7rWGzjAdaBB","type":"Microsoft.Resources/deployments","properties":{"templateHash":"17808066777069852978","parameters":{},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2022-09-26T07:56:00.864428Z","duration":"PT1M16.5992468S","correlationId":"ab7961c0-3f1e-404e-9855-1a12bf399538","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000003NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"vm000003NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000003PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vm000003PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000003VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000003VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000003VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000003VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000003","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"vm000003"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000003"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000003VMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000003NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000003PublicIP"}]}}' headers: cache-control: - no-cache content-length: - - '3086' + - '3087' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:14:54 GMT + - Mon, 26 Sep 2022 07:56:17 GMT expires: - '-1' pragma: @@ -5412,31 +5495,30 @@ interactions: - --image --security-type --admin-username -g -n --enable-secure-boot --enable-vtpm --disable-integrity-monitoring User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000003?$expand=instanceView&api-version=2022-03-01 response: body: string: "{\r\n \"name\": \"vm000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000003\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n - \ \"tags\": {},\r\n \"properties\": {\r\n \"vmId\": \"b5bb57d8-7e38-49e9-83c5-ea82b8f3f552\",\r\n + \ \"tags\": {},\r\n \"properties\": {\r\n \"vmId\": \"00d96e08-61a9-4eec-a49a-13c8e742ff1e\",\r\n \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \ \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\",\r\n - \ \"exactVersion\": \"20.04.202208100\"\r\n },\r\n \"osDisk\": - {\r\n \"osType\": \"Linux\",\r\n \"name\": \"vm000003_OsDisk_1_03ba9d8c84a2452c90bd8ceba4f51467\",\r\n + \ \"exactVersion\": \"20.04.202209200\"\r\n },\r\n \"osDisk\": + {\r\n \"osType\": \"Linux\",\r\n \"name\": \"vm000003_OsDisk_1_a11d0b021eab48af8f9aac448bc968ff\",\r\n \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vm000003_OsDisk_1_03ba9d8c84a2452c90bd8ceba4f51467\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vm000003_OsDisk_1_a11d0b021eab48af8f9aac448bc968ff\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vm000003\",\r\n \"adminUsername\": \"azureuser\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \ \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"enableVMAgentPlatformUpdates\": @@ -5445,34 +5527,34 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000003VMNic\"}]},\r\n - \ \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"vmAgent\": - {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n - \ {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n - \ \"level\": \"Warning\",\r\n \"displayStatus\": \"Not - Ready\",\r\n \"message\": \"VM status blob is found but not yet - populated.\",\r\n \"time\": \"2022-08-31T07:14:55+00:00\"\r\n }\r\n - \ ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": - \"vm000003_OsDisk_1_03ba9d8c84a2452c90bd8ceba4f51467\",\r\n \"statuses\": - [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"computerName\": + \"vm000003\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"20.04\",\r\n + \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.8.0.11\",\r\n \"statuses\": + [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n + \ \"message\": \"Guest Agent is running\",\r\n \"time\": + \"2022-09-26T07:56:13+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": + []\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"vm000003_OsDisk_1_a11d0b021eab48af8f9aac448bc968ff\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2022-08-31T07:14:01.9960189+00:00\"\r\n + succeeded\",\r\n \"time\": \"2022-09-26T07:55:10.2801086+00:00\"\r\n \ }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V2\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2022-08-31T07:14:39.0276779+00:00\"\r\n + succeeded\",\r\n \"time\": \"2022-09-26T07:55:55.7650815+00:00\"\r\n \ },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n - \ }\r\n ]\r\n },\r\n \"timeCreated\": \"2022-08-31T07:14:00.7772715+00:00\"\r\n + \ }\r\n ]\r\n },\r\n \"timeCreated\": \"2022-09-26T07:55:08.983135+00:00\"\r\n \ }\r\n}" headers: cache-control: - no-cache content-length: - - '4084' + - '4176' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:14:54 GMT + - Mon, 26 Sep 2022 07:56:18 GMT expires: - '-1' pragma: @@ -5489,7 +5571,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3980,Microsoft.Compute/LowCostGet30Min;31944 + - Microsoft.Compute/LowCostGet3Min;3988,Microsoft.Compute/LowCostGet30Min;31985 status: code: 200 message: OK @@ -5508,19 +5590,18 @@ interactions: - --image --security-type --admin-username -g -n --enable-secure-boot --enable-vtpm --disable-integrity-monitoring User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000003VMNic?api-version=2018-01-01 response: body: string: "{\r\n \"name\": \"vm000003VMNic\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000003VMNic\",\r\n - \ \"etag\": \"W/\\\"ca08e6d5-0276-4afd-90e6-4e3f5aa03578\\\"\",\r\n \"tags\": + \ \"etag\": \"W/\\\"e191df3e-dbf8-4076-a0c9-76bdd41cdcfa\\\"\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"16d94564-4780-4916-94c7-7fae1ed31a9e\",\r\n \"ipConfigurations\": + \ \"resourceGuid\": \"1da064f3-b27d-4182-b182-27113b3b893e\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfigvm000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000003VMNic/ipConfigurations/ipconfigvm000003\",\r\n - \ \"etag\": \"W/\\\"ca08e6d5-0276-4afd-90e6-4e3f5aa03578\\\"\",\r\n + \ \"etag\": \"W/\\\"e191df3e-dbf8-4076-a0c9-76bdd41cdcfa\\\"\",\r\n \ \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAddress\": \"10.0.0.5\",\r\n \"privateIPAllocationMethod\": @@ -5529,8 +5610,8 @@ interactions: \ },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": - \"qlytwy05rrqeneklh5mb1xbofa.dx.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": - \"00-0D-3A-35-DD-27\",\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": + \"3po4zhjhje4uzifiu0xwogqfyc.dx.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": + \"00-22-48-04-FE-B7\",\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000003NSG\"\r\n \ },\r\n \"primary\": true,\r\n \"virtualMachine\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000003\"\r\n @@ -5544,9 +5625,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:14:54 GMT + - Mon, 26 Sep 2022 07:56:19 GMT etag: - - W/"ca08e6d5-0276-4afd-90e6-4e3f5aa03578" + - W/"e191df3e-dbf8-4076-a0c9-76bdd41cdcfa" expires: - '-1' pragma: @@ -5563,7 +5644,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 77be9ec2-5307-4231-9c5d-6a34f14e8081 + - 0c232590-131a-46de-bc07-b135b73c140c status: code: 200 message: OK @@ -5582,18 +5663,17 @@ interactions: - --image --security-type --admin-username -g -n --enable-secure-boot --enable-vtpm --disable-integrity-monitoring User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000003PublicIP?api-version=2018-01-01 response: body: string: "{\r\n \"name\": \"vm000003PublicIP\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000003PublicIP\",\r\n - \ \"etag\": \"W/\\\"25aa32cb-5e7a-4d94-bff6-e06a230a4574\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"aaa74929-fbb3-4a07-8c94-9496bf6c44c3\\\"\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": - \"Succeeded\",\r\n \"resourceGuid\": \"be08fbda-d5e7-4119-950b-a8fbb05bd487\",\r\n - \ \"ipAddress\": \"20.237.186.139\",\r\n \"publicIPAddressVersion\": - \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": + \"Succeeded\",\r\n \"resourceGuid\": \"efb4bee9-ad7b-421f-acfe-10b0cf8e9caa\",\r\n + \ \"ipAddress\": \"20.253.154.97\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n + \ \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000003VMNic/ipConfigurations/ipconfigvm000003\"\r\n \ }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \ \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}" @@ -5601,13 +5681,13 @@ interactions: cache-control: - no-cache content-length: - - '968' + - '967' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:14:55 GMT + - Mon, 26 Sep 2022 07:56:19 GMT etag: - - W/"25aa32cb-5e7a-4d94-bff6-e06a230a4574" + - W/"aaa74929-fbb3-4a07-8c94-9496bf6c44c3" expires: - '-1' pragma: @@ -5624,7 +5704,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 170cb3bc-7103-44fe-9320-ab0b241b4ccd + - d8b3a5f5-6531-4513-89e0-c89f75e64206 status: code: 200 message: OK @@ -5642,31 +5722,30 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000003?api-version=2022-03-01 response: body: string: "{\r\n \"name\": \"vm000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000003\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n - \ \"tags\": {},\r\n \"properties\": {\r\n \"vmId\": \"b5bb57d8-7e38-49e9-83c5-ea82b8f3f552\",\r\n + \ \"tags\": {},\r\n \"properties\": {\r\n \"vmId\": \"00d96e08-61a9-4eec-a49a-13c8e742ff1e\",\r\n \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \ \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\",\r\n - \ \"exactVersion\": \"20.04.202208100\"\r\n },\r\n \"osDisk\": - {\r\n \"osType\": \"Linux\",\r\n \"name\": \"vm000003_OsDisk_1_03ba9d8c84a2452c90bd8ceba4f51467\",\r\n + \ \"exactVersion\": \"20.04.202209200\"\r\n },\r\n \"osDisk\": + {\r\n \"osType\": \"Linux\",\r\n \"name\": \"vm000003_OsDisk_1_a11d0b021eab48af8f9aac448bc968ff\",\r\n \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vm000003_OsDisk_1_03ba9d8c84a2452c90bd8ceba4f51467\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vm000003_OsDisk_1_a11d0b021eab48af8f9aac448bc968ff\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vm000003\",\r\n \"adminUsername\": \"azureuser\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \ \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"enableVMAgentPlatformUpdates\": @@ -5675,17 +5754,17 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000003VMNic\"}]},\r\n - \ \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-08-31T07:14:00.7772715+00:00\"\r\n + \ \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-09-26T07:55:08.983135+00:00\"\r\n \ }\r\n}" headers: cache-control: - no-cache content-length: - - '2873' + - '2872' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:14:55 GMT + - Mon, 26 Sep 2022 07:56:19 GMT expires: - '-1' pragma: @@ -5702,7 +5781,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3979,Microsoft.Compute/LowCostGet30Min;31943 + - Microsoft.Compute/LowCostGet3Min;3987,Microsoft.Compute/LowCostGet30Min;31984 status: code: 200 message: OK @@ -5721,13 +5800,12 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001","name":"cli_test_guest_attestation_extension_and_msi000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-08-31T07:12:06Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001","name":"cli_test_guest_attestation_extension_and_msi000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-09-26T07:51:45Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -5736,7 +5814,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:14:55 GMT + - Mon, 26 Sep 2022 07:56:20 GMT expires: - '-1' pragma: @@ -5765,14 +5843,13 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts-gen2/versions?$top=1&$orderby=name%20desc&api-version=2022-03-01 response: body: - string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"20.04.202208100\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202208100\"\r\n + string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"20.04.202209200\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202209200\"\r\n \ }\r\n]" headers: cache-control: @@ -5782,7 +5859,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:14:55 GMT + - Mon, 26 Sep 2022 07:56:21 GMT expires: - '-1' pragma: @@ -5799,7 +5876,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15994,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43989 + - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15997,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43994 status: code: 200 message: OK @@ -5818,10 +5895,9 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts-gen2/versions/20.04.202208100?api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts-gen2/versions/20.04.202209200?api-version=2022-03-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V2\",\r\n \"architecture\": @@ -5833,20 +5909,20 @@ interactions: \"SecurityType\",\r\n \"value\": \"TrustedLaunchSupported\"\r\n },\r\n \ {\r\n \"name\": \"IsAcceleratedNetworkSupported\",\r\n \"value\": \"True\"\r\n },\r\n {\r\n \"name\": \"DiskControllerTypes\",\r\n - \ \"value\": \"SCSI\"\r\n },\r\n {\r\n \"name\": \"IsHibernateSupported\",\r\n - \ \"value\": \"True\"\r\n }\r\n ],\r\n \"osDiskImage\": {\r\n - \ \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": 30\r\n },\r\n - \ \"dataDiskImages\": []\r\n },\r\n \"location\": \"westus\",\r\n \"name\": - \"20.04.202208100\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202208100\"\r\n}" + \ \"value\": \"SCSI, NVMe\"\r\n },\r\n {\r\n \"name\": + \"IsHibernateSupported\",\r\n \"value\": \"True\"\r\n }\r\n ],\r\n + \ \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": + 30\r\n },\r\n \"dataDiskImages\": []\r\n },\r\n \"location\": \"westus\",\r\n + \ \"name\": \"20.04.202209200\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202209200\"\r\n}" headers: cache-control: - no-cache content-length: - - '1152' + - '1158' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:14:56 GMT + - Mon, 26 Sep 2022 07:56:23 GMT expires: - '-1' pragma: @@ -5856,14 +5932,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMImageFromLocation3Min;12996,Microsoft.Compute/GetVMImageFromLocation30Min;73987 + - Microsoft.Compute/GetVMImageFromLocation3Min;12998,Microsoft.Compute/GetVMImageFromLocation30Min;73996 status: code: 200 message: OK @@ -5882,22 +5954,21 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks?api-version=2018-01-01 response: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm000002VNET\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET\",\r\n - \ \"etag\": \"W/\\\"4d30f24b-9bc4-4b1e-a831-5ac36fe1b49c\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"c21d4432-6a35-4f17-b83b-9d99968dba67\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": - \"Succeeded\",\r\n \"resourceGuid\": \"633bf182-8c5f-4660-914b-3fd81ddc2e28\",\r\n + \"Succeeded\",\r\n \"resourceGuid\": \"9decddeb-4927-4c3d-a0a8-a6af671a05c2\",\r\n \ \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n \ ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"vm000002Subnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\",\r\n - \ \"etag\": \"W/\\\"4d30f24b-9bc4-4b1e-a831-5ac36fe1b49c\\\"\",\r\n + \ \"etag\": \"W/\\\"c21d4432-6a35-4f17-b83b-9d99968dba67\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"ipConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000002VMNic/ipConfigurations/ipconfigvm000002\"\r\n @@ -5914,7 +5985,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:14:56 GMT + - Mon, 26 Sep 2022 07:56:24 GMT expires: - '-1' pragma: @@ -5931,7 +6002,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bda73409-f7ee-4211-ad8a-b3fc9b7128af + - 4669fc23-f71e-4c91-b108-b96b05a5afc9 status: code: 200 message: OK @@ -5962,7 +6033,7 @@ interactions: null}}, "imageReference": {"publisher": "canonical", "offer": "0001-com-ubuntu-server-focal", "sku": "20_04-lts-gen2", "version": "latest"}}, "osProfile": {"computerName": "vm000004", "adminUsername": "azureuser", "linuxConfiguration": {"disablePasswordAuthentication": - true, "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef", + true, "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB", "path": "/home/azureuser/.ssh/authorized_keys"}]}}}, "securityProfile": {"securityType": "TrustedLaunch", "uefiSettings": {"secureBootEnabled": true, "vTpmEnabled": true}}}, "identity": {"type": "SystemAssigned,UserAssigned", "userAssignedIdentities": @@ -5985,16 +6056,15 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_LrvXvsxN60ckhoupz2liM4TMVd4uY21S","name":"vm_deploy_LrvXvsxN60ckhoupz2liM4TMVd4uY21S","type":"Microsoft.Resources/deployments","properties":{"templateHash":"3124337919983298316","parameters":{},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2022-08-31T07:14:59.1355382Z","duration":"PT0.0002464S","correlationId":"cf3dab16-4255-4d71-9c52-444cfaa04467","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000004NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"vm000004NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000004PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vm000004PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000004VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000004VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000004VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000004VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000004","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"vm000004"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_XFs0gDmF778lqlmEKpxXA7UUNg7jdok8","name":"vm_deploy_XFs0gDmF778lqlmEKpxXA7UUNg7jdok8","type":"Microsoft.Resources/deployments","properties":{"templateHash":"4825909444029797131","parameters":{},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2022-09-26T07:56:31.6837039Z","duration":"PT0.0004908S","correlationId":"a8936b53-9647-420b-8545-452bce5f7ed0","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000004NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"vm000004NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000004PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vm000004PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000004VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000004VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000004VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000004VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000004","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"vm000004"}]}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_LrvXvsxN60ckhoupz2liM4TMVd4uY21S/operationStatuses/08585396767874558292?api-version=2021-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_XFs0gDmF778lqlmEKpxXA7UUNg7jdok8/operationStatuses/08585374278962159792?api-version=2021-04-01 cache-control: - no-cache content-length: @@ -6002,7 +6072,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:14:58 GMT + - Mon, 26 Sep 2022 07:56:32 GMT expires: - '-1' pragma: @@ -6012,7 +6082,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -6031,10 +6101,52 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585374278962159792?api-version=2021-04-01 + response: + body: + string: '{"status":"Running"}' + headers: + cache-control: + - no-cache + content-length: + - '20' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 26 Sep 2022 07:57:02 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm create + Connection: + - keep-alive + ParameterSetName: + - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot + --enable-vtpm + User-Agent: + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585396767874558292?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585374278962159792?api-version=2021-04-01 response: body: string: '{"status":"Running"}' @@ -6046,7 +6158,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:15:29 GMT + - Mon, 26 Sep 2022 07:57:32 GMT expires: - '-1' pragma: @@ -6075,10 +6187,9 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585396767874558292?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585374278962159792?api-version=2021-04-01 response: body: string: '{"status":"Succeeded"}' @@ -6090,7 +6201,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:15:59 GMT + - Mon, 26 Sep 2022 07:58:04 GMT expires: - '-1' pragma: @@ -6119,22 +6230,21 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_LrvXvsxN60ckhoupz2liM4TMVd4uY21S","name":"vm_deploy_LrvXvsxN60ckhoupz2liM4TMVd4uY21S","type":"Microsoft.Resources/deployments","properties":{"templateHash":"3124337919983298316","parameters":{},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2022-08-31T07:15:54.1789628Z","duration":"PT55.043671S","correlationId":"cf3dab16-4255-4d71-9c52-444cfaa04467","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000004NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"vm000004NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000004PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vm000004PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000004VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000004VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000004VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000004VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000004","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"vm000004"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000004"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000004VMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000004NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000004PublicIP"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_XFs0gDmF778lqlmEKpxXA7UUNg7jdok8","name":"vm_deploy_XFs0gDmF778lqlmEKpxXA7UUNg7jdok8","type":"Microsoft.Resources/deployments","properties":{"templateHash":"4825909444029797131","parameters":{},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2022-09-26T07:57:46.1527473Z","duration":"PT1M14.4695342S","correlationId":"a8936b53-9647-420b-8545-452bce5f7ed0","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000004NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"vm000004NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000004PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vm000004PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000004VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000004VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000004VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000004VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000004","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"vm000004"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000004"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000004VMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000004NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000004PublicIP"}]}}' headers: cache-control: - no-cache content-length: - - '3084' + - '3087' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:15:59 GMT + - Mon, 26 Sep 2022 07:58:04 GMT expires: - '-1' pragma: @@ -6163,8 +6273,7 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000004?$expand=instanceView&api-version=2022-03-01 response: @@ -6172,28 +6281,28 @@ interactions: string: "{\r\n \"name\": \"vm000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000004\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n - \ \"principalId\": \"614e5a0e-ece9-4423-9fc5-c77264fcba54\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"userAssignedIdentities\": + \ \"principalId\": \"df3446d9-7c42-4afd-adff-a3d719284eb5\",\r\n \"tenantId\": + \"d99f94f0-719f-4528-a9b1-cba806ef4124\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000006\": - {\r\n \"principalId\": \"071bf77a-ccef-4c12-ac4d-212b1d5e1c12\",\r\n - \ \"clientId\": \"d5052e8a-db34-4341-97b6-293a6204f039\"\r\n }\r\n - \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"689668af-af80-47d6-904c-fccdb3def151\",\r\n + {\r\n \"principalId\": \"79decdf6-0933-492d-925d-126ac5f50915\",\r\n + \ \"clientId\": \"8ec5824a-89b6-47cc-a2a8-f5d1dfecc884\"\r\n }\r\n + \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2abed6ec-9f91-40c6-a0df-8dad9436a326\",\r\n \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \ \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\",\r\n - \ \"exactVersion\": \"20.04.202208100\"\r\n },\r\n \"osDisk\": - {\r\n \"osType\": \"Linux\",\r\n \"name\": \"vm000004_OsDisk_1_f8aec0873fc1451783336f0f13bc2757\",\r\n + \ \"exactVersion\": \"20.04.202209200\"\r\n },\r\n \"osDisk\": + {\r\n \"osType\": \"Linux\",\r\n \"name\": \"vm000004_OsDisk_1_391dbc1db8984aee859725b0ea17e35e\",\r\n \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vm000004_OsDisk_1_f8aec0873fc1451783336f0f13bc2757\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vm000004_OsDisk_1_391dbc1db8984aee859725b0ea17e35e\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vm000004\",\r\n \"adminUsername\": \"azureuser\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \ \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"enableVMAgentPlatformUpdates\": @@ -6202,34 +6311,34 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000004VMNic\"}]},\r\n - \ \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"vmAgent\": - {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n - \ {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n - \ \"level\": \"Warning\",\r\n \"displayStatus\": \"Not - Ready\",\r\n \"message\": \"VM status blob is found but not yet - populated.\",\r\n \"time\": \"2022-08-31T07:16:00+00:00\"\r\n }\r\n - \ ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": - \"vm000004_OsDisk_1_f8aec0873fc1451783336f0f13bc2757\",\r\n \"statuses\": - [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"computerName\": + \"vm000004\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"20.04\",\r\n + \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.8.0.11\",\r\n \"statuses\": + [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n + \ \"message\": \"Guest Agent is running\",\r\n \"time\": + \"2022-09-26T07:57:54+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": + []\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"vm000004_OsDisk_1_391dbc1db8984aee859725b0ea17e35e\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2022-08-31T07:15:10.4186711+00:00\"\r\n + succeeded\",\r\n \"time\": \"2022-09-26T07:56:53.1564366+00:00\"\r\n \ }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V2\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2022-08-31T07:15:52.7316807+00:00\"\r\n + succeeded\",\r\n \"time\": \"2022-09-26T07:57:40.8289544+00:00\"\r\n \ },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n - \ }\r\n ]\r\n },\r\n \"timeCreated\": \"2022-08-31T07:15:09.3561544+00:00\"\r\n + \ }\r\n ]\r\n },\r\n \"timeCreated\": \"2022-09-26T07:56:51.6876172+00:00\"\r\n \ }\r\n}" headers: cache-control: - no-cache content-length: - - '4640' + - '4733' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:16:00 GMT + - Mon, 26 Sep 2022 07:58:05 GMT expires: - '-1' pragma: @@ -6246,7 +6355,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3984,Microsoft.Compute/LowCostGet30Min;31950 + - Microsoft.Compute/LowCostGet3Min;3988,Microsoft.Compute/LowCostGet30Min;31977 status: code: 200 message: OK @@ -6265,8 +6374,7 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers?api-version=2022-03-01 response: @@ -6305,6 +6413,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/1624590941808\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"1640334196980\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/1640334196980\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"1653036178719\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/1653036178719\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"1654668554142\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/1654668554142\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"1e\",\r\n @@ -6329,6 +6439,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/a10networks\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"a10networks1596136698788\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/a10networks1596136698788\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"abcostingprodutoseserviosltda1657246951521\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/abcostingprodutoseserviosltda1657246951521\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"abiquo\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/abiquo\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"abzoobainc1598420455082\",\r\n @@ -6691,6 +6803,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/bt-americas-inc\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"buddhalabs\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/buddhalabs\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"bui\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/bui\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cadosecurityltd1626856705534\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cadosecurityltd1626856705534\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"calculated_systems\",\r\n @@ -6699,6 +6813,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/callabacloud1655146409258\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"callwaretechnologiesinc1657114750733\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/callwaretechnologiesinc1657114750733\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"calnexsolutionsplc1646835041441\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/calnexsolutionsplc1646835041441\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"caloudi_corp\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/caloudi_corp\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"canadiancentreforcybersecurity1610638436359\",\r\n @@ -6761,6 +6877,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cinegy-gmbh\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ciphertechsinc1646670709341\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ciphertechsinc1646670709341\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ciq\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ciq\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"circleci\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/circleci\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cires21\",\r\n @@ -6937,6 +7055,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ctrliqinc1648673227698\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cubebackup\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cubebackup\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cubebackupinc1662619479161\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cubebackupinc1662619479161\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cyberark\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cyberark\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cybercxptyltd1590132359004\",\r\n @@ -7225,6 +7345,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/filecatalyst\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"filemagellc\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/filemagellc\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"filingcloud\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/filingcloud\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"fiorano\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/fiorano\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"fireeye\",\r\n @@ -7385,10 +7507,14 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/holo-industrie40softwaregmbh1600957636008\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hortonworks\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/hortonworks\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hostingcontrollerinc1656315491972\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/hostingcontrollerinc1656315491972\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hpe\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/hpe\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"HPE.Security.ApplicationDefender\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/HPE.Security.ApplicationDefender\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hpe.serviceguard.ha.dr\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/hpe.serviceguard.ha.dr\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"huawei\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/huawei\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hubstor-inc\",\r\n @@ -7557,6 +7683,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ivanti-inc-pcs\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ivanti-nzta\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ivanti-nzta\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ivanti-vadc\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ivanti-vadc\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ivix1595238749040\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ivix1595238749040\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"iwnamespace\",\r\n @@ -8319,6 +8447,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Azure.Monitoring.DependencyAgent.Edp\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"Microsoft.Azure.Networking.DNS\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Azure.Networking.DNS\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"Microsoft.Azure.Networking.PingMesh.Test\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Azure.Networking.PingMesh.Test\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"Microsoft.Azure.Networking.SDN\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Azure.Networking.SDN\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"Microsoft.Azure.NetworkWatcher\",\r\n @@ -8657,6 +8787,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/miraclelinux\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"miracl_linux\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/miracl_linux\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"mirantis\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/mirantis\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"miri-infotech-pvt-ltd\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/miri-infotech-pvt-ltd\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"mistio1601460379393\",\r\n @@ -8725,6 +8857,10 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/nefelinetworks1591201080882\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neo4j\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/neo4j\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neonforge\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/neonforge\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neonforgellc1660679895021\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/neonforgellc1660679895021\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neos\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/neos\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neowaybusinesssolutions-4956350\",\r\n @@ -8785,6 +8921,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/niolabs-5229713\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"nirvatosoftwarepvtltd1601368706606\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/nirvatosoftwarepvtltd1601368706606\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"nmcloudsolutionsllc1645603292959\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/nmcloudsolutionsllc1645603292959\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"nodejsapi\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/nodejsapi\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"noianetworklimited1584098036197\",\r\n @@ -9551,6 +9689,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/techlatest\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"technicheltd1606969724100\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/technicheltd1606969724100\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"technidoosolutions\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/technidoosolutions\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"tecknolab\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/tecknolab\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"telepat\",\r\n @@ -9701,6 +9841,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ubeeko\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ubercloud\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ubercloud\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ubika\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ubika\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"uipath-5054924\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/uipath-5054924\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ulex\",\r\n @@ -9781,6 +9923,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/virtualpulsesro1607008728942\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"virtuozzointernationalgmbh1626704951469\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/virtuozzointernationalgmbh1626704951469\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"visokiouklimited1661943152060\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/visokiouklimited1661943152060\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"visualknowledgeshare1591795776234\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/visualknowledgeshare1591795776234\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"visualsoft-center\",\r\n @@ -9895,6 +10039,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/z4it-aps\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"zabbix\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/zabbix\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"zeetim1660843138752\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/zeetim1660843138752\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"zend\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/zend\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"zenterasystemsinc1605292453288\",\r\n @@ -9922,11 +10068,11 @@ interactions: cache-control: - no-cache content-length: - - '414374' + - '418497' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:16:00 GMT + - Mon, 26 Sep 2022 07:58:07 GMT expires: - '-1' pragma: @@ -9960,8 +10106,7 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Azure.Security.LinuxAttestation/artifacttypes/vmextension/types?api-version=2022-03-01 response: @@ -9977,7 +10122,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:16:00 GMT + - Mon, 26 Sep 2022 07:58:07 GMT expires: - '-1' pragma: @@ -10013,8 +10158,7 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Azure.Security.LinuxAttestation/artifacttypes/vmextension/types/GuestAttestation/versions?api-version=2022-03-01 response: @@ -10054,7 +10198,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:16:00 GMT + - Mon, 26 Sep 2022 07:58:08 GMT expires: - '-1' pragma: @@ -10096,8 +10240,7 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000004/extensions/GuestAttestation?api-version=2022-03-01 response: @@ -10112,7 +10255,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/fd7686a3-d9c1-4f7f-aaa9-38bd5de53df7?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2022-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/ed02631b-c0ba-4d20-b2d0-2bb46d726a1f?p=6ba91199-1f1d-45ed-b859-c1738716a174&api-version=2022-03-01 cache-control: - no-cache content-length: @@ -10120,7 +10263,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:16:02 GMT + - Mon, 26 Sep 2022 07:58:17 GMT expires: - '-1' pragma: @@ -10135,7 +10278,7 @@ interactions: x-ms-ratelimit-remaining-resource: - Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1198 x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1199' status: code: 201 message: Created @@ -10154,24 +10297,23 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/fd7686a3-d9c1-4f7f-aaa9-38bd5de53df7?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/ed02631b-c0ba-4d20-b2d0-2bb46d726a1f?p=6ba91199-1f1d-45ed-b859-c1738716a174&api-version=2022-03-01 response: body: - string: "{\r\n \"startTime\": \"2022-08-31T07:16:02.5129599+00:00\",\r\n \"endTime\": - \"2022-08-31T07:16:18.2631098+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"fd7686a3-d9c1-4f7f-aaa9-38bd5de53df7\"\r\n}" + string: "{\r\n \"startTime\": \"2022-09-26T07:58:17.0794216+00:00\",\r\n \"endTime\": + \"2022-09-26T07:58:36.642129+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"ed02631b-c0ba-4d20-b2d0-2bb46d726a1f\"\r\n}" headers: cache-control: - no-cache content-length: - - '184' + - '183' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:16:33 GMT + - Mon, 26 Sep 2022 07:58:47 GMT expires: - '-1' pragma: @@ -10188,7 +10330,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29937 + - Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29992 status: code: 200 message: OK @@ -10207,8 +10349,7 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000004/extensions/GuestAttestation?api-version=2022-03-01 response: @@ -10227,7 +10368,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:16:33 GMT + - Mon, 26 Sep 2022 07:58:48 GMT expires: - '-1' pragma: @@ -10244,7 +10385,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3986,Microsoft.Compute/LowCostGet30Min;31947 + - Microsoft.Compute/LowCostGet3Min;3983,Microsoft.Compute/LowCostGet30Min;31969 status: code: 200 message: OK @@ -10263,8 +10404,7 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000004?$expand=instanceView&api-version=2022-03-01 response: @@ -10272,28 +10412,28 @@ interactions: string: "{\r\n \"name\": \"vm000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000004\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n - \ \"principalId\": \"614e5a0e-ece9-4423-9fc5-c77264fcba54\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"userAssignedIdentities\": + \ \"principalId\": \"df3446d9-7c42-4afd-adff-a3d719284eb5\",\r\n \"tenantId\": + \"d99f94f0-719f-4528-a9b1-cba806ef4124\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000006\": - {\r\n \"principalId\": \"071bf77a-ccef-4c12-ac4d-212b1d5e1c12\",\r\n - \ \"clientId\": \"d5052e8a-db34-4341-97b6-293a6204f039\"\r\n }\r\n - \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"689668af-af80-47d6-904c-fccdb3def151\",\r\n + {\r\n \"principalId\": \"79decdf6-0933-492d-925d-126ac5f50915\",\r\n + \ \"clientId\": \"8ec5824a-89b6-47cc-a2a8-f5d1dfecc884\"\r\n }\r\n + \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2abed6ec-9f91-40c6-a0df-8dad9436a326\",\r\n \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \ \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\",\r\n - \ \"exactVersion\": \"20.04.202208100\"\r\n },\r\n \"osDisk\": - {\r\n \"osType\": \"Linux\",\r\n \"name\": \"vm000004_OsDisk_1_f8aec0873fc1451783336f0f13bc2757\",\r\n + \ \"exactVersion\": \"20.04.202209200\"\r\n },\r\n \"osDisk\": + {\r\n \"osType\": \"Linux\",\r\n \"name\": \"vm000004_OsDisk_1_391dbc1db8984aee859725b0ea17e35e\",\r\n \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vm000004_OsDisk_1_f8aec0873fc1451783336f0f13bc2757\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vm000004_OsDisk_1_391dbc1db8984aee859725b0ea17e35e\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vm000004\",\r\n \"adminUsername\": \"azureuser\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \ \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"enableVMAgentPlatformUpdates\": @@ -10308,16 +10448,16 @@ interactions: [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \ \"message\": \"Guest Agent is running\",\r\n \"time\": - \"2022-08-31T07:16:14+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": + \"2022-09-26T07:58:29+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Security.LinuxAttestation.GuestAttestation\",\r\n \ \"typeHandlerVersion\": \"1.0.1.18\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"Plugin enabled\"\r\n }\r\n }\r\n ]\r\n },\r\n - \ \"disks\": [\r\n {\r\n \"name\": \"vm000004_OsDisk_1_f8aec0873fc1451783336f0f13bc2757\",\r\n + \ \"disks\": [\r\n {\r\n \"name\": \"vm000004_OsDisk_1_391dbc1db8984aee859725b0ea17e35e\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2022-08-31T07:15:10.4186711+00:00\"\r\n + succeeded\",\r\n \"time\": \"2022-09-26T07:56:53.1564366+00:00\"\r\n \ }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"GuestAttestation\",\r\n \"type\": \"Microsoft.Azure.Security.LinuxAttestation.GuestAttestation\",\r\n \"typeHandlerVersion\": @@ -10328,10 +10468,10 @@ interactions: \ \"hyperVGeneration\": \"V2\",\r\n \"statuses\": [\r\n {\r\n \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n - \ \"time\": \"2022-08-31T07:16:18.24749+00:00\"\r\n },\r\n + \ \"time\": \"2022-09-26T07:58:36.6265726+00:00\"\r\n },\r\n \ {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n - \ ]\r\n },\r\n \"timeCreated\": \"2022-08-31T07:15:09.3561544+00:00\"\r\n + \ ]\r\n },\r\n \"timeCreated\": \"2022-09-26T07:56:51.6876172+00:00\"\r\n \ },\r\n \"resources\": [\r\n {\r\n \"name\": \"GuestAttestation\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000004/extensions/GuestAttestation\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -10343,11 +10483,11 @@ interactions: cache-control: - no-cache content-length: - - '6220' + - '6222' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:16:33 GMT + - Mon, 26 Sep 2022 07:58:49 GMT expires: - '-1' pragma: @@ -10364,7 +10504,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3985,Microsoft.Compute/LowCostGet30Min;31946 + - Microsoft.Compute/LowCostGet3Min;3982,Microsoft.Compute/LowCostGet30Min;31968 status: code: 200 message: OK @@ -10383,19 +10523,18 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000004VMNic?api-version=2018-01-01 response: body: string: "{\r\n \"name\": \"vm000004VMNic\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000004VMNic\",\r\n - \ \"etag\": \"W/\\\"7c3cd81b-1b40-419a-b53a-14b7f92ebec0\\\"\",\r\n \"tags\": + \ \"etag\": \"W/\\\"c2a76f57-17a4-4df5-9db2-224313569e5f\\\"\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"cec526bf-c1bf-4bb6-bd10-7e2d9d908fee\",\r\n \"ipConfigurations\": + \ \"resourceGuid\": \"3f57626c-bc74-48aa-8555-8ddfef265e39\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfigvm000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000004VMNic/ipConfigurations/ipconfigvm000004\",\r\n - \ \"etag\": \"W/\\\"7c3cd81b-1b40-419a-b53a-14b7f92ebec0\\\"\",\r\n + \ \"etag\": \"W/\\\"c2a76f57-17a4-4df5-9db2-224313569e5f\\\"\",\r\n \ \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAddress\": \"10.0.0.6\",\r\n \"privateIPAllocationMethod\": @@ -10404,8 +10543,8 @@ interactions: \ },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": - \"qlytwy05rrqeneklh5mb1xbofa.dx.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": - \"00-22-48-04-60-CC\",\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": + \"3po4zhjhje4uzifiu0xwogqfyc.dx.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": + \"00-22-48-08-A1-B4\",\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000004NSG\"\r\n \ },\r\n \"primary\": true,\r\n \"virtualMachine\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000004\"\r\n @@ -10419,9 +10558,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:16:34 GMT + - Mon, 26 Sep 2022 07:58:49 GMT etag: - - W/"7c3cd81b-1b40-419a-b53a-14b7f92ebec0" + - W/"c2a76f57-17a4-4df5-9db2-224313569e5f" expires: - '-1' pragma: @@ -10438,7 +10577,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 98d795b3-95ee-4f12-8a8a-c4bfd1059fb8 + - 7542cec0-894c-4d6a-bf8a-3a4fddb67b45 status: code: 200 message: OK @@ -10457,17 +10596,16 @@ interactions: - --image --security-type --assign-identity --admin-username -g -n --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000004PublicIP?api-version=2018-01-01 response: body: string: "{\r\n \"name\": \"vm000004PublicIP\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000004PublicIP\",\r\n - \ \"etag\": \"W/\\\"63a7d1e1-de1a-4976-b44a-9d3f92f61c07\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"0203d061-81cb-4041-a716-3b7c40d1b2ab\\\"\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": - \"Succeeded\",\r\n \"resourceGuid\": \"d4217462-4717-4cb4-96a0-a60663b5542d\",\r\n - \ \"ipAddress\": \"20.237.190.36\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n + \"Succeeded\",\r\n \"resourceGuid\": \"34251c3b-fb47-4d8d-aa40-353acc7be60a\",\r\n + \ \"ipAddress\": \"20.245.72.119\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \ \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000004VMNic/ipConfigurations/ipconfigvm000004\"\r\n \ }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n @@ -10480,9 +10618,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:16:34 GMT + - Mon, 26 Sep 2022 07:58:50 GMT etag: - - W/"63a7d1e1-de1a-4976-b44a-9d3f92f61c07" + - W/"0203d061-81cb-4041-a716-3b7c40d1b2ab" expires: - '-1' pragma: @@ -10499,7 +10637,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 57723e61-2077-4605-985d-6ffa275a5e6c + - 30357c67-a5a2-4663-970f-d5bc22fbd7bb status: code: 200 message: OK @@ -10517,8 +10655,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000004?api-version=2022-03-01 response: @@ -10526,28 +10663,28 @@ interactions: string: "{\r\n \"name\": \"vm000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000004\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n - \ \"principalId\": \"614e5a0e-ece9-4423-9fc5-c77264fcba54\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\",\r\n \"userAssignedIdentities\": + \ \"principalId\": \"df3446d9-7c42-4afd-adff-a3d719284eb5\",\r\n \"tenantId\": + \"d99f94f0-719f-4528-a9b1-cba806ef4124\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id000006\": - {\r\n \"principalId\": \"071bf77a-ccef-4c12-ac4d-212b1d5e1c12\",\r\n - \ \"clientId\": \"d5052e8a-db34-4341-97b6-293a6204f039\"\r\n }\r\n - \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"689668af-af80-47d6-904c-fccdb3def151\",\r\n + {\r\n \"principalId\": \"79decdf6-0933-492d-925d-126ac5f50915\",\r\n + \ \"clientId\": \"8ec5824a-89b6-47cc-a2a8-f5d1dfecc884\"\r\n }\r\n + \ }\r\n },\r\n \"properties\": {\r\n \"vmId\": \"2abed6ec-9f91-40c6-a0df-8dad9436a326\",\r\n \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \ \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\",\r\n - \ \"exactVersion\": \"20.04.202208100\"\r\n },\r\n \"osDisk\": - {\r\n \"osType\": \"Linux\",\r\n \"name\": \"vm000004_OsDisk_1_f8aec0873fc1451783336f0f13bc2757\",\r\n + \ \"exactVersion\": \"20.04.202209200\"\r\n },\r\n \"osDisk\": + {\r\n \"osType\": \"Linux\",\r\n \"name\": \"vm000004_OsDisk_1_391dbc1db8984aee859725b0ea17e35e\",\r\n \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vm000004_OsDisk_1_f8aec0873fc1451783336f0f13bc2757\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vm000004_OsDisk_1_391dbc1db8984aee859725b0ea17e35e\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vm000004\",\r\n \"adminUsername\": \"azureuser\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \ \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"enableVMAgentPlatformUpdates\": @@ -10556,7 +10693,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000004VMNic\"}]},\r\n - \ \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-08-31T07:15:09.3561544+00:00\"\r\n + \ \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-09-26T07:56:51.6876172+00:00\"\r\n \ },\r\n \"resources\": [\r\n {\r\n \"name\": \"GuestAttestation\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000004/extensions/GuestAttestation\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -10572,7 +10709,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:16:33 GMT + - Mon, 26 Sep 2022 07:58:51 GMT expires: - '-1' pragma: @@ -10589,7 +10726,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3984,Microsoft.Compute/LowCostGet30Min;31945 + - Microsoft.Compute/LowCostGet3Min;3981,Microsoft.Compute/LowCostGet30Min;31967 status: code: 200 message: OK @@ -10605,15 +10742,14 @@ interactions: Connection: - keep-alive ParameterSetName: - - --image --security-type --admin-username -g -n --enable-secure-boot + - --image --security-type --admin-username -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001","name":"cli_test_guest_attestation_extension_and_msi000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-08-31T07:12:06Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001","name":"cli_test_guest_attestation_extension_and_msi000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-09-26T07:51:45Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -10622,7 +10758,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:16:34 GMT + - Mon, 26 Sep 2022 07:58:51 GMT expires: - '-1' pragma: @@ -10648,16 +10784,15 @@ interactions: Connection: - keep-alive ParameterSetName: - - --image --security-type --admin-username -g -n --enable-secure-boot + - --image --security-type --admin-username -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts-gen2/versions?$top=1&$orderby=name%20desc&api-version=2022-03-01 response: body: - string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"20.04.202208100\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202208100\"\r\n + string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"20.04.202209200\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202209200\"\r\n \ }\r\n]" headers: cache-control: @@ -10667,7 +10802,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:16:34 GMT + - Mon, 26 Sep 2022 07:58:53 GMT expires: - '-1' pragma: @@ -10684,7 +10819,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15996,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43987 + - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15997,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43992 status: code: 200 message: OK @@ -10700,12 +10835,11 @@ interactions: Connection: - keep-alive ParameterSetName: - - --image --security-type --admin-username -g -n --enable-secure-boot + - --image --security-type --admin-username -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts-gen2/versions/20.04.202208100?api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts-gen2/versions/20.04.202209200?api-version=2022-03-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V2\",\r\n \"architecture\": @@ -10717,20 +10851,20 @@ interactions: \"SecurityType\",\r\n \"value\": \"TrustedLaunchSupported\"\r\n },\r\n \ {\r\n \"name\": \"IsAcceleratedNetworkSupported\",\r\n \"value\": \"True\"\r\n },\r\n {\r\n \"name\": \"DiskControllerTypes\",\r\n - \ \"value\": \"SCSI\"\r\n },\r\n {\r\n \"name\": \"IsHibernateSupported\",\r\n - \ \"value\": \"True\"\r\n }\r\n ],\r\n \"osDiskImage\": {\r\n - \ \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": 30\r\n },\r\n - \ \"dataDiskImages\": []\r\n },\r\n \"location\": \"westus\",\r\n \"name\": - \"20.04.202208100\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202208100\"\r\n}" + \ \"value\": \"SCSI, NVMe\"\r\n },\r\n {\r\n \"name\": + \"IsHibernateSupported\",\r\n \"value\": \"True\"\r\n }\r\n ],\r\n + \ \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": + 30\r\n },\r\n \"dataDiskImages\": []\r\n },\r\n \"location\": \"westus\",\r\n + \ \"name\": \"20.04.202209200\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202209200\"\r\n}" headers: cache-control: - no-cache content-length: - - '1152' + - '1158' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:16:34 GMT + - Mon, 26 Sep 2022 07:58:54 GMT expires: - '-1' pragma: @@ -10747,7 +10881,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMImageFromLocation3Min;12998,Microsoft.Compute/GetVMImageFromLocation30Min;73987 + - Microsoft.Compute/GetVMImageFromLocation3Min;12997,Microsoft.Compute/GetVMImageFromLocation30Min;73994 status: code: 200 message: OK @@ -10763,24 +10897,23 @@ interactions: Connection: - keep-alive ParameterSetName: - - --image --security-type --admin-username -g -n --enable-secure-boot + - --image --security-type --admin-username -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks?api-version=2018-01-01 response: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm000002VNET\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET\",\r\n - \ \"etag\": \"W/\\\"052a2a35-47d4-4f53-9bb8-d1e2c70ce0ec\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"32a8900e-ebdc-42b9-b46f-d80e3529346e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": - \"Succeeded\",\r\n \"resourceGuid\": \"633bf182-8c5f-4660-914b-3fd81ddc2e28\",\r\n + \"Succeeded\",\r\n \"resourceGuid\": \"9decddeb-4927-4c3d-a0a8-a6af671a05c2\",\r\n \ \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n \ ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"vm000002Subnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\",\r\n - \ \"etag\": \"W/\\\"052a2a35-47d4-4f53-9bb8-d1e2c70ce0ec\\\"\",\r\n + \ \"etag\": \"W/\\\"32a8900e-ebdc-42b9-b46f-d80e3529346e\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"ipConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000002VMNic/ipConfigurations/ipconfigvm000002\"\r\n @@ -10798,7 +10931,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:16:34 GMT + - Mon, 26 Sep 2022 07:58:55 GMT expires: - '-1' pragma: @@ -10815,7 +10948,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 50d0a85a-627d-487d-8639-1489856b02cd + - c19c58dc-e82a-447e-a6a2-1cc78b71e5b7 status: code: 200 message: OK @@ -10846,7 +10979,7 @@ interactions: null}}, "imageReference": {"publisher": "canonical", "offer": "0001-com-ubuntu-server-focal", "sku": "20_04-lts-gen2", "version": "latest"}}, "osProfile": {"computerName": "vm000005", "adminUsername": "azureuser", "linuxConfiguration": {"disablePasswordAuthentication": - true, "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef", + true, "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB", "path": "/home/azureuser/.ssh/authorized_keys"}]}}}, "securityProfile": {"securityType": "TrustedLaunch", "uefiSettings": {"secureBootEnabled": true, "vTpmEnabled": true}}}, "identity": {"type": "SystemAssigned"}}], "outputs": {}}, "parameters": @@ -10865,26 +10998,25 @@ interactions: Content-Type: - application/json ParameterSetName: - - --image --security-type --admin-username -g -n --enable-secure-boot + - --image --security-type --admin-username -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_SMtxKzbuBkHddbnv7OCiXTD5j1q4tkhZ","name":"vm_deploy_SMtxKzbuBkHddbnv7OCiXTD5j1q4tkhZ","type":"Microsoft.Resources/deployments","properties":{"templateHash":"9531258034466398135","parameters":{},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2022-08-31T07:16:38.0902713Z","duration":"PT0.0004426S","correlationId":"0b455926-e5ad-4ddf-8c59-663b7300d4b0","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000005NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"vm000005NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000005PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vm000005PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000005VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000005VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000005VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000005VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000005","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"vm000005"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_e2jTJ95I2vBJGQVBLGJjSKz7mKUVE76s","name":"vm_deploy_e2jTJ95I2vBJGQVBLGJjSKz7mKUVE76s","type":"Microsoft.Resources/deployments","properties":{"templateHash":"11929298527463926306","parameters":{},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2022-09-26T07:59:00.2878052Z","duration":"PT0.0006767S","correlationId":"848dc4bf-4aa2-4fd6-97cd-cfa8e413e6fb","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000005NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"vm000005NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000005PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vm000005PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000005VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000005VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000005VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000005VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000005","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"vm000005"}]}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_SMtxKzbuBkHddbnv7OCiXTD5j1q4tkhZ/operationStatuses/08585396766887096189?api-version=2021-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_e2jTJ95I2vBJGQVBLGJjSKz7mKUVE76s/operationStatuses/08585374277478339810?api-version=2021-04-01 cache-control: - no-cache content-length: - - '2304' + - '2305' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:16:38 GMT + - Mon, 26 Sep 2022 07:59:00 GMT expires: - '-1' pragma: @@ -10910,12 +11042,11 @@ interactions: Connection: - keep-alive ParameterSetName: - - --image --security-type --admin-username -g -n --enable-secure-boot + - --image --security-type --admin-username -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585396766887096189?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585374277478339810?api-version=2021-04-01 response: body: string: '{"status":"Running"}' @@ -10927,7 +11058,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:17:08 GMT + - Mon, 26 Sep 2022 07:59:32 GMT expires: - '-1' pragma: @@ -10953,12 +11084,53 @@ interactions: Connection: - keep-alive ParameterSetName: - - --image --security-type --admin-username -g -n --enable-secure-boot + - --image --security-type --admin-username -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585396766887096189?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585374277478339810?api-version=2021-04-01 + response: + body: + string: '{"status":"Running"}' + headers: + cache-control: + - no-cache + content-length: + - '20' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 26 Sep 2022 08:00:02 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm create + Connection: + - keep-alive + ParameterSetName: + - --image --security-type --admin-username -g -n + User-Agent: + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585374277478339810?api-version=2021-04-01 response: body: string: '{"status":"Succeeded"}' @@ -10970,7 +11142,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:17:38 GMT + - Mon, 26 Sep 2022 08:00:32 GMT expires: - '-1' pragma: @@ -10996,24 +11168,23 @@ interactions: Connection: - keep-alive ParameterSetName: - - --image --security-type --admin-username -g -n --enable-secure-boot + - --image --security-type --admin-username -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_SMtxKzbuBkHddbnv7OCiXTD5j1q4tkhZ","name":"vm_deploy_SMtxKzbuBkHddbnv7OCiXTD5j1q4tkhZ","type":"Microsoft.Resources/deployments","properties":{"templateHash":"9531258034466398135","parameters":{},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2022-08-31T07:17:27.4642881Z","duration":"PT49.3744594S","correlationId":"0b455926-e5ad-4ddf-8c59-663b7300d4b0","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000005NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"vm000005NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000005PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vm000005PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000005VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000005VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000005VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000005VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000005","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"vm000005"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000005"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000005VMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000005NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000005PublicIP"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vm_deploy_e2jTJ95I2vBJGQVBLGJjSKz7mKUVE76s","name":"vm_deploy_e2jTJ95I2vBJGQVBLGJjSKz7mKUVE76s","type":"Microsoft.Resources/deployments","properties":{"templateHash":"11929298527463926306","parameters":{},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2022-09-26T08:00:18.9029331Z","duration":"PT1M18.6158046S","correlationId":"848dc4bf-4aa2-4fd6-97cd-cfa8e413e6fb","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"networkSecurityGroups","locations":["westus"]},{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"networkInterfaces","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000005NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"vm000005NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000005PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vm000005PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000005VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000005VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000005VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"vm000005VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000005","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"vm000005"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000005"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000005VMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000005NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000005PublicIP"}]}}' headers: cache-control: - no-cache content-length: - - '3085' + - '3088' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:17:38 GMT + - Mon, 26 Sep 2022 08:00:33 GMT expires: - '-1' pragma: @@ -11039,10 +11210,9 @@ interactions: Connection: - keep-alive ParameterSetName: - - --image --security-type --admin-username -g -n --enable-secure-boot + - --image --security-type --admin-username -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000005?$expand=instanceView&api-version=2022-03-01 response: @@ -11050,25 +11220,25 @@ interactions: string: "{\r\n \"name\": \"vm000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000005\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n - \ \"principalId\": \"11862d5c-9324-4007-8108-a3a9f161e928\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\"\r\n },\r\n \"properties\": {\r\n - \ \"vmId\": \"693d3c3e-2893-4c6e-b8d3-c4b6d065104d\",\r\n \"hardwareProfile\": + \ \"principalId\": \"5ddaf06e-e510-4f11-98b3-789ae8d50bf5\",\r\n \"tenantId\": + \"d99f94f0-719f-4528-a9b1-cba806ef4124\"\r\n },\r\n \"properties\": {\r\n + \ \"vmId\": \"6607ba03-6dc5-45ca-832c-c7904942bae0\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \ \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"20.04.202208100\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"20.04.202209200\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": - \"vm000005_OsDisk_1_d098f199d0574aefa47850367c0970be\",\r\n \"createOption\": + \"vm000005_OsDisk_1_c1a0c39eb15a48bab9da326a6362f663\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vm000005_OsDisk_1_d098f199d0574aefa47850367c0970be\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vm000005_OsDisk_1_c1a0c39eb15a48bab9da326a6362f663\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vm000005\",\r\n \"adminUsername\": \"azureuser\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \ \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"enableVMAgentPlatformUpdates\": @@ -11077,34 +11247,34 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000005VMNic\"}]},\r\n - \ \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"vmAgent\": - {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n - \ {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n - \ \"level\": \"Warning\",\r\n \"displayStatus\": \"Not - Ready\",\r\n \"message\": \"VM status blob is found but not yet - populated.\",\r\n \"time\": \"2022-08-31T07:17:39+00:00\"\r\n }\r\n - \ ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": - \"vm000005_OsDisk_1_d098f199d0574aefa47850367c0970be\",\r\n \"statuses\": - [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"computerName\": + \"vm000005\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"20.04\",\r\n + \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.8.0.11\",\r\n \"statuses\": + [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n + \ \"message\": \"Guest Agent is running\",\r\n \"time\": + \"2022-09-26T08:00:29+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": + []\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"vm000005_OsDisk_1_c1a0c39eb15a48bab9da326a6362f663\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2022-08-31T07:16:47.8259497+00:00\"\r\n + succeeded\",\r\n \"time\": \"2022-09-26T07:59:23.6739693+00:00\"\r\n \ }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V2\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2022-08-31T07:17:26.0138882+00:00\"\r\n + succeeded\",\r\n \"time\": \"2022-09-26T08:00:13.3465059+00:00\"\r\n \ },\r\n {\r\n \"code\": \"PowerState/running\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n - \ }\r\n ]\r\n },\r\n \"timeCreated\": \"2022-08-31T07:16:46.4978668+00:00\"\r\n + \ }\r\n ]\r\n },\r\n \"timeCreated\": \"2022-09-26T07:59:22.4395815+00:00\"\r\n \ }\r\n}" headers: cache-control: - no-cache content-length: - - '4254' + - '4347' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:17:38 GMT + - Mon, 26 Sep 2022 08:00:34 GMT expires: - '-1' pragma: @@ -11114,14 +11284,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3987,Microsoft.Compute/LowCostGet30Min;31941 + - Microsoft.Compute/LowCostGet3Min;3984,Microsoft.Compute/LowCostGet30Min;31962 status: code: 200 message: OK @@ -11137,10 +11303,9 @@ interactions: Connection: - keep-alive ParameterSetName: - - --image --security-type --admin-username -g -n --enable-secure-boot + - --image --security-type --admin-username -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers?api-version=2022-03-01 response: @@ -11179,6 +11344,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/1624590941808\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"1640334196980\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/1640334196980\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"1653036178719\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/1653036178719\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"1654668554142\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/1654668554142\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"1e\",\r\n @@ -11203,6 +11370,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/a10networks\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"a10networks1596136698788\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/a10networks1596136698788\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"abcostingprodutoseserviosltda1657246951521\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/abcostingprodutoseserviosltda1657246951521\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"abiquo\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/abiquo\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"abzoobainc1598420455082\",\r\n @@ -11565,6 +11734,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/bt-americas-inc\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"buddhalabs\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/buddhalabs\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"bui\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/bui\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cadosecurityltd1626856705534\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cadosecurityltd1626856705534\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"calculated_systems\",\r\n @@ -11573,6 +11744,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/callabacloud1655146409258\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"callwaretechnologiesinc1657114750733\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/callwaretechnologiesinc1657114750733\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"calnexsolutionsplc1646835041441\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/calnexsolutionsplc1646835041441\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"caloudi_corp\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/caloudi_corp\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"canadiancentreforcybersecurity1610638436359\",\r\n @@ -11635,6 +11808,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cinegy-gmbh\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ciphertechsinc1646670709341\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ciphertechsinc1646670709341\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ciq\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ciq\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"circleci\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/circleci\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cires21\",\r\n @@ -11811,6 +11986,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ctrliqinc1648673227698\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cubebackup\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cubebackup\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cubebackupinc1662619479161\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cubebackupinc1662619479161\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cyberark\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cyberark\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cybercxptyltd1590132359004\",\r\n @@ -12099,6 +12276,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/filecatalyst\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"filemagellc\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/filemagellc\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"filingcloud\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/filingcloud\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"fiorano\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/fiorano\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"fireeye\",\r\n @@ -12259,10 +12438,14 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/holo-industrie40softwaregmbh1600957636008\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hortonworks\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/hortonworks\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hostingcontrollerinc1656315491972\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/hostingcontrollerinc1656315491972\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hpe\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/hpe\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"HPE.Security.ApplicationDefender\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/HPE.Security.ApplicationDefender\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hpe.serviceguard.ha.dr\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/hpe.serviceguard.ha.dr\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"huawei\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/huawei\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hubstor-inc\",\r\n @@ -12431,6 +12614,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ivanti-inc-pcs\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ivanti-nzta\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ivanti-nzta\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ivanti-vadc\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ivanti-vadc\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ivix1595238749040\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ivix1595238749040\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"iwnamespace\",\r\n @@ -13193,6 +13378,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Azure.Monitoring.DependencyAgent.Edp\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"Microsoft.Azure.Networking.DNS\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Azure.Networking.DNS\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"Microsoft.Azure.Networking.PingMesh.Test\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Azure.Networking.PingMesh.Test\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"Microsoft.Azure.Networking.SDN\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Azure.Networking.SDN\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"Microsoft.Azure.NetworkWatcher\",\r\n @@ -13531,6 +13718,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/miraclelinux\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"miracl_linux\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/miracl_linux\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"mirantis\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/mirantis\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"miri-infotech-pvt-ltd\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/miri-infotech-pvt-ltd\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"mistio1601460379393\",\r\n @@ -13599,6 +13788,10 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/nefelinetworks1591201080882\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neo4j\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/neo4j\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neonforge\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/neonforge\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neonforgellc1660679895021\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/neonforgellc1660679895021\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neos\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/neos\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neowaybusinesssolutions-4956350\",\r\n @@ -13659,6 +13852,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/niolabs-5229713\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"nirvatosoftwarepvtltd1601368706606\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/nirvatosoftwarepvtltd1601368706606\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"nmcloudsolutionsllc1645603292959\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/nmcloudsolutionsllc1645603292959\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"nodejsapi\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/nodejsapi\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"noianetworklimited1584098036197\",\r\n @@ -14425,6 +14620,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/techlatest\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"technicheltd1606969724100\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/technicheltd1606969724100\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"technidoosolutions\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/technidoosolutions\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"tecknolab\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/tecknolab\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"telepat\",\r\n @@ -14575,6 +14772,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ubeeko\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ubercloud\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ubercloud\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ubika\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ubika\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"uipath-5054924\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/uipath-5054924\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ulex\",\r\n @@ -14655,6 +14854,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/virtualpulsesro1607008728942\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"virtuozzointernationalgmbh1626704951469\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/virtuozzointernationalgmbh1626704951469\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"visokiouklimited1661943152060\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/visokiouklimited1661943152060\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"visualknowledgeshare1591795776234\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/visualknowledgeshare1591795776234\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"visualsoft-center\",\r\n @@ -14769,6 +14970,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/z4it-aps\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"zabbix\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/zabbix\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"zeetim1660843138752\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/zeetim1660843138752\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"zend\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/zend\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"zenterasystemsinc1605292453288\",\r\n @@ -14796,11 +14999,11 @@ interactions: cache-control: - no-cache content-length: - - '414374' + - '418497' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:17:39 GMT + - Mon, 26 Sep 2022 08:00:36 GMT expires: - '-1' pragma: @@ -14831,10 +15034,9 @@ interactions: Connection: - keep-alive ParameterSetName: - - --image --security-type --admin-username -g -n --enable-secure-boot + - --image --security-type --admin-username -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Azure.Security.LinuxAttestation/artifacttypes/vmextension/types?api-version=2022-03-01 response: @@ -14850,7 +15052,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:17:39 GMT + - Mon, 26 Sep 2022 08:00:37 GMT expires: - '-1' pragma: @@ -14883,10 +15085,9 @@ interactions: Connection: - keep-alive ParameterSetName: - - --image --security-type --admin-username -g -n --enable-secure-boot + - --image --security-type --admin-username -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Azure.Security.LinuxAttestation/artifacttypes/vmextension/types/GuestAttestation/versions?api-version=2022-03-01 response: @@ -14926,7 +15127,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:17:39 GMT + - Mon, 26 Sep 2022 08:00:38 GMT expires: - '-1' pragma: @@ -14965,10 +15166,9 @@ interactions: Content-Type: - application/json ParameterSetName: - - --image --security-type --admin-username -g -n --enable-secure-boot + - --image --security-type --admin-username -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000005/extensions/GuestAttestation?api-version=2022-03-01 response: @@ -14983,7 +15183,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/50062737-67f6-4523-846e-422803d58aff?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2022-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/283b1feb-f2d7-4bb5-b317-f5c3596ef650?p=6ba91199-1f1d-45ed-b859-c1738716a174&api-version=2022-03-01 cache-control: - no-cache content-length: @@ -14991,7 +15191,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:17:41 GMT + - Mon, 26 Sep 2022 08:00:43 GMT expires: - '-1' pragma: @@ -15006,7 +15206,7 @@ interactions: x-ms-ratelimit-remaining-resource: - Microsoft.Compute/UpdateVM3Min;238,Microsoft.Compute/UpdateVM30Min;1197 x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1198' status: code: 201 message: Created @@ -15022,17 +15222,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --image --security-type --admin-username -g -n --enable-secure-boot + - --image --security-type --admin-username -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/50062737-67f6-4523-846e-422803d58aff?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/283b1feb-f2d7-4bb5-b317-f5c3596ef650?p=6ba91199-1f1d-45ed-b859-c1738716a174&api-version=2022-03-01 response: body: - string: "{\r\n \"startTime\": \"2022-08-31T07:17:41.5452963+00:00\",\r\n \"endTime\": - \"2022-08-31T07:17:56.2485974+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"50062737-67f6-4523-846e-422803d58aff\"\r\n}" + string: "{\r\n \"startTime\": \"2022-09-26T08:00:42.4406373+00:00\",\r\n \"endTime\": + \"2022-09-26T08:00:58.9408693+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"283b1feb-f2d7-4bb5-b317-f5c3596ef650\"\r\n}" headers: cache-control: - no-cache @@ -15041,7 +15240,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:18:11 GMT + - Mon, 26 Sep 2022 08:01:13 GMT expires: - '-1' pragma: @@ -15058,7 +15257,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29929 + - Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29988 status: code: 200 message: OK @@ -15074,10 +15273,9 @@ interactions: Connection: - keep-alive ParameterSetName: - - --image --security-type --admin-username -g -n --enable-secure-boot + - --image --security-type --admin-username -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000005/extensions/GuestAttestation?api-version=2022-03-01 response: @@ -15096,7 +15294,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:18:11 GMT + - Mon, 26 Sep 2022 08:01:14 GMT expires: - '-1' pragma: @@ -15113,7 +15311,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3984,Microsoft.Compute/LowCostGet30Min;31937 + - Microsoft.Compute/LowCostGet3Min;3986,Microsoft.Compute/LowCostGet30Min;31960 status: code: 200 message: OK @@ -15129,10 +15327,9 @@ interactions: Connection: - keep-alive ParameterSetName: - - --image --security-type --admin-username -g -n --enable-secure-boot + - --image --security-type --admin-username -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000005?$expand=instanceView&api-version=2022-03-01 response: @@ -15140,25 +15337,25 @@ interactions: string: "{\r\n \"name\": \"vm000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000005\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n - \ \"principalId\": \"11862d5c-9324-4007-8108-a3a9f161e928\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\"\r\n },\r\n \"properties\": {\r\n - \ \"vmId\": \"693d3c3e-2893-4c6e-b8d3-c4b6d065104d\",\r\n \"hardwareProfile\": + \ \"principalId\": \"5ddaf06e-e510-4f11-98b3-789ae8d50bf5\",\r\n \"tenantId\": + \"d99f94f0-719f-4528-a9b1-cba806ef4124\"\r\n },\r\n \"properties\": {\r\n + \ \"vmId\": \"6607ba03-6dc5-45ca-832c-c7904942bae0\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \ \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"20.04.202208100\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"20.04.202209200\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": - \"vm000005_OsDisk_1_d098f199d0574aefa47850367c0970be\",\r\n \"createOption\": + \"vm000005_OsDisk_1_c1a0c39eb15a48bab9da326a6362f663\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vm000005_OsDisk_1_d098f199d0574aefa47850367c0970be\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vm000005_OsDisk_1_c1a0c39eb15a48bab9da326a6362f663\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vm000005\",\r\n \"adminUsername\": \"azureuser\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \ \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"enableVMAgentPlatformUpdates\": @@ -15173,16 +15370,16 @@ interactions: [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \ \"message\": \"Guest Agent is running\",\r\n \"time\": - \"2022-08-31T07:17:55+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": + \"2022-09-26T08:00:51+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": \"Microsoft.Azure.Security.LinuxAttestation.GuestAttestation\",\r\n \ \"typeHandlerVersion\": \"1.0.1.18\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": \"Plugin enabled\"\r\n }\r\n }\r\n ]\r\n },\r\n - \ \"disks\": [\r\n {\r\n \"name\": \"vm000005_OsDisk_1_d098f199d0574aefa47850367c0970be\",\r\n + \ \"disks\": [\r\n {\r\n \"name\": \"vm000005_OsDisk_1_c1a0c39eb15a48bab9da326a6362f663\",\r\n \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning - succeeded\",\r\n \"time\": \"2022-08-31T07:16:47.8259497+00:00\"\r\n + succeeded\",\r\n \"time\": \"2022-09-26T07:59:23.6739693+00:00\"\r\n \ }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n \"name\": \"GuestAttestation\",\r\n \"type\": \"Microsoft.Azure.Security.LinuxAttestation.GuestAttestation\",\r\n \"typeHandlerVersion\": @@ -15193,10 +15390,10 @@ interactions: \ \"hyperVGeneration\": \"V2\",\r\n \"statuses\": [\r\n {\r\n \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n - \ \"time\": \"2022-08-31T07:17:56.2329701+00:00\"\r\n },\r\n + \ \"time\": \"2022-09-26T08:00:58.9408693+00:00\"\r\n },\r\n \ {\r\n \"code\": \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n - \ ]\r\n },\r\n \"timeCreated\": \"2022-08-31T07:16:46.4978668+00:00\"\r\n + \ ]\r\n },\r\n \"timeCreated\": \"2022-09-26T07:59:22.4395815+00:00\"\r\n \ },\r\n \"resources\": [\r\n {\r\n \"name\": \"GuestAttestation\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000005/extensions/GuestAttestation\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -15212,7 +15409,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:18:11 GMT + - Mon, 26 Sep 2022 08:01:14 GMT expires: - '-1' pragma: @@ -15229,7 +15426,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3983,Microsoft.Compute/LowCostGet30Min;31936 + - Microsoft.Compute/LowCostGet3Min;3985,Microsoft.Compute/LowCostGet30Min;31959 status: code: 200 message: OK @@ -15245,21 +15442,20 @@ interactions: Connection: - keep-alive ParameterSetName: - - --image --security-type --admin-username -g -n --enable-secure-boot + - --image --security-type --admin-username -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000005VMNic?api-version=2018-01-01 response: body: string: "{\r\n \"name\": \"vm000005VMNic\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000005VMNic\",\r\n - \ \"etag\": \"W/\\\"0b70940d-4cd2-4bfb-88e3-1cc13bfdb9bd\\\"\",\r\n \"tags\": + \ \"etag\": \"W/\\\"7d996567-61f6-473c-b81f-82be8f1361bb\\\"\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"cec609f0-381d-4608-90c9-e7055abe43c6\",\r\n \"ipConfigurations\": + \ \"resourceGuid\": \"f0f0826f-52c4-4187-af58-d6651064b143\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfigvm000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000005VMNic/ipConfigurations/ipconfigvm000005\",\r\n - \ \"etag\": \"W/\\\"0b70940d-4cd2-4bfb-88e3-1cc13bfdb9bd\\\"\",\r\n + \ \"etag\": \"W/\\\"7d996567-61f6-473c-b81f-82be8f1361bb\\\"\",\r\n \ \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAddress\": \"10.0.0.7\",\r\n \"privateIPAllocationMethod\": @@ -15268,8 +15464,8 @@ interactions: \ },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": - \"qlytwy05rrqeneklh5mb1xbofa.dx.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": - \"00-22-48-08-13-F7\",\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": + \"3po4zhjhje4uzifiu0xwogqfyc.dx.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": + \"00-22-48-03-CC-54\",\r\n \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkSecurityGroups/vm000005NSG\"\r\n \ },\r\n \"primary\": true,\r\n \"virtualMachine\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000005\"\r\n @@ -15283,9 +15479,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:18:12 GMT + - Mon, 26 Sep 2022 08:01:16 GMT etag: - - W/"0b70940d-4cd2-4bfb-88e3-1cc13bfdb9bd" + - W/"7d996567-61f6-473c-b81f-82be8f1361bb" expires: - '-1' pragma: @@ -15302,7 +15498,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1dadb96f-2f97-4842-a495-3366ab8b25e7 + - c001e63f-3e98-4101-86f3-09b626c40b74 status: code: 200 message: OK @@ -15318,20 +15514,19 @@ interactions: Connection: - keep-alive ParameterSetName: - - --image --security-type --admin-username -g -n --enable-secure-boot + - --image --security-type --admin-username -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000005PublicIP?api-version=2018-01-01 response: body: string: "{\r\n \"name\": \"vm000005PublicIP\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vm000005PublicIP\",\r\n - \ \"etag\": \"W/\\\"dc0712ab-06a0-4a6d-bc5e-aa683170d9dc\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"c72389e8-291f-40b2-8e62-3958509d8caf\\\"\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": - \"Succeeded\",\r\n \"resourceGuid\": \"1f70b62d-4072-483a-9c37-832c91a189a4\",\r\n - \ \"ipAddress\": \"20.228.104.226\",\r\n \"publicIPAddressVersion\": - \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": + \"Succeeded\",\r\n \"resourceGuid\": \"c6fd1794-1cdb-4994-847b-e8c95d5c5cdf\",\r\n + \ \"ipAddress\": \"20.245.74.216\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n + \ \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000005VMNic/ipConfigurations/ipconfigvm000005\"\r\n \ }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \ \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}" @@ -15339,13 +15534,13 @@ interactions: cache-control: - no-cache content-length: - - '968' + - '967' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:18:13 GMT + - Mon, 26 Sep 2022 08:01:16 GMT etag: - - W/"dc0712ab-06a0-4a6d-bc5e-aa683170d9dc" + - W/"c72389e8-291f-40b2-8e62-3958509d8caf" expires: - '-1' pragma: @@ -15362,7 +15557,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 30bc70af-d013-4590-8da8-91a5ebbe369e + - 3652b5dd-819f-4741-8967-0083ef45dde9 status: code: 200 message: OK @@ -15380,8 +15575,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000005?api-version=2022-03-01 response: @@ -15389,25 +15583,25 @@ interactions: string: "{\r\n \"name\": \"vm000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000005\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n - \ \"principalId\": \"11862d5c-9324-4007-8108-a3a9f161e928\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\"\r\n },\r\n \"properties\": {\r\n - \ \"vmId\": \"693d3c3e-2893-4c6e-b8d3-c4b6d065104d\",\r\n \"hardwareProfile\": + \ \"principalId\": \"5ddaf06e-e510-4f11-98b3-789ae8d50bf5\",\r\n \"tenantId\": + \"d99f94f0-719f-4528-a9b1-cba806ef4124\"\r\n },\r\n \"properties\": {\r\n + \ \"vmId\": \"6607ba03-6dc5-45ca-832c-c7904942bae0\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \ \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts-gen2\",\r\n - \ \"version\": \"latest\",\r\n \"exactVersion\": \"20.04.202208100\"\r\n + \ \"version\": \"latest\",\r\n \"exactVersion\": \"20.04.202209200\"\r\n \ },\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"name\": - \"vm000005_OsDisk_1_d098f199d0574aefa47850367c0970be\",\r\n \"createOption\": + \"vm000005_OsDisk_1_c1a0c39eb15a48bab9da326a6362f663\",\r\n \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vm000005_OsDisk_1_d098f199d0574aefa47850367c0970be\"\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vm000005_OsDisk_1_c1a0c39eb15a48bab9da326a6362f663\"\r\n \ },\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"vm000005\",\r\n \"adminUsername\": \"azureuser\",\r\n \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n \ \"assessmentMode\": \"ImageDefault\"\r\n },\r\n \"enableVMAgentPlatformUpdates\": @@ -15416,7 +15610,7 @@ interactions: {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n \ },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000005VMNic\"}]},\r\n - \ \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-08-31T07:16:46.4978668+00:00\"\r\n + \ \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": \"2022-09-26T07:59:22.4395815+00:00\"\r\n \ },\r\n \"resources\": [\r\n {\r\n \"name\": \"GuestAttestation\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vm000005/extensions/GuestAttestation\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \"location\": @@ -15432,7 +15626,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:18:13 GMT + - Mon, 26 Sep 2022 08:01:16 GMT expires: - '-1' pragma: @@ -15449,7 +15643,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/LowCostGet3Min;3982,Microsoft.Compute/LowCostGet30Min;31935 + - Microsoft.Compute/LowCostGet3Min;3984,Microsoft.Compute/LowCostGet30Min;31958 status: code: 200 message: OK @@ -15467,13 +15661,12 @@ interactions: ParameterSetName: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001","name":"cli_test_guest_attestation_extension_and_msi000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-08-31T07:12:06Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001","name":"cli_test_guest_attestation_extension_and_msi000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-09-26T07:51:45Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -15482,7 +15675,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:18:12 GMT + - Mon, 26 Sep 2022 08:01:17 GMT expires: - '-1' pragma: @@ -15510,14 +15703,13 @@ interactions: ParameterSetName: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts-gen2/versions?$top=1&$orderby=name%20desc&api-version=2022-03-01 response: body: - string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"20.04.202208100\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202208100\"\r\n + string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"20.04.202209200\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202209200\"\r\n \ }\r\n]" headers: cache-control: @@ -15527,7 +15719,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:18:13 GMT + - Mon, 26 Sep 2022 08:01:18 GMT expires: - '-1' pragma: @@ -15544,7 +15736,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15997,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43985 + - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15997,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43990 status: code: 200 message: OK @@ -15562,10 +15754,9 @@ interactions: ParameterSetName: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts-gen2/versions/20.04.202208100?api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts-gen2/versions/20.04.202209200?api-version=2022-03-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V2\",\r\n \"architecture\": @@ -15577,20 +15768,20 @@ interactions: \"SecurityType\",\r\n \"value\": \"TrustedLaunchSupported\"\r\n },\r\n \ {\r\n \"name\": \"IsAcceleratedNetworkSupported\",\r\n \"value\": \"True\"\r\n },\r\n {\r\n \"name\": \"DiskControllerTypes\",\r\n - \ \"value\": \"SCSI\"\r\n },\r\n {\r\n \"name\": \"IsHibernateSupported\",\r\n - \ \"value\": \"True\"\r\n }\r\n ],\r\n \"osDiskImage\": {\r\n - \ \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": 30\r\n },\r\n - \ \"dataDiskImages\": []\r\n },\r\n \"location\": \"westus\",\r\n \"name\": - \"20.04.202208100\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202208100\"\r\n}" + \ \"value\": \"SCSI, NVMe\"\r\n },\r\n {\r\n \"name\": + \"IsHibernateSupported\",\r\n \"value\": \"True\"\r\n }\r\n ],\r\n + \ \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": + 30\r\n },\r\n \"dataDiskImages\": []\r\n },\r\n \"location\": \"westus\",\r\n + \ \"name\": \"20.04.202209200\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202209200\"\r\n}" headers: cache-control: - no-cache content-length: - - '1152' + - '1158' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:18:13 GMT + - Mon, 26 Sep 2022 08:01:20 GMT expires: - '-1' pragma: @@ -15607,7 +15798,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMImageFromLocation3Min;12997,Microsoft.Compute/GetVMImageFromLocation30Min;73985 + - Microsoft.Compute/GetVMImageFromLocation3Min;12998,Microsoft.Compute/GetVMImageFromLocation30Min;73993 status: code: 200 message: OK @@ -15625,22 +15816,21 @@ interactions: ParameterSetName: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks?api-version=2018-01-01 response: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm000002VNET\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET\",\r\n - \ \"etag\": \"W/\\\"febc2f1d-4e97-498e-8106-3bbaa5d1ac02\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"ba1237ea-60ef-40c4-bd31-9299234a3d44\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": - \"Succeeded\",\r\n \"resourceGuid\": \"633bf182-8c5f-4660-914b-3fd81ddc2e28\",\r\n + \"Succeeded\",\r\n \"resourceGuid\": \"9decddeb-4927-4c3d-a0a8-a6af671a05c2\",\r\n \ \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n \ ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"vm000002Subnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\",\r\n - \ \"etag\": \"W/\\\"febc2f1d-4e97-498e-8106-3bbaa5d1ac02\\\"\",\r\n + \ \"etag\": \"W/\\\"ba1237ea-60ef-40c4-bd31-9299234a3d44\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"ipConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000002VMNic/ipConfigurations/ipconfigvm000002\"\r\n @@ -15659,7 +15849,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:18:14 GMT + - Mon, 26 Sep 2022 08:01:20 GMT expires: - '-1' pragma: @@ -15676,7 +15866,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8c5b65bb-7a3b-4e1e-8b01-4f65c820e3df + - feb027cd-e444-4a93-b2ea-21c7696b8f9c status: code: 200 message: OK @@ -15701,13 +15891,13 @@ interactions: {"osDisk": {"createOption": "FromImage", "caching": "ReadWrite", "managedDisk": {"storageAccountType": null}}, "imageReference": {"publisher": "canonical", "offer": "0001-com-ubuntu-server-focal", "sku": "20_04-lts-gen2", "version": - "latest"}}, "osProfile": {"computerNamePrefix": "vmssu0090", "adminUsername": + "latest"}}, "osProfile": {"computerNamePrefix": "vmssv95fe", "adminUsername": "azureuser", "linuxConfiguration": {"disablePasswordAuthentication": true, "ssh": {"publicKeys": [{"path": "/home/azureuser/.ssh/authorized_keys", "keyData": - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef"}]}}}, + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB"}]}}}, "securityProfile": {"securityType": "TrustedLaunch", "uefiSettings": {"secureBootEnabled": true, "vTpmEnabled": true}}, "networkProfile": {"networkInterfaceConfigurations": - [{"name": "vmssu0090Nic", "properties": {"ipConfigurations": [{"name": "vmssu0090IPConfig", + [{"name": "vmssv95feNic", "properties": {"ipConfigurations": [{"name": "vmssv95feIPConfig", "properties": {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet"}, "loadBalancerBackendAddressPools": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/backendAddressPools/vmss000007LBBEPool"}], "loadBalancerInboundNatPools": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/inboundNatPools/vmss000007LBNatPool"}]}}], @@ -15732,16 +15922,15 @@ interactions: ParameterSetName: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vmss_deploy_M9K3yWo09CLwKanL99bUaXACy69aQdTz","name":"vmss_deploy_M9K3yWo09CLwKanL99bUaXACy69aQdTz","type":"Microsoft.Resources/deployments","properties":{"templateHash":"2596998122134900543","parameters":{},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2022-08-31T07:18:19.5400802Z","duration":"PT0.0001519S","correlationId":"dbf3794a-efce-4ee6-a020-f26ffd0deb99","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"loadBalancers","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachineScaleSets","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vmss000007LBPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vmss000007LBPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000007LB"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000007LB"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007","resourceType":"Microsoft.Compute/virtualMachineScaleSets","resourceName":"vmss000007"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vmss_deploy_upwdJYDqlXBNbneiQYIVZxztpeyolRC0","name":"vmss_deploy_upwdJYDqlXBNbneiQYIVZxztpeyolRC0","type":"Microsoft.Resources/deployments","properties":{"templateHash":"9082410400327997331","parameters":{},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2022-09-26T08:01:30.9551166Z","duration":"PT0.0005279S","correlationId":"db1db07e-a1f5-4b4c-9183-1a07184e4e6c","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"loadBalancers","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachineScaleSets","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vmss000007LBPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vmss000007LBPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000007LB"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000007LB"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007","resourceType":"Microsoft.Compute/virtualMachineScaleSets","resourceName":"vmss000007"}]}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vmss_deploy_M9K3yWo09CLwKanL99bUaXACy69aQdTz/operationStatuses/08585396765871997862?api-version=2021-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vmss_deploy_upwdJYDqlXBNbneiQYIVZxztpeyolRC0/operationStatuses/08585374275967976516?api-version=2021-04-01 cache-control: - no-cache content-length: @@ -15749,7 +15938,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:18:19 GMT + - Mon, 26 Sep 2022 08:01:32 GMT expires: - '-1' pragma: @@ -15777,10 +15966,9 @@ interactions: ParameterSetName: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585396765871997862?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585374275967976516?api-version=2021-04-01 response: body: string: '{"status":"Running"}' @@ -15792,7 +15980,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:18:50 GMT + - Mon, 26 Sep 2022 08:02:03 GMT expires: - '-1' pragma: @@ -15820,10 +16008,9 @@ interactions: ParameterSetName: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585396765871997862?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585374275967976516?api-version=2021-04-01 response: body: string: '{"status":"Running"}' @@ -15835,7 +16022,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:19:20 GMT + - Mon, 26 Sep 2022 08:02:33 GMT expires: - '-1' pragma: @@ -15863,10 +16050,9 @@ interactions: ParameterSetName: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585396765871997862?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585374275967976516?api-version=2021-04-01 response: body: string: '{"status":"Succeeded"}' @@ -15878,7 +16064,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:19:50 GMT + - Mon, 26 Sep 2022 08:03:04 GMT expires: - '-1' pragma: @@ -15906,23 +16092,22 @@ interactions: ParameterSetName: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vmss_deploy_M9K3yWo09CLwKanL99bUaXACy69aQdTz","name":"vmss_deploy_M9K3yWo09CLwKanL99bUaXACy69aQdTz","type":"Microsoft.Resources/deployments","properties":{"templateHash":"2596998122134900543","parameters":{},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2022-08-31T07:19:27.1427505Z","duration":"PT1M7.6028222S","correlationId":"dbf3794a-efce-4ee6-a020-f26ffd0deb99","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"loadBalancers","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachineScaleSets","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vmss000007LBPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vmss000007LBPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000007LB"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000007LB"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007","resourceType":"Microsoft.Compute/virtualMachineScaleSets","resourceName":"vmss000007"}],"outputs":{"vmss":{"type":"Object","value":{"singlePlacementGroup":true,"upgradePolicy":{"mode":"Manual","rollingUpgradePolicy":{"maxBatchInstancePercent":20,"maxUnhealthyInstancePercent":20,"maxUnhealthyUpgradedInstancePercent":20,"pauseTimeBetweenBatches":"PT0S"}},"virtualMachineProfile":{"osProfile":{"computerNamePrefix":"vmssu0090","adminUsername":"azureuser","linuxConfiguration":{"disablePasswordAuthentication":true,"ssh":{"publicKeys":[{"path":"/home/azureuser/.ssh/authorized_keys","keyData":"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef"}]},"provisionVMAgent":true,"enableVMAgentPlatformUpdates":false},"secrets":[],"allowExtensionOperations":true,"requireGuestProvisionSignal":true},"storageProfile":{"osDisk":{"osType":"Linux","createOption":"FromImage","caching":"ReadWrite","managedDisk":{"storageAccountType":"Premium_LRS"},"diskSizeGB":30},"imageReference":{"publisher":"canonical","offer":"0001-com-ubuntu-server-focal","sku":"20_04-lts-gen2","version":"latest"}},"networkProfile":{"networkInterfaceConfigurations":[{"name":"vmssu0090Nic","properties":{"primary":true,"dnsSettings":{"dnsServers":[]},"enableIPForwarding":false,"ipConfigurations":[{"name":"vmssu0090IPConfig","properties":{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet"},"privateIPAddressVersion":"IPv4","loadBalancerBackendAddressPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/backendAddressPools/vmss000007LBBEPool"}],"loadBalancerInboundNatPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/inboundNatPools/vmss000007LBNatPool"}]}}]}}]},"securityProfile":{"uefiSettings":{"secureBootEnabled":true,"vTpmEnabled":true},"securityType":"TrustedLaunch"}},"provisioningState":"Succeeded","overprovision":true,"doNotRunExtensionsOnOverprovisionedVMs":false,"uniqueId":"d797cfe5-d66c-4324-8e6b-24e0d8afe3e9","timeCreated":"2022-08-31T07:18:26.9364743+00:00"}}},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vmss000007LBPublicIP"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vmss_deploy_upwdJYDqlXBNbneiQYIVZxztpeyolRC0","name":"vmss_deploy_upwdJYDqlXBNbneiQYIVZxztpeyolRC0","type":"Microsoft.Resources/deployments","properties":{"templateHash":"9082410400327997331","parameters":{},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2022-09-26T08:02:55.1662968Z","duration":"PT1M24.2117081S","correlationId":"db1db07e-a1f5-4b4c-9183-1a07184e4e6c","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"loadBalancers","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachineScaleSets","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vmss000007LBPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vmss000007LBPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000007LB"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000007LB"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007","resourceType":"Microsoft.Compute/virtualMachineScaleSets","resourceName":"vmss000007"}],"outputs":{"vmss":{"type":"Object","value":{"singlePlacementGroup":true,"upgradePolicy":{"mode":"Manual","rollingUpgradePolicy":{"maxBatchInstancePercent":20,"maxUnhealthyInstancePercent":20,"maxUnhealthyUpgradedInstancePercent":20,"pauseTimeBetweenBatches":"PT0S"}},"virtualMachineProfile":{"osProfile":{"computerNamePrefix":"vmssv95fe","adminUsername":"azureuser","linuxConfiguration":{"disablePasswordAuthentication":true,"ssh":{"publicKeys":[{"path":"/home/azureuser/.ssh/authorized_keys","keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB"}]},"provisionVMAgent":true,"enableVMAgentPlatformUpdates":false},"secrets":[],"allowExtensionOperations":true,"requireGuestProvisionSignal":true},"storageProfile":{"osDisk":{"osType":"Linux","createOption":"FromImage","caching":"ReadWrite","managedDisk":{"storageAccountType":"Premium_LRS"},"diskSizeGB":30},"imageReference":{"publisher":"canonical","offer":"0001-com-ubuntu-server-focal","sku":"20_04-lts-gen2","version":"latest"}},"networkProfile":{"networkInterfaceConfigurations":[{"name":"vmssv95feNic","properties":{"primary":true,"dnsSettings":{"dnsServers":[]},"enableIPForwarding":false,"ipConfigurations":[{"name":"vmssv95feIPConfig","properties":{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet"},"privateIPAddressVersion":"IPv4","loadBalancerBackendAddressPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/backendAddressPools/vmss000007LBBEPool"}],"loadBalancerInboundNatPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/inboundNatPools/vmss000007LBNatPool"}]}}]}}]},"securityProfile":{"uefiSettings":{"secureBootEnabled":true,"vTpmEnabled":true},"securityType":"TrustedLaunch"}},"provisioningState":"Succeeded","overprovision":true,"doNotRunExtensionsOnOverprovisionedVMs":false,"uniqueId":"a85f43a0-941a-4444-a890-3a384f85308f","timeCreated":"2022-09-26T08:01:54.7385623+00:00"}}},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vmss000007LBPublicIP"}]}}' headers: cache-control: - no-cache content-length: - - '5193' + - '5194' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:19:51 GMT + - Mon, 26 Sep 2022 08:03:05 GMT expires: - '-1' pragma: @@ -15950,8 +16135,7 @@ interactions: ParameterSetName: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007?api-version=2022-03-01 response: @@ -15959,19 +16143,19 @@ interactions: string: "{\r\n \"name\": \"vmss000007\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n - \ \"principalId\": \"3a6b611b-80cd-48f8-b38f-79c239a1d5c6\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\"\r\n },\r\n \"sku\": {\r\n \"name\": + \ \"principalId\": \"0c1dde9c-63bf-4035-8e10-5504f01c9e52\",\r\n \"tenantId\": + \"d99f94f0-719f-4528-a9b1-cba806ef4124\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n \ },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \ \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"vmssu0090\",\r\n \"adminUsername\": + {\r\n \"computerNamePrefix\": \"vmssv95fe\",\r\n \"adminUsername\": \"azureuser\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n @@ -15982,13 +16166,13 @@ interactions: \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \ \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\"\r\n - \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssu0090Nic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssu0090IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/backendAddressPools/vmss000007LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/inboundNatPools/vmss000007LBNatPool\"}]}}]}}]},\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssv95feNic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssv95feIPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/backendAddressPools/vmss000007LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/inboundNatPools/vmss000007LBNatPool\"}]}}]}}]},\r\n \ \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": - false,\r\n \"uniqueId\": \"d797cfe5-d66c-4324-8e6b-24e0d8afe3e9\",\r\n - \ \"timeCreated\": \"2022-08-31T07:18:26.9364743+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"a85f43a0-941a-4444-a890-3a384f85308f\",\r\n + \ \"timeCreated\": \"2022-09-26T08:01:54.7385623+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache @@ -15997,7 +16181,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:19:50 GMT + - Mon, 26 Sep 2022 08:03:05 GMT expires: - '-1' pragma: @@ -16014,7 +16198,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSet3Min;396,Microsoft.Compute/GetVMScaleSet30Min;2596 + - Microsoft.Compute/GetVMScaleSet3Min;196,Microsoft.Compute/GetVMScaleSet30Min;1296 status: code: 200 message: OK @@ -16032,8 +16216,7 @@ interactions: ParameterSetName: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007?api-version=2022-03-01 response: @@ -16041,19 +16224,19 @@ interactions: string: "{\r\n \"name\": \"vmss000007\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n - \ \"principalId\": \"3a6b611b-80cd-48f8-b38f-79c239a1d5c6\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\"\r\n },\r\n \"sku\": {\r\n \"name\": + \ \"principalId\": \"0c1dde9c-63bf-4035-8e10-5504f01c9e52\",\r\n \"tenantId\": + \"d99f94f0-719f-4528-a9b1-cba806ef4124\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n \ },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \ \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"vmssu0090\",\r\n \"adminUsername\": + {\r\n \"computerNamePrefix\": \"vmssv95fe\",\r\n \"adminUsername\": \"azureuser\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n @@ -16064,13 +16247,13 @@ interactions: \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \ \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\"\r\n - \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssu0090Nic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssu0090IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/backendAddressPools/vmss000007LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/inboundNatPools/vmss000007LBNatPool\"}]}}]}}]},\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssv95feNic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssv95feIPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/backendAddressPools/vmss000007LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/inboundNatPools/vmss000007LBNatPool\"}]}}]}}]},\r\n \ \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": - false,\r\n \"uniqueId\": \"d797cfe5-d66c-4324-8e6b-24e0d8afe3e9\",\r\n - \ \"timeCreated\": \"2022-08-31T07:18:26.9364743+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"a85f43a0-941a-4444-a890-3a384f85308f\",\r\n + \ \"timeCreated\": \"2022-09-26T08:01:54.7385623+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache @@ -16079,7 +16262,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:19:51 GMT + - Mon, 26 Sep 2022 08:03:07 GMT expires: - '-1' pragma: @@ -16096,7 +16279,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSet3Min;395,Microsoft.Compute/GetVMScaleSet30Min;2595 + - Microsoft.Compute/GetVMScaleSet3Min;195,Microsoft.Compute/GetVMScaleSet30Min;1295 status: code: 200 message: OK @@ -16114,8 +16297,7 @@ interactions: ParameterSetName: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers?api-version=2022-03-01 response: @@ -16154,6 +16336,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/1624590941808\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"1640334196980\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/1640334196980\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"1653036178719\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/1653036178719\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"1654668554142\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/1654668554142\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"1e\",\r\n @@ -16178,6 +16362,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/a10networks\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"a10networks1596136698788\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/a10networks1596136698788\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"abcostingprodutoseserviosltda1657246951521\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/abcostingprodutoseserviosltda1657246951521\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"abiquo\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/abiquo\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"abzoobainc1598420455082\",\r\n @@ -16540,6 +16726,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/bt-americas-inc\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"buddhalabs\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/buddhalabs\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"bui\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/bui\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cadosecurityltd1626856705534\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cadosecurityltd1626856705534\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"calculated_systems\",\r\n @@ -16548,6 +16736,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/callabacloud1655146409258\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"callwaretechnologiesinc1657114750733\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/callwaretechnologiesinc1657114750733\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"calnexsolutionsplc1646835041441\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/calnexsolutionsplc1646835041441\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"caloudi_corp\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/caloudi_corp\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"canadiancentreforcybersecurity1610638436359\",\r\n @@ -16610,6 +16800,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cinegy-gmbh\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ciphertechsinc1646670709341\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ciphertechsinc1646670709341\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ciq\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ciq\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"circleci\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/circleci\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cires21\",\r\n @@ -16786,6 +16978,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ctrliqinc1648673227698\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cubebackup\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cubebackup\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cubebackupinc1662619479161\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cubebackupinc1662619479161\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cyberark\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cyberark\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cybercxptyltd1590132359004\",\r\n @@ -17074,6 +17268,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/filecatalyst\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"filemagellc\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/filemagellc\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"filingcloud\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/filingcloud\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"fiorano\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/fiorano\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"fireeye\",\r\n @@ -17234,10 +17430,14 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/holo-industrie40softwaregmbh1600957636008\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hortonworks\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/hortonworks\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hostingcontrollerinc1656315491972\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/hostingcontrollerinc1656315491972\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hpe\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/hpe\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"HPE.Security.ApplicationDefender\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/HPE.Security.ApplicationDefender\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hpe.serviceguard.ha.dr\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/hpe.serviceguard.ha.dr\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"huawei\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/huawei\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hubstor-inc\",\r\n @@ -17406,6 +17606,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ivanti-inc-pcs\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ivanti-nzta\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ivanti-nzta\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ivanti-vadc\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ivanti-vadc\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ivix1595238749040\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ivix1595238749040\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"iwnamespace\",\r\n @@ -18168,6 +18370,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Azure.Monitoring.DependencyAgent.Edp\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"Microsoft.Azure.Networking.DNS\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Azure.Networking.DNS\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"Microsoft.Azure.Networking.PingMesh.Test\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Azure.Networking.PingMesh.Test\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"Microsoft.Azure.Networking.SDN\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Azure.Networking.SDN\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"Microsoft.Azure.NetworkWatcher\",\r\n @@ -18506,6 +18710,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/miraclelinux\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"miracl_linux\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/miracl_linux\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"mirantis\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/mirantis\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"miri-infotech-pvt-ltd\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/miri-infotech-pvt-ltd\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"mistio1601460379393\",\r\n @@ -18574,6 +18780,10 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/nefelinetworks1591201080882\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neo4j\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/neo4j\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neonforge\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/neonforge\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neonforgellc1660679895021\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/neonforgellc1660679895021\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neos\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/neos\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neowaybusinesssolutions-4956350\",\r\n @@ -18634,6 +18844,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/niolabs-5229713\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"nirvatosoftwarepvtltd1601368706606\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/nirvatosoftwarepvtltd1601368706606\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"nmcloudsolutionsllc1645603292959\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/nmcloudsolutionsllc1645603292959\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"nodejsapi\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/nodejsapi\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"noianetworklimited1584098036197\",\r\n @@ -19400,6 +19612,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/techlatest\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"technicheltd1606969724100\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/technicheltd1606969724100\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"technidoosolutions\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/technidoosolutions\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"tecknolab\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/tecknolab\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"telepat\",\r\n @@ -19550,6 +19764,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ubeeko\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ubercloud\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ubercloud\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ubika\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ubika\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"uipath-5054924\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/uipath-5054924\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ulex\",\r\n @@ -19630,6 +19846,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/virtualpulsesro1607008728942\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"virtuozzointernationalgmbh1626704951469\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/virtuozzointernationalgmbh1626704951469\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"visokiouklimited1661943152060\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/visokiouklimited1661943152060\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"visualknowledgeshare1591795776234\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/visualknowledgeshare1591795776234\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"visualsoft-center\",\r\n @@ -19744,6 +19962,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/z4it-aps\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"zabbix\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/zabbix\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"zeetim1660843138752\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/zeetim1660843138752\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"zend\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/zend\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"zenterasystemsinc1605292453288\",\r\n @@ -19771,11 +19991,11 @@ interactions: cache-control: - no-cache content-length: - - '414374' + - '418497' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:19:52 GMT + - Mon, 26 Sep 2022 08:03:09 GMT expires: - '-1' pragma: @@ -19808,8 +20028,7 @@ interactions: ParameterSetName: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Azure.Security.LinuxAttestation/artifacttypes/vmextension/types?api-version=2022-03-01 response: @@ -19825,7 +20044,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:19:52 GMT + - Mon, 26 Sep 2022 08:03:09 GMT expires: - '-1' pragma: @@ -19860,8 +20079,7 @@ interactions: ParameterSetName: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Azure.Security.LinuxAttestation/artifacttypes/vmextension/types/GuestAttestation/versions?api-version=2022-03-01 response: @@ -19901,7 +20119,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:19:53 GMT + - Mon, 26 Sep 2022 08:03:10 GMT expires: - '-1' pragma: @@ -19928,15 +20146,15 @@ interactions: {"upgradePolicy": {"mode": "Manual", "rollingUpgradePolicy": {"maxBatchInstancePercent": 20, "maxUnhealthyInstancePercent": 20, "maxUnhealthyUpgradedInstancePercent": 20, "pauseTimeBetweenBatches": "PT0S"}}, "virtualMachineProfile": {"osProfile": - {"computerNamePrefix": "vmssu0090", "adminUsername": "azureuser", "linuxConfiguration": + {"computerNamePrefix": "vmssv95fe", "adminUsername": "azureuser", "linuxConfiguration": {"disablePasswordAuthentication": true, "ssh": {"publicKeys": [{"path": "/home/azureuser/.ssh/authorized_keys", - "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef"}]}, + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB"}]}, "provisionVMAgent": true}, "secrets": [], "allowExtensionOperations": true}, "storageProfile": {"osDisk": {"caching": "ReadWrite", "createOption": "FromImage", "diskSizeGB": 30, "osType": "Linux", "managedDisk": {"storageAccountType": "Premium_LRS"}}}, - "networkProfile": {"networkInterfaceConfigurations": [{"name": "vmssu0090Nic", + "networkProfile": {"networkInterfaceConfigurations": [{"name": "vmssv95feNic", "properties": {"primary": true, "dnsSettings": {"dnsServers": []}, "ipConfigurations": - [{"name": "vmssu0090IPConfig", "properties": {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet"}, + [{"name": "vmssv95feIPConfig", "properties": {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet"}, "privateIPAddressVersion": "IPv4", "loadBalancerBackendAddressPools": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/backendAddressPools/vmss000007LBBEPool"}], "loadBalancerInboundNatPools": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/inboundNatPools/vmss000007LBNatPool"}]}}], @@ -19962,8 +20180,7 @@ interactions: ParameterSetName: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007?api-version=2022-03-01 response: @@ -19971,19 +20188,19 @@ interactions: string: "{\r\n \"name\": \"vmss000007\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n - \ \"principalId\": \"3a6b611b-80cd-48f8-b38f-79c239a1d5c6\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\"\r\n },\r\n \"sku\": {\r\n \"name\": + \ \"principalId\": \"0c1dde9c-63bf-4035-8e10-5504f01c9e52\",\r\n \"tenantId\": + \"d99f94f0-719f-4528-a9b1-cba806ef4124\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n \ },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \ \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"vmssu0090\",\r\n \"adminUsername\": + {\r\n \"computerNamePrefix\": \"vmssv95fe\",\r\n \"adminUsername\": \"azureuser\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n @@ -19994,7 +20211,7 @@ interactions: \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \ \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\"\r\n - \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssu0090Nic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssu0090IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/backendAddressPools/vmss000007LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/inboundNatPools/vmss000007LBNatPool\"}]}}]}}]},\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssv95feNic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssv95feIPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/backendAddressPools/vmss000007LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/inboundNatPools/vmss000007LBNatPool\"}]}}]}}]},\r\n \ \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \ \"name\": \"GuestAttestation\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"publisher\": @@ -20005,13 +20222,13 @@ interactions: \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \ \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": - false,\r\n \"uniqueId\": \"d797cfe5-d66c-4324-8e6b-24e0d8afe3e9\",\r\n - \ \"timeCreated\": \"2022-08-31T07:18:26.9364743+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"a85f43a0-941a-4444-a890-3a384f85308f\",\r\n + \ \"timeCreated\": \"2022-09-26T08:01:54.7385623+00:00\"\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/0bdfc14e-9ef9-47c1-89a3-c71cff95eff5?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2022-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/f09769dc-5068-4ce1-af94-1027b500c154?p=6ba91199-1f1d-45ed-b859-c1738716a174&api-version=2022-03-01 cache-control: - no-cache content-length: @@ -20019,7 +20236,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:19:55 GMT + - Mon, 26 Sep 2022 08:03:21 GMT expires: - '-1' pragma: @@ -20038,7 +20255,7 @@ interactions: x-ms-ratelimit-remaining-resource: - Microsoft.Compute/CreateVMScaleSet3Min;58,Microsoft.Compute/CreateVMScaleSet30Min;298,Microsoft.Compute/VmssQueuedVMOperations;0 x-ms-ratelimit-remaining-subscription-writes: - - '1191' + - '1197' x-ms-request-charge: - '0' status: @@ -20058,14 +20275,13 @@ interactions: ParameterSetName: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/0bdfc14e-9ef9-47c1-89a3-c71cff95eff5?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/f09769dc-5068-4ce1-af94-1027b500c154?p=6ba91199-1f1d-45ed-b859-c1738716a174&api-version=2022-03-01 response: body: - string: "{\r\n \"startTime\": \"2022-08-31T07:19:55.609259+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"0bdfc14e-9ef9-47c1-89a3-c71cff95eff5\"\r\n}" + string: "{\r\n \"startTime\": \"2022-09-26T08:03:20.192736+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"f09769dc-5068-4ce1-af94-1027b500c154\"\r\n}" headers: cache-control: - no-cache @@ -20074,7 +20290,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:20:05 GMT + - Mon, 26 Sep 2022 08:03:31 GMT expires: - '-1' pragma: @@ -20091,7 +20307,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29935 + - Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29984 status: code: 200 message: OK @@ -20109,15 +20325,14 @@ interactions: ParameterSetName: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/0bdfc14e-9ef9-47c1-89a3-c71cff95eff5?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/f09769dc-5068-4ce1-af94-1027b500c154?p=6ba91199-1f1d-45ed-b859-c1738716a174&api-version=2022-03-01 response: body: - string: "{\r\n \"startTime\": \"2022-08-31T07:19:55.609259+00:00\",\r\n \"endTime\": - \"2022-08-31T07:20:18.8283382+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"0bdfc14e-9ef9-47c1-89a3-c71cff95eff5\"\r\n}" + string: "{\r\n \"startTime\": \"2022-09-26T08:03:20.192736+00:00\",\r\n \"endTime\": + \"2022-09-26T08:03:49.8494136+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"f09769dc-5068-4ce1-af94-1027b500c154\"\r\n}" headers: cache-control: - no-cache @@ -20126,7 +20341,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:20:42 GMT + - Mon, 26 Sep 2022 08:04:08 GMT expires: - '-1' pragma: @@ -20143,7 +20358,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29933 + - Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29982 status: code: 200 message: OK @@ -20161,8 +20376,7 @@ interactions: ParameterSetName: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007?api-version=2022-03-01 response: @@ -20170,19 +20384,19 @@ interactions: string: "{\r\n \"name\": \"vmss000007\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n - \ \"principalId\": \"3a6b611b-80cd-48f8-b38f-79c239a1d5c6\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\"\r\n },\r\n \"sku\": {\r\n \"name\": + \ \"principalId\": \"0c1dde9c-63bf-4035-8e10-5504f01c9e52\",\r\n \"tenantId\": + \"d99f94f0-719f-4528-a9b1-cba806ef4124\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n \ },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \ \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"vmssu0090\",\r\n \"adminUsername\": + {\r\n \"computerNamePrefix\": \"vmssv95fe\",\r\n \"adminUsername\": \"azureuser\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n @@ -20193,7 +20407,7 @@ interactions: \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \ \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\"\r\n - \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssu0090Nic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssu0090IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/backendAddressPools/vmss000007LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/inboundNatPools/vmss000007LBNatPool\"}]}}]}}]},\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssv95feNic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssv95feIPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/backendAddressPools/vmss000007LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/inboundNatPools/vmss000007LBNatPool\"}]}}]}}]},\r\n \ \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \ \"name\": \"GuestAttestation\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"publisher\": @@ -20204,8 +20418,8 @@ interactions: \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": - false,\r\n \"uniqueId\": \"d797cfe5-d66c-4324-8e6b-24e0d8afe3e9\",\r\n - \ \"timeCreated\": \"2022-08-31T07:18:26.9364743+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"a85f43a0-941a-4444-a890-3a384f85308f\",\r\n + \ \"timeCreated\": \"2022-09-26T08:01:54.7385623+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache @@ -20214,7 +20428,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:20:42 GMT + - Mon, 26 Sep 2022 08:04:09 GMT expires: - '-1' pragma: @@ -20231,7 +20445,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSet3Min;390,Microsoft.Compute/GetVMScaleSet30Min;2590 + - Microsoft.Compute/GetVMScaleSet3Min;190,Microsoft.Compute/GetVMScaleSet30Min;1290 status: code: 200 message: OK @@ -20253,26 +20467,27 @@ interactions: ParameterSetName: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007/manualupgrade?api-version=2022-03-01 response: body: string: '' headers: + azure-asyncnotification: + - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/a4d1582e-0514-4961-b40c-3ce856b9f6b6?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2022-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/db985df5-4f72-4f6d-84dd-57e23483f04a?p=6ba91199-1f1d-45ed-b859-c1738716a174&api-version=2022-03-01 cache-control: - no-cache content-length: - '0' date: - - Wed, 31 Aug 2022 07:20:43 GMT + - Mon, 26 Sep 2022 08:04:10 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/a4d1582e-0514-4961-b40c-3ce856b9f6b6?p=571046f6-b640-41c1-86f7-f9f044b5adf9&monitor=true&api-version=2022-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/db985df5-4f72-4f6d-84dd-57e23483f04a?p=6ba91199-1f1d-45ed-b859-c1738716a174&monitor=true&api-version=2022-03-01 pragma: - no-cache server: @@ -20305,15 +20520,14 @@ interactions: ParameterSetName: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/a4d1582e-0514-4961-b40c-3ce856b9f6b6?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/db985df5-4f72-4f6d-84dd-57e23483f04a?p=6ba91199-1f1d-45ed-b859-c1738716a174&api-version=2022-03-01 response: body: - string: "{\r\n \"startTime\": \"2022-08-31T07:20:43.7817569+00:00\",\r\n \"endTime\": - \"2022-08-31T07:21:03.2662532+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"a4d1582e-0514-4961-b40c-3ce856b9f6b6\"\r\n}" + string: "{\r\n \"startTime\": \"2022-09-26T08:04:10.3965958+00:00\",\r\n \"endTime\": + \"2022-09-26T08:04:31.8499641+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"db985df5-4f72-4f6d-84dd-57e23483f04a\"\r\n}" headers: cache-control: - no-cache @@ -20322,7 +20536,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:21:13 GMT + - Mon, 26 Sep 2022 08:04:40 GMT expires: - '-1' pragma: @@ -20339,7 +20553,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29931 + - Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29979 status: code: 200 message: OK @@ -20357,10 +20571,9 @@ interactions: ParameterSetName: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/a4d1582e-0514-4961-b40c-3ce856b9f6b6?p=571046f6-b640-41c1-86f7-f9f044b5adf9&monitor=true&api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/db985df5-4f72-4f6d-84dd-57e23483f04a?p=6ba91199-1f1d-45ed-b859-c1738716a174&monitor=true&api-version=2022-03-01 response: body: string: '' @@ -20370,7 +20583,7 @@ interactions: content-length: - '0' date: - - Wed, 31 Aug 2022 07:21:14 GMT + - Mon, 26 Sep 2022 08:04:40 GMT expires: - '-1' pragma: @@ -20383,7 +20596,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29930 + - Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29978 status: code: 200 message: OK @@ -20401,8 +20614,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007?api-version=2022-03-01 response: @@ -20410,19 +20622,19 @@ interactions: string: "{\r\n \"name\": \"vmss000007\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n - \ \"principalId\": \"3a6b611b-80cd-48f8-b38f-79c239a1d5c6\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\"\r\n },\r\n \"sku\": {\r\n \"name\": + \ \"principalId\": \"0c1dde9c-63bf-4035-8e10-5504f01c9e52\",\r\n \"tenantId\": + \"d99f94f0-719f-4528-a9b1-cba806ef4124\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n \ },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \ \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"vmssu0090\",\r\n \"adminUsername\": + {\r\n \"computerNamePrefix\": \"vmssv95fe\",\r\n \"adminUsername\": \"azureuser\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n @@ -20433,7 +20645,7 @@ interactions: \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \ \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\"\r\n - \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssu0090Nic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssu0090IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/backendAddressPools/vmss000007LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/inboundNatPools/vmss000007LBNatPool\"}]}}]}}]},\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssv95feNic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssv95feIPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/backendAddressPools/vmss000007LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/inboundNatPools/vmss000007LBNatPool\"}]}}]}}]},\r\n \ \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \ \"name\": \"GuestAttestation\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"publisher\": @@ -20444,8 +20656,8 @@ interactions: \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": - false,\r\n \"uniqueId\": \"d797cfe5-d66c-4324-8e6b-24e0d8afe3e9\",\r\n - \ \"timeCreated\": \"2022-08-31T07:18:26.9364743+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"a85f43a0-941a-4444-a890-3a384f85308f\",\r\n + \ \"timeCreated\": \"2022-09-26T08:01:54.7385623+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache @@ -20454,7 +20666,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:21:14 GMT + - Mon, 26 Sep 2022 08:04:41 GMT expires: - '-1' pragma: @@ -20471,7 +20683,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSet3Min;389,Microsoft.Compute/GetVMScaleSet30Min;2589 + - Microsoft.Compute/GetVMScaleSet3Min;189,Microsoft.Compute/GetVMScaleSet30Min;1289 status: code: 200 message: OK @@ -20489,50 +20701,49 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007/virtualMachines?api-version=2022-03-01 response: body: - string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss000007_0\",\r\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007/virtualMachines/0\",\r\n + string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"vmss000007_2\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007/virtualMachines/2\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \ \"location\": \"westus\",\r\n \"tags\": {},\r\n \"identity\": - {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"3a6b611b-80cd-48f8-b38f-79c239a1d5c6\",\r\n - \ \"tenantId\": \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\"\r\n },\r\n - \ \"instanceId\": \"0\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n + {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"0c1dde9c-63bf-4035-8e10-5504f01c9e52\",\r\n + \ \"tenantId\": \"d99f94f0-719f-4528-a9b1-cba806ef4124\"\r\n },\r\n + \ \"instanceId\": \"2\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \ \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \ \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": - \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssu0090Nic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssu0090IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/backendAddressPools/vmss000007LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/inboundNatPools/vmss000007LBNatPool\"}]}}]}}]},\r\n - \ \"vmId\": \"67e0ab2a-7498-4e92-8427-41976675c5d7\",\r\n \"hardwareProfile\": + \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssv95feNic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssv95feIPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/backendAddressPools/vmss000007LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/inboundNatPools/vmss000007LBNatPool\"}]}}]}}]},\r\n + \ \"vmId\": \"4e038080-c952-43af-9f14-15845dbace67\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \ \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": - \"20.04.202208100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"vmss000007_vmss000007_0_OsDisk_1_bd6d2d64913344d2822a978b5d1c3d9f\",\r\n + \"20.04.202209200\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"vmss000007_vmss000007_2_OsDisk_1_67d9711508bd4fce800b0372312d9c0a\",\r\n \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vmss000007_vmss000007_0_OsDisk_1_bd6d2d64913344d2822a978b5d1c3d9f\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vmss000007_vmss000007_2_OsDisk_1_67d9711508bd4fce800b0372312d9c0a\"\r\n \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": - \"vmssu0090000000\",\r\n \"adminUsername\": \"azureuser\",\r\n \"linuxConfiguration\": + \"vmssv95fe000002\",\r\n \"adminUsername\": \"azureuser\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \ \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": - \"TrustedLaunch\"\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007/virtualMachines/0/networkInterfaces/vmssu0090Nic\"}]},\r\n + \"TrustedLaunch\"\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007/virtualMachines/2/networkInterfaces/vmssv95feNic\"}]},\r\n \ \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": - \"2022-08-31T07:18:27.1395515+00:00\"\r\n },\r\n \"resources\": + \"2022-09-26T08:01:54.8791183+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"GuestAttestation\",\r\n \"id\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vmss000007_0/extensions/GuestAttestation\",\r\n + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vmss000007_2/extensions/GuestAttestation\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n \ \"location\": \"westus\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"publisher\": @@ -20542,38 +20753,38 @@ interactions: \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007/virtualMachines/3\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n \ \"location\": \"westus\",\r\n \"tags\": {},\r\n \"identity\": - {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"3a6b611b-80cd-48f8-b38f-79c239a1d5c6\",\r\n - \ \"tenantId\": \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\"\r\n },\r\n + {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"0c1dde9c-63bf-4035-8e10-5504f01c9e52\",\r\n + \ \"tenantId\": \"d99f94f0-719f-4528-a9b1-cba806ef4124\"\r\n },\r\n \ \"instanceId\": \"3\",\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \ \"tier\": \"Standard\"\r\n },\r\n \"properties\": {\r\n \ \"latestModelApplied\": true,\r\n \"modelDefinitionApplied\": - \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssu0090Nic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssu0090IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/backendAddressPools/vmss000007LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/inboundNatPools/vmss000007LBNatPool\"}]}}]}}]},\r\n - \ \"vmId\": \"a19851bb-23e2-4405-9a93-2a9e9487e442\",\r\n \"hardwareProfile\": + \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssv95feNic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssv95feIPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/backendAddressPools/vmss000007LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000007LB/inboundNatPools/vmss000007LBNatPool\"}]}}]}}]},\r\n + \ \"vmId\": \"50e87892-a332-4f8d-b300-8ab47e568b02\",\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \ \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": - \"20.04.202208100\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": - \"Linux\",\r\n \"name\": \"vmss000007_vmss000007_3_OsDisk_1_39b3280658b841baaa1a2190ba3f1884\",\r\n + \"20.04.202209200\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"vmss000007_vmss000007_3_OsDisk_1_004deaaf98804527964465060804bcf8\",\r\n \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vmss000007_vmss000007_3_OsDisk_1_39b3280658b841baaa1a2190ba3f1884\"\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/disks/vmss000007_vmss000007_3_OsDisk_1_004deaaf98804527964465060804bcf8\"\r\n \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": - \"vmssu0090000003\",\r\n \"adminUsername\": \"azureuser\",\r\n \"linuxConfiguration\": + \"vmssv95fe000003\",\r\n \"adminUsername\": \"azureuser\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \ \"requireGuestProvisionSignal\": true\r\n },\r\n \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": - \"TrustedLaunch\"\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007/virtualMachines/3/networkInterfaces/vmssu0090Nic\"}]},\r\n + \"TrustedLaunch\"\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007/virtualMachines/3/networkInterfaces/vmssv95feNic\"}]},\r\n \ \"provisioningState\": \"Succeeded\",\r\n \"timeCreated\": - \"2022-08-31T07:18:27.1395515+00:00\"\r\n },\r\n \"resources\": + \"2022-09-26T08:01:54.8791183+00:00\"\r\n },\r\n \"resources\": [\r\n {\r\n \"name\": \"GuestAttestation\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachines/vmss000007_3/extensions/GuestAttestation\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n @@ -20590,7 +20801,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:21:14 GMT + - Mon, 26 Sep 2022 08:04:43 GMT expires: - '-1' pragma: @@ -20600,14 +20811,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/HighCostGetVMScaleSet3Min;178,Microsoft.Compute/HighCostGetVMScaleSet30Min;898,Microsoft.Compute/VMScaleSetVMViews3Min;4998 + - Microsoft.Compute/HighCostGetVMScaleSet3Min;179,Microsoft.Compute/HighCostGetVMScaleSet30Min;899,Microsoft.Compute/VMScaleSetVMViews3Min;4998 x-ms-request-charge: - '2' status: @@ -20628,13 +20835,12 @@ interactions: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm --disable-integrity-monitoring User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001","name":"cli_test_guest_attestation_extension_and_msi000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-08-31T07:12:06Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001","name":"cli_test_guest_attestation_extension_and_msi000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-09-26T07:51:45Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -20643,7 +20849,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:21:15 GMT + - Mon, 26 Sep 2022 08:04:43 GMT expires: - '-1' pragma: @@ -20672,14 +20878,13 @@ interactions: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm --disable-integrity-monitoring User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts-gen2/versions?$top=1&$orderby=name%20desc&api-version=2022-03-01 response: body: - string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"20.04.202208100\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202208100\"\r\n + string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"20.04.202209200\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202209200\"\r\n \ }\r\n]" headers: cache-control: @@ -20689,7 +20894,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:21:15 GMT + - Mon, 26 Sep 2022 08:04:45 GMT expires: - '-1' pragma: @@ -20706,7 +20911,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15997,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43981 + - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15997,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43986 status: code: 200 message: OK @@ -20725,10 +20930,9 @@ interactions: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm --disable-integrity-monitoring User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts-gen2/versions/20.04.202208100?api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts-gen2/versions/20.04.202209200?api-version=2022-03-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V2\",\r\n \"architecture\": @@ -20740,20 +20944,20 @@ interactions: \"SecurityType\",\r\n \"value\": \"TrustedLaunchSupported\"\r\n },\r\n \ {\r\n \"name\": \"IsAcceleratedNetworkSupported\",\r\n \"value\": \"True\"\r\n },\r\n {\r\n \"name\": \"DiskControllerTypes\",\r\n - \ \"value\": \"SCSI\"\r\n },\r\n {\r\n \"name\": \"IsHibernateSupported\",\r\n - \ \"value\": \"True\"\r\n }\r\n ],\r\n \"osDiskImage\": {\r\n - \ \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": 30\r\n },\r\n - \ \"dataDiskImages\": []\r\n },\r\n \"location\": \"westus\",\r\n \"name\": - \"20.04.202208100\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202208100\"\r\n}" + \ \"value\": \"SCSI, NVMe\"\r\n },\r\n {\r\n \"name\": + \"IsHibernateSupported\",\r\n \"value\": \"True\"\r\n }\r\n ],\r\n + \ \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": + 30\r\n },\r\n \"dataDiskImages\": []\r\n },\r\n \"location\": \"westus\",\r\n + \ \"name\": \"20.04.202209200\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202209200\"\r\n}" headers: cache-control: - no-cache content-length: - - '1152' + - '1158' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:21:16 GMT + - Mon, 26 Sep 2022 08:04:46 GMT expires: - '-1' pragma: @@ -20770,7 +20974,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMImageFromLocation3Min;12999,Microsoft.Compute/GetVMImageFromLocation30Min;73984 + - Microsoft.Compute/GetVMImageFromLocation3Min;12999,Microsoft.Compute/GetVMImageFromLocation30Min;73991 status: code: 200 message: OK @@ -20789,30 +20993,29 @@ interactions: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm --disable-integrity-monitoring User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks?api-version=2018-01-01 response: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm000002VNET\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET\",\r\n - \ \"etag\": \"W/\\\"8d5ee495-e48c-487b-af00-b1f61970c98f\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"a2d396bb-25ab-4d85-83f7-81cd2395e276\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": - \"Succeeded\",\r\n \"resourceGuid\": \"633bf182-8c5f-4660-914b-3fd81ddc2e28\",\r\n + \"Succeeded\",\r\n \"resourceGuid\": \"9decddeb-4927-4c3d-a0a8-a6af671a05c2\",\r\n \ \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n \ ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"vm000002Subnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\",\r\n - \ \"etag\": \"W/\\\"8d5ee495-e48c-487b-af00-b1f61970c98f\\\"\",\r\n + \ \"etag\": \"W/\\\"a2d396bb-25ab-4d85-83f7-81cd2395e276\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"ipConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000002VMNic/ipConfigurations/ipconfigvm000002\"\r\n \ },\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000003VMNic/ipConfigurations/ipconfigvm000003\"\r\n \ },\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000004VMNic/ipConfigurations/ipconfigvm000004\"\r\n \ },\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000005VMNic/ipConfigurations/ipconfigvm000005\"\r\n - \ },\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007/virtualMachines/0/networkInterfaces/vmssu0090Nic/ipConfigurations/vmssu0090IPConfig\"\r\n - \ },\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007/virtualMachines/3/networkInterfaces/vmssu0090Nic/ipConfigurations/vmssu0090IPConfig\"\r\n + \ },\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007/virtualMachines/2/networkInterfaces/vmssv95feNic/ipConfigurations/vmssv95feIPConfig\"\r\n + \ },\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007/virtualMachines/3/networkInterfaces/vmssv95feNic/ipConfigurations/vmssv95feIPConfig\"\r\n \ }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \ \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -20825,7 +21028,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:21:16 GMT + - Mon, 26 Sep 2022 08:04:50 GMT expires: - '-1' pragma: @@ -20842,7 +21045,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 88ab2e49-a010-4ae9-9589-872f99d05e9d + - 95795892-a2b4-4e76-a38a-9c8f454dab5e status: code: 200 message: OK @@ -20867,13 +21070,13 @@ interactions: {"osDisk": {"createOption": "FromImage", "caching": "ReadWrite", "managedDisk": {"storageAccountType": null}}, "imageReference": {"publisher": "canonical", "offer": "0001-com-ubuntu-server-focal", "sku": "20_04-lts-gen2", "version": - "latest"}}, "osProfile": {"computerNamePrefix": "vmssm6c14", "adminUsername": + "latest"}}, "osProfile": {"computerNamePrefix": "vmssjba0d", "adminUsername": "azureuser", "linuxConfiguration": {"disablePasswordAuthentication": true, "ssh": {"publicKeys": [{"path": "/home/azureuser/.ssh/authorized_keys", "keyData": - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef"}]}}}, + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB"}]}}}, "securityProfile": {"securityType": "TrustedLaunch", "uefiSettings": {"secureBootEnabled": true, "vTpmEnabled": true}}, "networkProfile": {"networkInterfaceConfigurations": - [{"name": "vmssm6c14Nic", "properties": {"ipConfigurations": [{"name": "vmssm6c14IPConfig", + [{"name": "vmssjba0dNic", "properties": {"ipConfigurations": [{"name": "vmssjba0dIPConfig", "properties": {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet"}, "loadBalancerBackendAddressPools": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000008LB/backendAddressPools/vmss000008LBBEPool"}], "loadBalancerInboundNatPools": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000008LB/inboundNatPools/vmss000008LBNatPool"}]}}], @@ -20898,24 +21101,23 @@ interactions: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm --disable-integrity-monitoring User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vmss_deploy_TAvFPOmblz3JOkDnQGa3XmdUpXnlJ28Q","name":"vmss_deploy_TAvFPOmblz3JOkDnQGa3XmdUpXnlJ28Q","type":"Microsoft.Resources/deployments","properties":{"templateHash":"6722952419555057516","parameters":{},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2022-08-31T07:21:20.928325Z","duration":"PT0.0005311S","correlationId":"4eaa89bc-62b7-4f81-b6ca-e021c46f8a99","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"loadBalancers","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachineScaleSets","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vmss000008LBPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vmss000008LBPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000008LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000008LB"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000008LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000008LB"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000008","resourceType":"Microsoft.Compute/virtualMachineScaleSets","resourceName":"vmss000008"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vmss_deploy_KdCwFMmxXx9cYbFqWxJjiAFnNMptg5m4","name":"vmss_deploy_KdCwFMmxXx9cYbFqWxJjiAFnNMptg5m4","type":"Microsoft.Resources/deployments","properties":{"templateHash":"3819039946024293656","parameters":{},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2022-09-26T08:04:56.2573911Z","duration":"PT0.0007874S","correlationId":"c4cb8a1e-48a6-494d-9041-1184f3afe5da","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"loadBalancers","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachineScaleSets","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vmss000008LBPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vmss000008LBPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000008LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000008LB"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000008LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000008LB"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000008","resourceType":"Microsoft.Compute/virtualMachineScaleSets","resourceName":"vmss000008"}]}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vmss_deploy_TAvFPOmblz3JOkDnQGa3XmdUpXnlJ28Q/operationStatuses/08585396764058011535?api-version=2021-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vmss_deploy_KdCwFMmxXx9cYbFqWxJjiAFnNMptg5m4/operationStatuses/08585374273905905424?api-version=2021-04-01 cache-control: - no-cache content-length: - - '1980' + - '1981' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:21:21 GMT + - Mon, 26 Sep 2022 08:04:58 GMT expires: - '-1' pragma: @@ -20925,7 +21127,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1198' status: code: 201 message: Created @@ -20944,10 +21146,9 @@ interactions: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm --disable-integrity-monitoring User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585396764058011535?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585374273905905424?api-version=2021-04-01 response: body: string: '{"status":"Running"}' @@ -20959,7 +21160,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:21:52 GMT + - Mon, 26 Sep 2022 08:05:28 GMT expires: - '-1' pragma: @@ -20988,10 +21189,9 @@ interactions: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm --disable-integrity-monitoring User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585396764058011535?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585374273905905424?api-version=2021-04-01 response: body: string: '{"status":"Running"}' @@ -21003,7 +21203,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:22:22 GMT + - Mon, 26 Sep 2022 08:06:00 GMT expires: - '-1' pragma: @@ -21032,10 +21232,9 @@ interactions: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm --disable-integrity-monitoring User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585396764058011535?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585374273905905424?api-version=2021-04-01 response: body: string: '{"status":"Succeeded"}' @@ -21047,7 +21246,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:22:52 GMT + - Mon, 26 Sep 2022 08:06:30 GMT expires: - '-1' pragma: @@ -21076,23 +21275,22 @@ interactions: - -g -n --image --admin-username --security-type --enable-secure-boot --enable-vtpm --disable-integrity-monitoring User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vmss_deploy_TAvFPOmblz3JOkDnQGa3XmdUpXnlJ28Q","name":"vmss_deploy_TAvFPOmblz3JOkDnQGa3XmdUpXnlJ28Q","type":"Microsoft.Resources/deployments","properties":{"templateHash":"6722952419555057516","parameters":{},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2022-08-31T07:22:25.7806462Z","duration":"PT1M4.8528523S","correlationId":"4eaa89bc-62b7-4f81-b6ca-e021c46f8a99","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"loadBalancers","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachineScaleSets","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vmss000008LBPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vmss000008LBPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000008LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000008LB"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000008LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000008LB"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000008","resourceType":"Microsoft.Compute/virtualMachineScaleSets","resourceName":"vmss000008"}],"outputs":{"vmss":{"type":"Object","value":{"singlePlacementGroup":true,"upgradePolicy":{"mode":"Manual","rollingUpgradePolicy":{"maxBatchInstancePercent":20,"maxUnhealthyInstancePercent":20,"maxUnhealthyUpgradedInstancePercent":20,"pauseTimeBetweenBatches":"PT0S"}},"virtualMachineProfile":{"osProfile":{"computerNamePrefix":"vmssm6c14","adminUsername":"azureuser","linuxConfiguration":{"disablePasswordAuthentication":true,"ssh":{"publicKeys":[{"path":"/home/azureuser/.ssh/authorized_keys","keyData":"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef"}]},"provisionVMAgent":true,"enableVMAgentPlatformUpdates":false},"secrets":[],"allowExtensionOperations":true,"requireGuestProvisionSignal":true},"storageProfile":{"osDisk":{"osType":"Linux","createOption":"FromImage","caching":"ReadWrite","managedDisk":{"storageAccountType":"Premium_LRS"},"diskSizeGB":30},"imageReference":{"publisher":"canonical","offer":"0001-com-ubuntu-server-focal","sku":"20_04-lts-gen2","version":"latest"}},"networkProfile":{"networkInterfaceConfigurations":[{"name":"vmssm6c14Nic","properties":{"primary":true,"dnsSettings":{"dnsServers":[]},"enableIPForwarding":false,"ipConfigurations":[{"name":"vmssm6c14IPConfig","properties":{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet"},"privateIPAddressVersion":"IPv4","loadBalancerBackendAddressPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000008LB/backendAddressPools/vmss000008LBBEPool"}],"loadBalancerInboundNatPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000008LB/inboundNatPools/vmss000008LBNatPool"}]}}]}}]},"securityProfile":{"uefiSettings":{"secureBootEnabled":true,"vTpmEnabled":true},"securityType":"TrustedLaunch"}},"provisioningState":"Succeeded","overprovision":true,"doNotRunExtensionsOnOverprovisionedVMs":false,"uniqueId":"864ff80b-8bf6-48da-a25b-c3fdbde6d548","timeCreated":"2022-08-31T07:21:30.516597+00:00"}}},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000008"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000008LB"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vmss000008LBPublicIP"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vmss_deploy_KdCwFMmxXx9cYbFqWxJjiAFnNMptg5m4","name":"vmss_deploy_KdCwFMmxXx9cYbFqWxJjiAFnNMptg5m4","type":"Microsoft.Resources/deployments","properties":{"templateHash":"3819039946024293656","parameters":{},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2022-09-26T08:06:24.5204162Z","duration":"PT1M28.2638125S","correlationId":"c4cb8a1e-48a6-494d-9041-1184f3afe5da","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"loadBalancers","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachineScaleSets","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vmss000008LBPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vmss000008LBPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000008LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000008LB"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000008LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000008LB"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000008","resourceType":"Microsoft.Compute/virtualMachineScaleSets","resourceName":"vmss000008"}],"outputs":{"vmss":{"type":"Object","value":{"singlePlacementGroup":true,"upgradePolicy":{"mode":"Manual","rollingUpgradePolicy":{"maxBatchInstancePercent":20,"maxUnhealthyInstancePercent":20,"maxUnhealthyUpgradedInstancePercent":20,"pauseTimeBetweenBatches":"PT0S"}},"virtualMachineProfile":{"osProfile":{"computerNamePrefix":"vmssjba0d","adminUsername":"azureuser","linuxConfiguration":{"disablePasswordAuthentication":true,"ssh":{"publicKeys":[{"path":"/home/azureuser/.ssh/authorized_keys","keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB"}]},"provisionVMAgent":true,"enableVMAgentPlatformUpdates":false},"secrets":[],"allowExtensionOperations":true,"requireGuestProvisionSignal":true},"storageProfile":{"osDisk":{"osType":"Linux","createOption":"FromImage","caching":"ReadWrite","managedDisk":{"storageAccountType":"Premium_LRS"},"diskSizeGB":30},"imageReference":{"publisher":"canonical","offer":"0001-com-ubuntu-server-focal","sku":"20_04-lts-gen2","version":"latest"}},"networkProfile":{"networkInterfaceConfigurations":[{"name":"vmssjba0dNic","properties":{"primary":true,"dnsSettings":{"dnsServers":[]},"enableIPForwarding":false,"ipConfigurations":[{"name":"vmssjba0dIPConfig","properties":{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet"},"privateIPAddressVersion":"IPv4","loadBalancerBackendAddressPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000008LB/backendAddressPools/vmss000008LBBEPool"}],"loadBalancerInboundNatPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000008LB/inboundNatPools/vmss000008LBNatPool"}]}}]}}]},"securityProfile":{"uefiSettings":{"secureBootEnabled":true,"vTpmEnabled":true},"securityType":"TrustedLaunch"}},"provisioningState":"Succeeded","overprovision":true,"doNotRunExtensionsOnOverprovisionedVMs":false,"uniqueId":"daf812bd-1ebb-4cb8-b771-c33f897ac521","timeCreated":"2022-09-26T08:05:21.9755833+00:00"}}},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000008"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000008LB"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vmss000008LBPublicIP"}]}}' headers: cache-control: - no-cache content-length: - - '5192' + - '5194' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:22:52 GMT + - Mon, 26 Sep 2022 08:06:30 GMT expires: - '-1' pragma: @@ -21120,8 +21318,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000008?api-version=2022-03-01 response: @@ -21135,11 +21332,11 @@ interactions: 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \ \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": - \"vmssm6c14\",\r\n \"adminUsername\": \"azureuser\",\r\n \"linuxConfiguration\": + \"vmssjba0d\",\r\n \"adminUsername\": \"azureuser\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n @@ -21150,22 +21347,22 @@ interactions: \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \ \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\"\r\n - \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssm6c14Nic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssm6c14IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000008LB/backendAddressPools/vmss000008LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000008LB/inboundNatPools/vmss000008LBNatPool\"}]}}]}}]},\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssjba0dNic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssjba0dIPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000008LB/backendAddressPools/vmss000008LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000008LB/inboundNatPools/vmss000008LBNatPool\"}]}}]}}]},\r\n \ \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": - false,\r\n \"uniqueId\": \"864ff80b-8bf6-48da-a25b-c3fdbde6d548\",\r\n - \ \"timeCreated\": \"2022-08-31T07:21:30.516597+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"daf812bd-1ebb-4cb8-b771-c33f897ac521\",\r\n + \ \"timeCreated\": \"2022-09-26T08:05:21.9755833+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '3691' + - '3692' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:22:52 GMT + - Mon, 26 Sep 2022 08:06:32 GMT expires: - '-1' pragma: @@ -21182,7 +21379,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSet3Min;390,Microsoft.Compute/GetVMScaleSet30Min;2583 + - Microsoft.Compute/GetVMScaleSet3Min;193,Microsoft.Compute/GetVMScaleSet30Min;1284 status: code: 200 message: OK @@ -21198,15 +21395,14 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --image --admin-username --security-type --enable-secure-boot + - -g -n --image --admin-username --security-type User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001","name":"cli_test_guest_attestation_extension_and_msi000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-08-31T07:12:06Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001","name":"cli_test_guest_attestation_extension_and_msi000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-09-26T07:51:45Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -21215,7 +21411,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:22:52 GMT + - Mon, 26 Sep 2022 08:06:32 GMT expires: - '-1' pragma: @@ -21241,16 +21437,15 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --image --admin-username --security-type --enable-secure-boot + - -g -n --image --admin-username --security-type User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts-gen2/versions?$top=1&$orderby=name%20desc&api-version=2022-03-01 response: body: - string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"20.04.202208100\",\r\n - \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202208100\"\r\n + string: "[\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"20.04.202209200\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202209200\"\r\n \ }\r\n]" headers: cache-control: @@ -21260,7 +21455,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:22:53 GMT + - Mon, 26 Sep 2022 08:06:34 GMT expires: - '-1' pragma: @@ -21277,7 +21472,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15995,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43979 + - Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15995,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43984 status: code: 200 message: OK @@ -21293,12 +21488,11 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --image --admin-username --security-type --enable-secure-boot + - -g -n --image --admin-username --security-type User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts-gen2/versions/20.04.202208100?api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/canonical/artifacttypes/vmimage/offers/0001-com-ubuntu-server-focal/skus/20_04-lts-gen2/versions/20.04.202209200?api-version=2022-03-01 response: body: string: "{\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V2\",\r\n \"architecture\": @@ -21310,20 +21504,20 @@ interactions: \"SecurityType\",\r\n \"value\": \"TrustedLaunchSupported\"\r\n },\r\n \ {\r\n \"name\": \"IsAcceleratedNetworkSupported\",\r\n \"value\": \"True\"\r\n },\r\n {\r\n \"name\": \"DiskControllerTypes\",\r\n - \ \"value\": \"SCSI\"\r\n },\r\n {\r\n \"name\": \"IsHibernateSupported\",\r\n - \ \"value\": \"True\"\r\n }\r\n ],\r\n \"osDiskImage\": {\r\n - \ \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": 30\r\n },\r\n - \ \"dataDiskImages\": []\r\n },\r\n \"location\": \"westus\",\r\n \"name\": - \"20.04.202208100\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202208100\"\r\n}" + \ \"value\": \"SCSI, NVMe\"\r\n },\r\n {\r\n \"name\": + \"IsHibernateSupported\",\r\n \"value\": \"True\"\r\n }\r\n ],\r\n + \ \"osDiskImage\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"sizeInGb\": + 30\r\n },\r\n \"dataDiskImages\": []\r\n },\r\n \"location\": \"westus\",\r\n + \ \"name\": \"20.04.202209200\",\r\n \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/canonical/ArtifactTypes/VMImage/Offers/0001-com-ubuntu-server-focal/Skus/20_04-lts-gen2/Versions/20.04.202209200\"\r\n}" headers: cache-control: - no-cache content-length: - - '1152' + - '1158' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:22:53 GMT + - Mon, 26 Sep 2022 08:06:35 GMT expires: - '-1' pragma: @@ -21333,14 +21527,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMImageFromLocation3Min;12997,Microsoft.Compute/GetVMImageFromLocation30Min;73982 + - Microsoft.Compute/GetVMImageFromLocation3Min;12998,Microsoft.Compute/GetVMImageFromLocation30Min;73990 status: code: 200 message: OK @@ -21356,36 +21546,35 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --image --admin-username --security-type --enable-secure-boot + - -g -n --image --admin-username --security-type User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-network/21.0.1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks?api-version=2018-01-01 response: body: string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"vm000002VNET\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET\",\r\n - \ \"etag\": \"W/\\\"0612be41-4243-4db0-bddc-05d48b4e2d62\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"56ba50ae-dc81-4d57-982e-f06f8c5d1df8\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": - \"Succeeded\",\r\n \"resourceGuid\": \"633bf182-8c5f-4660-914b-3fd81ddc2e28\",\r\n + \"Succeeded\",\r\n \"resourceGuid\": \"9decddeb-4927-4c3d-a0a8-a6af671a05c2\",\r\n \ \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n \ ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"vm000002Subnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\",\r\n - \ \"etag\": \"W/\\\"0612be41-4243-4db0-bddc-05d48b4e2d62\\\"\",\r\n + \ \"etag\": \"W/\\\"56ba50ae-dc81-4d57-982e-f06f8c5d1df8\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"ipConfigurations\": [\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000002VMNic/ipConfigurations/ipconfigvm000002\"\r\n \ },\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000003VMNic/ipConfigurations/ipconfigvm000003\"\r\n \ },\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000004VMNic/ipConfigurations/ipconfigvm000004\"\r\n \ },\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/networkInterfaces/vm000005VMNic/ipConfigurations/ipconfigvm000005\"\r\n - \ },\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007/virtualMachines/0/networkInterfaces/vmssu0090Nic/ipConfigurations/vmssu0090IPConfig\"\r\n - \ },\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007/virtualMachines/3/networkInterfaces/vmssu0090Nic/ipConfigurations/vmssu0090IPConfig\"\r\n - \ },\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000008/virtualMachines/0/networkInterfaces/vmssm6c14Nic/ipConfigurations/vmssm6c14IPConfig\"\r\n - \ },\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000008/virtualMachines/1/networkInterfaces/vmssm6c14Nic/ipConfigurations/vmssm6c14IPConfig\"\r\n - \ },\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000008/virtualMachines/2/networkInterfaces/vmssm6c14Nic/ipConfigurations/vmssm6c14IPConfig\"\r\n - \ },\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000008/virtualMachines/3/networkInterfaces/vmssm6c14Nic/ipConfigurations/vmssm6c14IPConfig\"\r\n + \ },\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007/virtualMachines/2/networkInterfaces/vmssv95feNic/ipConfigurations/vmssv95feIPConfig\"\r\n + \ },\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000007/virtualMachines/3/networkInterfaces/vmssv95feNic/ipConfigurations/vmssv95feIPConfig\"\r\n + \ },\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000008/virtualMachines/0/networkInterfaces/vmssjba0dNic/ipConfigurations/vmssjba0dIPConfig\"\r\n + \ },\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000008/virtualMachines/1/networkInterfaces/vmssjba0dNic/ipConfigurations/vmssjba0dIPConfig\"\r\n + \ },\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000008/virtualMachines/2/networkInterfaces/vmssjba0dNic/ipConfigurations/vmssjba0dIPConfig\"\r\n + \ },\r\n {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000008/virtualMachines/3/networkInterfaces/vmssjba0dNic/ipConfigurations/vmssjba0dIPConfig\"\r\n \ }\r\n ]\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \ \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -21398,7 +21587,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:22:54 GMT + - Mon, 26 Sep 2022 08:06:36 GMT expires: - '-1' pragma: @@ -21415,7 +21604,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 184f554c-41a5-44fd-929d-797d1976108a + - d6afcd56-7cdd-4ebb-bf40-675f41d1d36a status: code: 200 message: OK @@ -21440,13 +21629,13 @@ interactions: {"osDisk": {"createOption": "FromImage", "caching": "ReadWrite", "managedDisk": {"storageAccountType": null}}, "imageReference": {"publisher": "canonical", "offer": "0001-com-ubuntu-server-focal", "sku": "20_04-lts-gen2", "version": - "latest"}}, "osProfile": {"computerNamePrefix": "vmssi7b01", "adminUsername": + "latest"}}, "osProfile": {"computerNamePrefix": "vmssp4b09", "adminUsername": "azureuser", "linuxConfiguration": {"disablePasswordAuthentication": true, "ssh": {"publicKeys": [{"path": "/home/azureuser/.ssh/authorized_keys", "keyData": - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef"}]}}}, + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB"}]}}}, "securityProfile": {"securityType": "TrustedLaunch", "uefiSettings": {"secureBootEnabled": true, "vTpmEnabled": true}}, "networkProfile": {"networkInterfaceConfigurations": - [{"name": "vmssi7b01Nic", "properties": {"ipConfigurations": [{"name": "vmssi7b01IPConfig", + [{"name": "vmssp4b09Nic", "properties": {"ipConfigurations": [{"name": "vmssp4b09IPConfig", "properties": {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet"}, "loadBalancerBackendAddressPools": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/backendAddressPools/vmss000009LBBEPool"}], "loadBalancerInboundNatPools": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/inboundNatPools/vmss000009LBNatPool"}]}}], @@ -21469,26 +21658,25 @@ interactions: Content-Type: - application/json ParameterSetName: - - -g -n --image --admin-username --security-type --enable-secure-boot + - -g -n --image --admin-username --security-type User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vmss_deploy_Oo8vRPk5Nf6sCAIm8KubQ2E43FUpIMvm","name":"vmss_deploy_Oo8vRPk5Nf6sCAIm8KubQ2E43FUpIMvm","type":"Microsoft.Resources/deployments","properties":{"templateHash":"12111319613313343936","parameters":{},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2022-08-31T07:22:58.9732291Z","duration":"PT0.0008261S","correlationId":"4b38984b-6d47-4c46-99b2-5e098ae41477","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"loadBalancers","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachineScaleSets","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vmss000009LBPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vmss000009LBPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000009LB"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000009LB"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000009","resourceType":"Microsoft.Compute/virtualMachineScaleSets","resourceName":"vmss000009"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vmss_deploy_CtNNjqy8alHIfs3wixHuI2kzJaMxOS5k","name":"vmss_deploy_CtNNjqy8alHIfs3wixHuI2kzJaMxOS5k","type":"Microsoft.Resources/deployments","properties":{"templateHash":"17884377087461226675","parameters":{},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2022-09-26T08:06:47.3805006Z","duration":"PT0.000446S","correlationId":"0e91e1d4-261f-4826-a57f-8c462d9fd183","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"loadBalancers","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachineScaleSets","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vmss000009LBPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vmss000009LBPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000009LB"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000009LB"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000009","resourceType":"Microsoft.Compute/virtualMachineScaleSets","resourceName":"vmss000009"}]}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vmss_deploy_Oo8vRPk5Nf6sCAIm8KubQ2E43FUpIMvm/operationStatuses/08585396763076727962?api-version=2021-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vmss_deploy_CtNNjqy8alHIfs3wixHuI2kzJaMxOS5k/operationStatuses/08585374272811739028?api-version=2021-04-01 cache-control: - no-cache content-length: - - '1982' + - '1981' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:22:59 GMT + - Mon, 26 Sep 2022 08:06:48 GMT expires: - '-1' pragma: @@ -21498,7 +21686,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1199' status: code: 201 message: Created @@ -21514,12 +21702,11 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --image --admin-username --security-type --enable-secure-boot + - -g -n --image --admin-username --security-type User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585396763076727962?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585374272811739028?api-version=2021-04-01 response: body: string: '{"status":"Running"}' @@ -21531,7 +21718,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:23:29 GMT + - Mon, 26 Sep 2022 08:07:19 GMT expires: - '-1' pragma: @@ -21557,12 +21744,11 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --image --admin-username --security-type --enable-secure-boot + - -g -n --image --admin-username --security-type User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585396763076727962?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585374272811739028?api-version=2021-04-01 response: body: string: '{"status":"Running"}' @@ -21574,7 +21760,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:23:59 GMT + - Mon, 26 Sep 2022 08:07:51 GMT expires: - '-1' pragma: @@ -21600,12 +21786,11 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --image --admin-username --security-type --enable-secure-boot + - -g -n --image --admin-username --security-type User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585396763076727962?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585374272811739028?api-version=2021-04-01 response: body: string: '{"status":"Succeeded"}' @@ -21617,7 +21802,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:24:30 GMT + - Mon, 26 Sep 2022 08:08:21 GMT expires: - '-1' pragma: @@ -21643,25 +21828,24 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --image --admin-username --security-type --enable-secure-boot + - -g -n --image --admin-username --security-type User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vmss_deploy_Oo8vRPk5Nf6sCAIm8KubQ2E43FUpIMvm","name":"vmss_deploy_Oo8vRPk5Nf6sCAIm8KubQ2E43FUpIMvm","type":"Microsoft.Resources/deployments","properties":{"templateHash":"12111319613313343936","parameters":{},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2022-08-31T07:24:02.3847534Z","duration":"PT1M3.4123504S","correlationId":"4b38984b-6d47-4c46-99b2-5e098ae41477","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"loadBalancers","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachineScaleSets","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vmss000009LBPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vmss000009LBPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000009LB"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000009LB"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000009","resourceType":"Microsoft.Compute/virtualMachineScaleSets","resourceName":"vmss000009"}],"outputs":{"vmss":{"type":"Object","value":{"singlePlacementGroup":true,"upgradePolicy":{"mode":"Manual","rollingUpgradePolicy":{"maxBatchInstancePercent":20,"maxUnhealthyInstancePercent":20,"maxUnhealthyUpgradedInstancePercent":20,"pauseTimeBetweenBatches":"PT0S"}},"virtualMachineProfile":{"osProfile":{"computerNamePrefix":"vmssi7b01","adminUsername":"azureuser","linuxConfiguration":{"disablePasswordAuthentication":true,"ssh":{"publicKeys":[{"path":"/home/azureuser/.ssh/authorized_keys","keyData":"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef"}]},"provisionVMAgent":true,"enableVMAgentPlatformUpdates":false},"secrets":[],"allowExtensionOperations":true,"requireGuestProvisionSignal":true},"storageProfile":{"osDisk":{"osType":"Linux","createOption":"FromImage","caching":"ReadWrite","managedDisk":{"storageAccountType":"Premium_LRS"},"diskSizeGB":30},"imageReference":{"publisher":"canonical","offer":"0001-com-ubuntu-server-focal","sku":"20_04-lts-gen2","version":"latest"}},"networkProfile":{"networkInterfaceConfigurations":[{"name":"vmssi7b01Nic","properties":{"primary":true,"dnsSettings":{"dnsServers":[]},"enableIPForwarding":false,"ipConfigurations":[{"name":"vmssi7b01IPConfig","properties":{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet"},"privateIPAddressVersion":"IPv4","loadBalancerBackendAddressPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/backendAddressPools/vmss000009LBBEPool"}],"loadBalancerInboundNatPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/inboundNatPools/vmss000009LBNatPool"}]}}]}}]},"securityProfile":{"uefiSettings":{"secureBootEnabled":true,"vTpmEnabled":true},"securityType":"TrustedLaunch"}},"provisioningState":"Succeeded","overprovision":true,"doNotRunExtensionsOnOverprovisionedVMs":false,"uniqueId":"05521320-f4f7-46c5-8a65-6eb6e7ba09b4","timeCreated":"2022-08-31T07:23:04.7675771+00:00"}}},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000009"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vmss000009LBPublicIP"}]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Resources/deployments/vmss_deploy_CtNNjqy8alHIfs3wixHuI2kzJaMxOS5k","name":"vmss_deploy_CtNNjqy8alHIfs3wixHuI2kzJaMxOS5k","type":"Microsoft.Resources/deployments","properties":{"templateHash":"17884377087461226675","parameters":{},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2022-09-26T08:08:14.2693524Z","duration":"PT1M26.8892978S","correlationId":"0e91e1d4-261f-4826-a57f-8c462d9fd183","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"publicIPAddresses","locations":["westus"]},{"resourceType":"loadBalancers","locations":["westus"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachineScaleSets","locations":["westus"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vmss000009LBPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"vmss000009LBPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000009LB"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"vmss000009LB"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000009","resourceType":"Microsoft.Compute/virtualMachineScaleSets","resourceName":"vmss000009"}],"outputs":{"vmss":{"type":"Object","value":{"singlePlacementGroup":true,"upgradePolicy":{"mode":"Manual","rollingUpgradePolicy":{"maxBatchInstancePercent":20,"maxUnhealthyInstancePercent":20,"maxUnhealthyUpgradedInstancePercent":20,"pauseTimeBetweenBatches":"PT0S"}},"virtualMachineProfile":{"osProfile":{"computerNamePrefix":"vmssp4b09","adminUsername":"azureuser","linuxConfiguration":{"disablePasswordAuthentication":true,"ssh":{"publicKeys":[{"path":"/home/azureuser/.ssh/authorized_keys","keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB"}]},"provisionVMAgent":true,"enableVMAgentPlatformUpdates":false},"secrets":[],"allowExtensionOperations":true,"requireGuestProvisionSignal":true},"storageProfile":{"osDisk":{"osType":"Linux","createOption":"FromImage","caching":"ReadWrite","managedDisk":{"storageAccountType":"Premium_LRS"},"diskSizeGB":30},"imageReference":{"publisher":"canonical","offer":"0001-com-ubuntu-server-focal","sku":"20_04-lts-gen2","version":"latest"}},"networkProfile":{"networkInterfaceConfigurations":[{"name":"vmssp4b09Nic","properties":{"primary":true,"dnsSettings":{"dnsServers":[]},"enableIPForwarding":false,"ipConfigurations":[{"name":"vmssp4b09IPConfig","properties":{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet"},"privateIPAddressVersion":"IPv4","loadBalancerBackendAddressPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/backendAddressPools/vmss000009LBBEPool"}],"loadBalancerInboundNatPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/inboundNatPools/vmss000009LBNatPool"}]}}]}}]},"securityProfile":{"uefiSettings":{"secureBootEnabled":true,"vTpmEnabled":true},"securityType":"TrustedLaunch"}},"provisioningState":"Succeeded","overprovision":true,"doNotRunExtensionsOnOverprovisionedVMs":false,"uniqueId":"0e4d97d5-bffd-4fcb-9f2a-f236588542f1","timeCreated":"2022-09-26T08:07:10.8364329+00:00"}}},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000009"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/publicIPAddresses/vmss000009LBPublicIP"}]}}' headers: cache-control: - no-cache content-length: - - '5194' + - '5195' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:24:30 GMT + - Mon, 26 Sep 2022 08:08:21 GMT expires: - '-1' pragma: @@ -21687,10 +21871,9 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --image --admin-username --security-type --enable-secure-boot + - -g -n --image --admin-username --security-type User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000009?api-version=2022-03-01 response: @@ -21698,19 +21881,19 @@ interactions: string: "{\r\n \"name\": \"vmss000009\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000009\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n - \ \"principalId\": \"d847a6bf-85c9-48fb-af92-d4756eab19c0\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\"\r\n },\r\n \"sku\": {\r\n \"name\": + \ \"principalId\": \"6aa0d302-03fd-495d-9e7f-5f532c3b709e\",\r\n \"tenantId\": + \"d99f94f0-719f-4528-a9b1-cba806ef4124\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n \ },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \ \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"vmssi7b01\",\r\n \"adminUsername\": + {\r\n \"computerNamePrefix\": \"vmssp4b09\",\r\n \"adminUsername\": \"azureuser\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n @@ -21721,13 +21904,13 @@ interactions: \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \ \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\"\r\n - \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssi7b01Nic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssi7b01IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/backendAddressPools/vmss000009LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/inboundNatPools/vmss000009LBNatPool\"}]}}]}}]},\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssp4b09Nic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssp4b09IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/backendAddressPools/vmss000009LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/inboundNatPools/vmss000009LBNatPool\"}]}}]}}]},\r\n \ \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": - false,\r\n \"uniqueId\": \"05521320-f4f7-46c5-8a65-6eb6e7ba09b4\",\r\n - \ \"timeCreated\": \"2022-08-31T07:23:04.7675771+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"0e4d97d5-bffd-4fcb-9f2a-f236588542f1\",\r\n + \ \"timeCreated\": \"2022-09-26T08:07:10.8364329+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache @@ -21736,7 +21919,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:24:31 GMT + - Mon, 26 Sep 2022 08:08:22 GMT expires: - '-1' pragma: @@ -21753,7 +21936,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSet3Min;389,Microsoft.Compute/GetVMScaleSet30Min;2576 + - Microsoft.Compute/GetVMScaleSet3Min;191,Microsoft.Compute/GetVMScaleSet30Min;1279 status: code: 200 message: OK @@ -21769,10 +21952,9 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --image --admin-username --security-type --enable-secure-boot + - -g -n --image --admin-username --security-type User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000009?api-version=2022-03-01 response: @@ -21780,19 +21962,19 @@ interactions: string: "{\r\n \"name\": \"vmss000009\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000009\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n - \ \"principalId\": \"d847a6bf-85c9-48fb-af92-d4756eab19c0\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\"\r\n },\r\n \"sku\": {\r\n \"name\": + \ \"principalId\": \"6aa0d302-03fd-495d-9e7f-5f532c3b709e\",\r\n \"tenantId\": + \"d99f94f0-719f-4528-a9b1-cba806ef4124\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n \ },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \ \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"vmssi7b01\",\r\n \"adminUsername\": + {\r\n \"computerNamePrefix\": \"vmssp4b09\",\r\n \"adminUsername\": \"azureuser\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n @@ -21803,13 +21985,13 @@ interactions: \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \ \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\"\r\n - \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssi7b01Nic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssi7b01IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/backendAddressPools/vmss000009LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/inboundNatPools/vmss000009LBNatPool\"}]}}]}}]},\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssp4b09Nic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssp4b09IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/backendAddressPools/vmss000009LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/inboundNatPools/vmss000009LBNatPool\"}]}}]}}]},\r\n \ \"securityProfile\": {\r\n \"uefiSettings\": {\r\n \"secureBootEnabled\": true,\r\n \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": - false,\r\n \"uniqueId\": \"05521320-f4f7-46c5-8a65-6eb6e7ba09b4\",\r\n - \ \"timeCreated\": \"2022-08-31T07:23:04.7675771+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"0e4d97d5-bffd-4fcb-9f2a-f236588542f1\",\r\n + \ \"timeCreated\": \"2022-09-26T08:07:10.8364329+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache @@ -21818,7 +22000,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:24:30 GMT + - Mon, 26 Sep 2022 08:08:23 GMT expires: - '-1' pragma: @@ -21828,14 +22010,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSet3Min;388,Microsoft.Compute/GetVMScaleSet30Min;2575 + - Microsoft.Compute/GetVMScaleSet3Min;190,Microsoft.Compute/GetVMScaleSet30Min;1278 status: code: 200 message: OK @@ -21851,10 +22029,9 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --image --admin-username --security-type --enable-secure-boot + - -g -n --image --admin-username --security-type User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers?api-version=2022-03-01 response: @@ -21893,6 +22070,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/1624590941808\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"1640334196980\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/1640334196980\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"1653036178719\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/1653036178719\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"1654668554142\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/1654668554142\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"1e\",\r\n @@ -21917,6 +22096,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/a10networks\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"a10networks1596136698788\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/a10networks1596136698788\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"abcostingprodutoseserviosltda1657246951521\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/abcostingprodutoseserviosltda1657246951521\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"abiquo\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/abiquo\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"abzoobainc1598420455082\",\r\n @@ -22279,6 +22460,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/bt-americas-inc\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"buddhalabs\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/buddhalabs\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"bui\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/bui\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cadosecurityltd1626856705534\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cadosecurityltd1626856705534\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"calculated_systems\",\r\n @@ -22287,6 +22470,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/callabacloud1655146409258\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"callwaretechnologiesinc1657114750733\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/callwaretechnologiesinc1657114750733\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"calnexsolutionsplc1646835041441\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/calnexsolutionsplc1646835041441\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"caloudi_corp\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/caloudi_corp\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"canadiancentreforcybersecurity1610638436359\",\r\n @@ -22349,6 +22534,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cinegy-gmbh\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ciphertechsinc1646670709341\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ciphertechsinc1646670709341\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ciq\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ciq\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"circleci\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/circleci\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cires21\",\r\n @@ -22525,6 +22712,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ctrliqinc1648673227698\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cubebackup\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cubebackup\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cubebackupinc1662619479161\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cubebackupinc1662619479161\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cyberark\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/cyberark\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"cybercxptyltd1590132359004\",\r\n @@ -22813,6 +23002,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/filecatalyst\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"filemagellc\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/filemagellc\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"filingcloud\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/filingcloud\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"fiorano\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/fiorano\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"fireeye\",\r\n @@ -22973,10 +23164,14 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/holo-industrie40softwaregmbh1600957636008\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hortonworks\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/hortonworks\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hostingcontrollerinc1656315491972\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/hostingcontrollerinc1656315491972\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hpe\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/hpe\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"HPE.Security.ApplicationDefender\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/HPE.Security.ApplicationDefender\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hpe.serviceguard.ha.dr\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/hpe.serviceguard.ha.dr\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"huawei\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/huawei\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"hubstor-inc\",\r\n @@ -23145,6 +23340,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ivanti-inc-pcs\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ivanti-nzta\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ivanti-nzta\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ivanti-vadc\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ivanti-vadc\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ivix1595238749040\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ivix1595238749040\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"iwnamespace\",\r\n @@ -23907,6 +24104,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Azure.Monitoring.DependencyAgent.Edp\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"Microsoft.Azure.Networking.DNS\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Azure.Networking.DNS\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"Microsoft.Azure.Networking.PingMesh.Test\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Azure.Networking.PingMesh.Test\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"Microsoft.Azure.Networking.SDN\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/Microsoft.Azure.Networking.SDN\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"Microsoft.Azure.NetworkWatcher\",\r\n @@ -24245,6 +24444,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/miraclelinux\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"miracl_linux\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/miracl_linux\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"mirantis\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/mirantis\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"miri-infotech-pvt-ltd\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/miri-infotech-pvt-ltd\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"mistio1601460379393\",\r\n @@ -24313,6 +24514,10 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/nefelinetworks1591201080882\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neo4j\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/neo4j\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neonforge\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/neonforge\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neonforgellc1660679895021\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/neonforgellc1660679895021\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neos\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/neos\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"neowaybusinesssolutions-4956350\",\r\n @@ -24373,6 +24578,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/niolabs-5229713\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"nirvatosoftwarepvtltd1601368706606\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/nirvatosoftwarepvtltd1601368706606\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"nmcloudsolutionsllc1645603292959\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/nmcloudsolutionsllc1645603292959\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"nodejsapi\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/nodejsapi\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"noianetworklimited1584098036197\",\r\n @@ -25139,6 +25346,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/techlatest\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"technicheltd1606969724100\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/technicheltd1606969724100\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"technidoosolutions\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/technidoosolutions\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"tecknolab\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/tecknolab\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"telepat\",\r\n @@ -25289,6 +25498,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ubeeko\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ubercloud\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ubercloud\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ubika\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/ubika\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"uipath-5054924\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/uipath-5054924\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"ulex\",\r\n @@ -25369,6 +25580,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/virtualpulsesro1607008728942\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"virtuozzointernationalgmbh1626704951469\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/virtuozzointernationalgmbh1626704951469\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"visokiouklimited1661943152060\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/visokiouklimited1661943152060\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"visualknowledgeshare1591795776234\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/visualknowledgeshare1591795776234\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"visualsoft-center\",\r\n @@ -25483,6 +25696,8 @@ interactions: \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/z4it-aps\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"zabbix\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/zabbix\"\r\n + \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"zeetim1660843138752\",\r\n + \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/zeetim1660843138752\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"zend\",\r\n \ \"id\": \"/Subscriptions/00000000-0000-0000-0000-000000000000/Providers/Microsoft.Compute/Locations/westus/Publishers/zend\"\r\n \ },\r\n {\r\n \"location\": \"westus\",\r\n \"name\": \"zenterasystemsinc1605292453288\",\r\n @@ -25510,11 +25725,11 @@ interactions: cache-control: - no-cache content-length: - - '414374' + - '418497' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:24:31 GMT + - Mon, 26 Sep 2022 08:08:25 GMT expires: - '-1' pragma: @@ -25545,10 +25760,9 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --image --admin-username --security-type --enable-secure-boot + - -g -n --image --admin-username --security-type User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Azure.Security.LinuxAttestation/artifacttypes/vmextension/types?api-version=2022-03-01 response: @@ -25564,7 +25778,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:24:31 GMT + - Mon, 26 Sep 2022 08:08:25 GMT expires: - '-1' pragma: @@ -25597,10 +25811,9 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --image --admin-username --security-type --enable-secure-boot + - -g -n --image --admin-username --security-type User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/publishers/Microsoft.Azure.Security.LinuxAttestation/artifacttypes/vmextension/types/GuestAttestation/versions?api-version=2022-03-01 response: @@ -25640,7 +25853,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:24:31 GMT + - Mon, 26 Sep 2022 08:08:26 GMT expires: - '-1' pragma: @@ -25667,15 +25880,15 @@ interactions: {"upgradePolicy": {"mode": "Manual", "rollingUpgradePolicy": {"maxBatchInstancePercent": 20, "maxUnhealthyInstancePercent": 20, "maxUnhealthyUpgradedInstancePercent": 20, "pauseTimeBetweenBatches": "PT0S"}}, "virtualMachineProfile": {"osProfile": - {"computerNamePrefix": "vmssi7b01", "adminUsername": "azureuser", "linuxConfiguration": + {"computerNamePrefix": "vmssp4b09", "adminUsername": "azureuser", "linuxConfiguration": {"disablePasswordAuthentication": true, "ssh": {"publicKeys": [{"path": "/home/azureuser/.ssh/authorized_keys", - "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef"}]}, + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB"}]}, "provisionVMAgent": true}, "secrets": [], "allowExtensionOperations": true}, "storageProfile": {"osDisk": {"caching": "ReadWrite", "createOption": "FromImage", "diskSizeGB": 30, "osType": "Linux", "managedDisk": {"storageAccountType": "Premium_LRS"}}}, - "networkProfile": {"networkInterfaceConfigurations": [{"name": "vmssi7b01Nic", + "networkProfile": {"networkInterfaceConfigurations": [{"name": "vmssp4b09Nic", "properties": {"primary": true, "dnsSettings": {"dnsServers": []}, "ipConfigurations": - [{"name": "vmssi7b01IPConfig", "properties": {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet"}, + [{"name": "vmssp4b09IPConfig", "properties": {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet"}, "privateIPAddressVersion": "IPv4", "loadBalancerBackendAddressPools": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/backendAddressPools/vmss000009LBBEPool"}], "loadBalancerInboundNatPools": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/inboundNatPools/vmss000009LBNatPool"}]}}], @@ -25699,10 +25912,9 @@ interactions: Content-Type: - application/json ParameterSetName: - - -g -n --image --admin-username --security-type --enable-secure-boot + - -g -n --image --admin-username --security-type User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000009?api-version=2022-03-01 response: @@ -25710,19 +25922,19 @@ interactions: string: "{\r\n \"name\": \"vmss000009\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000009\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n - \ \"principalId\": \"d847a6bf-85c9-48fb-af92-d4756eab19c0\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\"\r\n },\r\n \"sku\": {\r\n \"name\": + \ \"principalId\": \"6aa0d302-03fd-495d-9e7f-5f532c3b709e\",\r\n \"tenantId\": + \"d99f94f0-719f-4528-a9b1-cba806ef4124\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n \ },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \ \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"vmssi7b01\",\r\n \"adminUsername\": + {\r\n \"computerNamePrefix\": \"vmssp4b09\",\r\n \"adminUsername\": \"azureuser\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n @@ -25733,7 +25945,7 @@ interactions: \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \ \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\"\r\n - \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssi7b01Nic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssi7b01IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/backendAddressPools/vmss000009LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/inboundNatPools/vmss000009LBNatPool\"}]}}]}}]},\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssp4b09Nic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssp4b09IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/backendAddressPools/vmss000009LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/inboundNatPools/vmss000009LBNatPool\"}]}}]}}]},\r\n \ \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \ \"name\": \"GuestAttestation\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"publisher\": @@ -25744,13 +25956,13 @@ interactions: \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n }\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \ \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": - false,\r\n \"uniqueId\": \"05521320-f4f7-46c5-8a65-6eb6e7ba09b4\",\r\n - \ \"timeCreated\": \"2022-08-31T07:23:04.7675771+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"0e4d97d5-bffd-4fcb-9f2a-f236588542f1\",\r\n + \ \"timeCreated\": \"2022-09-26T08:07:10.8364329+00:00\"\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/c92f20ff-90ce-4ad6-ad8c-a30dbafc8d94?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2022-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/10fd545e-dd55-460e-a7bb-b7c8741f3d23?p=6ba91199-1f1d-45ed-b859-c1738716a174&api-version=2022-03-01 cache-control: - no-cache content-length: @@ -25758,7 +25970,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:24:36 GMT + - Mon, 26 Sep 2022 08:08:36 GMT expires: - '-1' pragma: @@ -25768,16 +25980,12 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - Microsoft.Compute/CreateVMScaleSet3Min;58,Microsoft.Compute/CreateVMScaleSet30Min;295,Microsoft.Compute/VmssQueuedVMOperations;0 x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1199' x-ms-request-charge: - '0' status: @@ -25795,25 +26003,24 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --image --admin-username --security-type --enable-secure-boot + - -g -n --image --admin-username --security-type User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/c92f20ff-90ce-4ad6-ad8c-a30dbafc8d94?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/10fd545e-dd55-460e-a7bb-b7c8741f3d23?p=6ba91199-1f1d-45ed-b859-c1738716a174&api-version=2022-03-01 response: body: - string: "{\r\n \"startTime\": \"2022-08-31T07:24:36.2530134+00:00\",\r\n \"status\": - \"InProgress\",\r\n \"name\": \"c92f20ff-90ce-4ad6-ad8c-a30dbafc8d94\"\r\n}" + string: "{\r\n \"startTime\": \"2022-09-26T08:08:34.665689+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"10fd545e-dd55-460e-a7bb-b7c8741f3d23\"\r\n}" headers: cache-control: - no-cache content-length: - - '134' + - '133' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:24:46 GMT + - Mon, 26 Sep 2022 08:08:47 GMT expires: - '-1' pragma: @@ -25823,14 +26030,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29924 + - Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29973 status: code: 200 message: OK @@ -25846,26 +26049,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --image --admin-username --security-type --enable-secure-boot + - -g -n --image --admin-username --security-type User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/c92f20ff-90ce-4ad6-ad8c-a30dbafc8d94?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/10fd545e-dd55-460e-a7bb-b7c8741f3d23?p=6ba91199-1f1d-45ed-b859-c1738716a174&api-version=2022-03-01 response: body: - string: "{\r\n \"startTime\": \"2022-08-31T07:24:36.2530134+00:00\",\r\n \"endTime\": - \"2022-08-31T07:24:55.0500074+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"c92f20ff-90ce-4ad6-ad8c-a30dbafc8d94\"\r\n}" + string: "{\r\n \"startTime\": \"2022-09-26T08:08:34.665689+00:00\",\r\n \"endTime\": + \"2022-09-26T08:09:09.5255565+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"10fd545e-dd55-460e-a7bb-b7c8741f3d23\"\r\n}" headers: cache-control: - no-cache content-length: - - '184' + - '183' content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:25:24 GMT + - Mon, 26 Sep 2022 08:09:24 GMT expires: - '-1' pragma: @@ -25875,14 +26077,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29937 + - Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29971 status: code: 200 message: OK @@ -25898,10 +26096,9 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --image --admin-username --security-type --enable-secure-boot + - -g -n --image --admin-username --security-type User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000009?api-version=2022-03-01 response: @@ -25909,19 +26106,19 @@ interactions: string: "{\r\n \"name\": \"vmss000009\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000009\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n - \ \"principalId\": \"d847a6bf-85c9-48fb-af92-d4756eab19c0\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\"\r\n },\r\n \"sku\": {\r\n \"name\": + \ \"principalId\": \"6aa0d302-03fd-495d-9e7f-5f532c3b709e\",\r\n \"tenantId\": + \"d99f94f0-719f-4528-a9b1-cba806ef4124\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n \ },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \ \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"vmssi7b01\",\r\n \"adminUsername\": + {\r\n \"computerNamePrefix\": \"vmssp4b09\",\r\n \"adminUsername\": \"azureuser\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n @@ -25932,7 +26129,7 @@ interactions: \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \ \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\"\r\n - \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssi7b01Nic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssi7b01IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/backendAddressPools/vmss000009LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/inboundNatPools/vmss000009LBNatPool\"}]}}]}}]},\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssp4b09Nic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssp4b09IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/backendAddressPools/vmss000009LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/inboundNatPools/vmss000009LBNatPool\"}]}}]}}]},\r\n \ \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \ \"name\": \"GuestAttestation\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"publisher\": @@ -25943,8 +26140,8 @@ interactions: \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": - false,\r\n \"uniqueId\": \"05521320-f4f7-46c5-8a65-6eb6e7ba09b4\",\r\n - \ \"timeCreated\": \"2022-08-31T07:23:04.7675771+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"0e4d97d5-bffd-4fcb-9f2a-f236588542f1\",\r\n + \ \"timeCreated\": \"2022-09-26T08:07:10.8364329+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache @@ -25953,7 +26150,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:25:24 GMT + - Mon, 26 Sep 2022 08:09:25 GMT expires: - '-1' pragma: @@ -25963,14 +26160,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSet3Min;387,Microsoft.Compute/GetVMScaleSet30Min;2571 + - Microsoft.Compute/GetVMScaleSet3Min;188,Microsoft.Compute/GetVMScaleSet30Min;1273 status: code: 200 message: OK @@ -25990,28 +26183,29 @@ interactions: Content-Type: - application/json ParameterSetName: - - -g -n --image --admin-username --security-type --enable-secure-boot + - -g -n --image --admin-username --security-type User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000009/manualupgrade?api-version=2022-03-01 response: body: string: '' headers: + azure-asyncnotification: + - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/da8a1a5d-48a9-44b2-8c7f-03aa6d5cf406?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2022-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/0ce490c8-2430-4054-ab84-251dccdc2c89?p=6ba91199-1f1d-45ed-b859-c1738716a174&api-version=2022-03-01 cache-control: - no-cache content-length: - '0' date: - - Wed, 31 Aug 2022 07:25:25 GMT + - Mon, 26 Sep 2022 08:09:27 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/da8a1a5d-48a9-44b2-8c7f-03aa6d5cf406?p=571046f6-b640-41c1-86f7-f9f044b5adf9&monitor=true&api-version=2022-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/0ce490c8-2430-4054-ab84-251dccdc2c89?p=6ba91199-1f1d-45ed-b859-c1738716a174&monitor=true&api-version=2022-03-01 pragma: - no-cache server: @@ -26042,17 +26236,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --image --admin-username --security-type --enable-secure-boot + - -g -n --image --admin-username --security-type User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/da8a1a5d-48a9-44b2-8c7f-03aa6d5cf406?p=571046f6-b640-41c1-86f7-f9f044b5adf9&api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/0ce490c8-2430-4054-ab84-251dccdc2c89?p=6ba91199-1f1d-45ed-b859-c1738716a174&api-version=2022-03-01 response: body: - string: "{\r\n \"startTime\": \"2022-08-31T07:25:24.9097112+00:00\",\r\n \"endTime\": - \"2022-08-31T07:25:41.3786319+00:00\",\r\n \"status\": \"Succeeded\",\r\n - \ \"name\": \"da8a1a5d-48a9-44b2-8c7f-03aa6d5cf406\"\r\n}" + string: "{\r\n \"startTime\": \"2022-09-26T08:09:26.5570658+00:00\",\r\n \"endTime\": + \"2022-09-26T08:09:44.2603817+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"0ce490c8-2430-4054-ab84-251dccdc2c89\"\r\n}" headers: cache-control: - no-cache @@ -26061,7 +26254,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:25:54 GMT + - Mon, 26 Sep 2022 08:09:57 GMT expires: - '-1' pragma: @@ -26071,14 +26264,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29935 + - Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29968 status: code: 200 message: OK @@ -26094,12 +26283,11 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n --image --admin-username --security-type --enable-secure-boot + - -g -n --image --admin-username --security-type User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/da8a1a5d-48a9-44b2-8c7f-03aa6d5cf406?p=571046f6-b640-41c1-86f7-f9f044b5adf9&monitor=true&api-version=2022-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus/operations/0ce490c8-2430-4054-ab84-251dccdc2c89?p=6ba91199-1f1d-45ed-b859-c1738716a174&monitor=true&api-version=2022-03-01 response: body: string: '' @@ -26109,7 +26297,7 @@ interactions: content-length: - '0' date: - - Wed, 31 Aug 2022 07:25:55 GMT + - Mon, 26 Sep 2022 08:09:57 GMT expires: - '-1' pragma: @@ -26122,7 +26310,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29934 + - Microsoft.Compute/GetOperation3Min;14991,Microsoft.Compute/GetOperation30Min;29967 status: code: 200 message: OK @@ -26140,8 +26328,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.39.0 azsdk-python-azure-mgmt-compute/27.1.0 Python/3.10.6 (Linux-5.15.0-1017-azure-x86_64-with-glibc2.31) - VSTS_0fb41ef4-5012-48a9-bf39-4ee3de03ee35_build_4949_0 + - AZURECLI/2.40.0 azsdk-python-azure-mgmt-compute/28.0.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000009?api-version=2022-03-01 response: @@ -26149,19 +26336,19 @@ interactions: string: "{\r\n \"name\": \"vmss000009\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Compute/virtualMachineScaleSets/vmss000009\",\r\n \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n - \ \"principalId\": \"d847a6bf-85c9-48fb-af92-d4756eab19c0\",\r\n \"tenantId\": - \"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a\"\r\n },\r\n \"sku\": {\r\n \"name\": + \ \"principalId\": \"6aa0d302-03fd-495d-9e7f-5f532c3b709e\",\r\n \"tenantId\": + \"d99f94f0-719f-4528-a9b1-cba806ef4124\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n \ },\r\n \"properties\": {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \ \"maxBatchInstancePercent\": 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n \"virtualMachineProfile\": {\r\n \"osProfile\": - {\r\n \"computerNamePrefix\": \"vmssi7b01\",\r\n \"adminUsername\": + {\r\n \"computerNamePrefix\": \"vmssp4b09\",\r\n \"adminUsername\": \"azureuser\",\r\n \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\r\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJxrdsQmcfKGQ8t1WlHrRjORSAeL7W8AuS6lFQNbeTfnaWj8KLb/N1wbY9F7jAkHXPmhO2oaklSoiGKOHntazB2qVMqL/gF1oiSsyyY6puxGULbom9d3LDliIb1+k7+Wd+JYmiRrmYvFsBJ4Rhlt70Dcv33QNW5Mti9pXJLQC6xcr7A8xeySKE8F1K9qyZAXo/ow0YOx1zC7nHqaidZaPj9bDhEG77F7HJNQqWQ2ZB/9xbsJH6ayrF48zEIotMhbWKYfViE/R2P88GS0sedM40KjtpTX1rc7SLiPjvjnwEWsufD3q0SWZXZ6ffzyprUTGzD4HYDMKYwnYAu/8Mluef\"\r\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL2PtV5sp++a43U/dRJ2Fyjso9qDFNbWEnbYk7mA4CfXy0gvxm65oYVd90JysNmGBF/89hIvCTN3ul4aEIuPkzywozRbdyWiJngSd/7OrNBJzpQQSjsGXwoVNDRAJSzlvuQVUR2vwBHeN2xMIvufSvzO3LGI3xcSIWIYlSvU9urnV+Pefd4T6x/OXgTpE02AgMWOspdZTzg0ZKsSU3sG5nYSNoq+8qrHQSXLbLLdWzz5lYKe8p64fQC/xhXrNa3/Nw5vy8YGsyqGueM/Rj6gCI+ivgBlQg908Aa50yQLvwsMLIKxhgPlj73Am8zm27PS3DKVjkr0nTjbEp/3FzZnyB\"\r\n \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": true,\r\n \"enableVMAgentPlatformUpdates\": false\r\n },\r\n \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n @@ -26172,7 +26359,7 @@ interactions: \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": {\r\n \"publisher\": \"canonical\",\r\n \"offer\": \"0001-com-ubuntu-server-focal\",\r\n \ \"sku\": \"20_04-lts-gen2\",\r\n \"version\": \"latest\"\r\n - \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssi7b01Nic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssi7b01IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/backendAddressPools/vmss000009LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/inboundNatPools/vmss000009LBNatPool\"}]}}]}}]},\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"vmssp4b09Nic\",\"properties\":{\"primary\":true,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"vmssp4b09IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/virtualNetworks/vm000002VNET/subnets/vm000002Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/backendAddressPools/vmss000009LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_guest_attestation_extension_and_msi000001/providers/Microsoft.Network/loadBalancers/vmss000009LB/inboundNatPools/vmss000009LBNatPool\"}]}}]}}]},\r\n \ \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n \ \"name\": \"GuestAttestation\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": true,\r\n \"publisher\": @@ -26183,8 +26370,8 @@ interactions: \ \"vTpmEnabled\": true\r\n },\r\n \"securityType\": \"TrustedLaunch\"\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": - false,\r\n \"uniqueId\": \"05521320-f4f7-46c5-8a65-6eb6e7ba09b4\",\r\n - \ \"timeCreated\": \"2022-08-31T07:23:04.7675771+00:00\"\r\n }\r\n}" + false,\r\n \"uniqueId\": \"0e4d97d5-bffd-4fcb-9f2a-f236588542f1\",\r\n + \ \"timeCreated\": \"2022-09-26T08:07:10.8364329+00:00\"\r\n }\r\n}" headers: cache-control: - no-cache @@ -26193,7 +26380,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 31 Aug 2022 07:25:55 GMT + - Mon, 26 Sep 2022 08:09:59 GMT expires: - '-1' pragma: @@ -26210,7 +26397,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-resource: - - Microsoft.Compute/GetVMScaleSet3Min;387,Microsoft.Compute/GetVMScaleSet30Min;2570 + - Microsoft.Compute/GetVMScaleSet3Min;188,Microsoft.Compute/GetVMScaleSet30Min;1272 status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/vm/tests/latest/test_vm_commands.py b/src/azure-cli/azure/cli/command_modules/vm/tests/latest/test_vm_commands.py index 8ef1f0b07b9..0a183e02b9c 100644 --- a/src/azure-cli/azure/cli/command_modules/vm/tests/latest/test_vm_commands.py +++ b/src/azure-cli/azure/cli/command_modules/vm/tests/latest/test_vm_commands.py @@ -8460,9 +8460,10 @@ def test_guest_attestation_extension_and_msi(self, resource_group): self.check('securityProfile.uefiSettings.vTpmEnabled', True) ]) - self.cmd('vm create --image canonical:0001-com-ubuntu-server-focal:20_04-lts-gen2:latest --security-type TrustedLaunch --admin-username azureuser -g {rg} -n {vm4} --enable-secure-boot') + self.cmd('vm create --image canonical:0001-com-ubuntu-server-focal:20_04-lts-gen2:latest --security-type TrustedLaunch --admin-username azureuser -g {rg} -n {vm4}') self.cmd('vm show -g {rg} -n {vm4}', checks=[ - self.check('securityProfile.uefiSettings.vTpmEnabled', True) + self.check('securityProfile.uefiSettings.vTpmEnabled', True), + self.check('securityProfile.uefiSettings.secureBootEnabled', True) ]) self.cmd('vmss create -g {rg} -n {vmss1} --image canonical:0001-com-ubuntu-server-focal:20_04-lts-gen2:latest --admin-username azureuser --security-type TrustedLaunch --enable-secure-boot --enable-vtpm') self.cmd('vmss show -g {rg} -n {vmss1}', checks=[ @@ -8485,9 +8486,10 @@ def test_guest_attestation_extension_and_msi(self, resource_group): self.check('virtualMachineProfile.securityProfile.uefiSettings.secureBootEnabled', True), self.check('virtualMachineProfile.securityProfile.uefiSettings.vTpmEnabled', True) ]) - self.cmd('vmss create -g {rg} -n {vmss3} --image canonical:0001-com-ubuntu-server-focal:20_04-lts-gen2:latest --admin-username azureuser --security-type TrustedLaunch --enable-secure-boot') + self.cmd('vmss create -g {rg} -n {vmss3} --image canonical:0001-com-ubuntu-server-focal:20_04-lts-gen2:latest --admin-username azureuser --security-type TrustedLaunch') self.cmd('vmss show -g {rg} -n {vmss3}', checks=[ - self.check('virtualMachineProfile.securityProfile.uefiSettings.vTpmEnabled', True) + self.check('virtualMachineProfile.securityProfile.uefiSettings.vTpmEnabled', True), + self.check('virtualMachineProfile.securityProfile.uefiSettings.secureBootEnabled', True) ])