Skip to content

Commit eeaf8c0

Browse files
committed
test: fix service bus private endpoint recording
Copilot-Session: d9036981-89a0-44a3-b795-00732e37db75
1 parent fee0c09 commit eeaf8c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/azure-cli/azure/cli/command_modules/servicebus/tests/latest/recordings/test_sb_privateendpoint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ interactions:
893893
User-Agent:
894894
- AZURECLI/2.89.0 azsdk-python-core/1.39.0 Python/3.13.12 (Windows-11-10.0.26200-SP0)
895895
method: PUT
896-
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-migration/providers/Microsoft.Network/privateEndpoints/cli-pe-000005?api-version=2026-01-01
896+
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-migration1/providers/Microsoft.Network/privateEndpoints/cli-pe-000005?api-version=2026-01-01
897897
response:
898898
body:
899899
string: '{"name":"cli-pe-000005","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-migration1/providers/Microsoft.Network/privateEndpoints/cli-pe-000005","etag":"W/\"6dc4f7e0-7360-47a1-af60-47661de3ff41\"","type":"Microsoft.Network/privateEndpoints","location":"eastus","properties":{"provisioningState":"Updating","resourceGuid":"c3baba09-c8ef-4c52-ad3f-de032ab8e821","privateLinkServiceConnections":[{"name":"cli-pec-000006","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-migration1/providers/Microsoft.Network/privateEndpoints/cli-pe-000005/privateLinkServiceConnections/cli-pec-000006","etag":"W/\"6dc4f7e0-7360-47a1-af60-47661de3ff41\"","properties":{"provisioningState":"Succeeded","privateLinkServiceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-migration1/providers/Microsoft.ServiceBus/namespaces/servicebus-nscli000002","groupIds":["namespace"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto
@@ -1166,7 +1166,7 @@ interactions:
11661166
User-Agent:
11671167
- AZURECLI/2.89.0 azsdk-python-core/1.39.0 Python/3.13.12 (Windows-11-10.0.26200-SP0)
11681168
method: GET
1169-
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-migration/providers/Microsoft.Network/privateEndpoints/cli-pe-000005?api-version=2026-01-01
1169+
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-migration1/providers/Microsoft.Network/privateEndpoints/cli-pe-000005?api-version=2026-01-01
11701170
response:
11711171
body:
11721172
string: '{"name":"cli-pe-000005","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-migration1/providers/Microsoft.Network/privateEndpoints/cli-pe-000005","etag":"W/\"45dd1c10-fe35-492e-8704-e08c88765762\"","type":"Microsoft.Network/privateEndpoints","location":"eastus","properties":{"provisioningState":"Succeeded","resourceGuid":"c3baba09-c8ef-4c52-ad3f-de032ab8e821","privateLinkServiceConnections":[{"name":"cli-pec-000006","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-migration1/providers/Microsoft.Network/privateEndpoints/cli-pe-000005/privateLinkServiceConnections/cli-pec-000006","etag":"W/\"45dd1c10-fe35-492e-8704-e08c88765762\"","properties":{"provisioningState":"Succeeded","privateLinkServiceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-migration1/providers/Microsoft.ServiceBus/namespaces/servicebus-nscli000002","groupIds":["namespace"],"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"type":"Microsoft.Network/privateEndpoints/privateLinkServiceConnections"}],"manualPrivateLinkServiceConnections":[],"customNetworkInterfaceName":"","subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-migration1/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004"},"ipConfigurations":[],"networkInterfaces":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-migration1/providers/Microsoft.Network/networkInterfaces/cli-pe-000005.nic.068100d1-76f8-4be5-8a96-9bb41cd0f25e"}],"customDnsConfigs":[{"fqdn":"servicebus-nscli000002.servicebus.windows.net","ipAddresses":["10.0.0.4"]}],"ipVersionType":"IPv4"}}'

0 commit comments

Comments
 (0)