From 4bde04f4f4ed567c0f6f9ccdc80b6738ae299805 Mon Sep 17 00:00:00 2001 From: 00Kai0 Date: Tue, 23 Nov 2021 10:44:35 +0800 Subject: [PATCH 1/4] Fix error on updating standard policy --- src/azure-firewall/azext_firewall/custom.py | 2 +- ...licy_update_premiumonlyproperty_issue.yaml | 412 ++++++++++++++++++ .../latest/test_azure_firewall_scenario.py | 11 + 3 files changed, 424 insertions(+), 1 deletion(-) create mode 100644 src/azure-firewall/azext_firewall/tests/latest/recordings/test_azure_firewall_policy_update_premiumonlyproperty_issue.yaml diff --git a/src/azure-firewall/azext_firewall/custom.py b/src/azure-firewall/azext_firewall/custom.py index 122744215ab..6980147d03d 100644 --- a/src/azure-firewall/azext_firewall/custom.py +++ b/src/azure-firewall/azext_firewall/custom.py @@ -626,7 +626,7 @@ def update_azure_firewall_policies(cmd, def set_azure_firewall_policies(cmd, resource_group_name, firewall_policy_name, parameters): - if parameters.identity is None: + if parameters.identity is None and parameters.sku.tier == 'Premium': ManagedServiceIdentity = cmd.get_models('ManagedServiceIdentity') identity = ManagedServiceIdentity(type="None", user_assigned_identities=None) diff --git a/src/azure-firewall/azext_firewall/tests/latest/recordings/test_azure_firewall_policy_update_premiumonlyproperty_issue.yaml b/src/azure-firewall/azext_firewall/tests/latest/recordings/test_azure_firewall_policy_update_premiumonlyproperty_issue.yaml new file mode 100644 index 00000000000..5b906be24fa --- /dev/null +++ b/src/azure-firewall/azext_firewall/tests/latest/recordings/test_azure_firewall_policy_update_premiumonlyproperty_issue.yaml @@ -0,0 +1,412 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku --threat-intel-mode + User-Agent: + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_azure_firewall_policy_update_premiumonlyproperty_issue000001?api-version=2021-04-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_policy_update_premiumonlyproperty_issue000001","name":"test_azure_firewall_policy_update_premiumonlyproperty_issue000001","type":"Microsoft.Resources/resourceGroups","location":"eastus2euap","tags":{"product":"azurecli","cause":"automation","date":"2021-11-23T02:41:30Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '433' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 Nov 2021 02:41:37 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: '{"location": "eastus2euap", "properties": {"threatIntelMode": "Alert", + "sku": {"tier": "Standard"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy create + Connection: + - keep-alive + Content-Length: + - '100' + Content-Type: + - application/json + ParameterSetName: + - -g -n --sku --threat-intel-mode + User-Agent: + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_policy_update_premiumonlyproperty_issue000001/providers/Microsoft.Network/firewallPolicies/testpolicy?api-version=2020-07-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Standard\"\r\n + \ },\r\n \"threatIntelMode\": \"Alert\",\r\n \"childPolicies\": [],\r\n + \ \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"provisioningState\": + \"Updating\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_policy_update_premiumonlyproperty_issue000001/providers/Microsoft.Network/firewallPolicies/testpolicy\",\r\n + \ \"name\": \"testpolicy\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n + \ \"etag\": \"7b0e1fe4-19fb-406c-93d7-5be4d7d89aa8\",\r\n \"location\": \"eastus2euap\"\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2euap/nfvOperations/9c5620e0-cbc2-42de-b097-3ac246c64960?api-version=2020-07-01 + cache-control: + - no-cache + content-length: + - '593' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 Nov 2021 02:41:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku --threat-intel-mode + User-Agent: + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2euap/nfvOperations/9c5620e0-cbc2-42de-b097-3ac246c64960?api-version=2020-07-01 + response: + body: + string: "{\r\n \"status\": \"Succeeded\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '29' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 Nov 2021 02:41:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy create + Connection: + - keep-alive + ParameterSetName: + - -g -n --sku --threat-intel-mode + User-Agent: + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_policy_update_premiumonlyproperty_issue000001/providers/Microsoft.Network/firewallPolicies/testpolicy?api-version=2020-07-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Standard\"\r\n + \ },\r\n \"threatIntelMode\": \"Alert\",\r\n \"childPolicies\": [],\r\n + \ \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"provisioningState\": + \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_policy_update_premiumonlyproperty_issue000001/providers/Microsoft.Network/firewallPolicies/testpolicy\",\r\n + \ \"name\": \"testpolicy\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n + \ \"etag\": \"7b0e1fe4-19fb-406c-93d7-5be4d7d89aa8\",\r\n \"location\": \"eastus2euap\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '594' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 Nov 2021 02:41:55 GMT + etag: + - '"7b0e1fe4-19fb-406c-93d7-5be4d7d89aa8"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy update + Connection: + - keep-alive + ParameterSetName: + - -g -n --threat-intel-mode + User-Agent: + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_policy_update_premiumonlyproperty_issue000001/providers/Microsoft.Network/firewallPolicies/testpolicy?api-version=2020-07-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Standard\"\r\n + \ },\r\n \"threatIntelMode\": \"Alert\",\r\n \"childPolicies\": [],\r\n + \ \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"provisioningState\": + \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_policy_update_premiumonlyproperty_issue000001/providers/Microsoft.Network/firewallPolicies/testpolicy\",\r\n + \ \"name\": \"testpolicy\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n + \ \"etag\": \"7b0e1fe4-19fb-406c-93d7-5be4d7d89aa8\",\r\n \"location\": \"eastus2euap\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '594' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 Nov 2021 02:41:58 GMT + etag: + - '"7b0e1fe4-19fb-406c-93d7-5be4d7d89aa8"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_policy_update_premiumonlyproperty_issue000001/providers/Microsoft.Network/firewallPolicies/testpolicy", + "location": "eastus2euap", "properties": {"threatIntelMode": "Deny", "sku": + {"tier": "Standard"}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy update + Connection: + - keep-alive + Content-Length: + - '307' + Content-Type: + - application/json + ParameterSetName: + - -g -n --threat-intel-mode + User-Agent: + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_policy_update_premiumonlyproperty_issue000001/providers/Microsoft.Network/firewallPolicies/testpolicy?api-version=2020-07-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Standard\"\r\n + \ },\r\n \"threatIntelMode\": \"Deny\",\r\n \"childPolicies\": [],\r\n + \ \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"provisioningState\": + \"Updating\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_policy_update_premiumonlyproperty_issue000001/providers/Microsoft.Network/firewallPolicies/testpolicy\",\r\n + \ \"name\": \"testpolicy\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n + \ \"etag\": \"6778a7ed-84da-45b8-ab7c-cb84b2ec965d\",\r\n \"location\": \"eastus2euap\"\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2euap/nfvOperations/2a527da0-a0af-4ab4-b2f9-a8eefc67e901?api-version=2020-07-01 + cache-control: + - no-cache + content-length: + - '592' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 Nov 2021 02:41:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - 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-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy update + Connection: + - keep-alive + ParameterSetName: + - -g -n --threat-intel-mode + User-Agent: + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2euap/nfvOperations/2a527da0-a0af-4ab4-b2f9-a8eefc67e901?api-version=2020-07-01 + response: + body: + string: "{\r\n \"status\": \"Succeeded\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '29' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 Nov 2021 02:42:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy update + Connection: + - keep-alive + ParameterSetName: + - -g -n --threat-intel-mode + User-Agent: + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_policy_update_premiumonlyproperty_issue000001/providers/Microsoft.Network/firewallPolicies/testpolicy?api-version=2020-07-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Standard\"\r\n + \ },\r\n \"threatIntelMode\": \"Deny\",\r\n \"childPolicies\": [],\r\n + \ \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"provisioningState\": + \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_policy_update_premiumonlyproperty_issue000001/providers/Microsoft.Network/firewallPolicies/testpolicy\",\r\n + \ \"name\": \"testpolicy\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n + \ \"etag\": \"6778a7ed-84da-45b8-ab7c-cb84b2ec965d\",\r\n \"location\": \"eastus2euap\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '593' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 Nov 2021 02:42:10 GMT + etag: + - '"6778a7ed-84da-45b8-ab7c-cb84b2ec965d"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/azure-firewall/azext_firewall/tests/latest/test_azure_firewall_scenario.py b/src/azure-firewall/azext_firewall/tests/latest/test_azure_firewall_scenario.py index be9e247dece..b97d8349d83 100644 --- a/src/azure-firewall/azext_firewall/tests/latest/test_azure_firewall_scenario.py +++ b/src/azure-firewall/azext_firewall/tests/latest/test_azure_firewall_scenario.py @@ -909,3 +909,14 @@ def test_azure_firewall_tier(self, resource_group): }) self.cmd('network firewall create -g {rg} -n af --sku AZFW_VNet --tier Premium', checks=self.check('sku.tier', 'Premium')) + + # BUG ISSUE: https://github.com/Azure/azure-cli-extensions/issues/4096 + @ResourceGroupPreparer(name_prefix='test_azure_firewall_policy_update_premiumonlyproperty_issue', location='eastus2euap') + def test_azure_firewall_policy_update_premiumonlyproperty_issue(self, resource_group): + self.kwargs.update({ + 'policy': 'testpolicy' + }) + + self.cmd('network firewall policy create -g {rg} -n {policy} --sku Standard --threat-intel-mode Alert') + + self.cmd('network firewall policy update -g {rg} -n {policy} --threat-intel-mode Deny') From 1d84455545e5350c723de15c04e562714d65c136 Mon Sep 17 00:00:00 2001 From: 00Kai0 Date: Tue, 23 Nov 2021 10:47:44 +0800 Subject: [PATCH 2/4] update changelog --- src/azure-firewall/HISTORY.rst | 4 ++++ src/azure-firewall/setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/azure-firewall/HISTORY.rst b/src/azure-firewall/HISTORY.rst index bdd9ae832bb..26bf88459e3 100644 --- a/src/azure-firewall/HISTORY.rst +++ b/src/azure-firewall/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +0.12.0 +++++++ +* `az network firewall policy`: fix a bug that will raise an error due to updating premium only property on standard policy + 0.12.0 ++++++ * `az network firewall policy rule-collection-group collection add-filter-collection`: Add parameter `--destination-fqdns` diff --git a/src/azure-firewall/setup.py b/src/azure-firewall/setup.py index e522357779d..d4f2c9ba0d3 100644 --- a/src/azure-firewall/setup.py +++ b/src/azure-firewall/setup.py @@ -8,7 +8,7 @@ from codecs import open from setuptools import setup, find_packages -VERSION = "0.12.0" +VERSION = "0.13.0" CLASSIFIERS = [ 'Development Status :: 4 - Beta', From 9a4494a560c09460660133b110b960fbfd50034d Mon Sep 17 00:00:00 2001 From: 00Kai0 Date: Tue, 23 Nov 2021 10:50:30 +0800 Subject: [PATCH 3/4] update version number --- src/azure-firewall/HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure-firewall/HISTORY.rst b/src/azure-firewall/HISTORY.rst index 26bf88459e3..2d55f10b198 100644 --- a/src/azure-firewall/HISTORY.rst +++ b/src/azure-firewall/HISTORY.rst @@ -3,7 +3,7 @@ Release History =============== -0.12.0 +0.13.0 ++++++ * `az network firewall policy`: fix a bug that will raise an error due to updating premium only property on standard policy From f2fe6f342ad1a394541b73c05dbda09c8803b9c5 Mon Sep 17 00:00:00 2001 From: 00Kai0 Date: Tue, 23 Nov 2021 12:40:57 +0800 Subject: [PATCH 4/4] fix --- .../test_azure_firewall_ip_config.yaml | 669 ++++++++---------- ...t_azure_firewall_management_ip_config.yaml | 596 ++++++++-------- ...t_azure_firewall_with_firewall_policy.yaml | 643 +++++++---------- 3 files changed, 857 insertions(+), 1051 deletions(-) diff --git a/src/azure-firewall/azext_firewall/tests/latest/recordings/test_azure_firewall_ip_config.yaml b/src/azure-firewall/azext_firewall/tests/latest/recordings/test_azure_firewall_ip_config.yaml index 6f9e3491773..585cfffab74 100644 --- a/src/azure-firewall/azext_firewall/tests/latest/recordings/test_azure_firewall_ip_config.yaml +++ b/src/azure-firewall/azext_firewall/tests/latest/recordings/test_azure_firewall_ip_config.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_azure_firewall_ip_config000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001","name":"cli_test_azure_firewall_ip_config000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-10-28T07:29:19Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001","name":"cli_test_azure_firewall_ip_config000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-11-23T03:06:39Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:31:14 GMT + - Tue, 23 Nov 2021 03:06:45 GMT expires: - '-1' pragma: @@ -59,13 +59,13 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"2e06f344-26a7-4955-a56b-5ab4141e6b74\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"cbbe47ee-f22c-4c7d-8719-ed819cf6a138\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": @@ -76,7 +76,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a16dd3ce-8cfb-4fe1-8d85-a6126c3d0779?api-version=2020-07-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/3d92994e-1fdd-4244-ab14-40a5f4bbbf10?api-version=2020-07-01 cache-control: - no-cache content-length: @@ -84,7 +84,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:31:23 GMT + - Tue, 23 Nov 2021 03:06:53 GMT expires: - '-1' pragma: @@ -97,7 +97,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2abaef6e-8299-439d-914a-8f2ccb62c3aa + - f6d838cc-2f74-4fe4-9d4a-48212f22f5f9 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -117,9 +117,9 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a16dd3ce-8cfb-4fe1-8d85-a6126c3d0779?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/3d92994e-1fdd-4244-ab14-40a5f4bbbf10?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -131,7 +131,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:31:33 GMT + - Tue, 23 Nov 2021 03:07:03 GMT expires: - '-1' pragma: @@ -148,7 +148,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9ead4589-daef-4aa4-afc0-282b87f852d0 + - cc1dcb6b-b441-4045-be56-a8e7a28e4c06 status: code: 200 message: OK @@ -166,13 +166,13 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"dd0eb3e7-2d88-43cf-b3e8-2b54e5de732e\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"56feb8b4-b929-4434-a7d3-8f138d449e0a\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": @@ -187,9 +187,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:31:34 GMT + - Tue, 23 Nov 2021 03:07:04 GMT etag: - - W/"dd0eb3e7-2d88-43cf-b3e8-2b54e5de732e" + - W/"56feb8b4-b929-4434-a7d3-8f138d449e0a" expires: - '-1' pragma: @@ -206,7 +206,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1e19287e-add7-4040-aa47-41a8c33e40cb + - 9c9b2c1e-c999-45e1-aa33-aadd334479c9 status: code: 200 message: OK @@ -224,12 +224,12 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_azure_firewall_ip_config000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001","name":"cli_test_azure_firewall_ip_config000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-10-28T07:29:19Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001","name":"cli_test_azure_firewall_ip_config000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-11-23T03:06:39Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -238,7 +238,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:31:36 GMT + - Tue, 23 Nov 2021 03:07:04 GMT expires: - '-1' pragma: @@ -271,15 +271,15 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip?api-version=2021-05-01 response: body: string: "{\r\n \"name\": \"pubip\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip\",\r\n - \ \"etag\": \"W/\\\"ea7bd3a6-cb55-403c-a915-9b2e68a5605f\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"e8712ce9-00cb-4306-8178-b48b7e99bacc\\\"\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"b245561b-c986-48af-954c-224a27f5d279\",\r\n \"publicIPAddressVersion\": + \ \"resourceGuid\": \"1bd05af1-7de8-44ce-ae91-e3d23f5d5712\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \ \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Regional\"\r\n @@ -288,7 +288,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b6c79023-1ef3-456b-9093-71d3ec23a8a8?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b4928e79-f7b8-497b-84f1-f7ca404721b3?api-version=2021-05-01 cache-control: - no-cache content-length: @@ -296,7 +296,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:31:42 GMT + - Tue, 23 Nov 2021 03:07:12 GMT expires: - '-1' pragma: @@ -309,9 +309,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8881f1ea-b713-4338-b694-191aec45e85b + - 8d61f126-4d4c-4b9d-a86a-38b3607e120a x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -329,9 +329,9 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b6c79023-1ef3-456b-9093-71d3ec23a8a8?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b4928e79-f7b8-497b-84f1-f7ca404721b3?api-version=2021-05-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -343,7 +343,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:31:43 GMT + - Tue, 23 Nov 2021 03:07:13 GMT expires: - '-1' pragma: @@ -360,7 +360,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 747a8426-3e34-4fb1-a5d6-4e2eed0ae25e + - 637d15a0-4170-4521-824b-7a6b3508f2cc status: code: 200 message: OK @@ -378,16 +378,16 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip?api-version=2021-05-01 response: body: string: "{\r\n \"name\": \"pubip\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip\",\r\n - \ \"etag\": \"W/\\\"b87582ce-0828-457a-ae91-f77a5e19207f\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"e2492100-234d-4354-a461-00a223114e0b\\\"\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"b245561b-c986-48af-954c-224a27f5d279\",\r\n \"ipAddress\": - \"40.83.130.195\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": + \ \"resourceGuid\": \"1bd05af1-7de8-44ce-ae91-e3d23f5d5712\",\r\n \"ipAddress\": + \"52.180.66.194\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n \ },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Regional\"\r\n }\r\n}" @@ -399,9 +399,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:31:43 GMT + - Tue, 23 Nov 2021 03:07:13 GMT etag: - - W/"b87582ce-0828-457a-ae91-f77a5e19207f" + - W/"e2492100-234d-4354-a461-00a223114e0b" expires: - '-1' pragma: @@ -418,7 +418,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f7cfab1d-d645-4142-bf57-2a37c2605082 + - 96fe93a1-6be7-47b1-b66e-82e05a035366 status: code: 200 message: OK @@ -436,12 +436,12 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_azure_firewall_ip_config000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001","name":"cli_test_azure_firewall_ip_config000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-10-28T07:29:19Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001","name":"cli_test_azure_firewall_ip_config000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-11-23T03:06:39Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -450,7 +450,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:31:45 GMT + - Tue, 23 Nov 2021 03:07:14 GMT expires: - '-1' pragma: @@ -483,15 +483,15 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip2?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip2?api-version=2021-05-01 response: body: string: "{\r\n \"name\": \"pubip2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip2\",\r\n - \ \"etag\": \"W/\\\"66f49998-b5a5-46d8-8ec0-4b4f49e246f8\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"6ad9f6e2-5d05-4d25-94ff-d43ecc8d4c42\\\"\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"b22f7348-07c7-4c46-bbba-1f8b954106cd\",\r\n \"publicIPAddressVersion\": + \ \"resourceGuid\": \"a23613be-cd73-4879-988a-82fecc5eadb6\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \ \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Regional\"\r\n @@ -500,7 +500,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7249ea7a-a95b-4441-87fd-e7fb60812855?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/55e35642-7157-4583-9595-bef28dfedba5?api-version=2021-05-01 cache-control: - no-cache content-length: @@ -508,7 +508,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:31:51 GMT + - Tue, 23 Nov 2021 03:07:22 GMT expires: - '-1' pragma: @@ -521,7 +521,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f0b213bf-c620-4bfb-a4ac-8e42871a853a + - a6cf94cb-75ac-455a-b9a5-7deedb6be859 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -541,9 +541,9 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7249ea7a-a95b-4441-87fd-e7fb60812855?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/55e35642-7157-4583-9595-bef28dfedba5?api-version=2021-05-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -555,7 +555,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:31:52 GMT + - Tue, 23 Nov 2021 03:07:23 GMT expires: - '-1' pragma: @@ -572,7 +572,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a0719f01-0c4c-4d87-9e12-bedff4c367bc + - a9ecfeb5-8d9e-4495-b4e4-3d13052b0273 status: code: 200 message: OK @@ -590,16 +590,16 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip2?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip2?api-version=2021-05-01 response: body: string: "{\r\n \"name\": \"pubip2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip2\",\r\n - \ \"etag\": \"W/\\\"47c9be79-5ede-411c-9d01-23efcf8a3197\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"c8ce0eb4-f504-4929-a414-313bdd29bb61\\\"\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"b22f7348-07c7-4c46-bbba-1f8b954106cd\",\r\n \"ipAddress\": - \"40.118.148.6\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": + \ \"resourceGuid\": \"a23613be-cd73-4879-988a-82fecc5eadb6\",\r\n \"ipAddress\": + \"52.180.66.11\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n \ },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Regional\"\r\n }\r\n}" @@ -611,9 +611,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:31:53 GMT + - Tue, 23 Nov 2021 03:07:23 GMT etag: - - W/"47c9be79-5ede-411c-9d01-23efcf8a3197" + - W/"c8ce0eb4-f504-4929-a414-313bdd29bb61" expires: - '-1' pragma: @@ -630,7 +630,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 392fbbbd-3600-4f3a-a3f9-23d13fba11a6 + - 87bc060d-6543-4eb4-95ac-eeb698e5bc86 status: code: 200 message: OK @@ -648,12 +648,12 @@ interactions: ParameterSetName: - -g -n --subnet-name --address-prefixes --subnet-prefixes User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_azure_firewall_ip_config000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001","name":"cli_test_azure_firewall_ip_config000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-10-28T07:29:19Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001","name":"cli_test_azure_firewall_ip_config000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-11-23T03:06:39Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -662,7 +662,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:31:54 GMT + - Tue, 23 Nov 2021 03:07:24 GMT expires: - '-1' pragma: @@ -697,21 +697,21 @@ interactions: ParameterSetName: - -g -n --subnet-name --address-prefixes --subnet-prefixes User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/virtualNetworks/myvnet?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/virtualNetworks/myvnet?api-version=2021-05-01 response: body: string: "{\r\n \"name\": \"myvnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/virtualNetworks/myvnet\",\r\n - \ \"etag\": \"W/\\\"610f45f7-e8d3-4800-91f3-31aad35dc6fe\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"c0bce2f4-2091-4c21-ab07-da26161b89e6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"9b72cfca-68a7-4e95-9d0b-3249b85d1721\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"c8ba0fcc-f425-4103-9e7a-a7a4b8ec06da\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"AzureFirewallSubnet\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/AzureFirewallSubnet\",\r\n - \ \"etag\": \"W/\\\"610f45f7-e8d3-4800-91f3-31aad35dc6fe\\\"\",\r\n + \ \"etag\": \"W/\\\"c0bce2f4-2091-4c21-ab07-da26161b89e6\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -722,7 +722,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/12012dcb-0e46-42f0-befb-e8b85b605e0b?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/094d8be4-2ce1-4291-b9b4-8c7c063794d2?api-version=2021-05-01 cache-control: - no-cache content-length: @@ -730,7 +730,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:32:03 GMT + - Tue, 23 Nov 2021 03:07:31 GMT expires: - '-1' pragma: @@ -743,9 +743,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0b8752b5-24d8-4c1e-a6c5-213a6a4d82cf + - 80a6bfd4-4ae5-4359-9386-f39e39a62e7a x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 201 message: Created @@ -763,9 +763,9 @@ interactions: ParameterSetName: - -g -n --subnet-name --address-prefixes --subnet-prefixes User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/12012dcb-0e46-42f0-befb-e8b85b605e0b?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/094d8be4-2ce1-4291-b9b4-8c7c063794d2?api-version=2021-05-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -777,7 +777,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:32:06 GMT + - Tue, 23 Nov 2021 03:07:34 GMT expires: - '-1' pragma: @@ -794,7 +794,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c460b0ab-9438-4c84-85cf-ac182d6314fe + - 68672705-bf60-4fd7-a48b-213654a0b162 status: code: 200 message: OK @@ -812,21 +812,21 @@ interactions: ParameterSetName: - -g -n --subnet-name --address-prefixes --subnet-prefixes User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/virtualNetworks/myvnet?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/virtualNetworks/myvnet?api-version=2021-05-01 response: body: string: "{\r\n \"name\": \"myvnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/virtualNetworks/myvnet\",\r\n - \ \"etag\": \"W/\\\"941df437-24d9-4397-90b0-540630523133\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"30c6b290-fd68-4084-9df4-986137309baa\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"9b72cfca-68a7-4e95-9d0b-3249b85d1721\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"c8ba0fcc-f425-4103-9e7a-a7a4b8ec06da\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"AzureFirewallSubnet\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/AzureFirewallSubnet\",\r\n - \ \"etag\": \"W/\\\"941df437-24d9-4397-90b0-540630523133\\\"\",\r\n + \ \"etag\": \"W/\\\"30c6b290-fd68-4084-9df4-986137309baa\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -841,9 +841,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:32:06 GMT + - Tue, 23 Nov 2021 03:07:34 GMT etag: - - W/"941df437-24d9-4397-90b0-540630523133" + - W/"30c6b290-fd68-4084-9df4-986137309baa" expires: - '-1' pragma: @@ -860,7 +860,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2fb4aa4c-8cb2-48c3-aa52-e5a209da4f9d + - cfb04934-32df-4d78-8344-99429e3d8e6a status: code: 200 message: OK @@ -878,13 +878,13 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"dd0eb3e7-2d88-43cf-b3e8-2b54e5de732e\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"56feb8b4-b929-4434-a7d3-8f138d449e0a\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": @@ -899,9 +899,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:32:09 GMT + - Tue, 23 Nov 2021 03:07:36 GMT etag: - - W/"dd0eb3e7-2d88-43cf-b3e8-2b54e5de732e" + - W/"56feb8b4-b929-4434-a7d3-8f138d449e0a" expires: - '-1' pragma: @@ -918,7 +918,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1ddb9ad4-3723-4311-bd1c-f14cd63070c5 + - db5d03e7-975e-4ea0-b195-db898662d24c status: code: 200 message: OK @@ -946,19 +946,19 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"80774e89-babf-4105-861f-07e750952026\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"57433aec-c6a2-4dd4-9264-0502b0300fc7\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"additionalProperties\": {},\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"myipconfig1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1/azureFirewallIpConfigurations/myipconfig1\",\r\n - \ \"etag\": \"W/\\\"80774e89-babf-4105-861f-07e750952026\\\"\",\r\n + \ \"etag\": \"W/\\\"57433aec-c6a2-4dd4-9264-0502b0300fc7\\\"\",\r\n \ \"type\": \"Microsoft.Network/azureFirewalls/azureFirewallIpConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": @@ -971,7 +971,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a9d6c146-94cf-4fe2-9774-94d7980da747?api-version=2020-07-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/90abd110-c352-4b66-a024-8f666c6ae26f?api-version=2020-07-01 cache-control: - no-cache content-length: @@ -979,7 +979,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:32:09 GMT + - Tue, 23 Nov 2021 03:07:37 GMT expires: - '-1' pragma: @@ -996,58 +996,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 270c9aa7-2e67-461e-b937-fc40d17e2891 + - 3da521ca-802c-47a4-b147-49d9f067e731 x-ms-ratelimit-remaining-subscription-writes: - - '1196' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - network firewall ip-config create - Connection: - - keep-alive - ParameterSetName: - - -g -n -f --public-ip-address --vnet-name - User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a9d6c146-94cf-4fe2-9774-94d7980da747?api-version=2020-07-01 - response: - body: - string: "{\r\n \"status\": \"InProgress\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '30' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 28 Oct 2021 07:32:20 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - - 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: - - 110d0297-4e1f-44af-9f42-dde2db8dbd57 + - '1198' status: code: 200 message: OK @@ -1065,9 +1016,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a9d6c146-94cf-4fe2-9774-94d7980da747?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/90abd110-c352-4b66-a024-8f666c6ae26f?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1079,7 +1030,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:32:30 GMT + - Tue, 23 Nov 2021 03:07:48 GMT expires: - '-1' pragma: @@ -1096,7 +1047,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e6fadaed-7f4e-43d3-b309-7eeb9fa45b19 + - e3519570-6794-4b47-89eb-bb9e51bd5908 status: code: 200 message: OK @@ -1114,9 +1065,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a9d6c146-94cf-4fe2-9774-94d7980da747?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/90abd110-c352-4b66-a024-8f666c6ae26f?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1128,7 +1079,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:32:50 GMT + - Tue, 23 Nov 2021 03:07:58 GMT expires: - '-1' pragma: @@ -1145,7 +1096,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 362a0040-4418-4604-8e5f-8c28d83a28ac + - edca02b8-ffcd-4e25-bb95-dc0a194ad556 status: code: 200 message: OK @@ -1163,9 +1114,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a9d6c146-94cf-4fe2-9774-94d7980da747?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/90abd110-c352-4b66-a024-8f666c6ae26f?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1177,7 +1128,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:33:10 GMT + - Tue, 23 Nov 2021 03:08:18 GMT expires: - '-1' pragma: @@ -1194,7 +1145,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 92ad484f-f2dd-40ec-8705-d328b43fc0ce + - 8019d873-792e-4470-a3dd-93c192a853fd status: code: 200 message: OK @@ -1212,9 +1163,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a9d6c146-94cf-4fe2-9774-94d7980da747?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/90abd110-c352-4b66-a024-8f666c6ae26f?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1226,7 +1177,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:33:51 GMT + - Tue, 23 Nov 2021 03:08:39 GMT expires: - '-1' pragma: @@ -1243,7 +1194,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d2cc2567-807d-4207-94f9-7d3a8533ffae + - f804123a-65fd-49d1-b253-85a5e80cb255 status: code: 200 message: OK @@ -1261,9 +1212,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a9d6c146-94cf-4fe2-9774-94d7980da747?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/90abd110-c352-4b66-a024-8f666c6ae26f?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1275,7 +1226,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:34:31 GMT + - Tue, 23 Nov 2021 03:09:19 GMT expires: - '-1' pragma: @@ -1292,7 +1243,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 181aa072-b51e-4f69-ba12-0a6655e7c903 + - a6505cf7-7ec8-4790-bd3a-7d928f1175f4 status: code: 200 message: OK @@ -1310,9 +1261,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a9d6c146-94cf-4fe2-9774-94d7980da747?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/90abd110-c352-4b66-a024-8f666c6ae26f?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1324,7 +1275,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:35:52 GMT + - Tue, 23 Nov 2021 03:09:59 GMT expires: - '-1' pragma: @@ -1341,7 +1292,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3c1404a5-62ed-474c-9c31-8698752d6f8d + - 2dde6fe9-8194-416b-b09e-ab19bfc2deb7 status: code: 200 message: OK @@ -1359,9 +1310,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a9d6c146-94cf-4fe2-9774-94d7980da747?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/90abd110-c352-4b66-a024-8f666c6ae26f?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1373,7 +1324,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:38:33 GMT + - Tue, 23 Nov 2021 03:11:20 GMT expires: - '-1' pragma: @@ -1390,7 +1341,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 79945ac2-ed23-4ffc-a7f5-abfc0db30dcf + - b58549a7-15d1-42c5-b313-8577de0479f4 status: code: 200 message: OK @@ -1408,19 +1359,19 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"7911bd1a-c051-49a9-aff1-34849448aa29\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"f985df2b-4bf1-4fa9-b303-0fa47319ace5\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"additionalProperties\": {},\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"myipconfig1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1/azureFirewallIpConfigurations/myipconfig1\",\r\n - \ \"etag\": \"W/\\\"7911bd1a-c051-49a9-aff1-34849448aa29\\\"\",\r\n + \ \"etag\": \"W/\\\"f985df2b-4bf1-4fa9-b303-0fa47319ace5\\\"\",\r\n \ \"type\": \"Microsoft.Network/azureFirewalls/azureFirewallIpConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": @@ -1437,9 +1388,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:38:34 GMT + - Tue, 23 Nov 2021 03:11:20 GMT etag: - - W/"7911bd1a-c051-49a9-aff1-34849448aa29" + - W/"f985df2b-4bf1-4fa9-b303-0fa47319ace5" expires: - '-1' pragma: @@ -1456,7 +1407,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7d971e92-566c-4f33-9f33-c9868de240e7 + - 6f475ba0-5789-4a39-83a7-07985d914ed9 status: code: 200 message: OK @@ -1474,19 +1425,19 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"7911bd1a-c051-49a9-aff1-34849448aa29\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"f985df2b-4bf1-4fa9-b303-0fa47319ace5\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"additionalProperties\": {},\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"myipconfig1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1/azureFirewallIpConfigurations/myipconfig1\",\r\n - \ \"etag\": \"W/\\\"7911bd1a-c051-49a9-aff1-34849448aa29\\\"\",\r\n + \ \"etag\": \"W/\\\"f985df2b-4bf1-4fa9-b303-0fa47319ace5\\\"\",\r\n \ \"type\": \"Microsoft.Network/azureFirewalls/azureFirewallIpConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": @@ -1503,9 +1454,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:38:36 GMT + - Tue, 23 Nov 2021 03:11:21 GMT etag: - - W/"7911bd1a-c051-49a9-aff1-34849448aa29" + - W/"f985df2b-4bf1-4fa9-b303-0fa47319ace5" expires: - '-1' pragma: @@ -1522,7 +1473,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e0ea9f07-68fd-4b3c-bf66-0c8ffba2b4ea + - a717d923-834f-487a-a4ce-0e48f48f8570 status: code: 200 message: OK @@ -1551,19 +1502,19 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"2286f774-a2cd-4802-96cb-f962255a3356\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"6c9950e8-f2f7-4010-a2bb-17bdb22b3940\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"additionalProperties\": {},\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"myipconfig1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1/azureFirewallIpConfigurations/myipconfig1\",\r\n - \ \"etag\": \"W/\\\"2286f774-a2cd-4802-96cb-f962255a3356\\\"\",\r\n + \ \"etag\": \"W/\\\"6c9950e8-f2f7-4010-a2bb-17bdb22b3940\\\"\",\r\n \ \"type\": \"Microsoft.Network/azureFirewalls/azureFirewallIpConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": @@ -1571,7 +1522,7 @@ interactions: \ },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/AzureFirewallSubnet\"\r\n \ }\r\n }\r\n },\r\n {\r\n \"name\": \"myipconfig2\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1/azureFirewallIpConfigurations/myipconfig2\",\r\n - \ \"etag\": \"W/\\\"2286f774-a2cd-4802-96cb-f962255a3356\\\"\",\r\n + \ \"etag\": \"W/\\\"6c9950e8-f2f7-4010-a2bb-17bdb22b3940\\\"\",\r\n \ \"type\": \"Microsoft.Network/azureFirewalls/azureFirewallIpConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": @@ -1583,7 +1534,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/00bad64e-08e9-4685-9990-192ee986ce01?api-version=2020-07-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/9fb5bee9-8fe6-4fbb-90e4-917c1458c782?api-version=2020-07-01 cache-control: - no-cache content-length: @@ -1591,7 +1542,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:38:36 GMT + - Tue, 23 Nov 2021 03:11:22 GMT expires: - '-1' pragma: @@ -1608,58 +1559,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7f3fb7ce-a8c8-462a-8949-f967df850d59 + - cd60db9e-ce90-4873-8767-e4f99ffa2daa x-ms-ratelimit-remaining-subscription-writes: - - '1196' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - network firewall ip-config create - Connection: - - keep-alive - ParameterSetName: - - -g -n -f --public-ip-address - User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/00bad64e-08e9-4685-9990-192ee986ce01?api-version=2020-07-01 - response: - body: - string: "{\r\n \"status\": \"InProgress\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '30' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 28 Oct 2021 07:38:47 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - - 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: - - 1d1bcdc6-c9c0-496a-8180-be3a4a3278a1 + - '1198' status: code: 200 message: OK @@ -1677,9 +1579,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/00bad64e-08e9-4685-9990-192ee986ce01?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/9fb5bee9-8fe6-4fbb-90e4-917c1458c782?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1691,7 +1593,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:38:57 GMT + - Tue, 23 Nov 2021 03:11:32 GMT expires: - '-1' pragma: @@ -1708,7 +1610,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 095e9689-8cd2-42f4-bc07-8e41c44218c8 + - c2bc42e7-5c3e-4da6-b78d-da5740dd2839 status: code: 200 message: OK @@ -1726,9 +1628,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/00bad64e-08e9-4685-9990-192ee986ce01?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/9fb5bee9-8fe6-4fbb-90e4-917c1458c782?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1740,7 +1642,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:39:17 GMT + - Tue, 23 Nov 2021 03:11:42 GMT expires: - '-1' pragma: @@ -1757,7 +1659,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 551bf71a-d391-4b47-a4f0-5248ca4cd73b + - 6e12ca1b-e22d-4aed-8829-5e5d214e5741 status: code: 200 message: OK @@ -1775,9 +1677,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/00bad64e-08e9-4685-9990-192ee986ce01?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/9fb5bee9-8fe6-4fbb-90e4-917c1458c782?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1789,7 +1691,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:39:37 GMT + - Tue, 23 Nov 2021 03:12:03 GMT expires: - '-1' pragma: @@ -1806,7 +1708,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6be75b2c-b00c-42fe-91f0-3376135bea10 + - 3a226292-e771-4c6c-b726-c6a51354c976 status: code: 200 message: OK @@ -1824,9 +1726,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/00bad64e-08e9-4685-9990-192ee986ce01?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/9fb5bee9-8fe6-4fbb-90e4-917c1458c782?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1838,7 +1740,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:40:19 GMT + - Tue, 23 Nov 2021 03:12:23 GMT expires: - '-1' pragma: @@ -1855,7 +1757,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 048196af-1e99-4a4b-9ab0-ddc5ce7905eb + - 3cfd3d9a-5f64-466d-83fd-7f7954a4711d status: code: 200 message: OK @@ -1873,9 +1775,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/00bad64e-08e9-4685-9990-192ee986ce01?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/9fb5bee9-8fe6-4fbb-90e4-917c1458c782?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1887,7 +1789,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:40:59 GMT + - Tue, 23 Nov 2021 03:13:04 GMT expires: - '-1' pragma: @@ -1904,7 +1806,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7d40b097-80a8-4007-ad39-26ff116b067f + - 0d7c4cc7-ab88-4511-986d-c37bfe893f8f status: code: 200 message: OK @@ -1922,19 +1824,19 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"89ace27b-b957-4ace-95df-94503ab8ded2\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"d57700d3-cf59-4c65-8a08-5b0b9acfe33a\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"additionalProperties\": {},\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"myipconfig1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1/azureFirewallIpConfigurations/myipconfig1\",\r\n - \ \"etag\": \"W/\\\"89ace27b-b957-4ace-95df-94503ab8ded2\\\"\",\r\n + \ \"etag\": \"W/\\\"d57700d3-cf59-4c65-8a08-5b0b9acfe33a\\\"\",\r\n \ \"type\": \"Microsoft.Network/azureFirewalls/azureFirewallIpConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": @@ -1942,7 +1844,7 @@ interactions: \ },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/AzureFirewallSubnet\"\r\n \ }\r\n }\r\n },\r\n {\r\n \"name\": \"myipconfig2\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1/azureFirewallIpConfigurations/myipconfig2\",\r\n - \ \"etag\": \"W/\\\"89ace27b-b957-4ace-95df-94503ab8ded2\\\"\",\r\n + \ \"etag\": \"W/\\\"d57700d3-cf59-4c65-8a08-5b0b9acfe33a\\\"\",\r\n \ \"type\": \"Microsoft.Network/azureFirewalls/azureFirewallIpConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": @@ -1958,9 +1860,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:40:59 GMT + - Tue, 23 Nov 2021 03:13:05 GMT etag: - - W/"89ace27b-b957-4ace-95df-94503ab8ded2" + - W/"d57700d3-cf59-4c65-8a08-5b0b9acfe33a" expires: - '-1' pragma: @@ -1977,7 +1879,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4f058c86-da03-4a61-b278-93efaef92532 + - 8067120e-b4fb-425e-ad58-07b2a3425caf status: code: 200 message: OK @@ -1995,19 +1897,19 @@ interactions: ParameterSetName: - -g -n -f User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"89ace27b-b957-4ace-95df-94503ab8ded2\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"d57700d3-cf59-4c65-8a08-5b0b9acfe33a\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"additionalProperties\": {},\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"myipconfig1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1/azureFirewallIpConfigurations/myipconfig1\",\r\n - \ \"etag\": \"W/\\\"89ace27b-b957-4ace-95df-94503ab8ded2\\\"\",\r\n + \ \"etag\": \"W/\\\"d57700d3-cf59-4c65-8a08-5b0b9acfe33a\\\"\",\r\n \ \"type\": \"Microsoft.Network/azureFirewalls/azureFirewallIpConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": @@ -2015,7 +1917,7 @@ interactions: \ },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/AzureFirewallSubnet\"\r\n \ }\r\n }\r\n },\r\n {\r\n \"name\": \"myipconfig2\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1/azureFirewallIpConfigurations/myipconfig2\",\r\n - \ \"etag\": \"W/\\\"89ace27b-b957-4ace-95df-94503ab8ded2\\\"\",\r\n + \ \"etag\": \"W/\\\"d57700d3-cf59-4c65-8a08-5b0b9acfe33a\\\"\",\r\n \ \"type\": \"Microsoft.Network/azureFirewalls/azureFirewallIpConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": @@ -2031,9 +1933,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:41:00 GMT + - Tue, 23 Nov 2021 03:13:05 GMT etag: - - W/"89ace27b-b957-4ace-95df-94503ab8ded2" + - W/"d57700d3-cf59-4c65-8a08-5b0b9acfe33a" expires: - '-1' pragma: @@ -2050,7 +1952,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 13d6cddd-89a3-4b5c-b785-7dacd12dc7f8 + - 9c23d29e-0cee-4098-97fb-6544178f9958 status: code: 200 message: OK @@ -2078,19 +1980,19 @@ interactions: ParameterSetName: - -g -n -f User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"ce1cc813-e625-41a2-b86b-90cca16bf959\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"9c962062-1d59-43ec-b18a-42788dad2d0b\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"additionalProperties\": {},\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"myipconfig1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1/azureFirewallIpConfigurations/myipconfig1\",\r\n - \ \"etag\": \"W/\\\"ce1cc813-e625-41a2-b86b-90cca16bf959\\\"\",\r\n + \ \"etag\": \"W/\\\"9c962062-1d59-43ec-b18a-42788dad2d0b\\\"\",\r\n \ \"type\": \"Microsoft.Network/azureFirewalls/azureFirewallIpConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": @@ -2103,7 +2005,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/e86fade7-df6a-4147-a20b-e6dd661ce799?api-version=2020-07-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f687a1e4-60cb-46ab-b78f-32a3e08e03d4?api-version=2020-07-01 cache-control: - no-cache content-length: @@ -2111,7 +2013,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:41:01 GMT + - Tue, 23 Nov 2021 03:13:06 GMT expires: - '-1' pragma: @@ -2128,9 +2030,58 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2601bc82-9f2d-42e1-a257-9e64cfa9efb5 + - b170f638-0afc-4463-b87f-6b700412a4d6 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall ip-config delete + Connection: + - keep-alive + ParameterSetName: + - -g -n -f + User-Agent: + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f687a1e4-60cb-46ab-b78f-32a3e08e03d4?api-version=2020-07-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 Nov 2021 03:13:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - 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: + - a08e1d0d-175d-4fd0-a4c3-4fe95a15fdb0 status: code: 200 message: OK @@ -2148,9 +2099,9 @@ interactions: ParameterSetName: - -g -n -f User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/e86fade7-df6a-4147-a20b-e6dd661ce799?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f687a1e4-60cb-46ab-b78f-32a3e08e03d4?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2162,7 +2113,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:41:12 GMT + - Tue, 23 Nov 2021 03:13:26 GMT expires: - '-1' pragma: @@ -2179,7 +2130,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f8b2c7a4-be1c-412e-85d9-6ef6a1ffbb4c + - fdad26df-d141-435f-aaf8-bb7e91f8aa48 status: code: 200 message: OK @@ -2197,9 +2148,9 @@ interactions: ParameterSetName: - -g -n -f User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/e86fade7-df6a-4147-a20b-e6dd661ce799?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f687a1e4-60cb-46ab-b78f-32a3e08e03d4?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2211,7 +2162,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:41:22 GMT + - Tue, 23 Nov 2021 03:13:48 GMT expires: - '-1' pragma: @@ -2228,7 +2179,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2a74c86f-a4d6-4085-b692-c7a723284f95 + - ee67099a-891b-4b81-8d06-3978ea562cc2 status: code: 200 message: OK @@ -2246,9 +2197,9 @@ interactions: ParameterSetName: - -g -n -f User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/e86fade7-df6a-4147-a20b-e6dd661ce799?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f687a1e4-60cb-46ab-b78f-32a3e08e03d4?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2260,7 +2211,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:41:42 GMT + - Tue, 23 Nov 2021 03:14:08 GMT expires: - '-1' pragma: @@ -2277,7 +2228,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 57cc639e-bfe6-40c7-b41b-81cd5a81a5dc + - e7280cc8-807a-4c0f-99af-0e2c0134dc51 status: code: 200 message: OK @@ -2295,9 +2246,9 @@ interactions: ParameterSetName: - -g -n -f User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/e86fade7-df6a-4147-a20b-e6dd661ce799?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f687a1e4-60cb-46ab-b78f-32a3e08e03d4?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2309,7 +2260,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:42:03 GMT + - Tue, 23 Nov 2021 03:14:48 GMT expires: - '-1' pragma: @@ -2326,7 +2277,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - de43251e-9ed0-419e-ad57-8ee806ef0f30 + - 20f0b5e4-8c66-40b9-a90e-08cfa21888d1 status: code: 200 message: OK @@ -2344,9 +2295,9 @@ interactions: ParameterSetName: - -g -n -f User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/e86fade7-df6a-4147-a20b-e6dd661ce799?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f687a1e4-60cb-46ab-b78f-32a3e08e03d4?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -2358,7 +2309,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:42:43 GMT + - Tue, 23 Nov 2021 03:15:28 GMT expires: - '-1' pragma: @@ -2375,7 +2326,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 57c07b96-3be2-4b7c-a051-f0f77bd047c5 + - 930b36fe-cf4a-40b5-bdd8-1016f3148250 status: code: 200 message: OK @@ -2393,19 +2344,19 @@ interactions: ParameterSetName: - -g -n -f User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"4dcbebca-da75-4479-ba2b-ab431b7b5591\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"59df8743-09d0-4c46-b1d8-74ebb461fa48\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"additionalProperties\": {},\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"myipconfig1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1/azureFirewallIpConfigurations/myipconfig1\",\r\n - \ \"etag\": \"W/\\\"4dcbebca-da75-4479-ba2b-ab431b7b5591\\\"\",\r\n + \ \"etag\": \"W/\\\"59df8743-09d0-4c46-b1d8-74ebb461fa48\\\"\",\r\n \ \"type\": \"Microsoft.Network/azureFirewalls/azureFirewallIpConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": @@ -2422,9 +2373,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:42:43 GMT + - Tue, 23 Nov 2021 03:15:28 GMT etag: - - W/"4dcbebca-da75-4479-ba2b-ab431b7b5591" + - W/"59df8743-09d0-4c46-b1d8-74ebb461fa48" expires: - '-1' pragma: @@ -2441,7 +2392,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f3d778e9-2b38-4b5c-917a-a323ed19faf0 + - c837ce73-4940-446b-a470-9d719c960868 status: code: 200 message: OK @@ -2459,19 +2410,19 @@ interactions: ParameterSetName: - -g -n -f User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"4dcbebca-da75-4479-ba2b-ab431b7b5591\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"59df8743-09d0-4c46-b1d8-74ebb461fa48\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"additionalProperties\": {},\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"myipconfig1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1/azureFirewallIpConfigurations/myipconfig1\",\r\n - \ \"etag\": \"W/\\\"4dcbebca-da75-4479-ba2b-ab431b7b5591\\\"\",\r\n + \ \"etag\": \"W/\\\"59df8743-09d0-4c46-b1d8-74ebb461fa48\\\"\",\r\n \ \"type\": \"Microsoft.Network/azureFirewalls/azureFirewallIpConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": @@ -2488,9 +2439,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:42:46 GMT + - Tue, 23 Nov 2021 03:15:29 GMT etag: - - W/"4dcbebca-da75-4479-ba2b-ab431b7b5591" + - W/"59df8743-09d0-4c46-b1d8-74ebb461fa48" expires: - '-1' pragma: @@ -2507,7 +2458,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 08462f52-9232-4668-83ee-3570b283c2a2 + - 1b9cd9bd-d9f5-476e-a475-d0f8abb90269 status: code: 200 message: OK @@ -2532,13 +2483,13 @@ interactions: ParameterSetName: - -g -n -f User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"0fa5869f-e3db-4d77-a472-903860d6958a\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"791533f0-f2ec-48c4-9d3c-c715a380653e\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": @@ -2549,7 +2500,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8389eb74-ff61-4123-b9fa-55d3715dfca6?api-version=2020-07-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d601adfa-8067-4ffd-8e47-9b26c9c56e26?api-version=2020-07-01 cache-control: - no-cache content-length: @@ -2557,7 +2508,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:42:46 GMT + - Tue, 23 Nov 2021 03:15:30 GMT expires: - '-1' pragma: @@ -2574,7 +2525,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bd900661-06a8-4b85-b1db-03cc189c8aa3 + - 1402d23f-b190-4952-bc25-18b5d4ae64cf x-ms-ratelimit-remaining-subscription-writes: - '1198' status: @@ -2594,9 +2545,9 @@ interactions: ParameterSetName: - -g -n -f User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8389eb74-ff61-4123-b9fa-55d3715dfca6?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d601adfa-8067-4ffd-8e47-9b26c9c56e26?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2608,7 +2559,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:42:57 GMT + - Tue, 23 Nov 2021 03:15:40 GMT expires: - '-1' pragma: @@ -2625,7 +2576,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8b97f88b-cf68-45bf-9ad6-056d8889bd92 + - 0fe6acf3-305f-4b67-917f-fce488e5a23b status: code: 200 message: OK @@ -2643,9 +2594,9 @@ interactions: ParameterSetName: - -g -n -f User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8389eb74-ff61-4123-b9fa-55d3715dfca6?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d601adfa-8067-4ffd-8e47-9b26c9c56e26?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2657,7 +2608,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:43:07 GMT + - Tue, 23 Nov 2021 03:15:50 GMT expires: - '-1' pragma: @@ -2674,7 +2625,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b86bdcb9-7582-48e7-a84e-1c9ddef995d9 + - 0fc5043f-bcb4-438e-ade1-ec362788efdd status: code: 200 message: OK @@ -2692,9 +2643,9 @@ interactions: ParameterSetName: - -g -n -f User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8389eb74-ff61-4123-b9fa-55d3715dfca6?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d601adfa-8067-4ffd-8e47-9b26c9c56e26?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2706,7 +2657,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:43:27 GMT + - Tue, 23 Nov 2021 03:16:11 GMT expires: - '-1' pragma: @@ -2723,7 +2674,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e2e27fed-ed08-4f8d-9da6-2b12d1e3d1b2 + - cf54fe70-2801-4787-ac4f-01888b5d7de3 status: code: 200 message: OK @@ -2741,9 +2692,9 @@ interactions: ParameterSetName: - -g -n -f User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8389eb74-ff61-4123-b9fa-55d3715dfca6?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d601adfa-8067-4ffd-8e47-9b26c9c56e26?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2755,7 +2706,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:43:47 GMT + - Tue, 23 Nov 2021 03:16:33 GMT expires: - '-1' pragma: @@ -2772,7 +2723,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 68042148-156d-4a0e-99a7-2adab8ed623f + - a4a66fa1-291e-4caa-a2cb-3fa29e72b1e6 status: code: 200 message: OK @@ -2790,9 +2741,9 @@ interactions: ParameterSetName: - -g -n -f User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8389eb74-ff61-4123-b9fa-55d3715dfca6?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d601adfa-8067-4ffd-8e47-9b26c9c56e26?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2804,7 +2755,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:44:28 GMT + - Tue, 23 Nov 2021 03:17:13 GMT expires: - '-1' pragma: @@ -2821,7 +2772,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0c704321-61c8-4f22-a5ab-0cb65009b519 + - caf03ed2-5392-4737-b97d-c75ebe111478 status: code: 200 message: OK @@ -2839,9 +2790,9 @@ interactions: ParameterSetName: - -g -n -f User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8389eb74-ff61-4123-b9fa-55d3715dfca6?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d601adfa-8067-4ffd-8e47-9b26c9c56e26?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2853,7 +2804,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:45:08 GMT + - Tue, 23 Nov 2021 03:17:53 GMT expires: - '-1' pragma: @@ -2870,7 +2821,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 55486c00-662d-4ed3-ba30-a781959c65dc + - 9a683b56-b6f0-4ea8-b0b8-2f04d8241300 status: code: 200 message: OK @@ -2888,9 +2839,9 @@ interactions: ParameterSetName: - -g -n -f User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8389eb74-ff61-4123-b9fa-55d3715dfca6?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d601adfa-8067-4ffd-8e47-9b26c9c56e26?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2902,7 +2853,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:46:29 GMT + - Tue, 23 Nov 2021 03:19:14 GMT expires: - '-1' pragma: @@ -2919,7 +2870,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e3f9002e-aabe-4e6b-a37f-09a8a146642f + - 798d5b7a-e77d-42c0-b65f-d270df43c08a status: code: 200 message: OK @@ -2937,9 +2888,9 @@ interactions: ParameterSetName: - -g -n -f User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/8389eb74-ff61-4123-b9fa-55d3715dfca6?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d601adfa-8067-4ffd-8e47-9b26c9c56e26?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -2951,7 +2902,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:49:09 GMT + - Tue, 23 Nov 2021 03:21:54 GMT expires: - '-1' pragma: @@ -2968,7 +2919,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5baf9457-b589-4c38-9f1e-0f16505724ec + - 94beb92d-0917-418a-a11f-a91d60c73361 status: code: 200 message: OK @@ -2986,13 +2937,13 @@ interactions: ParameterSetName: - -g -n -f User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"cf725250-a0dd-49d4-af2e-c7caef933581\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"461f6167-7d8d-4ebe-91b9-ef01a376d303\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": @@ -3007,9 +2958,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:49:10 GMT + - Tue, 23 Nov 2021 03:21:55 GMT etag: - - W/"cf725250-a0dd-49d4-af2e-c7caef933581" + - W/"461f6167-7d8d-4ebe-91b9-ef01a376d303" expires: - '-1' pragma: @@ -3026,7 +2977,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0ead77cc-b8cf-40ba-b0a1-6c221ff54f2d + - 9eeb958a-675d-4eec-8e63-99af57815dbc status: code: 200 message: OK diff --git a/src/azure-firewall/azext_firewall/tests/latest/recordings/test_azure_firewall_management_ip_config.yaml b/src/azure-firewall/azext_firewall/tests/latest/recordings/test_azure_firewall_management_ip_config.yaml index 8890da49fc7..f85560bfb42 100644 --- a/src/azure-firewall/azext_firewall/tests/latest/recordings/test_azure_firewall_management_ip_config.yaml +++ b/src/azure-firewall/azext_firewall/tests/latest/recordings/test_azure_firewall_management_ip_config.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_azure_firewall_management_ip_config000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001","name":"test_azure_firewall_management_ip_config000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-10-28T06:59:23Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001","name":"test_azure_firewall_management_ip_config000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-11-23T03:06:39Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:01:20 GMT + - Tue, 23 Nov 2021 03:06:46 GMT expires: - '-1' pragma: @@ -59,13 +59,13 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"90357a24-1617-4070-af18-5919c5972a42\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"582b2b17-3de8-4b9f-8645-b7c52f579e27\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": @@ -76,7 +76,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/75ad671c-b14b-46a1-b2a4-19c9815a63f1?api-version=2020-07-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/edf1c1d5-608d-47a5-9f47-fd711e9c0457?api-version=2020-07-01 cache-control: - no-cache content-length: @@ -84,7 +84,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:01:26 GMT + - Tue, 23 Nov 2021 03:06:52 GMT expires: - '-1' pragma: @@ -97,9 +97,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0e874788-8751-4d7c-b5d3-668b35bf6b6a + - 1dd0c483-316a-4801-b768-6f6e29892626 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -117,9 +117,9 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/75ad671c-b14b-46a1-b2a4-19c9815a63f1?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/edf1c1d5-608d-47a5-9f47-fd711e9c0457?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -131,7 +131,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:01:37 GMT + - Tue, 23 Nov 2021 03:07:02 GMT expires: - '-1' pragma: @@ -148,7 +148,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2252732a-d821-4dcc-99cc-f8fc705949d4 + - 3b488cd3-6fb3-4388-901d-809886d061c9 status: code: 200 message: OK @@ -166,13 +166,13 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"a120b2af-a74c-4c5d-874b-5715ac3ac7ab\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"287132bf-1c1b-4f11-b6ec-47b30111e305\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": @@ -187,9 +187,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:01:37 GMT + - Tue, 23 Nov 2021 03:07:02 GMT etag: - - W/"a120b2af-a74c-4c5d-874b-5715ac3ac7ab" + - W/"287132bf-1c1b-4f11-b6ec-47b30111e305" expires: - '-1' pragma: @@ -206,7 +206,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fc78f251-1111-4010-8bf2-a0cd2649ffae + - ca5a1f0e-1201-4b62-97cc-6b02333ff039 status: code: 200 message: OK @@ -224,12 +224,12 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_azure_firewall_management_ip_config000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001","name":"test_azure_firewall_management_ip_config000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-10-28T06:59:23Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001","name":"test_azure_firewall_management_ip_config000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-11-23T03:06:39Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -238,7 +238,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:01:43 GMT + - Tue, 23 Nov 2021 03:07:04 GMT expires: - '-1' pragma: @@ -271,15 +271,15 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip?api-version=2021-05-01 response: body: string: "{\r\n \"name\": \"pubip\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip\",\r\n - \ \"etag\": \"W/\\\"1b039087-90ab-4e4a-83ea-c2e266fb9a18\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"f335c507-c1b5-4b95-b68c-56130b0213ce\\\"\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"72768cd9-4e6c-4436-88ad-daa3480103a7\",\r\n \"publicIPAddressVersion\": + \ \"resourceGuid\": \"ef8cdd0f-0aa5-47c8-a18e-f3a7faf858b3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \ \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Regional\"\r\n @@ -288,7 +288,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/07a338f4-d7ab-4f7b-bd1f-ee94917dfc94?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/05f0ece2-f82b-4395-a3bc-c5979e09c8ea?api-version=2021-05-01 cache-control: - no-cache content-length: @@ -296,7 +296,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:01:49 GMT + - Tue, 23 Nov 2021 03:07:12 GMT expires: - '-1' pragma: @@ -309,7 +309,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 23596a13-a327-482c-b706-8ca6ad91653e + - 49315000-8c05-44eb-8880-b3ec81946094 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -329,9 +329,9 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/07a338f4-d7ab-4f7b-bd1f-ee94917dfc94?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/05f0ece2-f82b-4395-a3bc-c5979e09c8ea?api-version=2021-05-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -343,7 +343,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:01:50 GMT + - Tue, 23 Nov 2021 03:07:13 GMT expires: - '-1' pragma: @@ -360,7 +360,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - be81de18-cf2b-4247-95cb-3051a668c13c + - b4120028-5898-425d-a1cd-c7bd04063120 status: code: 200 message: OK @@ -378,16 +378,16 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip?api-version=2021-05-01 response: body: string: "{\r\n \"name\": \"pubip\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip\",\r\n - \ \"etag\": \"W/\\\"db0608e6-8190-4c0b-af5d-17e433bbc32d\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"05a2b854-bf3d-4a31-88cc-b6c2367224f0\\\"\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"72768cd9-4e6c-4436-88ad-daa3480103a7\",\r\n \"ipAddress\": - \"13.87.187.10\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": + \ \"resourceGuid\": \"ef8cdd0f-0aa5-47c8-a18e-f3a7faf858b3\",\r\n \"ipAddress\": + \"52.180.67.4\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n \ },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Regional\"\r\n }\r\n}" @@ -395,13 +395,13 @@ interactions: cache-control: - no-cache content-length: - - '720' + - '719' content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:01:51 GMT + - Tue, 23 Nov 2021 03:07:13 GMT etag: - - W/"db0608e6-8190-4c0b-af5d-17e433bbc32d" + - W/"05a2b854-bf3d-4a31-88cc-b6c2367224f0" expires: - '-1' pragma: @@ -418,7 +418,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0898212b-9e8e-4e2b-89e6-6356aa23abaa + - cc591ee2-9ed4-4798-925d-5bb71461712a status: code: 200 message: OK @@ -436,12 +436,12 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_azure_firewall_management_ip_config000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001","name":"test_azure_firewall_management_ip_config000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-10-28T06:59:23Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001","name":"test_azure_firewall_management_ip_config000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-11-23T03:06:39Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -450,13 +450,15 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:01:53 GMT + - Tue, 23 Nov 2021 03:07:13 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -481,15 +483,15 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip2?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip2?api-version=2021-05-01 response: body: string: "{\r\n \"name\": \"pubip2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip2\",\r\n - \ \"etag\": \"W/\\\"36bdd49f-4726-4a44-9695-d7ffef7fd275\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"b263d4f1-ccc2-4675-9b3b-dd0dd124b10e\\\"\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"4a3cebf0-2687-4282-b9e5-18ae59fe70c8\",\r\n \"publicIPAddressVersion\": + \ \"resourceGuid\": \"d8144c38-0f7b-4ed6-b0e6-d68e07db0571\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \ \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Regional\"\r\n @@ -498,7 +500,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c7b725d2-a52f-4f3a-982f-ecd0be23aa22?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/067056f1-241a-4925-840b-160678cbb35d?api-version=2021-05-01 cache-control: - no-cache content-length: @@ -506,7 +508,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:00 GMT + - Tue, 23 Nov 2021 03:07:21 GMT expires: - '-1' pragma: @@ -519,7 +521,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6b534b2c-ccd3-4de1-9e15-497d5b99e926 + - c676076b-c66f-499d-8bca-84a26c6ef7f5 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -539,9 +541,9 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c7b725d2-a52f-4f3a-982f-ecd0be23aa22?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/067056f1-241a-4925-840b-160678cbb35d?api-version=2021-05-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -553,7 +555,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:02 GMT + - Tue, 23 Nov 2021 03:07:22 GMT expires: - '-1' pragma: @@ -570,7 +572,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 258a98db-a3de-45e3-9941-c3791780926e + - 4dec88a6-1cf5-4ab7-adea-7d49904777cf status: code: 200 message: OK @@ -588,16 +590,16 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip2?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip2?api-version=2021-05-01 response: body: string: "{\r\n \"name\": \"pubip2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip2\",\r\n - \ \"etag\": \"W/\\\"883383f5-a2e7-4079-b77c-544f858284df\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"f360afd2-add9-4ccf-b16b-b1d81393d4fc\\\"\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"4a3cebf0-2687-4282-b9e5-18ae59fe70c8\",\r\n \"ipAddress\": - \"13.87.187.218\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": + \ \"resourceGuid\": \"d8144c38-0f7b-4ed6-b0e6-d68e07db0571\",\r\n \"ipAddress\": + \"52.180.67.7\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n \ },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Regional\"\r\n }\r\n}" @@ -605,13 +607,13 @@ interactions: cache-control: - no-cache content-length: - - '723' + - '721' content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:02 GMT + - Tue, 23 Nov 2021 03:07:22 GMT etag: - - W/"883383f5-a2e7-4079-b77c-544f858284df" + - W/"f360afd2-add9-4ccf-b16b-b1d81393d4fc" expires: - '-1' pragma: @@ -628,7 +630,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9f3d4078-048f-42b9-8eee-00ff5a9f87dd + - 61998a79-036a-481a-8674-478d7a86a9f8 status: code: 200 message: OK @@ -646,12 +648,12 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_azure_firewall_management_ip_config000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001","name":"test_azure_firewall_management_ip_config000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-10-28T06:59:23Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001","name":"test_azure_firewall_management_ip_config000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-11-23T03:06:39Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -660,7 +662,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:04 GMT + - Tue, 23 Nov 2021 03:07:23 GMT expires: - '-1' pragma: @@ -693,15 +695,15 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip3?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip3?api-version=2021-05-01 response: body: string: "{\r\n \"name\": \"pubip3\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip3\",\r\n - \ \"etag\": \"W/\\\"92213b1b-ca8c-44ed-af20-61434acfb8ef\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"31193c33-b475-4850-982f-764833d6bafb\\\"\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"8cf4ed46-19f8-4ca0-98e0-e6cdb167afcb\",\r\n \"publicIPAddressVersion\": + \ \"resourceGuid\": \"0253c8a0-625d-445f-a097-9adc96b3f5f3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \ \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Regional\"\r\n @@ -710,7 +712,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ceb6c2ba-4429-4628-bf5a-2db11cd105aa?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ae01c782-3838-4292-9ca0-c290f3613eb7?api-version=2021-05-01 cache-control: - no-cache content-length: @@ -718,7 +720,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:12 GMT + - Tue, 23 Nov 2021 03:07:31 GMT expires: - '-1' pragma: @@ -731,9 +733,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 639b45b6-1600-4b88-9512-72101c1abb85 + - 58b809d2-a39a-4ea1-aa66-643d0ffc7530 x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 201 message: Created @@ -751,9 +753,9 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ceb6c2ba-4429-4628-bf5a-2db11cd105aa?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ae01c782-3838-4292-9ca0-c290f3613eb7?api-version=2021-05-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -765,7 +767,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:14 GMT + - Tue, 23 Nov 2021 03:07:32 GMT expires: - '-1' pragma: @@ -782,7 +784,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b2cee647-87b8-458f-bfd5-6e39d86cfad7 + - 9487b004-c3d6-4ded-b12a-546f49612f1a status: code: 200 message: OK @@ -800,16 +802,16 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip3?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip3?api-version=2021-05-01 response: body: string: "{\r\n \"name\": \"pubip3\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip3\",\r\n - \ \"etag\": \"W/\\\"1e3c191f-3cff-47a0-ae49-a314eeb02e12\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"dfbb4e4d-a2b7-40b4-8a17-ea19c34c5e48\\\"\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"8cf4ed46-19f8-4ca0-98e0-e6cdb167afcb\",\r\n \"ipAddress\": - \"13.87.203.148\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": + \ \"resourceGuid\": \"0253c8a0-625d-445f-a097-9adc96b3f5f3\",\r\n \"ipAddress\": + \"52.180.66.101\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n \ },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Regional\"\r\n }\r\n}" @@ -821,9 +823,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:14 GMT + - Tue, 23 Nov 2021 03:07:33 GMT etag: - - W/"1e3c191f-3cff-47a0-ae49-a314eeb02e12" + - W/"dfbb4e4d-a2b7-40b4-8a17-ea19c34c5e48" expires: - '-1' pragma: @@ -840,7 +842,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9b54f71a-b239-4709-84e5-95a54885b4f5 + - 3264581c-f21c-4abc-b3cb-5379fbb4daee status: code: 200 message: OK @@ -858,12 +860,12 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_azure_firewall_management_ip_config000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001","name":"test_azure_firewall_management_ip_config000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-10-28T06:59:23Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001","name":"test_azure_firewall_management_ip_config000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-11-23T03:06:39Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -872,7 +874,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:16 GMT + - Tue, 23 Nov 2021 03:07:33 GMT expires: - '-1' pragma: @@ -905,15 +907,15 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip4?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip4?api-version=2021-05-01 response: body: string: "{\r\n \"name\": \"pubip4\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip4\",\r\n - \ \"etag\": \"W/\\\"e83c3c19-aac3-433b-9854-f5026ab92dab\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"d1ab6aae-f49c-4bfe-894e-eac899aed0b1\\\"\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"0e283538-6d89-426f-a46f-d5aed3d2efbe\",\r\n \"publicIPAddressVersion\": + \ \"resourceGuid\": \"de42a620-e56b-4ddf-947e-f14ac97fbff0\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \ \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Regional\"\r\n @@ -922,7 +924,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d05099fc-4909-42c1-8d53-60eb885d5cff?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7718fb6a-a88f-4672-bd5d-31219db40f4d?api-version=2021-05-01 cache-control: - no-cache content-length: @@ -930,7 +932,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:25 GMT + - Tue, 23 Nov 2021 03:07:41 GMT expires: - '-1' pragma: @@ -943,7 +945,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c70d0cd6-7266-4d9c-98bd-ba65e09d1d0c + - 15d75161-9b29-4ee3-8d9f-c65182e4e28b x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -963,9 +965,9 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d05099fc-4909-42c1-8d53-60eb885d5cff?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/7718fb6a-a88f-4672-bd5d-31219db40f4d?api-version=2021-05-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -977,7 +979,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:26 GMT + - Tue, 23 Nov 2021 03:07:42 GMT expires: - '-1' pragma: @@ -994,7 +996,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 81d80bba-6b0f-4d44-be8b-2c50e60b4764 + - e0ff3c3c-4f55-42a4-82a4-08887cd8e991 status: code: 200 message: OK @@ -1012,16 +1014,16 @@ interactions: ParameterSetName: - -g -n --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip4?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip4?api-version=2021-05-01 response: body: string: "{\r\n \"name\": \"pubip4\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/publicIPAddresses/pubip4\",\r\n - \ \"etag\": \"W/\\\"36273104-32a2-47e0-8102-5e9993ab0c03\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"47b270ac-2953-4502-87b8-12a90e34fa98\\\"\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"0e283538-6d89-426f-a46f-d5aed3d2efbe\",\r\n \"ipAddress\": - \"52.160.82.166\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": + \ \"resourceGuid\": \"de42a620-e56b-4ddf-947e-f14ac97fbff0\",\r\n \"ipAddress\": + \"52.180.67.21\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n \ },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Regional\"\r\n }\r\n}" @@ -1029,13 +1031,13 @@ interactions: cache-control: - no-cache content-length: - - '723' + - '722' content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:27 GMT + - Tue, 23 Nov 2021 03:07:43 GMT etag: - - W/"36273104-32a2-47e0-8102-5e9993ab0c03" + - W/"47b270ac-2953-4502-87b8-12a90e34fa98" expires: - '-1' pragma: @@ -1052,7 +1054,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9cf994f0-19d5-4dec-af95-4d28b695bd30 + - 5340b73b-9323-4706-af47-ff4a6ea26729 status: code: 200 message: OK @@ -1070,12 +1072,12 @@ interactions: ParameterSetName: - -g -n --subnet-name --address-prefixes --subnet-prefixes User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_azure_firewall_management_ip_config000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001","name":"test_azure_firewall_management_ip_config000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-10-28T06:59:23Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001","name":"test_azure_firewall_management_ip_config000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-11-23T03:06:39Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -1084,7 +1086,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:29 GMT + - Tue, 23 Nov 2021 03:07:44 GMT expires: - '-1' pragma: @@ -1119,21 +1121,21 @@ interactions: ParameterSetName: - -g -n --subnet-name --address-prefixes --subnet-prefixes User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/virtualNetworks/myvnet?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/virtualNetworks/myvnet?api-version=2021-05-01 response: body: string: "{\r\n \"name\": \"myvnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/virtualNetworks/myvnet\",\r\n - \ \"etag\": \"W/\\\"26b5cfab-f48e-4cb4-bfcf-dfaf010adfc5\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"54c95890-e56c-4e5a-92cf-77fec0cfcab8\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"bce0e3d6-c8a3-48a5-aabf-28f240289ccf\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"94e9a9ba-b68f-4b73-86db-65b7f165ccd3\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"AzureFirewallSubnet\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/AzureFirewallSubnet\",\r\n - \ \"etag\": \"W/\\\"26b5cfab-f48e-4cb4-bfcf-dfaf010adfc5\\\"\",\r\n + \ \"etag\": \"W/\\\"54c95890-e56c-4e5a-92cf-77fec0cfcab8\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -1144,7 +1146,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/9e1ce6df-eace-41fe-98f4-750047ef85e8?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/30fd67a6-302a-4818-ac86-f8473251e226?api-version=2021-05-01 cache-control: - no-cache content-length: @@ -1152,7 +1154,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:37 GMT + - Tue, 23 Nov 2021 03:07:50 GMT expires: - '-1' pragma: @@ -1165,9 +1167,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4b808ca8-0cb1-47f1-badf-3bedf7c537c2 + - c39b18cd-32de-4b5e-be6a-9a8fe8fb4f62 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -1185,9 +1187,9 @@ interactions: ParameterSetName: - -g -n --subnet-name --address-prefixes --subnet-prefixes User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/9e1ce6df-eace-41fe-98f4-750047ef85e8?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/30fd67a6-302a-4818-ac86-f8473251e226?api-version=2021-05-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1199,7 +1201,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:40 GMT + - Tue, 23 Nov 2021 03:07:54 GMT expires: - '-1' pragma: @@ -1216,7 +1218,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 655fd53e-98ed-4988-88a5-a81b639feb0a + - 7465e4c3-f7db-44df-96c2-be45dd37aa1c status: code: 200 message: OK @@ -1234,21 +1236,21 @@ interactions: ParameterSetName: - -g -n --subnet-name --address-prefixes --subnet-prefixes User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/virtualNetworks/myvnet?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/virtualNetworks/myvnet?api-version=2021-05-01 response: body: string: "{\r\n \"name\": \"myvnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/virtualNetworks/myvnet\",\r\n - \ \"etag\": \"W/\\\"244dbcb6-3b2b-4979-99ba-a7fa07b85bcc\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"53f1eff2-12b8-4535-8798-2490fe9c6cb0\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"bce0e3d6-c8a3-48a5-aabf-28f240289ccf\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"94e9a9ba-b68f-4b73-86db-65b7f165ccd3\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"AzureFirewallSubnet\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/AzureFirewallSubnet\",\r\n - \ \"etag\": \"W/\\\"244dbcb6-3b2b-4979-99ba-a7fa07b85bcc\\\"\",\r\n + \ \"etag\": \"W/\\\"53f1eff2-12b8-4535-8798-2490fe9c6cb0\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -1263,9 +1265,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:42 GMT + - Tue, 23 Nov 2021 03:07:54 GMT etag: - - W/"244dbcb6-3b2b-4979-99ba-a7fa07b85bcc" + - W/"53f1eff2-12b8-4535-8798-2490fe9c6cb0" expires: - '-1' pragma: @@ -1282,7 +1284,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f0620ad8-b506-449a-9e9f-9fbabf4f579d + - a4dfbdeb-63f4-4d68-928d-d80e55ab7783 status: code: 200 message: OK @@ -1300,13 +1302,13 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"a120b2af-a74c-4c5d-874b-5715ac3ac7ab\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"287132bf-1c1b-4f11-b6ec-47b30111e305\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": @@ -1321,9 +1323,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:45 GMT + - Tue, 23 Nov 2021 03:07:55 GMT etag: - - W/"a120b2af-a74c-4c5d-874b-5715ac3ac7ab" + - W/"287132bf-1c1b-4f11-b6ec-47b30111e305" expires: - '-1' pragma: @@ -1340,7 +1342,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 19844f16-0b6c-4c51-b215-3abd86c8a26d + - 68e2867a-8e34-4a44-86d5-f829a7066c8e status: code: 200 message: OK @@ -1368,19 +1370,19 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"93a0aef7-de46-4436-b27d-7aebfb373139\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"d54a13b1-ddf3-4975-b3b1-35cc8702be11\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"additionalProperties\": {},\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"myipconfig3\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1/azureFirewallIpConfigurations/myipconfig3\",\r\n - \ \"etag\": \"W/\\\"93a0aef7-de46-4436-b27d-7aebfb373139\\\"\",\r\n + \ \"etag\": \"W/\\\"d54a13b1-ddf3-4975-b3b1-35cc8702be11\\\"\",\r\n \ \"type\": \"Microsoft.Network/azureFirewalls/azureFirewallIpConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": @@ -1393,7 +1395,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/af93795b-0077-4abf-aee9-c5be509f4a2e?api-version=2020-07-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/444b4b0b-a80b-4d3f-9861-c26bce0dee47?api-version=2020-07-01 cache-control: - no-cache content-length: @@ -1401,7 +1403,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:46 GMT + - Tue, 23 Nov 2021 03:07:56 GMT expires: - '-1' pragma: @@ -1418,58 +1420,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7160d2fc-a212-4544-a8a2-e5e450b4842f + - 61387a8a-0c09-4a79-8ff9-9a4b9e239edc x-ms-ratelimit-remaining-subscription-writes: - - '1198' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - network firewall ip-config create - Connection: - - keep-alive - ParameterSetName: - - -g -n -f --public-ip-address --vnet-name - User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/af93795b-0077-4abf-aee9-c5be509f4a2e?api-version=2020-07-01 - response: - body: - string: "{\r\n \"status\": \"InProgress\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '30' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 28 Oct 2021 07:02:57 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - - 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: - - b8879335-5f4c-4086-af10-4c0a2e0d8da4 + - '1199' status: code: 200 message: OK @@ -1487,9 +1440,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/af93795b-0077-4abf-aee9-c5be509f4a2e?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/444b4b0b-a80b-4d3f-9861-c26bce0dee47?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1501,7 +1454,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:03:07 GMT + - Tue, 23 Nov 2021 03:08:07 GMT expires: - '-1' pragma: @@ -1518,7 +1471,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b3ee11f0-7dfc-4904-b27a-7e77e95a4d1e + - 84e32b5d-095d-4e7b-9aad-cba7b8ca0f14 status: code: 200 message: OK @@ -1536,9 +1489,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/af93795b-0077-4abf-aee9-c5be509f4a2e?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/444b4b0b-a80b-4d3f-9861-c26bce0dee47?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1550,7 +1503,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:03:27 GMT + - Tue, 23 Nov 2021 03:08:17 GMT expires: - '-1' pragma: @@ -1567,7 +1520,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c8cab4ed-2815-4885-87e2-6531e5ecade4 + - 5a75de44-2201-4342-8568-4e7ba84175e5 status: code: 200 message: OK @@ -1585,9 +1538,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/af93795b-0077-4abf-aee9-c5be509f4a2e?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/444b4b0b-a80b-4d3f-9861-c26bce0dee47?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1599,7 +1552,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:03:47 GMT + - Tue, 23 Nov 2021 03:08:38 GMT expires: - '-1' pragma: @@ -1616,7 +1569,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 233c616f-fcaa-4561-a6cc-c840b57d708a + - d72eaec6-5daf-45ba-9d73-8b9e354be03f status: code: 200 message: OK @@ -1634,9 +1587,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/af93795b-0077-4abf-aee9-c5be509f4a2e?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/444b4b0b-a80b-4d3f-9861-c26bce0dee47?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1648,7 +1601,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:04:28 GMT + - Tue, 23 Nov 2021 03:08:58 GMT expires: - '-1' pragma: @@ -1665,7 +1618,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6d1b2352-f11f-4dfe-80df-1a31ae82272b + - 9befc543-f406-4ea3-9317-1839ab8f9696 status: code: 200 message: OK @@ -1683,9 +1636,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/af93795b-0077-4abf-aee9-c5be509f4a2e?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/444b4b0b-a80b-4d3f-9861-c26bce0dee47?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1697,7 +1650,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:05:08 GMT + - Tue, 23 Nov 2021 03:09:39 GMT expires: - '-1' pragma: @@ -1714,7 +1667,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4dcc390f-c19b-490c-8d8a-ddb704cb757d + - 9b3a8079-f9c3-4745-ad43-51d8de21c416 status: code: 200 message: OK @@ -1732,9 +1685,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/af93795b-0077-4abf-aee9-c5be509f4a2e?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/444b4b0b-a80b-4d3f-9861-c26bce0dee47?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1746,7 +1699,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:06:29 GMT + - Tue, 23 Nov 2021 03:10:19 GMT expires: - '-1' pragma: @@ -1763,7 +1716,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6d9253b8-8d9c-4aff-af62-c29e5ebff401 + - fa7af3ee-13f4-40f5-be6b-8e6ba1d39afd status: code: 200 message: OK @@ -1781,9 +1734,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/af93795b-0077-4abf-aee9-c5be509f4a2e?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/444b4b0b-a80b-4d3f-9861-c26bce0dee47?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1795,7 +1748,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:09:10 GMT + - Tue, 23 Nov 2021 03:11:39 GMT expires: - '-1' pragma: @@ -1812,7 +1765,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6ac2ba02-5dad-436d-8881-60b0857b73c5 + - ad1284df-512c-468b-a174-3f80b090a8aa status: code: 200 message: OK @@ -1830,19 +1783,19 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"e7d90bb5-5ace-42e8-9d77-6953549d222e\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"9637e2bc-2547-4285-8b0c-8718e5d187fd\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"additionalProperties\": {},\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"myipconfig3\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1/azureFirewallIpConfigurations/myipconfig3\",\r\n - \ \"etag\": \"W/\\\"e7d90bb5-5ace-42e8-9d77-6953549d222e\\\"\",\r\n + \ \"etag\": \"W/\\\"9637e2bc-2547-4285-8b0c-8718e5d187fd\\\"\",\r\n \ \"type\": \"Microsoft.Network/azureFirewalls/azureFirewallIpConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": @@ -1859,9 +1812,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:09:10 GMT + - Tue, 23 Nov 2021 03:11:40 GMT etag: - - W/"e7d90bb5-5ace-42e8-9d77-6953549d222e" + - W/"9637e2bc-2547-4285-8b0c-8718e5d187fd" expires: - '-1' pragma: @@ -1878,7 +1831,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 98828b98-fefa-4a74-99da-3ba429281e25 + - 0886caa2-2b37-45c5-9925-89c6fb0d99e7 status: code: 200 message: OK @@ -1896,19 +1849,19 @@ interactions: ParameterSetName: - -g -f -n User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"e7d90bb5-5ace-42e8-9d77-6953549d222e\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"9637e2bc-2547-4285-8b0c-8718e5d187fd\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": \"Alert\",\r\n \"additionalProperties\": {},\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"myipconfig3\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1/azureFirewallIpConfigurations/myipconfig3\",\r\n - \ \"etag\": \"W/\\\"e7d90bb5-5ace-42e8-9d77-6953549d222e\\\"\",\r\n + \ \"etag\": \"W/\\\"9637e2bc-2547-4285-8b0c-8718e5d187fd\\\"\",\r\n \ \"type\": \"Microsoft.Network/azureFirewalls/azureFirewallIpConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": @@ -1925,9 +1878,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:09:13 GMT + - Tue, 23 Nov 2021 03:11:42 GMT etag: - - W/"e7d90bb5-5ace-42e8-9d77-6953549d222e" + - W/"9637e2bc-2547-4285-8b0c-8718e5d187fd" expires: - '-1' pragma: @@ -1944,7 +1897,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1310567d-72c3-4aa4-b41a-8a61d9717d79 + - 72731eb3-f0e0-40e8-b3be-a045954d15b3 status: code: 200 message: OK @@ -1969,13 +1922,13 @@ interactions: ParameterSetName: - -g -f -n User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"70ab447f-5e38-45ac-8f15-9b7fb89e6625\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"31b804f1-3113-4235-84ca-2c03558906d5\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": @@ -1986,7 +1939,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/18d1950c-e5c6-428c-b086-1224d452a2d7?api-version=2020-07-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/cb9da1ec-01f4-4de9-acab-cc34078ee012?api-version=2020-07-01 cache-control: - no-cache content-length: @@ -1994,7 +1947,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:09:13 GMT + - Tue, 23 Nov 2021 03:11:42 GMT expires: - '-1' pragma: @@ -2011,7 +1964,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d961620b-f351-4630-b1a0-f652335f8455 + - d4decd8b-f54b-400e-a206-60af09200f72 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -2031,9 +1984,58 @@ interactions: ParameterSetName: - -g -f -n User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/cb9da1ec-01f4-4de9-acab-cc34078ee012?api-version=2020-07-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 23 Nov 2021 03:11:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - 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: + - 57f43757-9d51-47bd-aef8-1f59f5ab9465 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall ip-config delete + Connection: + - keep-alive + ParameterSetName: + - -g -f -n + User-Agent: + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/18d1950c-e5c6-428c-b086-1224d452a2d7?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/cb9da1ec-01f4-4de9-acab-cc34078ee012?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2045,7 +2047,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:09:24 GMT + - Tue, 23 Nov 2021 03:12:03 GMT expires: - '-1' pragma: @@ -2062,7 +2064,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 271030b7-0a5e-4a40-98c7-3dfdae10482d + - 615c243c-89b0-4dd6-92bc-3acfe725ca33 status: code: 200 message: OK @@ -2080,9 +2082,9 @@ interactions: ParameterSetName: - -g -f -n User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/18d1950c-e5c6-428c-b086-1224d452a2d7?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/cb9da1ec-01f4-4de9-acab-cc34078ee012?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2094,7 +2096,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:09:34 GMT + - Tue, 23 Nov 2021 03:12:23 GMT expires: - '-1' pragma: @@ -2111,7 +2113,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 85dd9f9c-74d7-4dcb-b07a-e7e16f81d9fe + - 0ff26bc1-95f7-493e-a18f-422aaf48071f status: code: 200 message: OK @@ -2129,9 +2131,9 @@ interactions: ParameterSetName: - -g -f -n User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/18d1950c-e5c6-428c-b086-1224d452a2d7?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/cb9da1ec-01f4-4de9-acab-cc34078ee012?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2143,7 +2145,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:09:54 GMT + - Tue, 23 Nov 2021 03:12:43 GMT expires: - '-1' pragma: @@ -2160,7 +2162,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6436ac13-546c-48ae-a257-6ce5f89c51a6 + - 155aa95b-ee6e-4135-bbaf-abe74ed21786 status: code: 200 message: OK @@ -2178,9 +2180,9 @@ interactions: ParameterSetName: - -g -f -n User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/18d1950c-e5c6-428c-b086-1224d452a2d7?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/cb9da1ec-01f4-4de9-acab-cc34078ee012?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2192,7 +2194,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:10:15 GMT + - Tue, 23 Nov 2021 03:13:24 GMT expires: - '-1' pragma: @@ -2209,7 +2211,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 929ee523-05d8-4fc5-ba1f-acd112668bbe + - 491a4990-1c7f-478d-a47e-4e5fb87f1de2 status: code: 200 message: OK @@ -2227,9 +2229,9 @@ interactions: ParameterSetName: - -g -f -n User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/18d1950c-e5c6-428c-b086-1224d452a2d7?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/cb9da1ec-01f4-4de9-acab-cc34078ee012?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2241,7 +2243,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:10:56 GMT + - Tue, 23 Nov 2021 03:14:04 GMT expires: - '-1' pragma: @@ -2258,7 +2260,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 44359bfa-a429-47bf-96d4-3819801839f1 + - f7749160-30c3-4076-b774-85b0f5ae5bff status: code: 200 message: OK @@ -2276,9 +2278,9 @@ interactions: ParameterSetName: - -g -f -n User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/18d1950c-e5c6-428c-b086-1224d452a2d7?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/cb9da1ec-01f4-4de9-acab-cc34078ee012?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2290,7 +2292,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:11:36 GMT + - Tue, 23 Nov 2021 03:15:25 GMT expires: - '-1' pragma: @@ -2307,7 +2309,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - afe4b00c-2588-4ba2-b22e-57ad1a4f7262 + - 89c064fd-9b76-488f-9697-a6d98edd1aa7 status: code: 200 message: OK @@ -2325,9 +2327,9 @@ interactions: ParameterSetName: - -g -f -n User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/18d1950c-e5c6-428c-b086-1224d452a2d7?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/cb9da1ec-01f4-4de9-acab-cc34078ee012?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -2339,7 +2341,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:12:57 GMT + - Tue, 23 Nov 2021 03:18:05 GMT expires: - '-1' pragma: @@ -2356,7 +2358,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - da5f3059-3388-41c1-85ab-8a50583131c4 + - f7ba36d9-3b91-48be-9cf3-a8c74d915371 status: code: 200 message: OK @@ -2374,13 +2376,13 @@ interactions: ParameterSetName: - -g -f -n User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"7b312a0f-2cef-4d13-8c29-ab27b4e32641\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"786004ff-7a16-4f84-8efc-0e24896b3f98\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": @@ -2395,9 +2397,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:12:58 GMT + - Tue, 23 Nov 2021 03:18:05 GMT etag: - - W/"7b312a0f-2cef-4d13-8c29-ab27b4e32641" + - W/"786004ff-7a16-4f84-8efc-0e24896b3f98" expires: - '-1' pragma: @@ -2414,7 +2416,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d313feae-87a8-4334-8527-89c97496d744 + - 6fdfdcad-ff70-4136-af74-a3a2374389cf status: code: 200 message: OK @@ -2432,13 +2434,13 @@ interactions: ParameterSetName: - -g -f -n User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"7b312a0f-2cef-4d13-8c29-ab27b4e32641\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"786004ff-7a16-4f84-8efc-0e24896b3f98\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": @@ -2453,9 +2455,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:12:59 GMT + - Tue, 23 Nov 2021 03:18:07 GMT etag: - - W/"7b312a0f-2cef-4d13-8c29-ab27b4e32641" + - W/"786004ff-7a16-4f84-8efc-0e24896b3f98" expires: - '-1' pragma: @@ -2472,7 +2474,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f6176d3e-0a13-4814-81ba-94b266d9fac5 + - e1c7e27b-52df-43e8-97b9-79b6c02d3bad status: code: 200 message: OK @@ -2497,13 +2499,13 @@ interactions: ParameterSetName: - -g -f -n User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"7b312a0f-2cef-4d13-8c29-ab27b4e32641\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"786004ff-7a16-4f84-8efc-0e24896b3f98\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": @@ -2514,7 +2516,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/e38a72fd-d87d-46b1-ac74-a1eab0687045?api-version=2020-07-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b7ae541b-1b2b-43c1-a241-920b46479847?api-version=2020-07-01 cache-control: - no-cache content-length: @@ -2522,7 +2524,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:13:00 GMT + - Tue, 23 Nov 2021 03:18:07 GMT expires: - '-1' pragma: @@ -2539,7 +2541,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 310c75c3-7053-448b-97fd-412d1e147cc8 + - 61e7fc01-d738-4472-8840-8ce81e534654 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -2559,9 +2561,9 @@ interactions: ParameterSetName: - -g -f -n User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/e38a72fd-d87d-46b1-ac74-a1eab0687045?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b7ae541b-1b2b-43c1-a241-920b46479847?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -2573,7 +2575,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:13:30 GMT + - Tue, 23 Nov 2021 03:18:37 GMT expires: - '-1' pragma: @@ -2590,7 +2592,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ee3f2800-c297-4116-95bb-dd1936c7e480 + - ec35e9a3-f08d-4211-88fc-76197c35612a status: code: 200 message: OK @@ -2608,13 +2610,13 @@ interactions: ParameterSetName: - -g -f -n User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"7b312a0f-2cef-4d13-8c29-ab27b4e32641\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"786004ff-7a16-4f84-8efc-0e24896b3f98\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": @@ -2629,9 +2631,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:13:30 GMT + - Tue, 23 Nov 2021 03:18:37 GMT etag: - - W/"7b312a0f-2cef-4d13-8c29-ab27b4e32641" + - W/"786004ff-7a16-4f84-8efc-0e24896b3f98" expires: - '-1' pragma: @@ -2648,7 +2650,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2aaab33c-8438-44ed-9922-4ddbefc055c1 + - ed8dd547-56a8-4821-a14f-df8a32daf255 status: code: 200 message: OK @@ -2666,13 +2668,13 @@ interactions: ParameterSetName: - -g -f User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_azure_firewall_management_ip_config000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"7b312a0f-2cef-4d13-8c29-ab27b4e32641\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"786004ff-7a16-4f84-8efc-0e24896b3f98\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"threatIntelMode\": @@ -2687,9 +2689,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:13:33 GMT + - Tue, 23 Nov 2021 03:18:39 GMT etag: - - W/"7b312a0f-2cef-4d13-8c29-ab27b4e32641" + - W/"786004ff-7a16-4f84-8efc-0e24896b3f98" expires: - '-1' pragma: @@ -2706,7 +2708,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 014efa44-e1ed-479a-9131-fb55a4d09dea + - ff0e8fbf-dad5-4d56-a9f8-1a472a9cd0c0 status: code: 200 message: OK diff --git a/src/azure-firewall/azext_firewall/tests/latest/recordings/test_azure_firewall_with_firewall_policy.yaml b/src/azure-firewall/azext_firewall/tests/latest/recordings/test_azure_firewall_with_firewall_policy.yaml index df41cd338ea..2d61f1812fa 100644 --- a/src/azure-firewall/azext_firewall/tests/latest/recordings/test_azure_firewall_with_firewall_policy.yaml +++ b/src/azure-firewall/azext_firewall/tests/latest/recordings/test_azure_firewall_with_firewall_policy.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - -n -g --type User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_azure_firewall_with_firewall_policy000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001","name":"cli_test_azure_firewall_with_firewall_policy000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-10-28T06:59:54Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001","name":"cli_test_azure_firewall_with_firewall_policy000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-11-23T03:06:39Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:01:51 GMT + - Tue, 23 Nov 2021 03:06:44 GMT expires: - '-1' pragma: @@ -59,13 +59,13 @@ interactions: ParameterSetName: - -n -g --type User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/virtualWans/clitestvwan?api-version=2020-05-01 response: body: string: "{\r\n \"name\": \"clitestvwan\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/virtualWans/clitestvwan\",\r\n - \ \"etag\": \"W/\\\"58cf8fff-e9cb-4ff8-85fb-cc96709524da\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"296960d0-8272-4a24-b0f0-7df4eca4c977\\\"\",\r\n \"type\": \"Microsoft.Network/virtualWans\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"disableVpnEncryption\": false,\r\n \"allowBranchToBranchTraffic\": true,\r\n \"office365LocalBreakoutCategory\": @@ -74,7 +74,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4ed45257-d25b-41c9-b89c-b775f4b2427f?api-version=2020-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4a2dfdb3-170a-43e6-8137-01f1a87ac1a4?api-version=2020-05-01 cache-control: - no-cache content-length: @@ -82,7 +82,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:00 GMT + - Tue, 23 Nov 2021 03:06:49 GMT expires: - '-1' pragma: @@ -95,7 +95,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e60adfae-1a25-4fb5-87fd-b5767881cad1 + - d113ea6a-9439-432a-a08b-58e595f7ebcf x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -115,9 +115,9 @@ interactions: ParameterSetName: - -n -g --type User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4ed45257-d25b-41c9-b89c-b775f4b2427f?api-version=2020-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/4a2dfdb3-170a-43e6-8137-01f1a87ac1a4?api-version=2020-05-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -129,7 +129,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:10 GMT + - Tue, 23 Nov 2021 03:06:59 GMT expires: - '-1' pragma: @@ -146,7 +146,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8020fab4-9b30-4ed2-b44e-d3bc088bb864 + - f693624f-977a-4de3-91e3-d5ff1fc58b49 status: code: 200 message: OK @@ -164,13 +164,13 @@ interactions: ParameterSetName: - -n -g --type User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/virtualWans/clitestvwan?api-version=2020-05-01 response: body: string: "{\r\n \"name\": \"clitestvwan\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/virtualWans/clitestvwan\",\r\n - \ \"etag\": \"W/\\\"0f697390-4401-471b-a2b2-4b4809982709\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"4c32b67c-908e-4878-b38a-47bb272bc2c3\\\"\",\r\n \"type\": \"Microsoft.Network/virtualWans\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"disableVpnEncryption\": false,\r\n \"allowBranchToBranchTraffic\": true,\r\n \"office365LocalBreakoutCategory\": @@ -183,9 +183,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:10 GMT + - Tue, 23 Nov 2021 03:07:00 GMT etag: - - W/"0f697390-4401-471b-a2b2-4b4809982709" + - W/"4c32b67c-908e-4878-b38a-47bb272bc2c3" expires: - '-1' pragma: @@ -202,7 +202,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fdc6e0eb-be5e-4bea-b198-990d76787f7d + - fff34aea-3cac-4363-87a3-bfdd2129ba14 status: code: 200 message: OK @@ -225,13 +225,13 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/virtualHubs/clitestvhub?api-version=2020-05-01 response: body: string: "{\r\n \"name\": \"clitestvhub\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/virtualHubs/clitestvhub\",\r\n - \ \"etag\": \"W/\\\"e512cf1c-72b3-4273-ba80-56802b9ef599\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"2f0e970f-0cc1-4c6b-9dc9-67f16c8a5840\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"virtualHubRouteTableV2s\": [],\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"virtualRouterAsn\": @@ -243,7 +243,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5c28fb89-7cb6-43f7-a7d4-a1a14a0691e4?api-version=2020-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/812491a7-5ef2-4c66-8b76-9505236522f1?api-version=2020-05-01 cache-control: - no-cache content-length: @@ -251,7 +251,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:18 GMT + - Tue, 23 Nov 2021 03:07:06 GMT expires: - '-1' pragma: @@ -264,7 +264,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d73e3df6-f2fb-4d14-9ba0-4c76121018eb + - 6edce03f-8b70-4a16-a8c0-79fcb27d4260 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -284,9 +284,9 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5c28fb89-7cb6-43f7-a7d4-a1a14a0691e4?api-version=2020-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/812491a7-5ef2-4c66-8b76-9505236522f1?api-version=2020-05-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -298,7 +298,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:28 GMT + - Tue, 23 Nov 2021 03:07:17 GMT expires: - '-1' pragma: @@ -315,7 +315,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3d4dd998-e172-4c4d-a886-3cfd08ac3af7 + - 35412e8b-ef3c-4c31-8cb8-c9c927767479 status: code: 200 message: OK @@ -333,9 +333,9 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5c28fb89-7cb6-43f7-a7d4-a1a14a0691e4?api-version=2020-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/812491a7-5ef2-4c66-8b76-9505236522f1?api-version=2020-05-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -347,7 +347,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:39 GMT + - Tue, 23 Nov 2021 03:07:28 GMT expires: - '-1' pragma: @@ -364,7 +364,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c293ba2d-6ff0-4de5-ab9d-00486b3713e9 + - 2e22995b-2ad2-43d2-8b07-9eae7b62d03d status: code: 200 message: OK @@ -382,9 +382,9 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5c28fb89-7cb6-43f7-a7d4-a1a14a0691e4?api-version=2020-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/812491a7-5ef2-4c66-8b76-9505236522f1?api-version=2020-05-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -396,7 +396,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:02:59 GMT + - Tue, 23 Nov 2021 03:07:48 GMT expires: - '-1' pragma: @@ -413,7 +413,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d8b78b37-68de-4707-bfe6-4b1f21ff9617 + - d780c386-c7db-471d-a8b4-fb955d67addb status: code: 200 message: OK @@ -431,9 +431,9 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5c28fb89-7cb6-43f7-a7d4-a1a14a0691e4?api-version=2020-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/812491a7-5ef2-4c66-8b76-9505236522f1?api-version=2020-05-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -445,7 +445,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:03:19 GMT + - Tue, 23 Nov 2021 03:08:08 GMT expires: - '-1' pragma: @@ -462,7 +462,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e978630e-87ec-4120-85b7-e79e76674774 + - a9e3d8c7-73c5-4379-898d-f36ce8a11a38 status: code: 200 message: OK @@ -480,9 +480,9 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5c28fb89-7cb6-43f7-a7d4-a1a14a0691e4?api-version=2020-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/812491a7-5ef2-4c66-8b76-9505236522f1?api-version=2020-05-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -494,7 +494,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:04:00 GMT + - Tue, 23 Nov 2021 03:08:48 GMT expires: - '-1' pragma: @@ -511,7 +511,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - faf16a43-9b69-4166-9dc3-20067c391a49 + - cb8c094f-0c5d-4c8c-bd03-7b46c331597f status: code: 200 message: OK @@ -529,9 +529,9 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5c28fb89-7cb6-43f7-a7d4-a1a14a0691e4?api-version=2020-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/812491a7-5ef2-4c66-8b76-9505236522f1?api-version=2020-05-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -543,7 +543,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:04:40 GMT + - Tue, 23 Nov 2021 03:09:30 GMT expires: - '-1' pragma: @@ -560,7 +560,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4e602013-9642-4096-bd72-e04100df781a + - 0d936940-3305-4436-b911-b2847bb87932 status: code: 200 message: OK @@ -578,9 +578,9 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5c28fb89-7cb6-43f7-a7d4-a1a14a0691e4?api-version=2020-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/812491a7-5ef2-4c66-8b76-9505236522f1?api-version=2020-05-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -592,7 +592,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:06:01 GMT + - Tue, 23 Nov 2021 03:10:49 GMT expires: - '-1' pragma: @@ -609,7 +609,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3aea85cd-bda0-4840-b749-1d2d207844c9 + - 1eb97610-fe7e-4b0f-82d6-092c93c86fa0 status: code: 200 message: OK @@ -627,9 +627,9 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/5c28fb89-7cb6-43f7-a7d4-a1a14a0691e4?api-version=2020-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/812491a7-5ef2-4c66-8b76-9505236522f1?api-version=2020-05-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -641,7 +641,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:08:42 GMT + - Tue, 23 Nov 2021 03:13:31 GMT expires: - '-1' pragma: @@ -658,7 +658,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1fb2a26e-4901-4755-842c-aac5fd1edccb + - 30e351ab-ef34-4535-b42e-32f7ef10a46d status: code: 200 message: OK @@ -676,13 +676,13 @@ interactions: ParameterSetName: - -g -n --vwan --address-prefix -l --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/virtualHubs/clitestvhub?api-version=2020-05-01 response: body: string: "{\r\n \"name\": \"clitestvhub\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/virtualHubs/clitestvhub\",\r\n - \ \"etag\": \"W/\\\"a6f2cf04-3525-4a27-808d-2b8e187278aa\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"8d692970-9d78-4c7d-aff3-4adf69821a45\\\"\",\r\n \"type\": \"Microsoft.Network/virtualHubs\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"virtualHubRouteTableV2s\": [],\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"virtualRouterAsn\": @@ -698,7 +698,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:08:43 GMT + - Tue, 23 Nov 2021 03:13:31 GMT expires: - '-1' pragma: @@ -715,7 +715,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bc3dabd2-63b0-4fdb-a466-5d09d171eec0 + - e35559f1-beeb-48a3-9958-39740aff0cc0 status: code: 200 message: OK @@ -737,7 +737,7 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy?api-version=2020-07-01 response: @@ -747,10 +747,10 @@ interactions: \ \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy\",\r\n \ \"name\": \"myclipolicy\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n - \ \"etag\": \"a399c19d-32f2-4654-8346-13df537bd30b\",\r\n \"location\": \"westus2\"\r\n}" + \ \"etag\": \"f72f54d4-aa2e-4ca6-b610-16eb0793fb51\",\r\n \"location\": \"westus2\"\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/nfvOperations/b7afb863-95e5-4103-ab56-205741117e94?api-version=2020-07-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/nfvOperations/a41d4431-ea8b-4b64-92bd-cab0c47afbda?api-version=2020-07-01 cache-control: - no-cache content-length: @@ -758,7 +758,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:08:53 GMT + - Tue, 23 Nov 2021 03:13:41 GMT expires: - '-1' pragma: @@ -770,7 +770,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 201 message: Created @@ -788,9 +788,9 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/nfvOperations/b7afb863-95e5-4103-ab56-205741117e94?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/nfvOperations/a41d4431-ea8b-4b64-92bd-cab0c47afbda?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -802,7 +802,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:09:03 GMT + - Tue, 23 Nov 2021 03:13:51 GMT expires: - '-1' pragma: @@ -834,7 +834,7 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy?api-version=2020-07-01 response: @@ -844,7 +844,7 @@ interactions: \ \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy\",\r\n \ \"name\": \"myclipolicy\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n - \ \"etag\": \"a399c19d-32f2-4654-8346-13df537bd30b\",\r\n \"location\": \"westus2\"\r\n}" + \ \"etag\": \"f72f54d4-aa2e-4ca6-b610-16eb0793fb51\",\r\n \"location\": \"westus2\"\r\n}" headers: cache-control: - no-cache @@ -853,9 +853,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:09:03 GMT + - Tue, 23 Nov 2021 03:13:52 GMT etag: - - '"a399c19d-32f2-4654-8346-13df537bd30b"' + - '"f72f54d4-aa2e-4ca6-b610-16eb0793fb51"' expires: - '-1' pragma: @@ -887,12 +887,12 @@ interactions: ParameterSetName: - -g -n --count --sku --vhub --firewall-policy User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-resource/19.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_azure_firewall_with_firewall_policy000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001","name":"cli_test_azure_firewall_with_firewall_policy000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-10-28T06:59:54Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001","name":"cli_test_azure_firewall_with_firewall_policy000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-11-23T03:06:39Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -901,7 +901,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:09:05 GMT + - Tue, 23 Nov 2021 03:13:53 GMT expires: - '-1' pragma: @@ -936,13 +936,13 @@ interactions: ParameterSetName: - -g -n --count --sku --vhub --firewall-policy User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"5b085e53-de87-4b61-ae86-026e617a3f32\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"eee3808a-4108-4db1-befb-f149ff647809\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"sku\": {\r\n \"name\": \"AZFW_Hub\",\r\n \"tier\": \"Standard\"\r\n },\r\n @@ -956,7 +956,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e2611ce4-a475-42d2-943e-1b6e3fe4b8a8?api-version=2020-07-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/30b257f6-0540-4dab-b836-512e4d2deb52?api-version=2020-07-01 cache-control: - no-cache content-length: @@ -964,7 +964,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:09:14 GMT + - Tue, 23 Nov 2021 03:14:04 GMT expires: - '-1' pragma: @@ -977,9 +977,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f0916e20-86f7-4527-a6a6-ae9b716470a4 + - 3c97e730-a71a-4b9d-97df-16e20fffc6e8 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -997,107 +997,9 @@ interactions: ParameterSetName: - -g -n --count --sku --vhub --firewall-policy User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e2611ce4-a475-42d2-943e-1b6e3fe4b8a8?api-version=2020-07-01 - response: - body: - string: "{\r\n \"status\": \"InProgress\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '30' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 28 Oct 2021 07:09:25 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - - 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: - - 81ed2ccd-9a98-4033-9edf-08eae97d620c - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - network firewall create - Connection: - - keep-alive - ParameterSetName: - - -g -n --count --sku --vhub --firewall-policy - User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e2611ce4-a475-42d2-943e-1b6e3fe4b8a8?api-version=2020-07-01 - response: - body: - string: "{\r\n \"status\": \"InProgress\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '30' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 28 Oct 2021 07:09:35 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - - 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: - - 45981ba1-8473-413e-8552-6d7c2c2a77f9 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - network firewall create - Connection: - - keep-alive - ParameterSetName: - - -g -n --count --sku --vhub --firewall-policy - User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e2611ce4-a475-42d2-943e-1b6e3fe4b8a8?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/30b257f6-0540-4dab-b836-512e4d2deb52?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1109,7 +1011,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:09:56 GMT + - Tue, 23 Nov 2021 03:14:15 GMT expires: - '-1' pragma: @@ -1126,7 +1028,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2aee3b36-87a6-4826-8619-cc7a904254f2 + - a344786f-bcd7-454e-b8e8-a7081b8f9425 status: code: 200 message: OK @@ -1144,9 +1046,9 @@ interactions: ParameterSetName: - -g -n --count --sku --vhub --firewall-policy User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e2611ce4-a475-42d2-943e-1b6e3fe4b8a8?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/30b257f6-0540-4dab-b836-512e4d2deb52?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1158,7 +1060,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:10:16 GMT + - Tue, 23 Nov 2021 03:14:25 GMT expires: - '-1' pragma: @@ -1175,7 +1077,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0d43b73c-929c-4211-9dfa-2fbce29d056c + - 3a045b46-aabb-4826-9d60-90b44fb07b3c status: code: 200 message: OK @@ -1193,9 +1095,9 @@ interactions: ParameterSetName: - -g -n --count --sku --vhub --firewall-policy User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e2611ce4-a475-42d2-943e-1b6e3fe4b8a8?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/30b257f6-0540-4dab-b836-512e4d2deb52?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1207,7 +1109,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:10:56 GMT + - Tue, 23 Nov 2021 03:14:45 GMT expires: - '-1' pragma: @@ -1224,7 +1126,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5831e300-23a0-466e-994f-bcf6b9921951 + - 7560bd5c-05ab-48af-af15-635bcf6f2e0e status: code: 200 message: OK @@ -1242,9 +1144,9 @@ interactions: ParameterSetName: - -g -n --count --sku --vhub --firewall-policy User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e2611ce4-a475-42d2-943e-1b6e3fe4b8a8?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/30b257f6-0540-4dab-b836-512e4d2deb52?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1256,7 +1158,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:11:37 GMT + - Tue, 23 Nov 2021 03:15:05 GMT expires: - '-1' pragma: @@ -1273,7 +1175,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 41d87b4d-f9b0-45a4-a998-565b45713660 + - 092130b4-eea4-4afb-9382-0c1fc5755858 status: code: 200 message: OK @@ -1291,9 +1193,9 @@ interactions: ParameterSetName: - -g -n --count --sku --vhub --firewall-policy User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e2611ce4-a475-42d2-943e-1b6e3fe4b8a8?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/30b257f6-0540-4dab-b836-512e4d2deb52?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1305,7 +1207,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:12:58 GMT + - Tue, 23 Nov 2021 03:15:46 GMT expires: - '-1' pragma: @@ -1322,7 +1224,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 611f4823-d9e4-44cb-a81c-0952584944b9 + - b146065a-8138-4b31-87ff-6e428c5b2835 status: code: 200 message: OK @@ -1340,9 +1242,9 @@ interactions: ParameterSetName: - -g -n --count --sku --vhub --firewall-policy User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e2611ce4-a475-42d2-943e-1b6e3fe4b8a8?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/30b257f6-0540-4dab-b836-512e4d2deb52?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1354,7 +1256,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:15:39 GMT + - Tue, 23 Nov 2021 03:16:26 GMT expires: - '-1' pragma: @@ -1371,7 +1273,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5ac17fb9-f5d1-48a6-a9df-9d2e7a489960 + - 1df52813-15c8-43e4-8307-04de46d020ee status: code: 200 message: OK @@ -1389,9 +1291,9 @@ interactions: ParameterSetName: - -g -n --count --sku --vhub --firewall-policy User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e2611ce4-a475-42d2-943e-1b6e3fe4b8a8?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/30b257f6-0540-4dab-b836-512e4d2deb52?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1403,7 +1305,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:17:19 GMT + - Tue, 23 Nov 2021 03:17:47 GMT expires: - '-1' pragma: @@ -1420,7 +1322,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d41b7d69-127d-4989-ab0e-8ba1b379a95b + - dd810bc9-23b0-43b1-99f6-9787b8f00bfa status: code: 200 message: OK @@ -1438,9 +1340,9 @@ interactions: ParameterSetName: - -g -n --count --sku --vhub --firewall-policy User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e2611ce4-a475-42d2-943e-1b6e3fe4b8a8?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/30b257f6-0540-4dab-b836-512e4d2deb52?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1452,7 +1354,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:18:59 GMT + - Tue, 23 Nov 2021 03:20:27 GMT expires: - '-1' pragma: @@ -1469,7 +1371,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - dc112549-04ce-49ed-88ca-9cea1762a3d8 + - 53284558-05d5-4034-a0a6-f7507d47f79f status: code: 200 message: OK @@ -1487,9 +1389,9 @@ interactions: ParameterSetName: - -g -n --count --sku --vhub --firewall-policy User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e2611ce4-a475-42d2-943e-1b6e3fe4b8a8?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/30b257f6-0540-4dab-b836-512e4d2deb52?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1501,7 +1403,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:20:41 GMT + - Tue, 23 Nov 2021 03:22:08 GMT expires: - '-1' pragma: @@ -1518,7 +1420,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 09bab155-5cfc-4993-800d-adfa5fbab2e1 + - b1d32d1f-6af3-48ec-b0e2-7f7495224124 status: code: 200 message: OK @@ -1536,9 +1438,9 @@ interactions: ParameterSetName: - -g -n --count --sku --vhub --firewall-policy User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e2611ce4-a475-42d2-943e-1b6e3fe4b8a8?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/30b257f6-0540-4dab-b836-512e4d2deb52?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1550,7 +1452,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:22:21 GMT + - Tue, 23 Nov 2021 03:23:48 GMT expires: - '-1' pragma: @@ -1567,7 +1469,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 36e9e315-9ca0-48f5-8905-6648a80e3ef4 + - 5d3f2dba-9ca2-48a9-ba50-317d34b561b9 status: code: 200 message: OK @@ -1585,9 +1487,9 @@ interactions: ParameterSetName: - -g -n --count --sku --vhub --firewall-policy User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e2611ce4-a475-42d2-943e-1b6e3fe4b8a8?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/30b257f6-0540-4dab-b836-512e4d2deb52?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1599,7 +1501,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:24:02 GMT + - Tue, 23 Nov 2021 03:25:28 GMT expires: - '-1' pragma: @@ -1616,7 +1518,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 60fa4d81-2151-485e-8f4f-744ca3f41df8 + - b2dccd51-3b06-4b49-8de0-07e96b9d0eda status: code: 200 message: OK @@ -1634,9 +1536,9 @@ interactions: ParameterSetName: - -g -n --count --sku --vhub --firewall-policy User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/e2611ce4-a475-42d2-943e-1b6e3fe4b8a8?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/30b257f6-0540-4dab-b836-512e4d2deb52?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1648,7 +1550,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:25:42 GMT + - Tue, 23 Nov 2021 03:27:09 GMT expires: - '-1' pragma: @@ -1665,7 +1567,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 470c777e-9f2d-4be5-8292-3b889a0fb593 + - db076614-5359-4376-abb7-58fc7bd1dd00 status: code: 200 message: OK @@ -1683,13 +1585,13 @@ interactions: ParameterSetName: - -g -n --count --sku --vhub --firewall-policy User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/azureFirewalls/af1?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/azureFirewalls/af1\",\r\n - \ \"etag\": \"W/\\\"6eec894c-dc49-4c5f-b57c-d4cb9dae5858\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"35314ecf-fec7-473e-9863-7f7f238a6f50\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"AZFW_Hub\",\r\n \"tier\": \"Standard\"\r\n },\r\n @@ -1697,20 +1599,20 @@ interactions: \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/virtualHubs/clitestvhub\"\r\n \ },\r\n \"hubIPAddresses\": {\r\n \"privateIPAddress\": \"10.0.0.132\",\r\n \ \"publicIPs\": {\r\n \"addresses\": [\r\n {\r\n \"address\": - \"20.99.158.199\"\r\n }\r\n ],\r\n \"count\": 1\r\n + \"20.112.6.216\"\r\n }\r\n ],\r\n \"count\": 1\r\n \ }\r\n },\r\n \"firewallPolicy\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy\"\r\n \ }\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '1238' + - '1237' content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:25:43 GMT + - Tue, 23 Nov 2021 03:27:09 GMT etag: - - W/"6eec894c-dc49-4c5f-b57c-d4cb9dae5858" + - W/"35314ecf-fec7-473e-9863-7f7f238a6f50" expires: - '-1' pragma: @@ -1727,7 +1629,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5dfdf6fe-ec51-4231-99c4-054ef684159d + - 432da1d1-14e5-423e-85d7-204eafbb01b4 status: code: 200 message: OK @@ -1750,13 +1652,13 @@ interactions: ParameterSetName: - -g -n -l --firewall-policy User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/azureFirewalls/af2?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/azureFirewalls/af2\",\r\n - \ \"etag\": \"W/\\\"94ab1aad-0f0d-4358-9ba0-2ba61f3d1f9e\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"11ae66b4-902a-439a-ab60-1a67da409436\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n @@ -1769,7 +1671,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/63003ffa-046b-4879-ab96-2a7fb7a7a06c?api-version=2020-07-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/48be1dc3-394b-4750-a48c-90b68d83a535?api-version=2020-07-01 cache-control: - no-cache content-length: @@ -1777,7 +1679,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:25:56 GMT + - Tue, 23 Nov 2021 03:27:22 GMT expires: - '-1' pragma: @@ -1790,9 +1692,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4579baee-d6e3-4d73-ab50-5d5158c1d7e7 + - f3ae13f4-a7ea-48cd-bfd2-62cc471d226b x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -1810,9 +1712,9 @@ interactions: ParameterSetName: - -g -n -l --firewall-policy User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/63003ffa-046b-4879-ab96-2a7fb7a7a06c?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/48be1dc3-394b-4750-a48c-90b68d83a535?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1824,7 +1726,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:26:07 GMT + - Tue, 23 Nov 2021 03:27:32 GMT expires: - '-1' pragma: @@ -1841,7 +1743,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 883c1d0f-f8ff-447c-9d6b-249f97c878e9 + - b33249b4-4afe-4394-beb7-e9e970a96cb0 status: code: 200 message: OK @@ -1859,13 +1761,13 @@ interactions: ParameterSetName: - -g -n -l --firewall-policy User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/azureFirewalls/af2?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/azureFirewalls/af2\",\r\n - \ \"etag\": \"W/\\\"9f61f41c-ad7e-48b3-9242-3e2e603a23e5\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"48488a9e-cf7d-40ad-a489-277671d74e28\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n @@ -1882,9 +1784,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:26:07 GMT + - Tue, 23 Nov 2021 03:27:32 GMT etag: - - W/"9f61f41c-ad7e-48b3-9242-3e2e603a23e5" + - W/"48488a9e-cf7d-40ad-a489-277671d74e28" expires: - '-1' pragma: @@ -1901,7 +1803,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7cdb7547-4a61-4238-abad-2cd92ca4abe1 + - 3b325f10-10be-4b4b-8370-e5b31454d150 status: code: 200 message: OK @@ -1924,15 +1826,15 @@ interactions: ParameterSetName: - -g -n -l --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/publicIPAddresses/pubip?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/publicIPAddresses/pubip?api-version=2021-05-01 response: body: string: "{\r\n \"name\": \"pubip\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/publicIPAddresses/pubip\",\r\n - \ \"etag\": \"W/\\\"21b51791-3294-400d-a0a4-f199d3826db8\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"a61218dd-c276-43e9-ad46-233ac08eab33\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"8798ce6a-b182-4038-98bf-58611ef6d519\",\r\n \"publicIPAddressVersion\": + \ \"resourceGuid\": \"00ada497-5281-4296-982a-7cbd91cbb78d\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \ \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Regional\"\r\n @@ -1941,7 +1843,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/3e5c5efa-06cc-4ba8-8e95-c253664f2600?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b2355bf0-e45e-49f0-8fe9-9f2538f7204c?api-version=2021-05-01 cache-control: - no-cache content-length: @@ -1949,7 +1851,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:26:18 GMT + - Tue, 23 Nov 2021 03:27:41 GMT expires: - '-1' pragma: @@ -1962,9 +1864,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a1fe1636-c65c-4a09-8d66-721eaf219fd8 + - bb1c3b34-e77f-4454-8e6f-e6d4595fa715 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -1982,9 +1884,9 @@ interactions: ParameterSetName: - -g -n -l --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/3e5c5efa-06cc-4ba8-8e95-c253664f2600?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/b2355bf0-e45e-49f0-8fe9-9f2538f7204c?api-version=2021-05-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1996,7 +1898,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:26:20 GMT + - Tue, 23 Nov 2021 03:27:42 GMT expires: - '-1' pragma: @@ -2013,7 +1915,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a4fa7b69-bd83-43af-b95d-896220c3f618 + - b2831746-574b-442f-bc8e-bbd1ddef89ec status: code: 200 message: OK @@ -2031,16 +1933,16 @@ interactions: ParameterSetName: - -g -n -l --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/publicIPAddresses/pubip?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/publicIPAddresses/pubip?api-version=2021-05-01 response: body: string: "{\r\n \"name\": \"pubip\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/publicIPAddresses/pubip\",\r\n - \ \"etag\": \"W/\\\"8a6ec082-24f4-4567-b0ce-567e4d125fe5\\\"\",\r\n \"location\": + \ \"etag\": \"W/\\\"cf86f84f-1bf5-4898-b4af-d087c89be4ed\\\"\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"8798ce6a-b182-4038-98bf-58611ef6d519\",\r\n \"ipAddress\": - \"20.69.109.74\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": + \ \"resourceGuid\": \"00ada497-5281-4296-982a-7cbd91cbb78d\",\r\n \"ipAddress\": + \"20.69.180.71\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Static\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"ipTags\": []\r\n \ },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Regional\"\r\n }\r\n}" @@ -2052,9 +1954,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:26:20 GMT + - Tue, 23 Nov 2021 03:27:43 GMT etag: - - W/"8a6ec082-24f4-4567-b0ce-567e4d125fe5" + - W/"cf86f84f-1bf5-4898-b4af-d087c89be4ed" expires: - '-1' pragma: @@ -2071,7 +1973,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 36bb6e4a-7565-44e3-a7c1-2f75d4dbd267 + - 1ca98e4f-d997-49e7-98dd-f2de9b9e2d32 status: code: 200 message: OK @@ -2096,21 +1998,21 @@ interactions: ParameterSetName: - -g -n --subnet-name -l --address-prefixes --subnet-prefixes User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/virtualNetworks/myvnet?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/virtualNetworks/myvnet?api-version=2021-05-01 response: body: string: "{\r\n \"name\": \"myvnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/virtualNetworks/myvnet\",\r\n - \ \"etag\": \"W/\\\"a5e126b5-64c2-4864-b711-76fe955fb534\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"205d6014-96e3-474a-8774-807e6a01f6db\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"c290bd82-3826-48ce-b810-ae69afe60de4\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"2905dcc2-ff69-4660-a7d7-7eb736a1c1df\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"AzureFirewallSubnet\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/AzureFirewallSubnet\",\r\n - \ \"etag\": \"W/\\\"a5e126b5-64c2-4864-b711-76fe955fb534\\\"\",\r\n + \ \"etag\": \"W/\\\"205d6014-96e3-474a-8774-807e6a01f6db\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -2121,7 +2023,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/95d6b831-95a5-439b-855b-ecedca98b590?api-version=2021-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/61a6b842-5dfa-4b8b-b8c8-19f93b124741?api-version=2021-05-01 cache-control: - no-cache content-length: @@ -2129,7 +2031,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:26:26 GMT + - Tue, 23 Nov 2021 03:27:52 GMT expires: - '-1' pragma: @@ -2142,9 +2044,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 279e3c17-899f-4051-951b-e1c01f75408c + - e719b396-51e0-4138-a282-65b4110fd77b x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 201 message: Created @@ -2162,9 +2064,9 @@ interactions: ParameterSetName: - -g -n --subnet-name -l --address-prefixes --subnet-prefixes User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/95d6b831-95a5-439b-855b-ecedca98b590?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/61a6b842-5dfa-4b8b-b8c8-19f93b124741?api-version=2021-05-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -2176,7 +2078,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:26:29 GMT + - Tue, 23 Nov 2021 03:27:56 GMT expires: - '-1' pragma: @@ -2193,7 +2095,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 812c5c7b-0562-4591-aa2e-ae26ad3010fb + - d0186876-48c0-4661-ba93-97d4a04e42e6 status: code: 200 message: OK @@ -2211,21 +2113,21 @@ interactions: ParameterSetName: - -g -n --subnet-name -l --address-prefixes --subnet-prefixes User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/19.1.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/virtualNetworks/myvnet?api-version=2021-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/virtualNetworks/myvnet?api-version=2021-05-01 response: body: string: "{\r\n \"name\": \"myvnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/virtualNetworks/myvnet\",\r\n - \ \"etag\": \"W/\\\"734201ad-f7ab-4577-bf3a-501d432060b9\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"bb096cd2-5fce-48dc-825c-523c4bb7c259\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"c290bd82-3826-48ce-b810-ae69afe60de4\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"2905dcc2-ff69-4660-a7d7-7eb736a1c1df\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"AzureFirewallSubnet\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/AzureFirewallSubnet\",\r\n - \ \"etag\": \"W/\\\"734201ad-f7ab-4577-bf3a-501d432060b9\\\"\",\r\n + \ \"etag\": \"W/\\\"bb096cd2-5fce-48dc-825c-523c4bb7c259\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -2240,9 +2142,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:26:30 GMT + - Tue, 23 Nov 2021 03:27:56 GMT etag: - - W/"734201ad-f7ab-4577-bf3a-501d432060b9" + - W/"bb096cd2-5fce-48dc-825c-523c4bb7c259" expires: - '-1' pragma: @@ -2259,7 +2161,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6fd197cd-31d1-48c5-993c-a51f3b6b2c1a + - 47236e00-368a-4306-bb4f-c327e826eefc status: code: 200 message: OK @@ -2277,13 +2179,13 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/azureFirewalls/af2?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/azureFirewalls/af2\",\r\n - \ \"etag\": \"W/\\\"9f61f41c-ad7e-48b3-9242-3e2e603a23e5\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"48488a9e-cf7d-40ad-a489-277671d74e28\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n @@ -2300,9 +2202,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:26:32 GMT + - Tue, 23 Nov 2021 03:27:57 GMT etag: - - W/"9f61f41c-ad7e-48b3-9242-3e2e603a23e5" + - W/"48488a9e-cf7d-40ad-a489-277671d74e28" expires: - '-1' pragma: @@ -2319,7 +2221,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 158cc1e6-7521-4616-ba40-d9feed230237 + - c5cb952b-d312-4801-8c92-f7a0257e418f status: code: 200 message: OK @@ -2347,20 +2249,20 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/azureFirewalls/af2?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/azureFirewalls/af2\",\r\n - \ \"etag\": \"W/\\\"8151e81c-1805-4527-9572-1af9c9b2a704\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"6fc1b0cb-8dc0-44b1-a139-592a8a033591\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \ \"threatIntelMode\": \"Alert\",\r\n \"additionalProperties\": {},\r\n \ \"ipConfigurations\": [\r\n {\r\n \"name\": \"myipconfig1\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/azureFirewalls/af2/azureFirewallIpConfigurations/myipconfig1\",\r\n - \ \"etag\": \"W/\\\"8151e81c-1805-4527-9572-1af9c9b2a704\\\"\",\r\n + \ \"etag\": \"W/\\\"6fc1b0cb-8dc0-44b1-a139-592a8a033591\\\"\",\r\n \ \"type\": \"Microsoft.Network/azureFirewalls/azureFirewallIpConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": @@ -2374,7 +2276,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/17c3bf2c-6a0a-4f74-9d2f-b994cb7f44f2?api-version=2020-07-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c0912b03-369a-4de9-b4fb-2ad76deb98a3?api-version=2020-07-01 cache-control: - no-cache content-length: @@ -2382,7 +2284,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:26:33 GMT + - Tue, 23 Nov 2021 03:27:58 GMT expires: - '-1' pragma: @@ -2399,58 +2301,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 53f5de78-37d5-492e-976a-5eaba3f55bf4 + - a2cb845d-5c03-45f1-884a-5c7d9c6cf9b1 x-ms-ratelimit-remaining-subscription-writes: - - '1197' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - network firewall ip-config create - Connection: - - keep-alive - ParameterSetName: - - -g -n -f --public-ip-address --vnet-name - User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/17c3bf2c-6a0a-4f74-9d2f-b994cb7f44f2?api-version=2020-07-01 - response: - body: - string: "{\r\n \"status\": \"InProgress\"\r\n}" - headers: - cache-control: - - no-cache - content-length: - - '30' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 28 Oct 2021 07:26:44 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - - 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: - - 0e220004-3813-4701-93a8-6e3611db9405 + - '1199' status: code: 200 message: OK @@ -2468,9 +2321,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/17c3bf2c-6a0a-4f74-9d2f-b994cb7f44f2?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c0912b03-369a-4de9-b4fb-2ad76deb98a3?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2482,7 +2335,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:26:55 GMT + - Tue, 23 Nov 2021 03:28:08 GMT expires: - '-1' pragma: @@ -2499,7 +2352,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bff8d6fe-50d6-484a-b63a-84e0a36c3c91 + - 67533f70-6cc3-42c6-be0e-c4005777016f status: code: 200 message: OK @@ -2517,9 +2370,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/17c3bf2c-6a0a-4f74-9d2f-b994cb7f44f2?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c0912b03-369a-4de9-b4fb-2ad76deb98a3?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2531,7 +2384,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:27:15 GMT + - Tue, 23 Nov 2021 03:28:18 GMT expires: - '-1' pragma: @@ -2548,7 +2401,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 77d02dc8-572c-4084-acc6-9bdd17fbb185 + - 07e723eb-5904-428b-b661-e89d750c3dd9 status: code: 200 message: OK @@ -2566,9 +2419,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/17c3bf2c-6a0a-4f74-9d2f-b994cb7f44f2?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c0912b03-369a-4de9-b4fb-2ad76deb98a3?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2580,7 +2433,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:27:36 GMT + - Tue, 23 Nov 2021 03:28:40 GMT expires: - '-1' pragma: @@ -2597,7 +2450,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 42215b5b-edcf-47fc-a873-c6d66213a605 + - 3d87a2b0-dbc8-4e67-9a50-cbdc0a38a942 status: code: 200 message: OK @@ -2615,9 +2468,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/17c3bf2c-6a0a-4f74-9d2f-b994cb7f44f2?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c0912b03-369a-4de9-b4fb-2ad76deb98a3?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2629,7 +2482,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:28:17 GMT + - Tue, 23 Nov 2021 03:29:00 GMT expires: - '-1' pragma: @@ -2646,7 +2499,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - accfe711-57b0-44e4-aac1-29f53f4575b8 + - 684a94e6-6b42-4613-891b-9121c50e92a0 status: code: 200 message: OK @@ -2664,9 +2517,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/17c3bf2c-6a0a-4f74-9d2f-b994cb7f44f2?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c0912b03-369a-4de9-b4fb-2ad76deb98a3?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2678,7 +2531,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:28:57 GMT + - Tue, 23 Nov 2021 03:29:40 GMT expires: - '-1' pragma: @@ -2695,7 +2548,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 83aaf64a-3ce1-4136-95e2-d3d92f57f9a2 + - 4d2335f5-748e-4357-a780-9bc864d06666 status: code: 200 message: OK @@ -2713,9 +2566,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/17c3bf2c-6a0a-4f74-9d2f-b994cb7f44f2?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c0912b03-369a-4de9-b4fb-2ad76deb98a3?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -2727,7 +2580,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:30:17 GMT + - Tue, 23 Nov 2021 03:30:21 GMT expires: - '-1' pragma: @@ -2744,7 +2597,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 534510ed-42a4-4162-a5ae-2f5863aeb36f + - fd791a39-427e-4740-8ccb-aac79ec14f25 status: code: 200 message: OK @@ -2762,9 +2615,9 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/17c3bf2c-6a0a-4f74-9d2f-b994cb7f44f2?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/c0912b03-369a-4de9-b4fb-2ad76deb98a3?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -2776,7 +2629,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:32:58 GMT + - Tue, 23 Nov 2021 03:31:41 GMT expires: - '-1' pragma: @@ -2793,7 +2646,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 33be44cb-9e6c-49a5-a4d5-13b26f24e2f5 + - 326dc369-510c-4f6a-8f0b-f5bf8fde404e status: code: 200 message: OK @@ -2811,20 +2664,20 @@ interactions: ParameterSetName: - -g -n -f --public-ip-address --vnet-name User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/azureFirewalls/af2?api-version=2020-07-01 response: body: string: "{\r\n \"name\": \"af2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/azureFirewalls/af2\",\r\n - \ \"etag\": \"W/\\\"be72f600-abb7-4f27-9bf3-659f94d1a4da\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"e7bc6ab0-9341-4c83-afaf-7649000fb6ac\\\"\",\r\n \"type\": \"Microsoft.Network/azureFirewalls\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"sku\": {\r\n \"name\": \"AZFW_VNet\",\r\n \"tier\": \"Standard\"\r\n },\r\n \ \"threatIntelMode\": \"Alert\",\r\n \"additionalProperties\": {},\r\n \ \"ipConfigurations\": [\r\n {\r\n \"name\": \"myipconfig1\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/azureFirewalls/af2/azureFirewallIpConfigurations/myipconfig1\",\r\n - \ \"etag\": \"W/\\\"be72f600-abb7-4f27-9bf3-659f94d1a4da\\\"\",\r\n + \ \"etag\": \"W/\\\"e7bc6ab0-9341-4c83-afaf-7649000fb6ac\\\"\",\r\n \ \"type\": \"Microsoft.Network/azureFirewalls/azureFirewallIpConfigurations\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": @@ -2842,9 +2695,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:32:58 GMT + - Tue, 23 Nov 2021 03:31:42 GMT etag: - - W/"be72f600-abb7-4f27-9bf3-659f94d1a4da" + - W/"e7bc6ab0-9341-4c83-afaf-7649000fb6ac" expires: - '-1' pragma: @@ -2861,7 +2714,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 83b16ab5-2dc9-4472-839b-dd568451937a + - 0d64b2b6-fd16-4b08-ba48-d0df0be1885c status: code: 200 message: OK @@ -2883,7 +2736,7 @@ interactions: ParameterSetName: - -g -n -l --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy2?api-version=2020-07-01 response: @@ -2893,10 +2746,10 @@ interactions: \ \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy2\",\r\n \ \"name\": \"myclipolicy2\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n - \ \"etag\": \"592e978c-4dc2-4ccc-b16c-444bf173db80\",\r\n \"location\": \"westus2\"\r\n}" + \ \"etag\": \"e8f8a9c3-1eac-441d-bb8c-a7de0ccce3cb\",\r\n \"location\": \"westus2\"\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/nfvOperations/e22f686b-e9a8-4017-aeae-1fb21631fd8b?api-version=2020-07-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/nfvOperations/6dfb4d12-8c67-4441-92b6-07a6a0e06389?api-version=2020-07-01 cache-control: - no-cache content-length: @@ -2904,7 +2757,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:33:07 GMT + - Tue, 23 Nov 2021 03:31:49 GMT expires: - '-1' pragma: @@ -2916,7 +2769,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1198' status: code: 201 message: Created @@ -2934,9 +2787,9 @@ interactions: ParameterSetName: - -g -n -l --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/nfvOperations/e22f686b-e9a8-4017-aeae-1fb21631fd8b?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/nfvOperations/6dfb4d12-8c67-4441-92b6-07a6a0e06389?api-version=2020-07-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -2948,7 +2801,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:33:17 GMT + - Tue, 23 Nov 2021 03:32:00 GMT expires: - '-1' pragma: @@ -2980,7 +2833,7 @@ interactions: ParameterSetName: - -g -n -l --sku User-Agent: - - AZURECLI/2.29.1 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.1 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.30.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.3 (Windows-10-10.0.18362-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy2?api-version=2020-07-01 response: @@ -2990,7 +2843,7 @@ interactions: \ \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_with_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy2\",\r\n \ \"name\": \"myclipolicy2\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n - \ \"etag\": \"592e978c-4dc2-4ccc-b16c-444bf173db80\",\r\n \"location\": \"westus2\"\r\n}" + \ \"etag\": \"e8f8a9c3-1eac-441d-bb8c-a7de0ccce3cb\",\r\n \"location\": \"westus2\"\r\n}" headers: cache-control: - no-cache @@ -2999,9 +2852,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 28 Oct 2021 07:33:18 GMT + - Tue, 23 Nov 2021 03:32:00 GMT etag: - - '"592e978c-4dc2-4ccc-b16c-444bf173db80"' + - '"e8f8a9c3-1eac-441d-bb8c-a7de0ccce3cb"' expires: - '-1' pragma: