From c55097b53994ec89b8a8c06fc53518e5a887f05b Mon Sep 17 00:00:00 2001 From: Patryk Kulik Date: Wed, 26 Jul 2023 17:24:14 +0100 Subject: [PATCH 1/9] Modify changelog and rename tests --- src/aosm/HISTORY.rst | 2 ++ ...ublish_and_delete.py => test_aosm_cnf_publish_and_delete.py} | 0 ...ublish_and_delete.py => test_aosm_vnf_publish_and_delete.py} | 0 3 files changed, 2 insertions(+) rename src/aosm/azext_aosm/tests/latest/{test_cnf_publish_and_delete.py => test_aosm_cnf_publish_and_delete.py} (100%) rename src/aosm/azext_aosm/tests/latest/{test_vnf_publish_and_delete.py => test_aosm_vnf_publish_and_delete.py} (100%) diff --git a/src/aosm/HISTORY.rst b/src/aosm/HISTORY.rst index f265a01482b..a1e25a76684 100644 --- a/src/aosm/HISTORY.rst +++ b/src/aosm/HISTORY.rst @@ -5,6 +5,8 @@ Release History unreleased ++++++++++ +* Added integration tests for `publish` and `delete` commands. +* Added a `--force` flag to the aosm `build` and `delete` commands. This command will force the `build` or `delete` commands to proceed without waiting on user input to confirm. * `az aosm nfd build` options `--order-params` and `--interactive` to help users choose which NF parameters to expose as deployParameters. Feature added that allows CNF value mappings file to be generated if none is supplied. * NFDV version exposed as a CGV on an SNS. * `az aosm nfd publish` option added for `--definition-type cnf` to publish the CNF bicep templates, upload helm charts from disk to the ACR and copy the images from a source ACR to the target ACR. diff --git a/src/aosm/azext_aosm/tests/latest/test_cnf_publish_and_delete.py b/src/aosm/azext_aosm/tests/latest/test_aosm_cnf_publish_and_delete.py similarity index 100% rename from src/aosm/azext_aosm/tests/latest/test_cnf_publish_and_delete.py rename to src/aosm/azext_aosm/tests/latest/test_aosm_cnf_publish_and_delete.py diff --git a/src/aosm/azext_aosm/tests/latest/test_vnf_publish_and_delete.py b/src/aosm/azext_aosm/tests/latest/test_aosm_vnf_publish_and_delete.py similarity index 100% rename from src/aosm/azext_aosm/tests/latest/test_vnf_publish_and_delete.py rename to src/aosm/azext_aosm/tests/latest/test_aosm_vnf_publish_and_delete.py From b2a857dfeb6a38faf3d1ba3070e981f3b78936d8 Mon Sep 17 00:00:00 2001 From: Patryk Kulik Date: Wed, 26 Jul 2023 17:24:24 +0100 Subject: [PATCH 2/9] Delete recording file --- .../test_vnf_nsd_publish_and_delete.yaml | 4925 ----------------- 1 file changed, 4925 deletions(-) delete mode 100644 src/aosm/azext_aosm/tests/latest/recordings/test_vnf_nsd_publish_and_delete.yaml diff --git a/src/aosm/azext_aosm/tests/latest/recordings/test_vnf_nsd_publish_and_delete.yaml b/src/aosm/azext_aosm/tests/latest/recordings/test_vnf_nsd_publish_and_delete.yaml deleted file mode 100644 index fecf3af37c7..00000000000 --- a/src/aosm/azext_aosm/tests/latest/recordings/test_vnf_nsd_publish_and_delete.yaml +++ /dev/null @@ -1,4925 +0,0 @@ -interactions: -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: HEAD - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test?api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - date: - - Wed, 26 Jul 2023 13:40:31 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 204 - message: No Content -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test","name":"patrykkulik-test","type":"Microsoft.Resources/resourceGroups","location":"eastus","tags":{"autoDelete":"true","expiresOn":"2023-08-20T10:48:11.8928180Z"},"properties":{"provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '301' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:40:31 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher","name":"ubuntuPublisher","type":"microsoft.hybridnetwork/publishers","location":"uksouth","systemData":{"createdBy":"patrykkulik@microsoft.com","createdByType":"User","createdAt":"2023-07-24T10:35:08.3094719Z","lastModifiedBy":"patrykkulik@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-07-24T10:35:08.3094719Z"},"properties":{"scope":"Private","provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '550' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:40:30 GMT - etag: - - '"0b00b59c-0000-1100-0000-64be53e60000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-providerhub-traffic: - - 'True' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr","name":"ubuntu-acr","type":"microsoft.hybridnetwork/publishers/artifactstores","location":"uksouth","systemData":{"createdBy":"patrykkulik@microsoft.com","createdByType":"User","createdAt":"2023-07-24T10:36:42.2618346Z","lastModifiedBy":"b8ed041c-aa91-418e-8f47-20c70abc2de1","lastModifiedByType":"Application","lastModifiedAt":"2023-07-25T15:40:36.9503596Z"},"properties":{"storeType":"AzureContainerRegistry","replicationStrategy":"SingleReplication","managedResourceGroupConfiguration":{"name":"ubuntu-acr-HostedResources-7510103F","location":"uksouth"},"provisioningState":"Succeeded","storageResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/ubuntu-acr-HostedResources-7510103F/providers/Microsoft.ContainerRegistry/registries/UbuntupublisherUbuntuAcr2315dcfa83"}}' - headers: - cache-control: - - no-cache - content-length: - - '978' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:40:31 GMT - etag: - - '"0a007d57-0000-1100-0000-64bfecf40000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-providerhub-traffic: - - 'True' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store","name":"ubuntu-blob-store","type":"microsoft.hybridnetwork/publishers/artifactstores","location":"uksouth","systemData":{"createdBy":"patrykkulik@microsoft.com","createdByType":"User","createdAt":"2023-07-24T10:40:16.8226627Z","lastModifiedBy":"b8ed041c-aa91-418e-8f47-20c70abc2de1","lastModifiedByType":"Application","lastModifiedAt":"2023-07-25T15:38:05.439289Z"},"properties":{"storeType":"AzureStorageAccount","replicationStrategy":"SingleReplication","managedResourceGroupConfiguration":{"name":"ubuntu-blob-store-HostedResources-07BDF073","location":"uksouth"},"provisioningState":"Succeeded","storageResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/ubuntu-blob-store-HostedResources-07BDF073/providers/Microsoft.Storage/storageAccounts/07bdf073ubuntublobstorea"}}' - headers: - cache-control: - - no-cache - content-length: - - '987' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:40:31 GMT - etag: - - '"0a004656-0000-1100-0000-64bfec5d0000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-providerhub-traffic: - - 'True' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg","name":"ubuntu-vm-nfdg","type":"microsoft.hybridnetwork/publishers/networkfunctiondefinitiongroups","location":"uksouth","systemData":{"createdBy":"patrykkulik@microsoft.com","createdByType":"User","createdAt":"2023-07-24T10:42:52.0873069Z","lastModifiedBy":"patrykkulik@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-07-24T10:42:52.0873069Z"},"properties":{"description":null,"provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '629' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:40:31 GMT - etag: - - '"0f00e901-0000-1100-0000-64be55b40000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-providerhub-traffic: - - 'True' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0?api-version=2023-04-01-preview - response: - body: - string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0'' - under resource group ''patrykkulik-test'' was not found. For more details - please go to https://aka.ms/ARMResourceNotFoundFix"}}' - headers: - cache-control: - - no-cache - content-length: - - '311' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:40:31 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-failure-cause: - - gateway - status: - code: 404 - message: Not Found -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0?api-version=2023-04-01-preview - response: - body: - string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0'' - under resource group ''patrykkulik-test'' was not found. For more details - please go to https://aka.ms/ARMResourceNotFoundFix"}}' - headers: - cache-control: - - no-cache - content-length: - - '317' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:40:31 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-failure-cause: - - gateway - status: - code: 404 - message: Not Found -- request: - body: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", - "contentVersion": "1.0.0.0", "metadata": {"_generator": {"name": "bicep", "version": - "0.8.9.13224", "templateHash": "6414151573583976606"}}, "parameters": {"location": - {"type": "string"}, "publisherName": {"type": "string", "metadata": {"description": - "Name of an existing publisher, expected to be in the resource group where you - deploy the template"}}, "acrArtifactStoreName": {"type": "string", "metadata": - {"description": "Name of an existing ACR-backed Artifact Store, deployed under - the publisher."}}, "saArtifactStoreName": {"type": "string", "metadata": {"description": - "Name of an existing Storage Account-backed Artifact Store, deployed under the - publisher."}}, "acrManifestName": {"type": "string", "metadata": {"description": - "Name of the manifest to deploy for the ACR-backed Artifact Store"}}, "saManifestName": - {"type": "string", "metadata": {"description": "Name of the manifest to deploy - for the Storage Account-backed Artifact Store"}}, "nfName": {"type": "string", - "metadata": {"description": "Name of Network Function. Used predominantly as - a prefix for other variable names"}}, "vhdVersion": {"type": "string", "metadata": - {"description": "The version that you want to name the NFM VHD artifact, in - format A-B-C. e.g. 6-13-0"}}, "armTemplateVersion": {"type": "string", "metadata": - {"description": "The name under which to store the ARM template"}}}, "resources": - [{"type": "Microsoft.Hybridnetwork/publishers/artifactStores/artifactManifests", - "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}/{2}'', parameters(''publisherName''), - parameters(''saArtifactStoreName''), parameters(''saManifestName''))]", "location": - "[parameters(''location'')]", "properties": {"artifacts": [{"artifactName": - "[format(''{0}-vhd'', parameters(''nfName''))]", "artifactType": "VhdImageFile", - "artifactVersion": "[parameters(''vhdVersion'')]"}]}}, {"type": "Microsoft.Hybridnetwork/publishers/artifactStores/artifactManifests", - "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}/{2}'', parameters(''publisherName''), - parameters(''acrArtifactStoreName''), parameters(''acrManifestName''))]", "location": - "[parameters(''location'')]", "properties": {"artifacts": [{"artifactName": - "[format(''{0}-arm-template'', parameters(''nfName''))]", "artifactType": "ArmTemplate", - "artifactVersion": "[parameters(''armTemplateVersion'')]"}]}}]}, "parameters": - {"location": {"value": "uksouth"}, "publisherName": {"value": "ubuntuPublisher"}, - "acrArtifactStoreName": {"value": "ubuntu-acr"}, "saArtifactStoreName": {"value": - "ubuntu-blob-store"}, "acrManifestName": {"value": "ubuntu-vm-acr-manifest-1-0-0"}, - "saManifestName": {"value": "ubuntu-vm-sa-manifest-1-0-0"}, "nfName": {"value": - "ubuntu-vm"}, "vhdVersion": {"value": "1-0-0"}, "armTemplateVersion": {"value": - "1.0.0"}}, "mode": "Incremental"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - Content-Length: - - '2907' - Content-Type: - - application/json - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment/validate?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690378835","name":"AOSM_CLI_deployment_1690378835","type":"Microsoft.Resources/deployments","properties":{"templateHash":"6414151573583976606","parameters":{"location":{"type":"String","value":"uksouth"},"publisherName":{"type":"String","value":"ubuntuPublisher"},"acrArtifactStoreName":{"type":"String","value":"ubuntu-acr"},"saArtifactStoreName":{"type":"String","value":"ubuntu-blob-store"},"acrManifestName":{"type":"String","value":"ubuntu-vm-acr-manifest-1-0-0"},"saManifestName":{"type":"String","value":"ubuntu-vm-sa-manifest-1-0-0"},"nfName":{"type":"String","value":"ubuntu-vm"},"vhdVersion":{"type":"String","value":"1-0-0"},"armTemplateVersion":{"type":"String","value":"1.0.0"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"0001-01-01T00:00:00Z","duration":"PT0S","correlationId":"c12b6d8b-5712-4e8c-b5f0-796987b7ede0","providers":[{"namespace":"Microsoft.Hybridnetwork","resourceTypes":[{"resourceType":"publishers/artifactStores/artifactManifests","locations":["uksouth"]}]}],"dependencies":[],"validatedResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0"}]}}' - headers: - cache-control: - - no-cache - content-length: - - '1668' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:40:37 GMT - expires: - - '-1' - pragma: - - no-cache - 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: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", - "contentVersion": "1.0.0.0", "metadata": {"_generator": {"name": "bicep", "version": - "0.8.9.13224", "templateHash": "6414151573583976606"}}, "parameters": {"location": - {"type": "string"}, "publisherName": {"type": "string", "metadata": {"description": - "Name of an existing publisher, expected to be in the resource group where you - deploy the template"}}, "acrArtifactStoreName": {"type": "string", "metadata": - {"description": "Name of an existing ACR-backed Artifact Store, deployed under - the publisher."}}, "saArtifactStoreName": {"type": "string", "metadata": {"description": - "Name of an existing Storage Account-backed Artifact Store, deployed under the - publisher."}}, "acrManifestName": {"type": "string", "metadata": {"description": - "Name of the manifest to deploy for the ACR-backed Artifact Store"}}, "saManifestName": - {"type": "string", "metadata": {"description": "Name of the manifest to deploy - for the Storage Account-backed Artifact Store"}}, "nfName": {"type": "string", - "metadata": {"description": "Name of Network Function. Used predominantly as - a prefix for other variable names"}}, "vhdVersion": {"type": "string", "metadata": - {"description": "The version that you want to name the NFM VHD artifact, in - format A-B-C. e.g. 6-13-0"}}, "armTemplateVersion": {"type": "string", "metadata": - {"description": "The name under which to store the ARM template"}}}, "resources": - [{"type": "Microsoft.Hybridnetwork/publishers/artifactStores/artifactManifests", - "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}/{2}'', parameters(''publisherName''), - parameters(''saArtifactStoreName''), parameters(''saManifestName''))]", "location": - "[parameters(''location'')]", "properties": {"artifacts": [{"artifactName": - "[format(''{0}-vhd'', parameters(''nfName''))]", "artifactType": "VhdImageFile", - "artifactVersion": "[parameters(''vhdVersion'')]"}]}}, {"type": "Microsoft.Hybridnetwork/publishers/artifactStores/artifactManifests", - "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}/{2}'', parameters(''publisherName''), - parameters(''acrArtifactStoreName''), parameters(''acrManifestName''))]", "location": - "[parameters(''location'')]", "properties": {"artifacts": [{"artifactName": - "[format(''{0}-arm-template'', parameters(''nfName''))]", "artifactType": "ArmTemplate", - "artifactVersion": "[parameters(''armTemplateVersion'')]"}]}}]}, "parameters": - {"location": {"value": "uksouth"}, "publisherName": {"value": "ubuntuPublisher"}, - "acrArtifactStoreName": {"value": "ubuntu-acr"}, "saArtifactStoreName": {"value": - "ubuntu-blob-store"}, "acrManifestName": {"value": "ubuntu-vm-acr-manifest-1-0-0"}, - "saManifestName": {"value": "ubuntu-vm-sa-manifest-1-0-0"}, "nfName": {"value": - "ubuntu-vm"}, "vhdVersion": {"value": "1-0-0"}, "armTemplateVersion": {"value": - "1.0.0"}}, "mode": "Incremental"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - Content-Length: - - '2907' - Content-Type: - - application/json - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690378835","name":"AOSM_CLI_deployment_1690378835","type":"Microsoft.Resources/deployments","properties":{"templateHash":"6414151573583976606","parameters":{"location":{"type":"String","value":"uksouth"},"publisherName":{"type":"String","value":"ubuntuPublisher"},"acrArtifactStoreName":{"type":"String","value":"ubuntu-acr"},"saArtifactStoreName":{"type":"String","value":"ubuntu-blob-store"},"acrManifestName":{"type":"String","value":"ubuntu-vm-acr-manifest-1-0-0"},"saManifestName":{"type":"String","value":"ubuntu-vm-sa-manifest-1-0-0"},"nfName":{"type":"String","value":"ubuntu-vm"},"vhdVersion":{"type":"String","value":"1-0-0"},"armTemplateVersion":{"type":"String","value":"1.0.0"}},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2023-07-26T13:40:39.9830794Z","duration":"PT0.0007049S","correlationId":"6b5fc538-ddd6-42f2-b6d3-595d3d08458a","providers":[{"namespace":"Microsoft.Hybridnetwork","resourceTypes":[{"resourceType":"publishers/artifactStores/artifactManifests","locations":["uksouth"]}]}],"dependencies":[]}}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690378835/operationStatuses/08585112280464871991?api-version=2022-09-01 - cache-control: - - no-cache - content-length: - - '1200' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:40:40 GMT - expires: - - '-1' - pragma: - - no-cache - 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: - - aosm nfd publish - Connection: - - keep-alive - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585112280464871991?api-version=2022-09-01 - response: - body: - string: '{"status":"Running"}' - headers: - cache-control: - - no-cache - content-length: - - '20' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:40:40 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585112280464871991?api-version=2022-09-01 - response: - body: - string: '{"status":"Succeeded"}' - headers: - cache-control: - - no-cache - content-length: - - '22' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:41:11 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690378835","name":"AOSM_CLI_deployment_1690378835","type":"Microsoft.Resources/deployments","properties":{"templateHash":"6414151573583976606","parameters":{"location":{"type":"String","value":"uksouth"},"publisherName":{"type":"String","value":"ubuntuPublisher"},"acrArtifactStoreName":{"type":"String","value":"ubuntu-acr"},"saArtifactStoreName":{"type":"String","value":"ubuntu-blob-store"},"acrManifestName":{"type":"String","value":"ubuntu-vm-acr-manifest-1-0-0"},"saManifestName":{"type":"String","value":"ubuntu-vm-sa-manifest-1-0-0"},"nfName":{"type":"String","value":"ubuntu-vm"},"vhdVersion":{"type":"String","value":"1-0-0"},"armTemplateVersion":{"type":"String","value":"1.0.0"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2023-07-26T13:41:01.4062434Z","duration":"PT21.4238689S","correlationId":"6b5fc538-ddd6-42f2-b6d3-595d3d08458a","providers":[{"namespace":"Microsoft.Hybridnetwork","resourceTypes":[{"resourceType":"publishers/artifactStores/artifactManifests","locations":["uksouth"]}]}],"dependencies":[],"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0"}]}}' - headers: - cache-control: - - no-cache - content-length: - - '1682' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:41:11 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: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", - "contentVersion": "1.0.0.0", "metadata": {"_generator": {"name": "bicep", "version": - "0.8.9.13224", "templateHash": "9578888424119431564"}}, "parameters": {"location": - {"type": "string"}, "publisherName": {"type": "string", "metadata": {"description": - "Name of an existing publisher, expected to be in the resource group where you - deploy the template"}}, "acrArtifactStoreName": {"type": "string", "metadata": - {"description": "Name of an existing ACR-backed Artifact Store, deployed under - the publisher."}}, "saArtifactStoreName": {"type": "string", "metadata": {"description": - "Name of an existing Storage Account-backed Artifact Store, deployed under the - publisher."}}, "nfName": {"type": "string", "metadata": {"description": "Name - of Network Function. Used predominantly as a prefix for other variable names"}}, - "nfDefinitionGroup": {"type": "string", "metadata": {"description": "Name of - an existing Network Function Definition Group"}}, "nfDefinitionVersion": {"type": - "string", "metadata": {"description": "The version of the NFDV you want to deploy, - in format A-B-C"}}, "vhdVersion": {"type": "string", "metadata": {"description": - "The version that you want to name the NFM VHD artifact, in format A-B-C. e.g. - 6-13-0"}}, "armTemplateVersion": {"type": "string", "metadata": {"description": - "The version that you want to name the NFM template artifact, in format A.B.C. - e.g. 6.13.0. If testing for development, you can use any numbers you like."}}}, - "variables": {"$fxv#0": {"$schema": "https://json-schema.org/draft-07/schema#", - "title": "DeployParametersSchema", "type": "object", "properties": {"location": - {"type": "string"}, "subnetName": {"type": "string"}, "ubuntuVmName": {"type": - "string"}, "virtualNetworkId": {"type": "string"}, "sshPublicKeyAdmin": {"type": - "string"}}}, "$fxv#1": {"imageName": "ubuntu-vmImage", "azureDeployLocation": - "{deployParameters.location}"}, "$fxv#2": {"location": "{deployParameters.location}", - "subnetName": "{deployParameters.subnetName}", "ubuntuVmName": "{deployParameters.ubuntuVmName}", - "virtualNetworkId": "{deployParameters.virtualNetworkId}", "sshPublicKeyAdmin": - "{deployParameters.sshPublicKeyAdmin}", "imageName": "ubuntu-vmImage"}}, "resources": - [{"type": "Microsoft.Hybridnetwork/publishers/networkfunctiondefinitiongroups/networkfunctiondefinitionversions", - "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}/{2}'', parameters(''publisherName''), - parameters(''nfDefinitionGroup''), parameters(''nfDefinitionVersion''))]", "location": - "[parameters(''location'')]", "properties": {"versionState": "Preview", "deployParameters": - "[string(variables(''$fxv#0''))]", "networkFunctionType": "VirtualNetworkFunction", - "networkFunctionTemplate": {"nfviType": "AzureCore", "networkFunctionApplications": - [{"artifactType": "VhdImageFile", "name": "[format(''{0}Image'', parameters(''nfName''))]", - "dependsOnProfile": null, "artifactProfile": {"vhdArtifactProfile": {"vhdName": - "[format(''{0}-vhd'', parameters(''nfName''))]", "vhdVersion": "[parameters(''vhdVersion'')]"}, - "artifactStore": {"id": "[resourceId(''Microsoft.HybridNetwork/publishers/artifactStores'', - parameters(''publisherName''), parameters(''saArtifactStoreName''))]"}}, "deployParametersMappingRuleProfile": - {"vhdImageMappingRuleProfile": {"userConfiguration": "[string(variables(''$fxv#1''))]"}, - "applicationEnablement": "Unknown"}}, {"artifactType": "ArmTemplate", "name": - "[parameters(''nfName'')]", "dependsOnProfile": null, "artifactProfile": {"templateArtifactProfile": - {"templateName": "[format(''{0}-arm-template'', parameters(''nfName''))]", "templateVersion": - "[parameters(''armTemplateVersion'')]"}, "artifactStore": {"id": "[resourceId(''Microsoft.HybridNetwork/publishers/artifactStores'', - parameters(''publisherName''), parameters(''acrArtifactStoreName''))]"}}, "deployParametersMappingRuleProfile": - {"templateMappingRuleProfile": {"templateParameters": "[string(variables(''$fxv#2''))]"}, - "applicationEnablement": "Unknown"}}]}}}]}, "parameters": {"location": {"value": - "uksouth"}, "publisherName": {"value": "ubuntuPublisher"}, "acrArtifactStoreName": - {"value": "ubuntu-acr"}, "saArtifactStoreName": {"value": "ubuntu-blob-store"}, - "nfName": {"value": "ubuntu-vm"}, "nfDefinitionGroup": {"value": "ubuntu-vm-nfdg"}, - "nfDefinitionVersion": {"value": "1.0.0"}, "vhdVersion": {"value": "1-0-0"}, - "armTemplateVersion": {"value": "1.0.0"}}, "mode": "Incremental"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - Content-Length: - - '4483' - Content-Type: - - application/json - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment/validate?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690378875","name":"AOSM_CLI_deployment_1690378875","type":"Microsoft.Resources/deployments","properties":{"templateHash":"9578888424119431564","parameters":{"location":{"type":"String","value":"uksouth"},"publisherName":{"type":"String","value":"ubuntuPublisher"},"acrArtifactStoreName":{"type":"String","value":"ubuntu-acr"},"saArtifactStoreName":{"type":"String","value":"ubuntu-blob-store"},"nfName":{"type":"String","value":"ubuntu-vm"},"nfDefinitionGroup":{"type":"String","value":"ubuntu-vm-nfdg"},"nfDefinitionVersion":{"type":"String","value":"1.0.0"},"vhdVersion":{"type":"String","value":"1-0-0"},"armTemplateVersion":{"type":"String","value":"1.0.0"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"0001-01-01T00:00:00Z","duration":"PT0S","correlationId":"67dc782c-80b9-4cfc-9870-c66297946a13","providers":[{"namespace":"Microsoft.Hybridnetwork","resourceTypes":[{"resourceType":"publishers/networkfunctiondefinitiongroups/networkfunctiondefinitionversions","locations":["uksouth"]}]}],"dependencies":[],"validatedResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkfunctiondefinitiongroups/ubuntu-vm-nfdg/networkfunctiondefinitionversions/1.0.0"}]}}' - headers: - cache-control: - - no-cache - content-length: - - '1453' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:41:16 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1198' - status: - code: 200 - message: OK -- request: - body: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", - "contentVersion": "1.0.0.0", "metadata": {"_generator": {"name": "bicep", "version": - "0.8.9.13224", "templateHash": "9578888424119431564"}}, "parameters": {"location": - {"type": "string"}, "publisherName": {"type": "string", "metadata": {"description": - "Name of an existing publisher, expected to be in the resource group where you - deploy the template"}}, "acrArtifactStoreName": {"type": "string", "metadata": - {"description": "Name of an existing ACR-backed Artifact Store, deployed under - the publisher."}}, "saArtifactStoreName": {"type": "string", "metadata": {"description": - "Name of an existing Storage Account-backed Artifact Store, deployed under the - publisher."}}, "nfName": {"type": "string", "metadata": {"description": "Name - of Network Function. Used predominantly as a prefix for other variable names"}}, - "nfDefinitionGroup": {"type": "string", "metadata": {"description": "Name of - an existing Network Function Definition Group"}}, "nfDefinitionVersion": {"type": - "string", "metadata": {"description": "The version of the NFDV you want to deploy, - in format A-B-C"}}, "vhdVersion": {"type": "string", "metadata": {"description": - "The version that you want to name the NFM VHD artifact, in format A-B-C. e.g. - 6-13-0"}}, "armTemplateVersion": {"type": "string", "metadata": {"description": - "The version that you want to name the NFM template artifact, in format A.B.C. - e.g. 6.13.0. If testing for development, you can use any numbers you like."}}}, - "variables": {"$fxv#0": {"$schema": "https://json-schema.org/draft-07/schema#", - "title": "DeployParametersSchema", "type": "object", "properties": {"location": - {"type": "string"}, "subnetName": {"type": "string"}, "ubuntuVmName": {"type": - "string"}, "virtualNetworkId": {"type": "string"}, "sshPublicKeyAdmin": {"type": - "string"}}}, "$fxv#1": {"imageName": "ubuntu-vmImage", "azureDeployLocation": - "{deployParameters.location}"}, "$fxv#2": {"location": "{deployParameters.location}", - "subnetName": "{deployParameters.subnetName}", "ubuntuVmName": "{deployParameters.ubuntuVmName}", - "virtualNetworkId": "{deployParameters.virtualNetworkId}", "sshPublicKeyAdmin": - "{deployParameters.sshPublicKeyAdmin}", "imageName": "ubuntu-vmImage"}}, "resources": - [{"type": "Microsoft.Hybridnetwork/publishers/networkfunctiondefinitiongroups/networkfunctiondefinitionversions", - "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}/{2}'', parameters(''publisherName''), - parameters(''nfDefinitionGroup''), parameters(''nfDefinitionVersion''))]", "location": - "[parameters(''location'')]", "properties": {"versionState": "Preview", "deployParameters": - "[string(variables(''$fxv#0''))]", "networkFunctionType": "VirtualNetworkFunction", - "networkFunctionTemplate": {"nfviType": "AzureCore", "networkFunctionApplications": - [{"artifactType": "VhdImageFile", "name": "[format(''{0}Image'', parameters(''nfName''))]", - "dependsOnProfile": null, "artifactProfile": {"vhdArtifactProfile": {"vhdName": - "[format(''{0}-vhd'', parameters(''nfName''))]", "vhdVersion": "[parameters(''vhdVersion'')]"}, - "artifactStore": {"id": "[resourceId(''Microsoft.HybridNetwork/publishers/artifactStores'', - parameters(''publisherName''), parameters(''saArtifactStoreName''))]"}}, "deployParametersMappingRuleProfile": - {"vhdImageMappingRuleProfile": {"userConfiguration": "[string(variables(''$fxv#1''))]"}, - "applicationEnablement": "Unknown"}}, {"artifactType": "ArmTemplate", "name": - "[parameters(''nfName'')]", "dependsOnProfile": null, "artifactProfile": {"templateArtifactProfile": - {"templateName": "[format(''{0}-arm-template'', parameters(''nfName''))]", "templateVersion": - "[parameters(''armTemplateVersion'')]"}, "artifactStore": {"id": "[resourceId(''Microsoft.HybridNetwork/publishers/artifactStores'', - parameters(''publisherName''), parameters(''acrArtifactStoreName''))]"}}, "deployParametersMappingRuleProfile": - {"templateMappingRuleProfile": {"templateParameters": "[string(variables(''$fxv#2''))]"}, - "applicationEnablement": "Unknown"}}]}}}]}, "parameters": {"location": {"value": - "uksouth"}, "publisherName": {"value": "ubuntuPublisher"}, "acrArtifactStoreName": - {"value": "ubuntu-acr"}, "saArtifactStoreName": {"value": "ubuntu-blob-store"}, - "nfName": {"value": "ubuntu-vm"}, "nfDefinitionGroup": {"value": "ubuntu-vm-nfdg"}, - "nfDefinitionVersion": {"value": "1.0.0"}, "vhdVersion": {"value": "1-0-0"}, - "armTemplateVersion": {"value": "1.0.0"}}, "mode": "Incremental"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - Content-Length: - - '4483' - Content-Type: - - application/json - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690378875","name":"AOSM_CLI_deployment_1690378875","type":"Microsoft.Resources/deployments","properties":{"templateHash":"9578888424119431564","parameters":{"location":{"type":"String","value":"uksouth"},"publisherName":{"type":"String","value":"ubuntuPublisher"},"acrArtifactStoreName":{"type":"String","value":"ubuntu-acr"},"saArtifactStoreName":{"type":"String","value":"ubuntu-blob-store"},"nfName":{"type":"String","value":"ubuntu-vm"},"nfDefinitionGroup":{"type":"String","value":"ubuntu-vm-nfdg"},"nfDefinitionVersion":{"type":"String","value":"1.0.0"},"vhdVersion":{"type":"String","value":"1-0-0"},"armTemplateVersion":{"type":"String","value":"1.0.0"}},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2023-07-26T13:41:18.9471964Z","duration":"PT0.0002291S","correlationId":"656d408c-7df4-4d6a-9c4c-db318c6666a7","providers":[{"namespace":"Microsoft.Hybridnetwork","resourceTypes":[{"resourceType":"publishers/networkfunctiondefinitiongroups/networkfunctiondefinitionversions","locations":["uksouth"]}]}],"dependencies":[]}}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690378875/operationStatuses/08585112280068404322?api-version=2022-09-01 - cache-control: - - no-cache - content-length: - - '1204' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:41:18 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1198' - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585112280068404322?api-version=2022-09-01 - response: - body: - string: '{"status":"Accepted"}' - headers: - cache-control: - - no-cache - content-length: - - '21' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:41:18 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585112280068404322?api-version=2022-09-01 - response: - body: - string: '{"status":"Running"}' - headers: - cache-control: - - no-cache - content-length: - - '20' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:41:49 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585112280068404322?api-version=2022-09-01 - response: - body: - string: '{"status":"Running"}' - headers: - cache-control: - - no-cache - content-length: - - '20' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:42:19 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585112280068404322?api-version=2022-09-01 - response: - body: - string: '{"status":"Succeeded"}' - headers: - cache-control: - - no-cache - content-length: - - '22' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:42:51 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690378875","name":"AOSM_CLI_deployment_1690378875","type":"Microsoft.Resources/deployments","properties":{"templateHash":"9578888424119431564","parameters":{"location":{"type":"String","value":"uksouth"},"publisherName":{"type":"String","value":"ubuntuPublisher"},"acrArtifactStoreName":{"type":"String","value":"ubuntu-acr"},"saArtifactStoreName":{"type":"String","value":"ubuntu-blob-store"},"nfName":{"type":"String","value":"ubuntu-vm"},"nfDefinitionGroup":{"type":"String","value":"ubuntu-vm-nfdg"},"nfDefinitionVersion":{"type":"String","value":"1.0.0"},"vhdVersion":{"type":"String","value":"1-0-0"},"armTemplateVersion":{"type":"String","value":"1.0.0"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2023-07-26T13:42:41.877147Z","duration":"PT1M22.9301797S","correlationId":"656d408c-7df4-4d6a-9c4c-db318c6666a7","providers":[{"namespace":"Microsoft.Hybridnetwork","resourceTypes":[{"resourceType":"publishers/networkfunctiondefinitiongroups/networkfunctiondefinitionversions","locations":["uksouth"]}]}],"dependencies":[],"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkfunctiondefinitiongroups/ubuntu-vm-nfdg/networkfunctiondefinitionversions/1.0.0"}]}}' - headers: - cache-control: - - no-cache - content-length: - - '1468' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:42:51 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0","name":"ubuntu-vm-sa-manifest-1-0-0","type":"microsoft.hybridnetwork/publishers/artifactstores/artifactmanifests","location":"uksouth","systemData":{"createdBy":"patrykkulik@microsoft.com","createdByType":"User","createdAt":"2023-07-26T13:40:42.2163698Z","lastModifiedBy":"patrykkulik@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-07-26T13:40:42.2163698Z"},"properties":{"artifacts":[{"artifactName":"ubuntu-vm-vhd","artifactType":"VhdImageFile","artifactVersion":"1-0-0"}],"artifactManifestState":"Uploading","provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '795' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:42:51 GMT - etag: - - '"0100d6d7-0000-1100-0000-64c1225e0000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-providerhub-traffic: - - 'True' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0/listCredential?api-version=2023-04-01-preview - response: - body: - string: '{"storageAccountId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/ubuntu-blob-store-HostedResources-07BDF073/providers/Microsoft.Storage/storageAccounts/07bdf073ubuntublobstorea","containerCredentials":[{"containerName":"ubuntuvmvhd-1-0-0","containerSasUri":"https://07bdf073ubuntublobstorea.blob.core.windows.net/ubuntuvmvhd-1-0-0?sv=2021-08-06&si=StorageAccountAccessPolicy&sr=c&sig=eoSLWD7pccblbNRJt8QGMkWOcYR9xZbjVntVNxHmXiY%3D"}],"expiry":"2023-07-27T13:42:53.0889336+00:00","credentialType":"AzureStorageAccountToken"}' - headers: - cache-control: - - no-cache - content-length: - - '546' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:42:52 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-build-version: - - 1.0.02386.1640 - x-ms-providerhub-traffic: - - 'True' - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0","name":"ubuntu-vm-acr-manifest-1-0-0","type":"microsoft.hybridnetwork/publishers/artifactstores/artifactmanifests","location":"uksouth","systemData":{"createdBy":"patrykkulik@microsoft.com","createdByType":"User","createdAt":"2023-07-26T13:40:42.45082Z","lastModifiedBy":"patrykkulik@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-07-26T13:40:42.45082Z"},"properties":{"artifacts":[{"artifactName":"ubuntu-vm-arm-template","artifactType":"ArmTemplate","artifactVersion":"1.0.0"}],"artifactManifestState":"Uploading","provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '794' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:42:52 GMT - etag: - - '"010000d8-0000-1100-0000-64c1226a0000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-providerhub-traffic: - - 'True' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd publish - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - -f --definition-type --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0/listCredential?api-version=2023-04-01-preview - response: - body: - string: '{"username":"ubuntu-vm-acr-manifest-1-0-0","acrToken":"dzBEJc9khyb/+Gwp3TQDSYn6bvvFcJfQfgF8MZT20M+ACRA+ahWq","acrServerUrl":"https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io","repositories":["ubuntu-vm-arm-template"],"expiry":"2023-07-27T13:42:53.8465345+00:00","credentialType":"AzureContainerRegistryScopedToken"}' - headers: - cache-control: - - no-cache - content-length: - - '320' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:42:53 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-build-version: - - 1.0.02386.1640 - x-ms-providerhub-traffic: - - 'True' - x-ms-ratelimit-remaining-subscription-writes: - - '1198' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/xml - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-storage-blob/12.16.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - x-ms-date: - - Wed, 26 Jul 2023 13:42:53 GMT - x-ms-version: - - '2022-11-02' - method: HEAD - uri: https://ubuntuimage.blob.core.windows.net/images/livecd.ubuntu-cpc.azure.vhd?sp=r&st=2023-07-25T13%3A50%3A40Z&se=2024-07-25T21%3A50%3A40Z&spr=https&sv=2022-11-02&sr=b&sig=NlqXIleMtL9wIACerJdtxZ5kXdF0Gbe4uoYRmcDsFq8%3D - response: - body: - string: '' - headers: - accept-ranges: - - bytes - content-length: - - '32213303808' - content-type: - - application/octet-stream - date: - - Wed, 26 Jul 2023 13:42:54 GMT - etag: - - '"0x8DB883E503690E6"' - last-modified: - - Wed, 19 Jul 2023 09:55:41 GMT - server: - - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 - x-ms-blob-sequence-number: - - '0' - x-ms-blob-type: - - PageBlob - x-ms-creation-time: - - Wed, 19 Jul 2023 09:33:40 GMT - x-ms-lease-state: - - available - x-ms-lease-status: - - unlocked - x-ms-server-encrypted: - - 'true' - x-ms-version: - - '2022-11-02' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/xml - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - User-Agent: - - azsdk-python-storage-blob/12.16.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - x-ms-copy-source: - - https://ubuntuimage.blob.core.windows.net/images/livecd.ubuntu-cpc.azure.vhd?sp=r&st=2023-07-25T13%3A50%3A40Z&se=2024-07-25T21%3A50%3A40Z&spr=https&sv=2022-11-02&sr=b&sig=NlqXIleMtL9wIACerJdtxZ5kXdF0Gbe4uoYRmcDsFq8%3D - x-ms-date: - - Wed, 26 Jul 2023 13:42:53 GMT - x-ms-version: - - '2022-11-02' - method: PUT - uri: https://07bdf073ubuntublobstorea.blob.core.windows.net/ubuntuvmvhd-1-0-0/ubuntuvm-1-0-0.vhd?sv=2021-08-06&si=StorageAccountAccessPolicy&sr=c&sig=eoSLWD7pccblbNRJt8QGMkWOcYR9xZbjVntVNxHmXiY%3D - response: - body: - string: '' - headers: - content-length: - - '0' - date: - - Wed, 26 Jul 2023 13:42:55 GMT - etag: - - '"0x8DB8DDE37993689"' - last-modified: - - Wed, 26 Jul 2023 13:42:55 GMT - server: - - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 - x-ms-copy-id: - - 772d97bc-1e16-4a2a-8a18-6ad8d074e371 - x-ms-copy-status: - - pending - x-ms-version: - - '2022-11-02' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - Content-Type: - - application/octet-stream - User-Agent: - - python-requests/2.26.0 - method: POST - uri: https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/v2/ubuntu-vm-arm-template/blobs/uploads/ - response: - body: - string: '{"errors":[{"code":"UNAUTHORIZED","message":"authentication required, - visit https://aka.ms/acr/authorization for more information.","detail":[{"Type":"repository","Name":"ubuntu-vm-arm-template","Action":"pull"},{"Type":"repository","Name":"ubuntu-vm-arm-template","Action":"push"}]}]} - - ' - headers: - access-control-expose-headers: - - Docker-Content-Digest - - WWW-Authenticate - - Link - - X-Ms-Correlation-Request-Id - connection: - - keep-alive - content-length: - - '286' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:42:55 GMT - docker-distribution-api-version: - - registry/2.0 - server: - - openresty - strict-transport-security: - - max-age=31536000; includeSubDomains - - max-age=31536000; includeSubDomains - www-authenticate: - - Bearer realm="https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/oauth2/token",service="ubuntupublisherubuntuacr2315dcfa83.azurecr.io",scope="repository:ubuntu-vm-arm-template:pull,push" - x-content-type-options: - - nosniff - status: - code: 401 - message: Unauthorized -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Service: - - ubuntupublisherubuntuacr2315dcfa83.azurecr.io - User-Agent: - - oras-py - method: GET - uri: https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/oauth2/token?service=ubuntupublisherubuntuacr2315dcfa83.azurecr.io&scope=repository%3Aubuntu-vm-arm-template%3Apull%2Cpush - response: - body: - string: '{"access_token":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkNPQVU6UERZSDo0SVJYOjM2SEI6TFYzUDpWNFBGOko0NzQ6SzNOSjpPS1JCOlRZQUo6NEc0Szo1Q1NEIn0.eyJqdGkiOiJhZmI5ZmM4MS05MDRjLTRlMjMtODVhZC1iZmYwNzYyYTMxMzEiLCJzdWIiOiJ1YnVudHUtdm0tYWNyLW1hbmlmZXN0LTEtMC0wIiwibmJmIjoxNjkwMzc4MDc2LCJleHAiOjE2OTAzNzk4NzYsImlhdCI6MTY5MDM3ODA3NiwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoidWJ1bnR1cHVibGlzaGVydWJ1bnR1YWNyMjMxNWRjZmE4My5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6IjUzNjQ5MTE4MjEzMTRkNjc5MjZkYTdhM2NkYzE3NGY4IiwiYWNjZXNzIjpbeyJUeXBlIjoicmVwb3NpdG9yeSIsIk5hbWUiOiJ1YnVudHUtdm0tYXJtLXRlbXBsYXRlIiwiQWN0aW9ucyI6WyJwdWxsIiwicHVzaCJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.z80W2pf4snT9rDfnttVlFIXQtyeUJhHvQDKtvY553FJeeMPXd3pN5Z9KuOAKjT7hbG53pRDtgBS9SBEpvj0uwPab6wdpm2nHqlcsBPl7kOIqspPH7-7XOyjMOuSfXSGNWhzLv3F2mPg7YWj6ZPUsQUZL6aN8OKl5hwZ-k_cFFFAhBvSjSpyHRehxyUkdISBNcr_9zkpZLBam02twuMuMsQHFo2k8amYpcVQaXY_EzVnbfN29gG9XbWd1KAtS75Dg6srTqH8QN0Llr-riWmiUxFRhKyBI_zcPmAmnZXa6mmknc_tW0l6ue6uTgFaPIX1ZYYpo_h3SswD88OH5q96Izg"}' - headers: - connection: - - keep-alive - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:42:56 GMT - server: - - openresty - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - x-ms-ratelimit-remaining-calls-per-second: - - '333.316667' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - Content-Type: - - application/octet-stream - User-Agent: - - python-requests/2.26.0 - method: POST - uri: https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/v2/ubuntu-vm-arm-template/blobs/uploads/ - response: - body: - string: '' - headers: - access-control-expose-headers: - - Docker-Content-Digest - - WWW-Authenticate - - Link - - X-Ms-Correlation-Request-Id - connection: - - keep-alive - content-length: - - '0' - date: - - Wed, 26 Jul 2023 13:42:56 GMT - docker-distribution-api-version: - - registry/2.0 - docker-upload-uuid: - - 377ceeef-5696-4d08-9d23-e0d6808d5cb5 - location: - - /v2/ubuntu-vm-arm-template/blobs/uploads/377ceeef-5696-4d08-9d23-e0d6808d5cb5?_nouploadcache=false&_state=y6irBoTyBpc74WmUHCHXifGwSlipCltDAc3i5nlOdvV7Ik5hbWUiOiJ1YnVudHUtdm0tYXJtLXRlbXBsYXRlIiwiVVVJRCI6IjM3N2NlZWVmLTU2OTYtNGQwOC05ZDIzLWUwZDY4MDhkNWNiNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0yNlQxMzo0Mjo1Ni4xMDU5OTM3MDFaIn0%3D - range: - - 0-0 - server: - - openresty - strict-transport-security: - - max-age=31536000; includeSubDomains - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 202 - message: Accepted -- request: - body: "{\n \"$schema\": \"https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#\",\n - \ \"contentVersion\": \"1.0.0.0\",\n \"metadata\": {\n \"_generator\": {\n - \ \"name\": \"bicep\",\n \"version\": \"0.8.9.13224\",\n \"templateHash\": - \"14979664264804385741\"\n }\n },\n \"parameters\": {\n \"location\": - {\n \"type\": \"string\",\n \"defaultValue\": \"[resourceGroup().location]\"\n - \ },\n \"subnetName\": {\n \"type\": \"string\"\n },\n \"ubuntuVmName\": - {\n \"type\": \"string\",\n \"defaultValue\": \"ubuntu-vm\"\n },\n - \ \"virtualNetworkId\": {\n \"type\": \"string\"\n },\n \"sshPublicKeyAdmin\": - {\n \"type\": \"string\"\n },\n \"imageName\": {\n \"type\": - \"string\"\n }\n },\n \"variables\": {\n \"imageResourceGroup\": \"[resourceGroup().name]\",\n - \ \"subscriptionId\": \"[subscription().subscriptionId]\",\n \"vmSizeSku\": - \"Standard_D2s_v3\"\n },\n \"resources\": [\n {\n \"type\": \"Microsoft.Network/networkInterfaces\",\n - \ \"apiVersion\": \"2021-05-01\",\n \"name\": \"[format('{0}_nic', - parameters('ubuntuVmName'))]\",\n \"location\": \"[parameters('location')]\",\n - \ \"properties\": {\n \"ipConfigurations\": [\n {\n \"name\": - \"ipconfig1\",\n \"properties\": {\n \"subnet\": {\n - \ \"id\": \"[format('{0}/subnets/{1}', parameters('virtualNetworkId'), - parameters('subnetName'))]\"\n },\n \"primary\": true,\n - \ \"privateIPAddressVersion\": \"IPv4\"\n }\n }\n - \ ]\n }\n },\n {\n \"type\": \"Microsoft.Compute/virtualMachines\",\n - \ \"apiVersion\": \"2021-07-01\",\n \"name\": \"[parameters('ubuntuVmName')]\",\n - \ \"location\": \"[parameters('location')]\",\n \"properties\": {\n - \ \"hardwareProfile\": {\n \"vmSize\": \"[variables('vmSizeSku')]\"\n - \ },\n \"storageProfile\": {\n \"imageReference\": {\n - \ \"id\": \"[extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', - variables('subscriptionId'), variables('imageResourceGroup')), 'Microsoft.Compute/images', - parameters('imageName'))]\"\n },\n \"osDisk\": {\n \"osType\": - \"Linux\",\n \"name\": \"[format('{0}_disk', parameters('ubuntuVmName'))]\",\n - \ \"createOption\": \"FromImage\",\n \"caching\": \"ReadWrite\",\n - \ \"writeAcceleratorEnabled\": false,\n \"managedDisk\": - \"[json('{\\\"storageAccountType\\\": \\\"Premium_LRS\\\"}')]\",\n \"deleteOption\": - \"Delete\",\n \"diskSizeGB\": 30\n }\n },\n \"osProfile\": - {\n \"computerName\": \"[parameters('ubuntuVmName')]\",\n \"adminUsername\": - \"azureuser\",\n \"linuxConfiguration\": {\n \"disablePasswordAuthentication\": - true,\n \"ssh\": {\n \"publicKeys\": [\n {\n - \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\n \"keyData\": - \"[parameters('sshPublicKeyAdmin')]\"\n }\n ]\n - \ },\n \"provisionVMAgent\": true,\n \"patchSettings\": - {\n \"patchMode\": \"ImageDefault\",\n \"assessmentMode\": - \"ImageDefault\"\n }\n },\n \"secrets\": [],\n - \ \"allowExtensionOperations\": true\n },\n \"networkProfile\": - {\n \"networkInterfaces\": [\n {\n \"id\": - \"[resourceId('Microsoft.Network/networkInterfaces', format('{0}_nic', parameters('ubuntuVmName')))]\"\n - \ }\n ]\n }\n },\n \"dependsOn\": [\n \"[resourceId('Microsoft.Network/networkInterfaces', - format('{0}_nic', parameters('ubuntuVmName')))]\"\n ]\n }\n ]\n}" - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '3591' - Content-Type: - - application/octet-stream - User-Agent: - - python-requests/2.26.0 - method: PUT - uri: https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/v2/ubuntu-vm-arm-template/blobs/uploads/377ceeef-5696-4d08-9d23-e0d6808d5cb5?_nouploadcache=false&_state=y6irBoTyBpc74WmUHCHXifGwSlipCltDAc3i5nlOdvV7Ik5hbWUiOiJ1YnVudHUtdm0tYXJtLXRlbXBsYXRlIiwiVVVJRCI6IjM3N2NlZWVmLTU2OTYtNGQwOC05ZDIzLWUwZDY4MDhkNWNiNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0yNlQxMzo0Mjo1Ni4xMDU5OTM3MDFaIn0%3D&digest=sha256%3Ae71bf56543dc33dc8e550a0c574efe9a4875754a4ddf74347e448dec2462798b - response: - body: - string: '' - headers: - access-control-expose-headers: - - Docker-Content-Digest - - WWW-Authenticate - - Link - - X-Ms-Correlation-Request-Id - connection: - - keep-alive - content-length: - - '0' - date: - - Wed, 26 Jul 2023 13:42:56 GMT - docker-content-digest: - - sha256:e71bf56543dc33dc8e550a0c574efe9a4875754a4ddf74347e448dec2462798b - docker-distribution-api-version: - - registry/2.0 - location: - - /v2/ubuntu-vm-arm-template/blobs/sha256:e71bf56543dc33dc8e550a0c574efe9a4875754a4ddf74347e448dec2462798b - server: - - openresty - strict-transport-security: - - max-age=31536000; includeSubDomains - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - Content-Type: - - application/octet-stream - User-Agent: - - python-requests/2.26.0 - method: POST - uri: https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/v2/ubuntu-vm-arm-template/blobs/uploads/ - response: - body: - string: '{"errors":[{"code":"UNAUTHORIZED","message":"authentication required, - visit https://aka.ms/acr/authorization for more information.","detail":[{"Type":"repository","Name":"ubuntu-vm-arm-template","Action":"pull"},{"Type":"repository","Name":"ubuntu-vm-arm-template","Action":"push"}]}]} - - ' - headers: - access-control-expose-headers: - - Docker-Content-Digest - - WWW-Authenticate - - Link - - X-Ms-Correlation-Request-Id - connection: - - keep-alive - content-length: - - '286' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:42:56 GMT - docker-distribution-api-version: - - registry/2.0 - server: - - openresty - strict-transport-security: - - max-age=31536000; includeSubDomains - - max-age=31536000; includeSubDomains - www-authenticate: - - Bearer realm="https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/oauth2/token",service="ubuntupublisherubuntuacr2315dcfa83.azurecr.io",scope="repository:ubuntu-vm-arm-template:pull,push" - x-content-type-options: - - nosniff - status: - code: 401 - message: Unauthorized -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Service: - - ubuntupublisherubuntuacr2315dcfa83.azurecr.io - User-Agent: - - oras-py - method: GET - uri: https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/oauth2/token?service=ubuntupublisherubuntuacr2315dcfa83.azurecr.io&scope=repository%3Aubuntu-vm-arm-template%3Apull%2Cpush - response: - body: - string: '{"access_token":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkNPQVU6UERZSDo0SVJYOjM2SEI6TFYzUDpWNFBGOko0NzQ6SzNOSjpPS1JCOlRZQUo6NEc0Szo1Q1NEIn0.eyJqdGkiOiI5OGZlZGY5My04MmFjLTQzYTctYmQ3MS05ZGZjNTlhYmZlNDkiLCJzdWIiOiJ1YnVudHUtdm0tYWNyLW1hbmlmZXN0LTEtMC0wIiwibmJmIjoxNjkwMzc4MDc2LCJleHAiOjE2OTAzNzk4NzYsImlhdCI6MTY5MDM3ODA3NiwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoidWJ1bnR1cHVibGlzaGVydWJ1bnR1YWNyMjMxNWRjZmE4My5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6IjUzNjQ5MTE4MjEzMTRkNjc5MjZkYTdhM2NkYzE3NGY4IiwiYWNjZXNzIjpbeyJUeXBlIjoicmVwb3NpdG9yeSIsIk5hbWUiOiJ1YnVudHUtdm0tYXJtLXRlbXBsYXRlIiwiQWN0aW9ucyI6WyJwdWxsIiwicHVzaCJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.C64_ds7czwe_9fwWjamPuU6Co0cdp0HJdRDC9BFKUXoRi-CX-E0ODLPVel418nOORJckQxPraqCpFMqWv1F4Bi-SsNFLcww3SP6ku7VtS45KlelEmhT4LuNbZtBBMUbbP2fYtB4jz7aAb-7ty7xsh0kljNb47gWKeoc_yYvgaZUHQVxvFdYoDdWQSoJyv3r7znyE3hC9SVbHI2jt_FSQT10us2c-p_u1zivsM8GB_pcCjHyYbDQwg4_zn62r2SHEYSpS5zZKRnkYymMIMV29HTsX1xsmUH0bmk7-11XQcxrcL7vhrBBjLgRiIO_MEm-rmuZA7QC3RlRkoHK5e2hfNQ"}' - headers: - connection: - - keep-alive - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:42:56 GMT - server: - - openresty - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - x-ms-ratelimit-remaining-calls-per-second: - - '333.3' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - Content-Type: - - application/octet-stream - User-Agent: - - python-requests/2.26.0 - method: POST - uri: https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/v2/ubuntu-vm-arm-template/blobs/uploads/ - response: - body: - string: '' - headers: - access-control-expose-headers: - - Docker-Content-Digest - - WWW-Authenticate - - Link - - X-Ms-Correlation-Request-Id - connection: - - keep-alive - content-length: - - '0' - date: - - Wed, 26 Jul 2023 13:42:56 GMT - docker-distribution-api-version: - - registry/2.0 - docker-upload-uuid: - - 3aac3265-c404-4b7f-9891-921c3150d04f - location: - - /v2/ubuntu-vm-arm-template/blobs/uploads/3aac3265-c404-4b7f-9891-921c3150d04f?_nouploadcache=false&_state=eoGzfNWHRutGitouwu8OKW4HBcDE3_WBnHH-FFq3iH17Ik5hbWUiOiJ1YnVudHUtdm0tYXJtLXRlbXBsYXRlIiwiVVVJRCI6IjNhYWMzMjY1LWM0MDQtNGI3Zi05ODkxLTkyMWMzMTUwZDA0ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0yNlQxMzo0Mjo1Ni45MzExMDkzNzhaIn0%3D - range: - - 0-0 - server: - - openresty - strict-transport-security: - - max-age=31536000; includeSubDomains - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - Content-Type: - - application/octet-stream - User-Agent: - - python-requests/2.26.0 - method: PUT - uri: https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/v2/ubuntu-vm-arm-template/blobs/uploads/3aac3265-c404-4b7f-9891-921c3150d04f?_nouploadcache=false&_state=eoGzfNWHRutGitouwu8OKW4HBcDE3_WBnHH-FFq3iH17Ik5hbWUiOiJ1YnVudHUtdm0tYXJtLXRlbXBsYXRlIiwiVVVJRCI6IjNhYWMzMjY1LWM0MDQtNGI3Zi05ODkxLTkyMWMzMTUwZDA0ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wNy0yNlQxMzo0Mjo1Ni45MzExMDkzNzhaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 - response: - body: - string: '' - headers: - access-control-expose-headers: - - Docker-Content-Digest - - WWW-Authenticate - - Link - - X-Ms-Correlation-Request-Id - connection: - - keep-alive - content-length: - - '0' - date: - - Wed, 26 Jul 2023 13:42:57 GMT - docker-content-digest: - - sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 - docker-distribution-api-version: - - registry/2.0 - location: - - /v2/ubuntu-vm-arm-template/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 - server: - - openresty - strict-transport-security: - - max-age=31536000; includeSubDomains - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 201 - message: Created -- request: - body: '{"schemaVersion": 2, "mediaType": "application/vnd.oci.image.manifest.v1+json", - "config": {"mediaType": "application/vnd.unknown.config.v1+json", "size": 0, - "digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"}, - "layers": [{"mediaType": "application/vnd.oci.image.layer.v1.tar", "size": 3591, - "digest": "sha256:e71bf56543dc33dc8e550a0c574efe9a4875754a4ddf74347e448dec2462798b", - "annotations": {"org.opencontainers.image.title": "ubuntu_template.json"}}], - "annotations": {}}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '504' - Content-Type: - - application/vnd.oci.image.manifest.v1+json - User-Agent: - - python-requests/2.26.0 - method: PUT - uri: https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/v2/ubuntu-vm-arm-template/manifests/1.0.0 - response: - body: - string: '{"errors":[{"code":"UNAUTHORIZED","message":"authentication required, - visit https://aka.ms/acr/authorization for more information.","detail":[{"Type":"repository","Name":"ubuntu-vm-arm-template","Action":"pull"},{"Type":"repository","Name":"ubuntu-vm-arm-template","Action":"push"}]}]} - - ' - headers: - access-control-expose-headers: - - Docker-Content-Digest - - WWW-Authenticate - - Link - - X-Ms-Correlation-Request-Id - connection: - - keep-alive - content-length: - - '286' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:42:57 GMT - docker-distribution-api-version: - - registry/2.0 - server: - - openresty - strict-transport-security: - - max-age=31536000; includeSubDomains - - max-age=31536000; includeSubDomains - www-authenticate: - - Bearer realm="https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/oauth2/token",service="ubuntupublisherubuntuacr2315dcfa83.azurecr.io",scope="repository:ubuntu-vm-arm-template:pull,push" - x-content-type-options: - - nosniff - status: - code: 401 - message: Unauthorized -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Service: - - ubuntupublisherubuntuacr2315dcfa83.azurecr.io - User-Agent: - - oras-py - method: GET - uri: https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/oauth2/token?service=ubuntupublisherubuntuacr2315dcfa83.azurecr.io&scope=repository%3Aubuntu-vm-arm-template%3Apull%2Cpush - response: - body: - string: '{"access_token":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkNPQVU6UERZSDo0SVJYOjM2SEI6TFYzUDpWNFBGOko0NzQ6SzNOSjpPS1JCOlRZQUo6NEc0Szo1Q1NEIn0.eyJqdGkiOiI0NDJlYTUyNS1hOWQ0LTQ5MmYtYWI0NS1hODMxNzAwODZjMjEiLCJzdWIiOiJ1YnVudHUtdm0tYWNyLW1hbmlmZXN0LTEtMC0wIiwibmJmIjoxNjkwMzc4MDc3LCJleHAiOjE2OTAzNzk4NzcsImlhdCI6MTY5MDM3ODA3NywiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoidWJ1bnR1cHVibGlzaGVydWJ1bnR1YWNyMjMxNWRjZmE4My5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6IjUzNjQ5MTE4MjEzMTRkNjc5MjZkYTdhM2NkYzE3NGY4IiwiYWNjZXNzIjpbeyJUeXBlIjoicmVwb3NpdG9yeSIsIk5hbWUiOiJ1YnVudHUtdm0tYXJtLXRlbXBsYXRlIiwiQWN0aW9ucyI6WyJwdWxsIiwicHVzaCJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.yo8hU6AYMFINYoZfrB08atl05hnYVuTBnj_rKtNutyqsvk4IKTNCQyMsF_N7HebRE9Vdgsiu9kc7gELn5lP2u4IvZS8LmNvsu-DCZI4N9A5CZhy0uAQb3Ih-Pk9oMXj3dPpL_A7M2Ffkq4tAtBt2ggS0v-kud7aRen52Epa_q66gaQVhUheHArDwESIn3dsSLKFHA7je3endSvnn3dc8MHa3EI_NkpPgfOS7ZmBOZKt5b_A9jKdWeF52wMtYAOjXoTF9VdmncfhSYhLk9MELqn6QeyLecWVFWNL9LzwpBMHmDFg6IWKZZC3jlW2RCnBCJi6JaSwbH5KEk9AV-4i2GQ"}' - headers: - connection: - - keep-alive - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:42:57 GMT - server: - - openresty - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - x-ms-ratelimit-remaining-calls-per-second: - - '333.283333' - status: - code: 200 - message: OK -- request: - body: '{"schemaVersion": 2, "mediaType": "application/vnd.oci.image.manifest.v1+json", - "config": {"mediaType": "application/vnd.unknown.config.v1+json", "size": 0, - "digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"}, - "layers": [{"mediaType": "application/vnd.oci.image.layer.v1.tar", "size": 3591, - "digest": "sha256:e71bf56543dc33dc8e550a0c574efe9a4875754a4ddf74347e448dec2462798b", - "annotations": {"org.opencontainers.image.title": "ubuntu_template.json"}}], - "annotations": {}}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '504' - Content-Type: - - application/vnd.oci.image.manifest.v1+json - User-Agent: - - python-requests/2.26.0 - method: PUT - uri: https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/v2/ubuntu-vm-arm-template/manifests/1.0.0 - response: - body: - string: '' - headers: - access-control-expose-headers: - - Docker-Content-Digest - - WWW-Authenticate - - Link - - X-Ms-Correlation-Request-Id - connection: - - keep-alive - content-length: - - '0' - date: - - Wed, 26 Jul 2023 13:42:57 GMT - docker-content-digest: - - sha256:8923fa544da97914212bc9173ec512741d331940e4a2c7b6fbad979657a5c507 - docker-distribution-api-version: - - registry/2.0 - location: - - /v2/ubuntu-vm-arm-template/manifests/sha256:8923fa544da97914212bc9173ec512741d331940e4a2c7b6fbad979657a5c507 - server: - - openresty - strict-transport-security: - - max-age=31536000; includeSubDomains - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd build - Connection: - - keep-alive - ParameterSetName: - - -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg/networkFunctionDefinitionVersions/1.0.0?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkfunctiondefinitiongroups/ubuntu-vm-nfdg/networkfunctiondefinitionversions/1.0.0","name":"1.0.0","type":"microsoft.hybridnetwork/publishers/networkfunctiondefinitiongroups/networkfunctiondefinitionversions","location":"uksouth","systemData":{"createdBy":"patrykkulik@microsoft.com","createdByType":"User","createdAt":"2023-07-26T13:41:20.6640217Z","lastModifiedBy":"patrykkulik@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-07-26T13:41:20.6640217Z"},"properties":{"networkFunctionTemplate":{"networkFunctionApplications":[{"artifactProfile":{"vhdArtifactProfile":{"vhdName":"ubuntu-vm-vhd","vhdVersion":"1-0-0"},"artifactStore":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store"}},"deployParametersMappingRuleProfile":{"vhdImageMappingRuleProfile":{"userConfiguration":"{\"imageName\":\"ubuntu-vmImage\",\"azureDeployLocation\":\"{deployParameters.location}\"}"},"applicationEnablement":"Unknown"},"artifactType":"VhdImageFile","dependsOnProfile":null,"name":"ubuntu-vmImage"},{"artifactProfile":{"templateArtifactProfile":{"templateName":"ubuntu-vm-arm-template","templateVersion":"1.0.0"},"artifactStore":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr"}},"deployParametersMappingRuleProfile":{"templateMappingRuleProfile":{"templateParameters":"{\"location\":\"{deployParameters.location}\",\"subnetName\":\"{deployParameters.subnetName}\",\"ubuntuVmName\":\"{deployParameters.ubuntuVmName}\",\"virtualNetworkId\":\"{deployParameters.virtualNetworkId}\",\"sshPublicKeyAdmin\":\"{deployParameters.sshPublicKeyAdmin}\",\"imageName\":\"ubuntu-vmImage\"}"},"applicationEnablement":"Unknown"},"artifactType":"ArmTemplate","dependsOnProfile":null,"name":"ubuntu-vm"}],"nfviType":"AzureCore"},"versionState":"Preview","description":null,"deployParameters":"{\"$schema\":\"https://json-schema.org/draft-07/schema#\",\"title\":\"DeployParametersSchema\",\"type\":\"object\",\"properties\":{\"location\":{\"type\":\"string\"},\"subnetName\":{\"type\":\"string\"},\"ubuntuVmName\":{\"type\":\"string\"},\"virtualNetworkId\":{\"type\":\"string\"},\"sshPublicKeyAdmin\":{\"type\":\"string\"}},\"required\":[\"location\",\"subnetName\",\"ubuntuVmName\",\"virtualNetworkId\",\"sshPublicKeyAdmin\"]}","networkFunctionType":"VirtualNetworkFunction","provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '2711' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:42:57 GMT - etag: - - '"0200c39f-0000-1100-0000-64c1228c0000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-providerhub-traffic: - - 'True' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd publish - Connection: - - keep-alive - ParameterSetName: - - -f --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: HEAD - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test?api-version=2022-09-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - date: - - Wed, 26 Jul 2023 13:42:57 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 204 - message: No Content -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd publish - Connection: - - keep-alive - ParameterSetName: - - -f --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test","name":"patrykkulik-test","type":"Microsoft.Resources/resourceGroups","location":"eastus","tags":{"autoDelete":"true","expiresOn":"2023-08-20T10:48:11.8928180Z"},"properties":{"provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '301' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:42:57 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd publish - Connection: - - keep-alive - ParameterSetName: - - -f --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher","name":"ubuntuPublisher","type":"microsoft.hybridnetwork/publishers","location":"uksouth","systemData":{"createdBy":"patrykkulik@microsoft.com","createdByType":"User","createdAt":"2023-07-24T10:35:08.3094719Z","lastModifiedBy":"patrykkulik@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-07-24T10:35:08.3094719Z"},"properties":{"scope":"Private","provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '550' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:42:58 GMT - etag: - - '"0b00b59c-0000-1100-0000-64be53e60000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-providerhub-traffic: - - 'True' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd publish - Connection: - - keep-alive - ParameterSetName: - - -f --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr","name":"ubuntu-acr","type":"microsoft.hybridnetwork/publishers/artifactstores","location":"uksouth","systemData":{"createdBy":"patrykkulik@microsoft.com","createdByType":"User","createdAt":"2023-07-24T10:36:42.2618346Z","lastModifiedBy":"b8ed041c-aa91-418e-8f47-20c70abc2de1","lastModifiedByType":"Application","lastModifiedAt":"2023-07-26T13:41:32.1146188Z"},"properties":{"storeType":"AzureContainerRegistry","replicationStrategy":"SingleReplication","managedResourceGroupConfiguration":{"name":"ubuntu-acr-HostedResources-7510103F","location":"uksouth"},"provisioningState":"Succeeded","storageResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/ubuntu-acr-HostedResources-7510103F/providers/Microsoft.ContainerRegistry/registries/UbuntupublisherUbuntuAcr2315dcfa83"}}' - headers: - cache-control: - - no-cache - content-length: - - '978' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:42:58 GMT - etag: - - '"0100f7a1-0000-1100-0000-64c1228c0000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-providerhub-traffic: - - 'True' - status: - code: 200 - message: OK -- request: - body: '{"location": "uksouth"}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd publish - Connection: - - keep-alive - Content-Length: - - '23' - Content-Type: - - application/json - ParameterSetName: - - -f --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu","name":"ubuntu","type":"microsoft.hybridnetwork/publishers/networkservicedesigngroups","location":"uksouth","systemData":{"createdBy":"patrykkulik@microsoft.com","createdByType":"User","createdAt":"2023-07-24T13:23:29.0796168Z","lastModifiedBy":"patrykkulik@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-07-26T13:42:58.6170624Z"},"properties":{"description":null,"provisioningState":"Accepted"}}' - headers: - azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/3a55f1d1-5877-4483-abfa-ef6f900f02d8*0A2C88351F91E19B08EFFAF13C02A492976D31AA01E04643FC90923CE153B778?api-version=2020-01-01-preview - cache-control: - - no-cache - content-length: - - '602' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:42:59 GMT - etag: - - '"05001305-0000-1100-0000-64c122e30000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-build-version: - - 1.0.02386.1640 - x-ms-providerhub-traffic: - - 'True' - x-ms-ratelimit-remaining-subscription-writes: - - '1199' - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd publish - Connection: - - keep-alive - ParameterSetName: - - -f --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/3a55f1d1-5877-4483-abfa-ef6f900f02d8*0A2C88351F91E19B08EFFAF13C02A492976D31AA01E04643FC90923CE153B778?api-version=2020-01-01-preview - response: - body: - string: '{"id":"/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/3a55f1d1-5877-4483-abfa-ef6f900f02d8*0A2C88351F91E19B08EFFAF13C02A492976D31AA01E04643FC90923CE153B778","name":"3a55f1d1-5877-4483-abfa-ef6f900f02d8*0A2C88351F91E19B08EFFAF13C02A492976D31AA01E04643FC90923CE153B778","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu","status":"Accepted","startTime":"2023-07-26T13:42:59.410368Z"}' - headers: - cache-control: - - no-cache - content-length: - - '548' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:42:59 GMT - etag: - - '"01009920-0000-1100-0000-64c122e30000"' - expires: - - '-1' - pragma: - - no-cache - 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: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", - "contentVersion": "1.0.0.0", "metadata": {"_generator": {"name": "bicep", "version": - "0.8.9.13224", "templateHash": "6106670278831411745"}}, "parameters": {"location": - {"type": "string"}, "publisherName": {"type": "string", "metadata": {"description": - "Name of an existing publisher, expected to be in the resource group where you - deploy the template"}}, "acrArtifactStoreName": {"type": "string", "metadata": - {"description": "Name of an existing ACR-backed Artifact Store, deployed under - the publisher."}}, "acrManifestName": {"type": "string", "metadata": {"description": - "Name of the manifest to deploy for the ACR-backed Artifact Store"}}, "armTemplateName": - {"type": "string", "metadata": {"description": "The name under which to store - the ARM template"}}, "armTemplateVersion": {"type": "string", "metadata": {"description": - "The version that you want to name the NFM template artifact, in format A.B.C. - e.g. 6.13.0. If testing for development, you can use any numbers you like."}}}, - "resources": [{"type": "Microsoft.Hybridnetwork/publishers/artifactStores/artifactManifests", - "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}/{2}'', parameters(''publisherName''), - parameters(''acrArtifactStoreName''), parameters(''acrManifestName''))]", "location": - "[parameters(''location'')]", "properties": {"artifacts": [{"artifactName": - "[parameters(''armTemplateName'')]", "artifactType": "ArmTemplate", "artifactVersion": - "[parameters(''armTemplateVersion'')]"}]}}]}, "parameters": {"location": {"value": - "uksouth"}, "publisherName": {"value": "ubuntuPublisher"}, "acrArtifactStoreName": - {"value": "ubuntu-acr"}, "acrManifestName": {"value": "ubuntu-nf-nsd-acr-manifest-1-0-0"}, - "armTemplateName": {"value": "ubuntu-vm-nfdg-nfd-artifact"}, "armTemplateVersion": - {"value": "1.0.0"}}, "mode": "Incremental"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd publish - Connection: - - keep-alive - Content-Length: - - '1927' - Content-Type: - - application/json - ParameterSetName: - - -f --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment/validate?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690378985","name":"AOSM_CLI_deployment_1690378985","type":"Microsoft.Resources/deployments","properties":{"templateHash":"6106670278831411745","parameters":{"location":{"type":"String","value":"uksouth"},"publisherName":{"type":"String","value":"ubuntuPublisher"},"acrArtifactStoreName":{"type":"String","value":"ubuntu-acr"},"acrManifestName":{"type":"String","value":"ubuntu-nf-nsd-acr-manifest-1-0-0"},"armTemplateName":{"type":"String","value":"ubuntu-vm-nfdg-nfd-artifact"},"armTemplateVersion":{"type":"String","value":"1.0.0"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"0001-01-01T00:00:00Z","duration":"PT0S","correlationId":"f60691ee-e24a-4cbc-a883-c4d593ad423b","providers":[{"namespace":"Microsoft.Hybridnetwork","resourceTypes":[{"resourceType":"publishers/artifactStores/artifactManifests","locations":["uksouth"]}]}],"dependencies":[],"validatedResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0"}]}}' - headers: - cache-control: - - no-cache - content-length: - - '1282' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:43:06 GMT - expires: - - '-1' - pragma: - - no-cache - 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: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", - "contentVersion": "1.0.0.0", "metadata": {"_generator": {"name": "bicep", "version": - "0.8.9.13224", "templateHash": "6106670278831411745"}}, "parameters": {"location": - {"type": "string"}, "publisherName": {"type": "string", "metadata": {"description": - "Name of an existing publisher, expected to be in the resource group where you - deploy the template"}}, "acrArtifactStoreName": {"type": "string", "metadata": - {"description": "Name of an existing ACR-backed Artifact Store, deployed under - the publisher."}}, "acrManifestName": {"type": "string", "metadata": {"description": - "Name of the manifest to deploy for the ACR-backed Artifact Store"}}, "armTemplateName": - {"type": "string", "metadata": {"description": "The name under which to store - the ARM template"}}, "armTemplateVersion": {"type": "string", "metadata": {"description": - "The version that you want to name the NFM template artifact, in format A.B.C. - e.g. 6.13.0. If testing for development, you can use any numbers you like."}}}, - "resources": [{"type": "Microsoft.Hybridnetwork/publishers/artifactStores/artifactManifests", - "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}/{2}'', parameters(''publisherName''), - parameters(''acrArtifactStoreName''), parameters(''acrManifestName''))]", "location": - "[parameters(''location'')]", "properties": {"artifacts": [{"artifactName": - "[parameters(''armTemplateName'')]", "artifactType": "ArmTemplate", "artifactVersion": - "[parameters(''armTemplateVersion'')]"}]}}]}, "parameters": {"location": {"value": - "uksouth"}, "publisherName": {"value": "ubuntuPublisher"}, "acrArtifactStoreName": - {"value": "ubuntu-acr"}, "acrManifestName": {"value": "ubuntu-nf-nsd-acr-manifest-1-0-0"}, - "armTemplateName": {"value": "ubuntu-vm-nfdg-nfd-artifact"}, "armTemplateVersion": - {"value": "1.0.0"}}, "mode": "Incremental"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd publish - Connection: - - keep-alive - Content-Length: - - '1927' - Content-Type: - - application/json - ParameterSetName: - - -f --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690378985","name":"AOSM_CLI_deployment_1690378985","type":"Microsoft.Resources/deployments","properties":{"templateHash":"6106670278831411745","parameters":{"location":{"type":"String","value":"uksouth"},"publisherName":{"type":"String","value":"ubuntuPublisher"},"acrArtifactStoreName":{"type":"String","value":"ubuntu-acr"},"acrManifestName":{"type":"String","value":"ubuntu-nf-nsd-acr-manifest-1-0-0"},"armTemplateName":{"type":"String","value":"ubuntu-vm-nfdg-nfd-artifact"},"armTemplateVersion":{"type":"String","value":"1.0.0"}},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2023-07-26T13:43:08.4539954Z","duration":"PT0.0006676S","correlationId":"a84edfe4-d8b7-4c90-92aa-02ca81149717","providers":[{"namespace":"Microsoft.Hybridnetwork","resourceTypes":[{"resourceType":"publishers/artifactStores/artifactManifests","locations":["uksouth"]}]}],"dependencies":[]}}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690378985/operationStatuses/08585112278979827087?api-version=2022-09-01 - cache-control: - - no-cache - content-length: - - '1043' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:43:08 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1198' - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd publish - Connection: - - keep-alive - ParameterSetName: - - -f --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585112278979827087?api-version=2022-09-01 - response: - body: - string: '{"status":"Running"}' - headers: - cache-control: - - no-cache - content-length: - - '20' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:43:09 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd publish - Connection: - - keep-alive - ParameterSetName: - - -f --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/3a55f1d1-5877-4483-abfa-ef6f900f02d8*0A2C88351F91E19B08EFFAF13C02A492976D31AA01E04643FC90923CE153B778?api-version=2020-01-01-preview - response: - body: - string: '{"id":"/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/3a55f1d1-5877-4483-abfa-ef6f900f02d8*0A2C88351F91E19B08EFFAF13C02A492976D31AA01E04643FC90923CE153B778","name":"3a55f1d1-5877-4483-abfa-ef6f900f02d8*0A2C88351F91E19B08EFFAF13C02A492976D31AA01E04643FC90923CE153B778","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu","status":"Succeeded","startTime":"2023-07-26T13:42:59.410368Z","endTime":"2023-07-26T13:43:00.838134Z","properties":null}' - headers: - cache-control: - - no-cache - content-length: - - '607' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:43:31 GMT - etag: - - '"01009b20-0000-1100-0000-64c122e40000"' - expires: - - '-1' - pragma: - - no-cache - 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: - - aosm nsd publish - Connection: - - keep-alive - ParameterSetName: - - -f --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu","name":"ubuntu","type":"microsoft.hybridnetwork/publishers/networkservicedesigngroups","location":"uksouth","systemData":{"createdBy":"patrykkulik@microsoft.com","createdByType":"User","createdAt":"2023-07-24T13:23:29.0796168Z","lastModifiedBy":"patrykkulik@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-07-26T13:42:58.6170624Z"},"properties":{"description":null,"provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '603' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:43:31 GMT - etag: - - '"05001b05-0000-1100-0000-64c122e50000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-providerhub-traffic: - - 'True' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd publish - Connection: - - keep-alive - ParameterSetName: - - -f --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585112278979827087?api-version=2022-09-01 - response: - body: - string: '{"status":"Succeeded"}' - headers: - cache-control: - - no-cache - content-length: - - '22' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:43:39 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd publish - Connection: - - keep-alive - ParameterSetName: - - -f --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690378985","name":"AOSM_CLI_deployment_1690378985","type":"Microsoft.Resources/deployments","properties":{"templateHash":"6106670278831411745","parameters":{"location":{"type":"String","value":"uksouth"},"publisherName":{"type":"String","value":"ubuntuPublisher"},"acrArtifactStoreName":{"type":"String","value":"ubuntu-acr"},"acrManifestName":{"type":"String","value":"ubuntu-nf-nsd-acr-manifest-1-0-0"},"armTemplateName":{"type":"String","value":"ubuntu-vm-nfdg-nfd-artifact"},"armTemplateVersion":{"type":"String","value":"1.0.0"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2023-07-26T13:43:29.9461841Z","duration":"PT21.4928563S","correlationId":"a84edfe4-d8b7-4c90-92aa-02ca81149717","providers":[{"namespace":"Microsoft.Hybridnetwork","resourceTypes":[{"resourceType":"publishers/artifactStores/artifactManifests","locations":["uksouth"]}]}],"dependencies":[],"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0"}]}}' - headers: - cache-control: - - no-cache - content-length: - - '1296' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:43:40 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: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", - "contentVersion": "1.0.0.0", "metadata": {"_generator": {"name": "bicep", "version": - "0.8.9.13224", "templateHash": "5366007890796286067"}}, "parameters": {"location": - {"type": "string"}, "publisherName": {"type": "string", "metadata": {"description": - "Name of an existing publisher, expected to be in the resource group where you - deploy the template"}}, "acrArtifactStoreName": {"type": "string", "metadata": - {"description": "Name of an existing ACR-backed Artifact Store, deployed under - the publisher."}}, "nsDesignGroup": {"type": "string", "metadata": {"description": - "Name of an existing Network Service Design Group"}}, "nsDesignVersion": {"type": - "string", "metadata": {"description": "The version of the NSDV you want to create, - in format A-B-C"}}, "nfviSiteName": {"type": "string", "defaultValue": "ubuntu_NFVI", - "metadata": {"description": "Name of the nfvi site"}}, "armTemplateVersion": - {"type": "string", "defaultValue": "1.0.0", "metadata": {"description": "The - version that you want to name the NF template artifact, in format A-B-C. e.g. - 6-13-0. Suggestion that this matches as best possible the SIMPL released version. - If testing for development, you can use any numbers you like."}}}, "variables": - {"$fxv#0": {"$schema": "https://json-schema.org/draft-07/schema#", "title": - "ubuntu_ConfigGroupSchema", "type": "object", "properties": {"ubuntu-vm-nfdg": - {"type": "object", "properties": {"deploymentParameters": {"type": "object", - "properties": {"location": {"type": "string"}, "subnetName": {"type": "string"}, - "ubuntuVmName": {"type": "string"}, "virtualNetworkId": {"type": "string"}, - "sshPublicKeyAdmin": {"type": "string"}}}, "ubuntu_vm_nfdg_nfd_version": {"type": - "string", "description": "The version of the ubuntu-vm-nfdg NFD to use. This - version must be compatible with (have the same parameters exposed as) 1.0.0."}}, - "required": ["deploymentParameters", "ubuntu_vm_nfdg_nfd_version"]}, "managedIdentity": - {"type": "string", "description": "The managed identity to use to deploy NFs - within this SNS. This should be of the form ''/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. If - you wish to use a system assigned identity, set this to a blank string."}}, - "required": ["ubuntu-vm-nfdg", "managedIdentity"]}, "$fxv#1": {"deploymentParameters": - "[[{configurationparameters(''ubuntu_ConfigGroupSchema'').ubuntu-vm-nfdg.deploymentParameters}]", - "ubuntu_vm_nfdg_nfd_version": "{configurationparameters(''ubuntu_ConfigGroupSchema'').ubuntu-vm-nfdg.ubuntu_vm_nfdg_nfd_version}", - "managedIdentity": "{configurationparameters(''ubuntu_ConfigGroupSchema'').managedIdentity}"}, - "armTemplateName": "ubuntu-vm-nfdg-nfd-artifact"}, "resources": [{"type": "Microsoft.Hybridnetwork/publishers/configurationGroupSchemas", - "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}'', parameters(''publisherName''), - ''ubuntu_ConfigGroupSchema'')]", "location": "[parameters(''location'')]", "properties": - {"schemaDefinition": "[string(variables(''$fxv#0''))]"}}, {"type": "Microsoft.Hybridnetwork/publishers/networkservicedesigngroups/networkservicedesignversions", - "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}/{2}'', parameters(''publisherName''), - parameters(''nsDesignGroup''), parameters(''nsDesignVersion''))]", "location": - "[parameters(''location'')]", "properties": {"description": "Plain ubuntu VM", - "versionState": "Preview", "configurationGroupSchemaReferences": {"ubuntu_ConfigGroupSchema": - {"id": "[resourceId(''Microsoft.Hybridnetwork/publishers/configurationGroupSchemas'', - parameters(''publisherName''), ''ubuntu_ConfigGroupSchema'')]"}}, "nfvisFromSite": - {"nfvi1": {"name": "[parameters(''nfviSiteName'')]", "type": "AzureCore"}}, - "resourceElementTemplates": [{"name": "ubuntu-resource-element", "type": "NetworkFunctionDefinition", - "configuration": {"artifactProfile": {"artifactStoreReference": {"id": "[resourceId(''Microsoft.HybridNetwork/publishers/artifactStores'', - parameters(''publisherName''), parameters(''acrArtifactStoreName''))]"}, "artifactName": - "[variables(''armTemplateName'')]", "artifactVersion": "[parameters(''armTemplateVersion'')]"}, - "templateType": "ArmTemplate", "parameterValues": "[string(variables(''$fxv#1''))]"}, - "dependsOnProfile": {"installDependsOn": [], "uninstallDependsOn": [], "updateDependsOn": - []}}]}, "dependsOn": ["[resourceId(''Microsoft.Hybridnetwork/publishers/configurationGroupSchemas'', - parameters(''publisherName''), ''ubuntu_ConfigGroupSchema'')]"]}]}, "parameters": - {"location": {"value": "uksouth"}, "publisherName": {"value": "ubuntuPublisher"}, - "acrArtifactStoreName": {"value": "ubuntu-acr"}, "nsDesignGroup": {"value": - "ubuntu"}, "nsDesignVersion": {"value": "1.0.0"}, "nfviSiteName": {"value": - "ubuntu_NFVI"}, "armTemplateVersion": {"value": "1.0.0"}}, "mode": "Incremental"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd publish - Connection: - - keep-alive - Content-Length: - - '4946' - Content-Type: - - application/json - ParameterSetName: - - -f --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment/validate?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690379023","name":"AOSM_CLI_deployment_1690379023","type":"Microsoft.Resources/deployments","properties":{"templateHash":"5366007890796286067","parameters":{"location":{"type":"String","value":"uksouth"},"publisherName":{"type":"String","value":"ubuntuPublisher"},"acrArtifactStoreName":{"type":"String","value":"ubuntu-acr"},"nsDesignGroup":{"type":"String","value":"ubuntu"},"nsDesignVersion":{"type":"String","value":"1.0.0"},"nfviSiteName":{"type":"String","value":"ubuntu_NFVI"},"armTemplateVersion":{"type":"String","value":"1.0.0"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"0001-01-01T00:00:00Z","duration":"PT0S","correlationId":"cb832760-e51d-4aa9-9806-81edb0e7c6c6","providers":[{"namespace":"Microsoft.Hybridnetwork","resourceTypes":[{"resourceType":"publishers/configurationGroupSchemas","locations":["uksouth"]},{"resourceType":"publishers/networkservicedesigngroups/networkservicedesignversions","locations":["uksouth"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema","resourceType":"Microsoft.Hybridnetwork/publishers/configurationGroupSchemas","resourceName":"ubuntuPublisher/ubuntu_ConfigGroupSchema"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkservicedesigngroups/ubuntu/networkservicedesignversions/1.0.0","resourceType":"Microsoft.Hybridnetwork/publishers/networkservicedesigngroups/networkservicedesignversions","resourceName":"ubuntuPublisher/ubuntu/1.0.0"}],"validatedResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkservicedesigngroups/ubuntu/networkservicedesignversions/1.0.0"}]}}' - headers: - cache-control: - - no-cache - content-length: - - '2318' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:43:45 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1198' - status: - code: 200 - message: OK -- request: - body: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", - "contentVersion": "1.0.0.0", "metadata": {"_generator": {"name": "bicep", "version": - "0.8.9.13224", "templateHash": "5366007890796286067"}}, "parameters": {"location": - {"type": "string"}, "publisherName": {"type": "string", "metadata": {"description": - "Name of an existing publisher, expected to be in the resource group where you - deploy the template"}}, "acrArtifactStoreName": {"type": "string", "metadata": - {"description": "Name of an existing ACR-backed Artifact Store, deployed under - the publisher."}}, "nsDesignGroup": {"type": "string", "metadata": {"description": - "Name of an existing Network Service Design Group"}}, "nsDesignVersion": {"type": - "string", "metadata": {"description": "The version of the NSDV you want to create, - in format A-B-C"}}, "nfviSiteName": {"type": "string", "defaultValue": "ubuntu_NFVI", - "metadata": {"description": "Name of the nfvi site"}}, "armTemplateVersion": - {"type": "string", "defaultValue": "1.0.0", "metadata": {"description": "The - version that you want to name the NF template artifact, in format A-B-C. e.g. - 6-13-0. Suggestion that this matches as best possible the SIMPL released version. - If testing for development, you can use any numbers you like."}}}, "variables": - {"$fxv#0": {"$schema": "https://json-schema.org/draft-07/schema#", "title": - "ubuntu_ConfigGroupSchema", "type": "object", "properties": {"ubuntu-vm-nfdg": - {"type": "object", "properties": {"deploymentParameters": {"type": "object", - "properties": {"location": {"type": "string"}, "subnetName": {"type": "string"}, - "ubuntuVmName": {"type": "string"}, "virtualNetworkId": {"type": "string"}, - "sshPublicKeyAdmin": {"type": "string"}}}, "ubuntu_vm_nfdg_nfd_version": {"type": - "string", "description": "The version of the ubuntu-vm-nfdg NFD to use. This - version must be compatible with (have the same parameters exposed as) 1.0.0."}}, - "required": ["deploymentParameters", "ubuntu_vm_nfdg_nfd_version"]}, "managedIdentity": - {"type": "string", "description": "The managed identity to use to deploy NFs - within this SNS. This should be of the form ''/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. If - you wish to use a system assigned identity, set this to a blank string."}}, - "required": ["ubuntu-vm-nfdg", "managedIdentity"]}, "$fxv#1": {"deploymentParameters": - "[[{configurationparameters(''ubuntu_ConfigGroupSchema'').ubuntu-vm-nfdg.deploymentParameters}]", - "ubuntu_vm_nfdg_nfd_version": "{configurationparameters(''ubuntu_ConfigGroupSchema'').ubuntu-vm-nfdg.ubuntu_vm_nfdg_nfd_version}", - "managedIdentity": "{configurationparameters(''ubuntu_ConfigGroupSchema'').managedIdentity}"}, - "armTemplateName": "ubuntu-vm-nfdg-nfd-artifact"}, "resources": [{"type": "Microsoft.Hybridnetwork/publishers/configurationGroupSchemas", - "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}'', parameters(''publisherName''), - ''ubuntu_ConfigGroupSchema'')]", "location": "[parameters(''location'')]", "properties": - {"schemaDefinition": "[string(variables(''$fxv#0''))]"}}, {"type": "Microsoft.Hybridnetwork/publishers/networkservicedesigngroups/networkservicedesignversions", - "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}/{2}'', parameters(''publisherName''), - parameters(''nsDesignGroup''), parameters(''nsDesignVersion''))]", "location": - "[parameters(''location'')]", "properties": {"description": "Plain ubuntu VM", - "versionState": "Preview", "configurationGroupSchemaReferences": {"ubuntu_ConfigGroupSchema": - {"id": "[resourceId(''Microsoft.Hybridnetwork/publishers/configurationGroupSchemas'', - parameters(''publisherName''), ''ubuntu_ConfigGroupSchema'')]"}}, "nfvisFromSite": - {"nfvi1": {"name": "[parameters(''nfviSiteName'')]", "type": "AzureCore"}}, - "resourceElementTemplates": [{"name": "ubuntu-resource-element", "type": "NetworkFunctionDefinition", - "configuration": {"artifactProfile": {"artifactStoreReference": {"id": "[resourceId(''Microsoft.HybridNetwork/publishers/artifactStores'', - parameters(''publisherName''), parameters(''acrArtifactStoreName''))]"}, "artifactName": - "[variables(''armTemplateName'')]", "artifactVersion": "[parameters(''armTemplateVersion'')]"}, - "templateType": "ArmTemplate", "parameterValues": "[string(variables(''$fxv#1''))]"}, - "dependsOnProfile": {"installDependsOn": [], "uninstallDependsOn": [], "updateDependsOn": - []}}]}, "dependsOn": ["[resourceId(''Microsoft.Hybridnetwork/publishers/configurationGroupSchemas'', - parameters(''publisherName''), ''ubuntu_ConfigGroupSchema'')]"]}]}, "parameters": - {"location": {"value": "uksouth"}, "publisherName": {"value": "ubuntuPublisher"}, - "acrArtifactStoreName": {"value": "ubuntu-acr"}, "nsDesignGroup": {"value": - "ubuntu"}, "nsDesignVersion": {"value": "1.0.0"}, "nfviSiteName": {"value": - "ubuntu_NFVI"}, "armTemplateVersion": {"value": "1.0.0"}}, "mode": "Incremental"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd publish - Connection: - - keep-alive - Content-Length: - - '4946' - Content-Type: - - application/json - ParameterSetName: - - -f --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690379023","name":"AOSM_CLI_deployment_1690379023","type":"Microsoft.Resources/deployments","properties":{"templateHash":"5366007890796286067","parameters":{"location":{"type":"String","value":"uksouth"},"publisherName":{"type":"String","value":"ubuntuPublisher"},"acrArtifactStoreName":{"type":"String","value":"ubuntu-acr"},"nsDesignGroup":{"type":"String","value":"ubuntu"},"nsDesignVersion":{"type":"String","value":"1.0.0"},"nfviSiteName":{"type":"String","value":"ubuntu_NFVI"},"armTemplateVersion":{"type":"String","value":"1.0.0"}},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2023-07-26T13:43:47.0987333Z","duration":"PT0.0004251S","correlationId":"c537f6f3-9668-4475-a9ee-6c4b21a5deb5","providers":[{"namespace":"Microsoft.Hybridnetwork","resourceTypes":[{"resourceType":"publishers/configurationGroupSchemas","locations":["uksouth"]},{"resourceType":"publishers/networkservicedesigngroups/networkservicedesignversions","locations":["uksouth"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema","resourceType":"Microsoft.Hybridnetwork/publishers/configurationGroupSchemas","resourceName":"ubuntuPublisher/ubuntu_ConfigGroupSchema"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkservicedesigngroups/ubuntu/networkservicedesignversions/1.0.0","resourceType":"Microsoft.Hybridnetwork/publishers/networkservicedesigngroups/networkservicedesignversions","resourceName":"ubuntuPublisher/ubuntu/1.0.0"}]}}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690379023/operationStatuses/08585112278587615767?api-version=2022-09-01 - cache-control: - - no-cache - content-length: - - '1882' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:43:46 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1197' - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd publish - Connection: - - keep-alive - ParameterSetName: - - -f --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585112278587615767?api-version=2022-09-01 - response: - body: - string: '{"status":"Accepted"}' - headers: - cache-control: - - no-cache - content-length: - - '21' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:43:46 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd publish - Connection: - - keep-alive - ParameterSetName: - - -f --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585112278587615767?api-version=2022-09-01 - response: - body: - string: '{"status":"Running"}' - headers: - cache-control: - - no-cache - content-length: - - '20' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:44:17 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd publish - Connection: - - keep-alive - ParameterSetName: - - -f --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585112278587615767?api-version=2022-09-01 - response: - body: - string: '{"status":"Succeeded"}' - headers: - cache-control: - - no-cache - content-length: - - '22' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:44:47 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd publish - Connection: - - keep-alive - ParameterSetName: - - -f --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/patrykkulik-test/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690379023","name":"AOSM_CLI_deployment_1690379023","type":"Microsoft.Resources/deployments","properties":{"templateHash":"5366007890796286067","parameters":{"location":{"type":"String","value":"uksouth"},"publisherName":{"type":"String","value":"ubuntuPublisher"},"acrArtifactStoreName":{"type":"String","value":"ubuntu-acr"},"nsDesignGroup":{"type":"String","value":"ubuntu"},"nsDesignVersion":{"type":"String","value":"1.0.0"},"nfviSiteName":{"type":"String","value":"ubuntu_NFVI"},"armTemplateVersion":{"type":"String","value":"1.0.0"}},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2023-07-26T13:44:28.2026218Z","duration":"PT41.1043136S","correlationId":"c537f6f3-9668-4475-a9ee-6c4b21a5deb5","providers":[{"namespace":"Microsoft.Hybridnetwork","resourceTypes":[{"resourceType":"publishers/configurationGroupSchemas","locations":["uksouth"]},{"resourceType":"publishers/networkservicedesigngroups/networkservicedesignversions","locations":["uksouth"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema","resourceType":"Microsoft.Hybridnetwork/publishers/configurationGroupSchemas","resourceName":"ubuntuPublisher/ubuntu_ConfigGroupSchema"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkservicedesigngroups/ubuntu/networkservicedesignversions/1.0.0","resourceType":"Microsoft.Hybridnetwork/publishers/networkservicedesigngroups/networkservicedesignversions","resourceName":"ubuntuPublisher/ubuntu/1.0.0"}],"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkservicedesigngroups/ubuntu/networkservicedesignversions/1.0.0"}]}}' - headers: - cache-control: - - no-cache - content-length: - - '2332' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:44:47 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd publish - Connection: - - keep-alive - ParameterSetName: - - -f --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0?api-version=2023-04-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0","name":"ubuntu-nf-nsd-acr-manifest-1-0-0","type":"microsoft.hybridnetwork/publishers/artifactstores/artifactmanifests","location":"uksouth","systemData":{"createdBy":"patrykkulik@microsoft.com","createdByType":"User","createdAt":"2023-07-26T13:43:10.6373425Z","lastModifiedBy":"patrykkulik@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2023-07-26T13:43:10.6373425Z"},"properties":{"artifacts":[{"artifactName":"ubuntu-vm-nfdg-nfd-artifact","artifactType":"ArmTemplate","artifactVersion":"1.0.0"}],"artifactManifestState":"Uploading","provisioningState":"Succeeded"}}' - headers: - cache-control: - - no-cache - content-length: - - '811' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:44:47 GMT - etag: - - '"010031da-0000-1100-0000-64c122fd0000"' - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-providerhub-traffic: - - 'True' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd publish - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - -f --debug - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0/listCredential?api-version=2023-04-01-preview - response: - body: - string: '{"username":"ubuntu-nf-nsd-acr-manifest-1-0-0","acrToken":"DXjNIWkqhbrWo0qHzqML5VnpFDPvUdlRUWQyObizc2+ACRBNLJYR","acrServerUrl":"https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io","repositories":["ubuntu-vm-nfdg-nfd-artifact"],"expiry":"2023-07-27T13:44:48.98326+00:00","credentialType":"AzureContainerRegistryScopedToken"}' - headers: - cache-control: - - no-cache - content-length: - - '327' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:44:48 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-build-version: - - 1.0.02386.1640 - x-ms-providerhub-traffic: - - 'True' - x-ms-ratelimit-remaining-subscription-writes: - - '1197' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - Content-Type: - - application/octet-stream - User-Agent: - - python-requests/2.26.0 - method: POST - uri: https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/ - response: - body: - string: '{"errors":[{"code":"UNAUTHORIZED","message":"authentication required, - visit https://aka.ms/acr/authorization for more information.","detail":[{"Type":"repository","Name":"ubuntu-vm-nfdg-nfd-artifact","Action":"pull"},{"Type":"repository","Name":"ubuntu-vm-nfdg-nfd-artifact","Action":"push"}]}]} - - ' - headers: - access-control-expose-headers: - - Docker-Content-Digest - - WWW-Authenticate - - Link - - X-Ms-Correlation-Request-Id - connection: - - keep-alive - content-length: - - '296' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:44:53 GMT - docker-distribution-api-version: - - registry/2.0 - server: - - openresty - strict-transport-security: - - max-age=31536000; includeSubDomains - - max-age=31536000; includeSubDomains - www-authenticate: - - Bearer realm="https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/oauth2/token",service="ubuntupublisherubuntuacr2315dcfa83.azurecr.io",scope="repository:ubuntu-vm-nfdg-nfd-artifact:pull,push" - x-content-type-options: - - nosniff - status: - code: 401 - message: Unauthorized -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Service: - - ubuntupublisherubuntuacr2315dcfa83.azurecr.io - User-Agent: - - oras-py - method: GET - uri: https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/oauth2/token?service=ubuntupublisherubuntuacr2315dcfa83.azurecr.io&scope=repository%3Aubuntu-vm-nfdg-nfd-artifact%3Apull%2Cpush - response: - body: - string: '{"access_token":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkNPQVU6UERZSDo0SVJYOjM2SEI6TFYzUDpWNFBGOko0NzQ6SzNOSjpPS1JCOlRZQUo6NEc0Szo1Q1NEIn0.eyJqdGkiOiJmNTFmNWFhZC1lNWJmLTQxMzUtYWIyNy01ODM2NWE4ZWQxMzMiLCJzdWIiOiJ1YnVudHUtbmYtbnNkLWFjci1tYW5pZmVzdC0xLTAtMCIsIm5iZiI6MTY5MDM3ODE5MywiZXhwIjoxNjkwMzc5OTkzLCJpYXQiOjE2OTAzNzgxOTMsImlzcyI6IkF6dXJlIENvbnRhaW5lciBSZWdpc3RyeSIsImF1ZCI6InVidW50dXB1Ymxpc2hlcnVidW50dWFjcjIzMTVkY2ZhODMuYXp1cmVjci5pbyIsInZlcnNpb24iOiIyLjAiLCJyaWQiOiI1MzY0OTExODIxMzE0ZDY3OTI2ZGE3YTNjZGMxNzRmOCIsImFjY2VzcyI6W3siVHlwZSI6InJlcG9zaXRvcnkiLCJOYW1lIjoidWJ1bnR1LXZtLW5mZGctbmZkLWFydGlmYWN0IiwiQWN0aW9ucyI6WyJwdWxsIiwicHVzaCJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.f-6ct5FdjqSbHu60kVj2eOYwB1L81Yv0uVoCIZaELx12YGISRbIDa9tKy4t2_Xo1IFnwDaQtZnNJ49r3Je0Nrm8gx-9umkCUoA79v4_mEe57098Tu0DhazqAwgSH93n28OwvlDJVOXwxliBjHpLA47BvSGOaYT0C_me2j-2v5M6jw7Xduer71y4AAgVZ4XgJjJK9XZ_WuO0jYw0U7zlbxpACLR2FtRcKKB2uGwpSsvkmWBY3oadfjZf_Ut3amI1AL5XeQ478zaPqyrqRAsLQJP35Xm66J2hU5XSysq7KpVq6iYfzQPIuoqJ_7DayJp-mSiauP075KbactrUPV8lrCw"}' - headers: - connection: - - keep-alive - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:44:53 GMT - server: - - openresty - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - x-ms-ratelimit-remaining-calls-per-second: - - '333.316667' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - Content-Type: - - application/octet-stream - User-Agent: - - python-requests/2.26.0 - method: POST - uri: https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/ - response: - body: - string: '' - headers: - access-control-expose-headers: - - Docker-Content-Digest - - WWW-Authenticate - - Link - - X-Ms-Correlation-Request-Id - connection: - - keep-alive - content-length: - - '0' - date: - - Wed, 26 Jul 2023 13:44:53 GMT - docker-distribution-api-version: - - registry/2.0 - docker-upload-uuid: - - 1d1c84ae-6eb6-42cf-92ca-ac315c1d1f0e - location: - - /v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/1d1c84ae-6eb6-42cf-92ca-ac315c1d1f0e?_nouploadcache=false&_state=AY-45rXcDwt4GOR8MpkUylQseW81p_yDQO_9ZiJ7yKF7Ik5hbWUiOiJ1YnVudHUtdm0tbmZkZy1uZmQtYXJ0aWZhY3QiLCJVVUlEIjoiMWQxYzg0YWUtNmViNi00MmNmLTkyY2EtYWMzMTVjMWQxZjBlIiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDIzLTA3LTI2VDEzOjQ0OjUzLjgzNzU3NDEwOVoifQ%3D%3D - range: - - 0-0 - server: - - openresty - strict-transport-security: - - max-age=31536000; includeSubDomains - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 202 - message: Accepted -- request: - body: "{\n \"$schema\": \"https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#\",\n - \ \"contentVersion\": \"1.0.0.0\",\n \"metadata\": {\n \"_generator\": - {\n \"name\": \"bicep\",\n \"version\": \"0.8.9.13224\",\n - \ \"templateHash\": \"711670018733537283\"\n }\n },\n \"parameters\": - {\n \"publisherName\": {\n \"type\": \"string\",\n \"defaultValue\": - \"ubuntuPublisher\",\n \"metadata\": {\n \"description\": - \"Publisher where the NFD is published\"\n }\n },\n \"networkFunctionDefinitionGroupName\": - {\n \"type\": \"string\",\n \"defaultValue\": \"ubuntu-vm-nfdg\",\n - \ \"metadata\": {\n \"description\": \"NFD Group name - for the Network Function\"\n }\n },\n \"ubuntu_vm_nfdg_nfd_version\": - {\n \"type\": \"string\",\n \"metadata\": {\n \"description\": - \"NFD version\"\n }\n },\n \"networkFunctionDefinitionOfferingLocation\": - {\n \"type\": \"string\",\n \"defaultValue\": \"uksouth\",\n - \ \"metadata\": {\n \"description\": \"Offering location - for the Network Function\"\n }\n },\n \"managedIdentity\": - {\n \"type\": \"string\",\n \"metadata\": {\n \"description\": - \"The managed identity that should be used to create the NF.\"\n }\n - \ },\n \"location\": {\n \"type\": \"string\",\n \"defaultValue\": - \"uksouth\"\n },\n \"nfviType\": {\n \"type\": \"string\",\n - \ \"defaultValue\": \"AzureCore\"\n },\n \"resourceGroupId\": - {\n \"type\": \"string\",\n \"defaultValue\": \"[resourceGroup().id]\"\n - \ },\n \"deploymentParameters\": {\n \"type\": \"array\"\n - \ }\n },\n \"variables\": {\n \"identityObject\": \"[if(equals(parameters('managedIdentity'), - ''), createObject('type', 'SystemAssigned'), createObject('type', 'UserAssigned', - 'userAssignedIdentities', createObject(format('{0}', parameters('managedIdentity')), - createObject())))]\"\n },\n \"resources\": [\n {\n \"copy\": - {\n \"name\": \"nf_resource\",\n \"count\": \"[length(parameters('deploymentParameters'))]\"\n - \ },\n \"type\": \"Microsoft.HybridNetwork/networkFunctions\",\n - \ \"apiVersion\": \"2023-04-01-preview\",\n \"name\": \"[format('ubuntu_NF{0}', - copyIndex())]\",\n \"location\": \"[parameters('location')]\",\n - \ \"identity\": \"[variables('identityObject')]\",\n \"properties\": - {\n \"publisherName\": \"[parameters('publisherName')]\",\n \"publisherScope\": - \"Private\",\n \"networkFunctionDefinitionGroupName\": \"[parameters('networkFunctionDefinitionGroupName')]\",\n - \ \"networkFunctionDefinitionVersion\": \"[parameters('ubuntu_vm_nfdg_nfd_version')]\",\n - \ \"networkFunctionDefinitionOfferingLocation\": \"[parameters('networkFunctionDefinitionOfferingLocation')]\",\n - \ \"nfviType\": \"[parameters('nfviType')]\",\n \"nfviId\": - \"[parameters('resourceGroupId')]\",\n \"allowSoftwareUpdate\": - true,\n \"deploymentValues\": \"[string(parameters('deploymentParameters')[copyIndex()])]\"\n - \ }\n }\n ]\n}" - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '3321' - Content-Type: - - application/octet-stream - User-Agent: - - python-requests/2.26.0 - method: PUT - uri: https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/1d1c84ae-6eb6-42cf-92ca-ac315c1d1f0e?_nouploadcache=false&_state=AY-45rXcDwt4GOR8MpkUylQseW81p_yDQO_9ZiJ7yKF7Ik5hbWUiOiJ1YnVudHUtdm0tbmZkZy1uZmQtYXJ0aWZhY3QiLCJVVUlEIjoiMWQxYzg0YWUtNmViNi00MmNmLTkyY2EtYWMzMTVjMWQxZjBlIiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDIzLTA3LTI2VDEzOjQ0OjUzLjgzNzU3NDEwOVoifQ%3D%3D&digest=sha256%3A730d733b8d58f3c59acb7fa0e0195eca7e404af75de22d6c4d62ecd16d95d9f2 - response: - body: - string: '' - headers: - access-control-expose-headers: - - Docker-Content-Digest - - WWW-Authenticate - - Link - - X-Ms-Correlation-Request-Id - connection: - - keep-alive - content-length: - - '0' - date: - - Wed, 26 Jul 2023 13:44:54 GMT - docker-content-digest: - - sha256:730d733b8d58f3c59acb7fa0e0195eca7e404af75de22d6c4d62ecd16d95d9f2 - docker-distribution-api-version: - - registry/2.0 - location: - - /v2/ubuntu-vm-nfdg-nfd-artifact/blobs/sha256:730d733b8d58f3c59acb7fa0e0195eca7e404af75de22d6c4d62ecd16d95d9f2 - server: - - openresty - strict-transport-security: - - max-age=31536000; includeSubDomains - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - Content-Type: - - application/octet-stream - User-Agent: - - python-requests/2.26.0 - method: POST - uri: https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/ - response: - body: - string: '{"errors":[{"code":"UNAUTHORIZED","message":"authentication required, - visit https://aka.ms/acr/authorization for more information.","detail":[{"Type":"repository","Name":"ubuntu-vm-nfdg-nfd-artifact","Action":"pull"},{"Type":"repository","Name":"ubuntu-vm-nfdg-nfd-artifact","Action":"push"}]}]} - - ' - headers: - access-control-expose-headers: - - Docker-Content-Digest - - WWW-Authenticate - - Link - - X-Ms-Correlation-Request-Id - connection: - - keep-alive - content-length: - - '296' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:44:54 GMT - docker-distribution-api-version: - - registry/2.0 - server: - - openresty - strict-transport-security: - - max-age=31536000; includeSubDomains - - max-age=31536000; includeSubDomains - www-authenticate: - - Bearer realm="https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/oauth2/token",service="ubuntupublisherubuntuacr2315dcfa83.azurecr.io",scope="repository:ubuntu-vm-nfdg-nfd-artifact:pull,push" - x-content-type-options: - - nosniff - status: - code: 401 - message: Unauthorized -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Service: - - ubuntupublisherubuntuacr2315dcfa83.azurecr.io - User-Agent: - - oras-py - method: GET - uri: https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/oauth2/token?service=ubuntupublisherubuntuacr2315dcfa83.azurecr.io&scope=repository%3Aubuntu-vm-nfdg-nfd-artifact%3Apull%2Cpush - response: - body: - string: '{"access_token":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkNPQVU6UERZSDo0SVJYOjM2SEI6TFYzUDpWNFBGOko0NzQ6SzNOSjpPS1JCOlRZQUo6NEc0Szo1Q1NEIn0.eyJqdGkiOiI3ZTk0MTNkYy1mMTFlLTRkOTMtOTM0Ny05NDJkOWQ1MDU4NWEiLCJzdWIiOiJ1YnVudHUtbmYtbnNkLWFjci1tYW5pZmVzdC0xLTAtMCIsIm5iZiI6MTY5MDM3ODE5NCwiZXhwIjoxNjkwMzc5OTk0LCJpYXQiOjE2OTAzNzgxOTQsImlzcyI6IkF6dXJlIENvbnRhaW5lciBSZWdpc3RyeSIsImF1ZCI6InVidW50dXB1Ymxpc2hlcnVidW50dWFjcjIzMTVkY2ZhODMuYXp1cmVjci5pbyIsInZlcnNpb24iOiIyLjAiLCJyaWQiOiI1MzY0OTExODIxMzE0ZDY3OTI2ZGE3YTNjZGMxNzRmOCIsImFjY2VzcyI6W3siVHlwZSI6InJlcG9zaXRvcnkiLCJOYW1lIjoidWJ1bnR1LXZtLW5mZGctbmZkLWFydGlmYWN0IiwiQWN0aW9ucyI6WyJwdWxsIiwicHVzaCJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.Pr7HHAn6OoeD5cubZC12BEpUxFWZ3zlZv7V82O2n38mWkiaeP979NedrM9RqXuZPEa04sWMItETK70nazA1EKly1pu8yTL1C_G2ZaEAKIGiihyQZnhMFLw98A7ouarE1DD-gUZcRXPMp4NUzuFExp1Od8jf-MkOcya7OJVgmV_acTrYcWjrFOWYjgFsEopViivwps7zYYTo3gsL4gv11FI3fU2WsWHQ7NZDZJrvs_ULhaaknmpFgO4xgWhceN4XcYqP8S8fs2fSWaIoHhA63H3oTDSFCkBxjDgvjsCUFtZQhGFUTpKe6OzxOPL_Fgh_MUhUlynqslQZQbrIuOdwBKw"}' - headers: - connection: - - keep-alive - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:44:54 GMT - server: - - openresty - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - x-ms-ratelimit-remaining-calls-per-second: - - '333.3' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - Content-Type: - - application/octet-stream - User-Agent: - - python-requests/2.26.0 - method: POST - uri: https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/ - response: - body: - string: '' - headers: - access-control-expose-headers: - - Docker-Content-Digest - - WWW-Authenticate - - Link - - X-Ms-Correlation-Request-Id - connection: - - keep-alive - content-length: - - '0' - date: - - Wed, 26 Jul 2023 13:44:54 GMT - docker-distribution-api-version: - - registry/2.0 - docker-upload-uuid: - - 006cb224-a270-4a9e-b88f-9d754846feb4 - location: - - /v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/006cb224-a270-4a9e-b88f-9d754846feb4?_nouploadcache=false&_state=9SltznBEOSjQ234hgy5IlEZ1HIW-nv9btgBk1Rj-7Od7Ik5hbWUiOiJ1YnVudHUtdm0tbmZkZy1uZmQtYXJ0aWZhY3QiLCJVVUlEIjoiMDA2Y2IyMjQtYTI3MC00YTllLWI4OGYtOWQ3NTQ4NDZmZWI0IiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDIzLTA3LTI2VDEzOjQ0OjU0LjExNTYyMzczNloifQ%3D%3D - range: - - 0-0 - server: - - openresty - strict-transport-security: - - max-age=31536000; includeSubDomains - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '0' - Content-Type: - - application/octet-stream - User-Agent: - - python-requests/2.26.0 - method: PUT - uri: https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/006cb224-a270-4a9e-b88f-9d754846feb4?_nouploadcache=false&_state=9SltznBEOSjQ234hgy5IlEZ1HIW-nv9btgBk1Rj-7Od7Ik5hbWUiOiJ1YnVudHUtdm0tbmZkZy1uZmQtYXJ0aWZhY3QiLCJVVUlEIjoiMDA2Y2IyMjQtYTI3MC00YTllLWI4OGYtOWQ3NTQ4NDZmZWI0IiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDIzLTA3LTI2VDEzOjQ0OjU0LjExNTYyMzczNloifQ%3D%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 - response: - body: - string: '' - headers: - access-control-expose-headers: - - Docker-Content-Digest - - WWW-Authenticate - - Link - - X-Ms-Correlation-Request-Id - connection: - - keep-alive - content-length: - - '0' - date: - - Wed, 26 Jul 2023 13:44:54 GMT - docker-content-digest: - - sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 - docker-distribution-api-version: - - registry/2.0 - location: - - /v2/ubuntu-vm-nfdg-nfd-artifact/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 - server: - - openresty - strict-transport-security: - - max-age=31536000; includeSubDomains - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 201 - message: Created -- request: - body: '{"schemaVersion": 2, "mediaType": "application/vnd.oci.image.manifest.v1+json", - "config": {"mediaType": "application/vnd.unknown.config.v1+json", "size": 0, - "digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"}, - "layers": [{"mediaType": "application/vnd.oci.image.layer.v1.tar", "size": 3321, - "digest": "sha256:730d733b8d58f3c59acb7fa0e0195eca7e404af75de22d6c4d62ecd16d95d9f2", - "annotations": {"org.opencontainers.image.title": "nf_definition.json"}}], "annotations": - {}}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '502' - Content-Type: - - application/vnd.oci.image.manifest.v1+json - User-Agent: - - python-requests/2.26.0 - method: PUT - uri: https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/manifests/1.0.0 - response: - body: - string: '{"errors":[{"code":"UNAUTHORIZED","message":"authentication required, - visit https://aka.ms/acr/authorization for more information.","detail":[{"Type":"repository","Name":"ubuntu-vm-nfdg-nfd-artifact","Action":"pull"},{"Type":"repository","Name":"ubuntu-vm-nfdg-nfd-artifact","Action":"push"}]}]} - - ' - headers: - access-control-expose-headers: - - Docker-Content-Digest - - WWW-Authenticate - - Link - - X-Ms-Correlation-Request-Id - connection: - - keep-alive - content-length: - - '296' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:44:54 GMT - docker-distribution-api-version: - - registry/2.0 - server: - - openresty - strict-transport-security: - - max-age=31536000; includeSubDomains - - max-age=31536000; includeSubDomains - www-authenticate: - - Bearer realm="https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/oauth2/token",service="ubuntupublisherubuntuacr2315dcfa83.azurecr.io",scope="repository:ubuntu-vm-nfdg-nfd-artifact:push,pull" - x-content-type-options: - - nosniff - status: - code: 401 - message: Unauthorized -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Service: - - ubuntupublisherubuntuacr2315dcfa83.azurecr.io - User-Agent: - - oras-py - method: GET - uri: https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/oauth2/token?service=ubuntupublisherubuntuacr2315dcfa83.azurecr.io&scope=repository%3Aubuntu-vm-nfdg-nfd-artifact%3Apush%2Cpull - response: - body: - string: '{"access_token":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkNPQVU6UERZSDo0SVJYOjM2SEI6TFYzUDpWNFBGOko0NzQ6SzNOSjpPS1JCOlRZQUo6NEc0Szo1Q1NEIn0.eyJqdGkiOiIyMzllN2Q1ZS1jODg2LTQxOGYtODhhNC1jNTc5M2JlZjQ3ZTciLCJzdWIiOiJ1YnVudHUtbmYtbnNkLWFjci1tYW5pZmVzdC0xLTAtMCIsIm5iZiI6MTY5MDM3ODE5NCwiZXhwIjoxNjkwMzc5OTk0LCJpYXQiOjE2OTAzNzgxOTQsImlzcyI6IkF6dXJlIENvbnRhaW5lciBSZWdpc3RyeSIsImF1ZCI6InVidW50dXB1Ymxpc2hlcnVidW50dWFjcjIzMTVkY2ZhODMuYXp1cmVjci5pbyIsInZlcnNpb24iOiIyLjAiLCJyaWQiOiI1MzY0OTExODIxMzE0ZDY3OTI2ZGE3YTNjZGMxNzRmOCIsImFjY2VzcyI6W3siVHlwZSI6InJlcG9zaXRvcnkiLCJOYW1lIjoidWJ1bnR1LXZtLW5mZGctbmZkLWFydGlmYWN0IiwiQWN0aW9ucyI6WyJwdXNoIiwicHVsbCJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.jyNup_Z8NybheBzUNkyOkzqwN3VAewsPtwjgFcgo4KnpCl3pcAjaBlnKloPgKmfgmTbNSxam9DruQXewae9tYDq4V6qQOyTngu5DtJPeqeBOs_rioO6mPPPE_rh2R2RC_smxIDRV6RLgyj2Gp0sexSvD0OR4-IkVkesmZ_ujjxK9hwchV_BU_SaydxArhln1U29DMkuujns4_5jWJfUvnuINCHDOUg6G9tbdm4vowHezvRbiXhXHSbdWMWJIaPBliS0-gV41LcvhOkBHH5zOMhjTm5t2czZbsnDZ459nsYp0oTSCzw0wDEzQ-OU0w6vPw6B7vffDmZ1ctHZUgo_RKg"}' - headers: - connection: - - keep-alive - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:44:54 GMT - server: - - openresty - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - x-ms-ratelimit-remaining-calls-per-second: - - '333.283333' - status: - code: 200 - message: OK -- request: - body: '{"schemaVersion": 2, "mediaType": "application/vnd.oci.image.manifest.v1+json", - "config": {"mediaType": "application/vnd.unknown.config.v1+json", "size": 0, - "digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"}, - "layers": [{"mediaType": "application/vnd.oci.image.layer.v1.tar", "size": 3321, - "digest": "sha256:730d733b8d58f3c59acb7fa0e0195eca7e404af75de22d6c4d62ecd16d95d9f2", - "annotations": {"org.opencontainers.image.title": "nf_definition.json"}}], "annotations": - {}}' - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '502' - Content-Type: - - application/vnd.oci.image.manifest.v1+json - User-Agent: - - python-requests/2.26.0 - method: PUT - uri: https://ubuntupublisherubuntuacr2315dcfa83.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/manifests/1.0.0 - response: - body: - string: '' - headers: - access-control-expose-headers: - - Docker-Content-Digest - - WWW-Authenticate - - Link - - X-Ms-Correlation-Request-Id - connection: - - keep-alive - content-length: - - '0' - date: - - Wed, 26 Jul 2023 13:44:54 GMT - docker-content-digest: - - sha256:d9933b93bccf8761b3730a85d86b8f01555c8a4b73e36a8d31de964e5ff01594 - docker-distribution-api-version: - - registry/2.0 - location: - - /v2/ubuntu-vm-nfdg-nfd-artifact/manifests/sha256:d9933b93bccf8761b3730a85d86b8f01555c8a4b73e36a8d31de964e5ff01594 - server: - - openresty - strict-transport-security: - - max-age=31536000; includeSubDomains - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd delete - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - --definition-type -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg/networkFunctionDefinitionVersions/1.0.0?api-version=2023-04-01-preview - response: - body: - string: 'null' - headers: - azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5?api-version=2020-01-01-preview - cache-control: - - no-cache - content-length: - - '4' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:44:55 GMT - etag: - - '"0200f8a2-0000-1100-0000-64c123570000"' - expires: - - '-1' - location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5?api-version=2020-01-01-preview - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-build-version: - - 1.0.02386.1640 - x-ms-providerhub-traffic: - - 'True' - x-ms-ratelimit-remaining-subscription-deletes: - - '14999' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd delete - Connection: - - keep-alive - ParameterSetName: - - --definition-type -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5?api-version=2020-01-01-preview - response: - body: - string: '{"id":"/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5","name":"d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg/networkFunctionDefinitionVersions/1.0.0","status":"Deleting","startTime":"2023-07-26T13:44:55.6221799Z"}' - headers: - azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/uksouth/operationStatuses/d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5?api-version=2020-01-01-preview - cache-control: - - no-cache - content-length: - - '602' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:44:55 GMT - etag: - - '"01006121-0000-1100-0000-64c123570000"' - expires: - - '-1' - location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/uksouth/operationStatuses/d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5?api-version=2020-01-01-preview - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd delete - Connection: - - keep-alive - ParameterSetName: - - --definition-type -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5?api-version=2020-01-01-preview - response: - body: - string: '{"id":"/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5","name":"d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg/networkFunctionDefinitionVersions/1.0.0","status":"Deleting","startTime":"2023-07-26T13:44:55.6221799Z"}' - headers: - azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/uksouth/operationStatuses/d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5?api-version=2020-01-01-preview - cache-control: - - no-cache - content-length: - - '602' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:45:26 GMT - etag: - - '"01006121-0000-1100-0000-64c123570000"' - expires: - - '-1' - location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/uksouth/operationStatuses/d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5?api-version=2020-01-01-preview - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd delete - Connection: - - keep-alive - ParameterSetName: - - --definition-type -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5?api-version=2020-01-01-preview - response: - body: - string: '{"id":"/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5","name":"d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg/networkFunctionDefinitionVersions/1.0.0","status":"Deleting","startTime":"2023-07-26T13:44:55.6221799Z"}' - headers: - azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/uksouth/operationStatuses/d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5?api-version=2020-01-01-preview - cache-control: - - no-cache - content-length: - - '602' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:45:58 GMT - etag: - - '"01006121-0000-1100-0000-64c123570000"' - expires: - - '-1' - location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/uksouth/operationStatuses/d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5?api-version=2020-01-01-preview - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd delete - Connection: - - keep-alive - ParameterSetName: - - --definition-type -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5?api-version=2020-01-01-preview - response: - body: - string: '{"id":"/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5","name":"d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg/networkFunctionDefinitionVersions/1.0.0","status":"Succeeded","startTime":"2023-07-26T13:44:55.6221799Z","properties":null}' - headers: - cache-control: - - no-cache - content-length: - - '621' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:46:28 GMT - etag: - - '"0100ce21-0000-1100-0000-64c1239a0000"' - expires: - - '-1' - pragma: - - no-cache - 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: - - aosm nfd delete - Connection: - - keep-alive - ParameterSetName: - - --definition-type -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5?api-version=2020-01-01-preview - response: - body: - string: '{"id":"/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5","name":"d58469b4-88f9-4f43-8e05-348c3f8694f2*D624C07777555D34927C0A2B08D32D894F860B37ED62687F7FB2A1AE8B045BC5","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg/networkFunctionDefinitionVersions/1.0.0","status":"Succeeded","startTime":"2023-07-26T13:44:55.6221799Z","properties":null}' - headers: - cache-control: - - no-cache - content-length: - - '621' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:46:28 GMT - etag: - - '"0100ce21-0000-1100-0000-64c1239a0000"' - expires: - - '-1' - pragma: - - no-cache - 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: - - aosm nfd delete - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - --definition-type -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0?api-version=2023-04-01-preview - response: - body: - string: 'null' - headers: - azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/a5be6087-5cd5-4df1-b562-31bc65c2ffcc*A14CB3C906EF24FA3D408DD057F2AE24B571D82B0D5EA33C6DE47C5BDC4F2A9B?api-version=2020-01-01-preview - cache-control: - - no-cache - content-length: - - '4' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:46:29 GMT - etag: - - '"010084dc-0000-1100-0000-64c123b60000"' - expires: - - '-1' - location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/a5be6087-5cd5-4df1-b562-31bc65c2ffcc*A14CB3C906EF24FA3D408DD057F2AE24B571D82B0D5EA33C6DE47C5BDC4F2A9B?api-version=2020-01-01-preview - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-build-version: - - 1.0.02386.1640 - x-ms-providerhub-traffic: - - 'True' - x-ms-ratelimit-remaining-subscription-deletes: - - '14998' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd delete - Connection: - - keep-alive - ParameterSetName: - - --definition-type -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/a5be6087-5cd5-4df1-b562-31bc65c2ffcc*A14CB3C906EF24FA3D408DD057F2AE24B571D82B0D5EA33C6DE47C5BDC4F2A9B?api-version=2020-01-01-preview - response: - body: - string: '{"id":"/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/a5be6087-5cd5-4df1-b562-31bc65c2ffcc*A14CB3C906EF24FA3D408DD057F2AE24B571D82B0D5EA33C6DE47C5BDC4F2A9B","name":"a5be6087-5cd5-4df1-b562-31bc65c2ffcc*A14CB3C906EF24FA3D408DD057F2AE24B571D82B0D5EA33C6DE47C5BDC4F2A9B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0","status":"Deleting","startTime":"2023-07-26T13:46:29.7049035Z"}' - headers: - azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/uksouth/operationStatuses/a5be6087-5cd5-4df1-b562-31bc65c2ffcc*A14CB3C906EF24FA3D408DD057F2AE24B571D82B0D5EA33C6DE47C5BDC4F2A9B?api-version=2020-01-01-preview - cache-control: - - no-cache - content-length: - - '594' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:46:29 GMT - etag: - - '"01000722-0000-1100-0000-64c123b50000"' - expires: - - '-1' - location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/uksouth/operationStatuses/a5be6087-5cd5-4df1-b562-31bc65c2ffcc*A14CB3C906EF24FA3D408DD057F2AE24B571D82B0D5EA33C6DE47C5BDC4F2A9B?api-version=2020-01-01-preview - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd delete - Connection: - - keep-alive - ParameterSetName: - - --definition-type -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/a5be6087-5cd5-4df1-b562-31bc65c2ffcc*A14CB3C906EF24FA3D408DD057F2AE24B571D82B0D5EA33C6DE47C5BDC4F2A9B?api-version=2020-01-01-preview - response: - body: - string: '{"id":"/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/a5be6087-5cd5-4df1-b562-31bc65c2ffcc*A14CB3C906EF24FA3D408DD057F2AE24B571D82B0D5EA33C6DE47C5BDC4F2A9B","name":"a5be6087-5cd5-4df1-b562-31bc65c2ffcc*A14CB3C906EF24FA3D408DD057F2AE24B571D82B0D5EA33C6DE47C5BDC4F2A9B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0","status":"Succeeded","startTime":"2023-07-26T13:46:29.7049035Z","endTime":"2023-07-26T13:46:30.8639422Z","properties":null}' - headers: - cache-control: - - no-cache - content-length: - - '654' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:47:00 GMT - etag: - - '"01000a22-0000-1100-0000-64c123b60000"' - expires: - - '-1' - pragma: - - no-cache - 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: - - aosm nfd delete - Connection: - - keep-alive - ParameterSetName: - - --definition-type -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/a5be6087-5cd5-4df1-b562-31bc65c2ffcc*A14CB3C906EF24FA3D408DD057F2AE24B571D82B0D5EA33C6DE47C5BDC4F2A9B?api-version=2020-01-01-preview - response: - body: - string: '{"id":"/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/a5be6087-5cd5-4df1-b562-31bc65c2ffcc*A14CB3C906EF24FA3D408DD057F2AE24B571D82B0D5EA33C6DE47C5BDC4F2A9B","name":"a5be6087-5cd5-4df1-b562-31bc65c2ffcc*A14CB3C906EF24FA3D408DD057F2AE24B571D82B0D5EA33C6DE47C5BDC4F2A9B","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0","status":"Succeeded","startTime":"2023-07-26T13:46:29.7049035Z","endTime":"2023-07-26T13:46:30.8639422Z","properties":null}' - headers: - cache-control: - - no-cache - content-length: - - '654' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:47:00 GMT - etag: - - '"01000a22-0000-1100-0000-64c123b60000"' - expires: - - '-1' - pragma: - - no-cache - 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: - - aosm nfd delete - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - --definition-type -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0?api-version=2023-04-01-preview - response: - body: - string: 'null' - headers: - azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/78045eb9-d757-4ced-93d2-8619c65398af*D2486BCAB99E2BCF72D1AA248612DB2BD4F1B7EC473B74FDCBE40C6CD1EDB443?api-version=2020-01-01-preview - cache-control: - - no-cache - content-length: - - '4' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:47:00 GMT - etag: - - '"0100f8dc-0000-1100-0000-64c123d50000"' - expires: - - '-1' - location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/78045eb9-d757-4ced-93d2-8619c65398af*D2486BCAB99E2BCF72D1AA248612DB2BD4F1B7EC473B74FDCBE40C6CD1EDB443?api-version=2020-01-01-preview - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-build-version: - - 1.0.02386.1640 - x-ms-providerhub-traffic: - - 'True' - x-ms-ratelimit-remaining-subscription-deletes: - - '14997' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd delete - Connection: - - keep-alive - ParameterSetName: - - --definition-type -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/78045eb9-d757-4ced-93d2-8619c65398af*D2486BCAB99E2BCF72D1AA248612DB2BD4F1B7EC473B74FDCBE40C6CD1EDB443?api-version=2020-01-01-preview - response: - body: - string: '{"id":"/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/78045eb9-d757-4ced-93d2-8619c65398af*D2486BCAB99E2BCF72D1AA248612DB2BD4F1B7EC473B74FDCBE40C6CD1EDB443","name":"78045eb9-d757-4ced-93d2-8619c65398af*D2486BCAB99E2BCF72D1AA248612DB2BD4F1B7EC473B74FDCBE40C6CD1EDB443","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0","status":"Deleting","startTime":"2023-07-26T13:47:01.359381Z"}' - headers: - azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/uksouth/operationStatuses/78045eb9-d757-4ced-93d2-8619c65398af*D2486BCAB99E2BCF72D1AA248612DB2BD4F1B7EC473B74FDCBE40C6CD1EDB443?api-version=2020-01-01-preview - cache-control: - - no-cache - content-length: - - '587' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:47:01 GMT - etag: - - '"01005522-0000-1100-0000-64c123d50000"' - expires: - - '-1' - location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/uksouth/operationStatuses/78045eb9-d757-4ced-93d2-8619c65398af*D2486BCAB99E2BCF72D1AA248612DB2BD4F1B7EC473B74FDCBE40C6CD1EDB443?api-version=2020-01-01-preview - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nfd delete - Connection: - - keep-alive - ParameterSetName: - - --definition-type -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/78045eb9-d757-4ced-93d2-8619c65398af*D2486BCAB99E2BCF72D1AA248612DB2BD4F1B7EC473B74FDCBE40C6CD1EDB443?api-version=2020-01-01-preview - response: - body: - string: '{"id":"/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/78045eb9-d757-4ced-93d2-8619c65398af*D2486BCAB99E2BCF72D1AA248612DB2BD4F1B7EC473B74FDCBE40C6CD1EDB443","name":"78045eb9-d757-4ced-93d2-8619c65398af*D2486BCAB99E2BCF72D1AA248612DB2BD4F1B7EC473B74FDCBE40C6CD1EDB443","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0","status":"Succeeded","startTime":"2023-07-26T13:47:01.359381Z","endTime":"2023-07-26T13:47:15.9042981Z","properties":null}' - headers: - cache-control: - - no-cache - content-length: - - '647' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:47:31 GMT - etag: - - '"01006822-0000-1100-0000-64c123e30000"' - expires: - - '-1' - pragma: - - no-cache - 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: - - aosm nfd delete - Connection: - - keep-alive - ParameterSetName: - - --definition-type -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/78045eb9-d757-4ced-93d2-8619c65398af*D2486BCAB99E2BCF72D1AA248612DB2BD4F1B7EC473B74FDCBE40C6CD1EDB443?api-version=2020-01-01-preview - response: - body: - string: '{"id":"/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/78045eb9-d757-4ced-93d2-8619c65398af*D2486BCAB99E2BCF72D1AA248612DB2BD4F1B7EC473B74FDCBE40C6CD1EDB443","name":"78045eb9-d757-4ced-93d2-8619c65398af*D2486BCAB99E2BCF72D1AA248612DB2BD4F1B7EC473B74FDCBE40C6CD1EDB443","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0","status":"Succeeded","startTime":"2023-07-26T13:47:01.359381Z","endTime":"2023-07-26T13:47:15.9042981Z","properties":null}' - headers: - cache-control: - - no-cache - content-length: - - '647' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:47:31 GMT - etag: - - '"01006822-0000-1100-0000-64c123e30000"' - expires: - - '-1' - pragma: - - no-cache - 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: - - aosm nsd delete - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu/networkServiceDesignVersions/1.0.0?api-version=2023-04-01-preview - response: - body: - string: 'null' - headers: - azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/a9c7dd86-ed10-42dc-b97a-1fb63487ef75*1846D68E68668C8C67B84D44A208FE839BD2E9DD81A439CF0FA33146989C6224?api-version=2020-01-01-preview - cache-control: - - no-cache - content-length: - - '4' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:47:33 GMT - etag: - - '"0100f039-0000-1100-0000-64c123f50000"' - expires: - - '-1' - location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/a9c7dd86-ed10-42dc-b97a-1fb63487ef75*1846D68E68668C8C67B84D44A208FE839BD2E9DD81A439CF0FA33146989C6224?api-version=2020-01-01-preview - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-build-version: - - 1.0.02386.1640 - x-ms-providerhub-traffic: - - 'True' - x-ms-ratelimit-remaining-subscription-deletes: - - '14999' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd delete - Connection: - - keep-alive - ParameterSetName: - - -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/a9c7dd86-ed10-42dc-b97a-1fb63487ef75*1846D68E68668C8C67B84D44A208FE839BD2E9DD81A439CF0FA33146989C6224?api-version=2020-01-01-preview - response: - body: - string: '{"id":"/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/a9c7dd86-ed10-42dc-b97a-1fb63487ef75*1846D68E68668C8C67B84D44A208FE839BD2E9DD81A439CF0FA33146989C6224","name":"a9c7dd86-ed10-42dc-b97a-1fb63487ef75*1846D68E68668C8C67B84D44A208FE839BD2E9DD81A439CF0FA33146989C6224","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu/networkServiceDesignVersions/1.0.0","status":"Deleting","startTime":"2023-07-26T13:47:33.5010058Z"}' - headers: - azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/uksouth/operationStatuses/a9c7dd86-ed10-42dc-b97a-1fb63487ef75*1846D68E68668C8C67B84D44A208FE839BD2E9DD81A439CF0FA33146989C6224?api-version=2020-01-01-preview - cache-control: - - no-cache - content-length: - - '584' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:47:33 GMT - etag: - - '"01008b22-0000-1100-0000-64c123f50000"' - expires: - - '-1' - location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/uksouth/operationStatuses/a9c7dd86-ed10-42dc-b97a-1fb63487ef75*1846D68E68668C8C67B84D44A208FE839BD2E9DD81A439CF0FA33146989C6224?api-version=2020-01-01-preview - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd delete - Connection: - - keep-alive - ParameterSetName: - - -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/a9c7dd86-ed10-42dc-b97a-1fb63487ef75*1846D68E68668C8C67B84D44A208FE839BD2E9DD81A439CF0FA33146989C6224?api-version=2020-01-01-preview - response: - body: - string: '{"id":"/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/a9c7dd86-ed10-42dc-b97a-1fb63487ef75*1846D68E68668C8C67B84D44A208FE839BD2E9DD81A439CF0FA33146989C6224","name":"a9c7dd86-ed10-42dc-b97a-1fb63487ef75*1846D68E68668C8C67B84D44A208FE839BD2E9DD81A439CF0FA33146989C6224","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu/networkServiceDesignVersions/1.0.0","status":"Succeeded","startTime":"2023-07-26T13:47:33.5010058Z","endTime":"2023-07-26T13:47:36.3888318Z","properties":null}' - headers: - cache-control: - - no-cache - content-length: - - '644' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:48:05 GMT - etag: - - '"01008f22-0000-1100-0000-64c123f80000"' - expires: - - '-1' - pragma: - - no-cache - 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: - - aosm nsd delete - Connection: - - keep-alive - ParameterSetName: - - -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/a9c7dd86-ed10-42dc-b97a-1fb63487ef75*1846D68E68668C8C67B84D44A208FE839BD2E9DD81A439CF0FA33146989C6224?api-version=2020-01-01-preview - response: - body: - string: '{"id":"/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/a9c7dd86-ed10-42dc-b97a-1fb63487ef75*1846D68E68668C8C67B84D44A208FE839BD2E9DD81A439CF0FA33146989C6224","name":"a9c7dd86-ed10-42dc-b97a-1fb63487ef75*1846D68E68668C8C67B84D44A208FE839BD2E9DD81A439CF0FA33146989C6224","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu/networkServiceDesignVersions/1.0.0","status":"Succeeded","startTime":"2023-07-26T13:47:33.5010058Z","endTime":"2023-07-26T13:47:36.3888318Z","properties":null}' - headers: - cache-control: - - no-cache - content-length: - - '644' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:48:05 GMT - etag: - - '"01008f22-0000-1100-0000-64c123f80000"' - expires: - - '-1' - pragma: - - no-cache - 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: - - aosm nsd delete - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0?api-version=2023-04-01-preview - response: - body: - string: 'null' - headers: - azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/f4730ac5-7a07-4e27-a171-d8c5b5aafcfc*E1780600141AA23F055FD4F1BF09AFB8B879A597CAB5AF25D9972BA80599BA79?api-version=2020-01-01-preview - cache-control: - - no-cache - content-length: - - '4' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:48:06 GMT - etag: - - '"0100cadd-0000-1100-0000-64c124160000"' - expires: - - '-1' - location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/f4730ac5-7a07-4e27-a171-d8c5b5aafcfc*E1780600141AA23F055FD4F1BF09AFB8B879A597CAB5AF25D9972BA80599BA79?api-version=2020-01-01-preview - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-build-version: - - 1.0.02386.1640 - x-ms-providerhub-traffic: - - 'True' - x-ms-ratelimit-remaining-subscription-deletes: - - '14998' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd delete - Connection: - - keep-alive - ParameterSetName: - - -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/f4730ac5-7a07-4e27-a171-d8c5b5aafcfc*E1780600141AA23F055FD4F1BF09AFB8B879A597CAB5AF25D9972BA80599BA79?api-version=2020-01-01-preview - response: - body: - string: '{"id":"/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/f4730ac5-7a07-4e27-a171-d8c5b5aafcfc*E1780600141AA23F055FD4F1BF09AFB8B879A597CAB5AF25D9972BA80599BA79","name":"f4730ac5-7a07-4e27-a171-d8c5b5aafcfc*E1780600141AA23F055FD4F1BF09AFB8B879A597CAB5AF25D9972BA80599BA79","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0","status":"Deleting","startTime":"2023-07-26T13:48:06.2563537Z"}' - headers: - azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/uksouth/operationStatuses/f4730ac5-7a07-4e27-a171-d8c5b5aafcfc*E1780600141AA23F055FD4F1BF09AFB8B879A597CAB5AF25D9972BA80599BA79?api-version=2020-01-01-preview - cache-control: - - no-cache - content-length: - - '592' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:48:06 GMT - etag: - - '"0100bc22-0000-1100-0000-64c124160000"' - expires: - - '-1' - location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/uksouth/operationStatuses/f4730ac5-7a07-4e27-a171-d8c5b5aafcfc*E1780600141AA23F055FD4F1BF09AFB8B879A597CAB5AF25D9972BA80599BA79?api-version=2020-01-01-preview - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd delete - Connection: - - keep-alive - ParameterSetName: - - -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/f4730ac5-7a07-4e27-a171-d8c5b5aafcfc*E1780600141AA23F055FD4F1BF09AFB8B879A597CAB5AF25D9972BA80599BA79?api-version=2020-01-01-preview - response: - body: - string: '{"id":"/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/f4730ac5-7a07-4e27-a171-d8c5b5aafcfc*E1780600141AA23F055FD4F1BF09AFB8B879A597CAB5AF25D9972BA80599BA79","name":"f4730ac5-7a07-4e27-a171-d8c5b5aafcfc*E1780600141AA23F055FD4F1BF09AFB8B879A597CAB5AF25D9972BA80599BA79","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0","status":"Succeeded","startTime":"2023-07-26T13:48:06.2563537Z","endTime":"2023-07-26T13:48:29.6040723Z","properties":null}' - headers: - cache-control: - - no-cache - content-length: - - '652' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:48:35 GMT - etag: - - '"0100e722-0000-1100-0000-64c1242d0000"' - expires: - - '-1' - pragma: - - no-cache - 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: - - aosm nsd delete - Connection: - - keep-alive - ParameterSetName: - - -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/f4730ac5-7a07-4e27-a171-d8c5b5aafcfc*E1780600141AA23F055FD4F1BF09AFB8B879A597CAB5AF25D9972BA80599BA79?api-version=2020-01-01-preview - response: - body: - string: '{"id":"/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/f4730ac5-7a07-4e27-a171-d8c5b5aafcfc*E1780600141AA23F055FD4F1BF09AFB8B879A597CAB5AF25D9972BA80599BA79","name":"f4730ac5-7a07-4e27-a171-d8c5b5aafcfc*E1780600141AA23F055FD4F1BF09AFB8B879A597CAB5AF25D9972BA80599BA79","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0","status":"Succeeded","startTime":"2023-07-26T13:48:06.2563537Z","endTime":"2023-07-26T13:48:29.6040723Z","properties":null}' - headers: - cache-control: - - no-cache - content-length: - - '652' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:48:35 GMT - etag: - - '"0100e722-0000-1100-0000-64c1242d0000"' - expires: - - '-1' - pragma: - - no-cache - 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: - - aosm nsd delete - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema?api-version=2023-04-01-preview - response: - body: - string: 'null' - headers: - azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/faa4dbd8-9f9a-435b-960a-19fa8428df04*11248D1E508C64951FD5472E112C703E359E13297009740D5C18AF47B65BEF73?api-version=2020-01-01-preview - cache-control: - - no-cache - content-length: - - '4' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:48:36 GMT - etag: - - '"0200f702-0000-1100-0000-64c124350000"' - expires: - - '-1' - location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/faa4dbd8-9f9a-435b-960a-19fa8428df04*11248D1E508C64951FD5472E112C703E359E13297009740D5C18AF47B65BEF73?api-version=2020-01-01-preview - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-build-version: - - 1.0.02386.1640 - x-ms-providerhub-traffic: - - 'True' - x-ms-ratelimit-remaining-subscription-deletes: - - '14997' - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd delete - Connection: - - keep-alive - ParameterSetName: - - -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/faa4dbd8-9f9a-435b-960a-19fa8428df04*11248D1E508C64951FD5472E112C703E359E13297009740D5C18AF47B65BEF73?api-version=2020-01-01-preview - response: - body: - string: '{"id":"/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/faa4dbd8-9f9a-435b-960a-19fa8428df04*11248D1E508C64951FD5472E112C703E359E13297009740D5C18AF47B65BEF73","name":"faa4dbd8-9f9a-435b-960a-19fa8428df04*11248D1E508C64951FD5472E112C703E359E13297009740D5C18AF47B65BEF73","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema","status":"Deleting","startTime":"2023-07-26T13:48:37.2309542Z"}' - headers: - azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/uksouth/operationStatuses/faa4dbd8-9f9a-435b-960a-19fa8428df04*11248D1E508C64951FD5472E112C703E359E13297009740D5C18AF47B65BEF73?api-version=2020-01-01-preview - cache-control: - - no-cache - content-length: - - '566' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:48:37 GMT - etag: - - '"0100ee22-0000-1100-0000-64c124350000"' - expires: - - '-1' - location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/uksouth/operationStatuses/faa4dbd8-9f9a-435b-960a-19fa8428df04*11248D1E508C64951FD5472E112C703E359E13297009740D5C18AF47B65BEF73?api-version=2020-01-01-preview - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aosm nsd delete - Connection: - - keep-alive - ParameterSetName: - - -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/faa4dbd8-9f9a-435b-960a-19fa8428df04*11248D1E508C64951FD5472E112C703E359E13297009740D5C18AF47B65BEF73?api-version=2020-01-01-preview - response: - body: - string: '{"id":"/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/faa4dbd8-9f9a-435b-960a-19fa8428df04*11248D1E508C64951FD5472E112C703E359E13297009740D5C18AF47B65BEF73","name":"faa4dbd8-9f9a-435b-960a-19fa8428df04*11248D1E508C64951FD5472E112C703E359E13297009740D5C18AF47B65BEF73","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema","status":"Succeeded","startTime":"2023-07-26T13:48:37.2309542Z","endTime":"2023-07-26T13:48:41.6355282Z","properties":null}' - headers: - cache-control: - - no-cache - content-length: - - '626' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:49:06 GMT - etag: - - '"0100f722-0000-1100-0000-64c124390000"' - expires: - - '-1' - pragma: - - no-cache - 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: - - aosm nsd delete - Connection: - - keep-alive - ParameterSetName: - - -f --debug --force - User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/faa4dbd8-9f9a-435b-960a-19fa8428df04*11248D1E508C64951FD5472E112C703E359E13297009740D5C18AF47B65BEF73?api-version=2020-01-01-preview - response: - body: - string: '{"id":"/providers/Microsoft.HybridNetwork/locations/UKSOUTH/operationStatuses/faa4dbd8-9f9a-435b-960a-19fa8428df04*11248D1E508C64951FD5472E112C703E359E13297009740D5C18AF47B65BEF73","name":"faa4dbd8-9f9a-435b-960a-19fa8428df04*11248D1E508C64951FD5472E112C703E359E13297009740D5C18AF47B65BEF73","resourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/patrykkulik-test/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema","status":"Succeeded","startTime":"2023-07-26T13:48:37.2309542Z","endTime":"2023-07-26T13:48:41.6355282Z","properties":null}' - headers: - cache-control: - - no-cache - content-length: - - '626' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 26 Jul 2023 13:49:06 GMT - etag: - - '"0100f722-0000-1100-0000-64c124390000"' - expires: - - '-1' - pragma: - - no-cache - 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 From 6cfa7900dae509a75aec022ec34b0c3a6768d081 Mon Sep 17 00:00:00 2001 From: Patryk Kulik Date: Mon, 31 Jul 2023 14:40:45 +0100 Subject: [PATCH 3/9] Fix the credentials issue in the integration tests --- src/aosm/azext_aosm/custom.py | 9 +- src/aosm/azext_aosm/delete/delete.py | 6 +- .../tests/latest/recording_processors.py | 50 + .../test_vnf_nsd_publish_and_delete.yaml | 8240 +++++++++++++++++ .../cnf_input_template.json | 4 +- .../cnf_nsd_input_template.json | 4 +- .../vnf_input_template.json | 4 +- .../vnf_nsd_input_template.json | 4 +- .../test_aosm_vnf_publish_and_delete.py | 37 +- src/aosm/development.md | 9 +- 10 files changed, 8341 insertions(+), 26 deletions(-) create mode 100644 src/aosm/azext_aosm/tests/latest/recording_processors.py create mode 100644 src/aosm/azext_aosm/tests/latest/recordings/test_vnf_nsd_publish_and_delete.yaml diff --git a/src/aosm/azext_aosm/custom.py b/src/aosm/azext_aosm/custom.py index fb94b5e20fe..210244efe6f 100644 --- a/src/aosm/azext_aosm/custom.py +++ b/src/aosm/azext_aosm/custom.py @@ -53,6 +53,7 @@ def build_definition( :type cmd: _type_ :param config_file: path to the file :param definition_type: VNF, CNF + :param force: force the build even if the design has already been built """ # Read the config from the given file @@ -208,6 +209,7 @@ def delete_published_definition( :param clean: if True, will delete the NFDG, artifact stores and publisher too. Defaults to False. Only works if no resources have those as a parent. Use with care. + :param force: if True, will not prompt for confirmation before deleting the resources. """ config = _get_config_from_file( config_file=config_file, configuration_type=definition_type @@ -284,6 +286,7 @@ def build_design(cmd, client: HybridNetworkManagementClient, config_file: str, f :param client: :type client: HybridNetworkManagementClient :param config_file: path to the file + :param force: force the build, even if the design has already been built """ api_clients = ApiClients( @@ -308,6 +311,7 @@ def delete_published_design( cmd, client: HybridNetworkManagementClient, config_file, + clean=False, force=False, ): """ @@ -317,6 +321,8 @@ def delete_published_design( :param clean: if True, will delete the NSDG, artifact stores and publisher too. Defaults to False. Only works if no resources have those as a parent. Use with care. + :param clean: if True, will delete the NSDG on top of the other resources. + :param force: if True, will not prompt for confirmation before deleting the resources. """ config = _get_config_from_file(config_file=config_file, configuration_type=NSD) @@ -325,7 +331,7 @@ def delete_published_design( ) destroyer = ResourceDeleter(api_clients, config) - destroyer.delete_nsd(force=force) + destroyer.delete_nsd(clean=clean, force=force) def publish_design( @@ -379,6 +385,7 @@ def publish_design( deployer.deploy_nsd_from_bicep() + def _generate_nsd(config: NSConfiguration, api_clients: ApiClients, force: bool = False): """Generate a Network Service Design for the given config.""" if os.path.exists(config.output_directory_for_build): diff --git a/src/aosm/azext_aosm/delete/delete.py b/src/aosm/azext_aosm/delete/delete.py index f1442d7c930..b2a475a873c 100644 --- a/src/aosm/azext_aosm/delete/delete.py +++ b/src/aosm/azext_aosm/delete/delete.py @@ -87,7 +87,7 @@ def delete_nfd(self, clean: bool = False, force: bool = False) -> None: self.delete_artifact_store("sa") self.delete_publisher() - def delete_nsd(self, force: bool = False) -> None: + def delete_nsd(self, clean: bool = False, force: bool = False) -> None: """ Delete the NSDV and manifests. @@ -102,6 +102,8 @@ def delete_nsd(self, force: bool = False) -> None: f" {self.config.acr_manifest_name} and configuration group schema" f" {self.config.cg_schema_name}?" ) + if clean: + print(f"Because of the --clean flag, the NSDG {self.config.nsdg_name} will also be deleted.") print("There is no undo. Type 'delete' to confirm") if not input_ack("delete", "Confirm delete:"): print("Not proceeding with delete") @@ -110,6 +112,8 @@ def delete_nsd(self, force: bool = False) -> None: self.delete_nsdv() self.delete_artifact_manifest("acr") self.delete_config_group_schema() + if clean: + self.delete_nsdg() def delete_nfdv(self): assert isinstance(self.config, NFConfiguration) diff --git a/src/aosm/azext_aosm/tests/latest/recording_processors.py b/src/aosm/azext_aosm/tests/latest/recording_processors.py new file mode 100644 index 00000000000..7cb16f605c0 --- /dev/null +++ b/src/aosm/azext_aosm/tests/latest/recording_processors.py @@ -0,0 +1,50 @@ +from azure.cli.testsdk.scenario_tests import ( + RecordingProcessor +) +from azure.cli.testsdk.scenario_tests.utilities import is_text_payload +import json + +MOCK_ACR_TOKEN = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" +MOCK_SAS_URI = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + + +class AcrTokenReplacer(RecordingProcessor): + def process_response(self, response): + ACR_TOKEN = "acrToken" + if is_text_payload(response) and response["body"]["string"]: + try: + response_body = json.loads(response["body"]["string"]) + if ACR_TOKEN in response_body: + response_body[ACR_TOKEN] = MOCK_ACR_TOKEN + response["body"]["string"] = json.dumps(response_body) + except TypeError: + pass + return response + + +class SasUriReplacer(RecordingProcessor): + def process_response(self, response): + CONTAINER_CREDENTIALS = "containerCredentials" + CONTAINER_SAS_URI = "containerSasUri" + if not (is_text_payload(response) and response["body"]["string"]): + return response + + response_body = json.loads(response["body"]["string"]) + try: + if CONTAINER_CREDENTIALS not in response_body: + return response + + credentials_list = response_body[CONTAINER_CREDENTIALS] + new_credentials_list = [] + + for credential in credentials_list: + if CONTAINER_SAS_URI in credential: + credential[CONTAINER_SAS_URI] = MOCK_SAS_URI + new_credentials_list.append(credential) + + response_body[CONTAINER_CREDENTIALS] = new_credentials_list + response["body"]["string"] = json.dumps(response_body) + except TypeError: + pass + + return response diff --git a/src/aosm/azext_aosm/tests/latest/recordings/test_vnf_nsd_publish_and_delete.yaml b/src/aosm/azext_aosm/tests/latest/recordings/test_vnf_nsd_publish_and_delete.yaml new file mode 100644 index 00000000000..6c061339d35 --- /dev/null +++ b/src/aosm/azext_aosm/tests/latest/recordings/test_vnf_nsd_publish_and_delete.yaml @@ -0,0 +1,8240 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: HEAD + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 31 Jul 2023 11:27:21 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001?api-version=2022-09-01 + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001", + "name": "cli_test_vnf_nsd_000001", "type": "Microsoft.Resources/resourceGroups", + "location": "northeurope", "tags": {"product": "azurecli", "cause": "automation", + "test": "test_vnf_nsd_publish_and_delete", "date": "2023-07-31T11:27:22Z", + "module": "aosm", "autoDelete": "true", "expiresOn": "2023-08-30T11:27:21.8745414Z"}, + "properties": {"provisioningState": "Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '474' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:27:21 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher?api-version=2023-04-01-preview + response: + body: + string: '{"error": {"code": "ResourceNotFound", "message": "The Resource ''Microsoft.HybridNetwork/publishers/ubuntuPublisher'' + under resource group ''cli_test_vnf_nsd_000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '249' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:27:21 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: '{"location": "northeurope", "properties": {"scope": "Private"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + Content-Length: + - '63' + Content-Type: + - application/json + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher?api-version=2023-04-01-preview + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", + "name": "ubuntuPublisher", "type": "microsoft.hybridnetwork/publishers", "location": + "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", "createdByType": + "User", "createdAt": "2023-07-31T11:27:22.8341362Z", "lastModifiedBy": "patrykkulik@microsoft.com", + "lastModifiedByType": "User", "lastModifiedAt": "2023-07-31T11:27:22.8341362Z"}, + "properties": {"scope": "Private", "provisioningState": "Accepted"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '585' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:27:22 GMT + etag: + - '"4f007744-0000-0c00-0000-64c79a9b0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-build-version: + - 1.0.02386.1640 + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + "name": "08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", + "status": "Accepted", "startTime": "2023-07-31T11:27:23.5403736Z"}' + headers: + cache-control: + - no-cache + content-length: + - '535' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:27:22 GMT + etag: + - '"2900cf79-0000-0c00-0000-64c79a9b0000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + "name": "08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", + "status": "Accepted", "startTime": "2023-07-31T11:27:23.5403736Z"}' + headers: + cache-control: + - no-cache + content-length: + - '535' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:27:52 GMT + etag: + - '"2900cf79-0000-0c00-0000-64c79a9b0000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + "name": "08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", + "status": "Accepted", "startTime": "2023-07-31T11:27:23.5403736Z"}' + headers: + cache-control: + - no-cache + content-length: + - '535' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:28:22 GMT + etag: + - '"2900cf79-0000-0c00-0000-64c79a9b0000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + "name": "08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", + "status": "Succeeded", "startTime": "2023-07-31T11:27:23.5403736Z", "properties": + null}' + headers: + cache-control: + - no-cache + content-length: + - '556' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:28:53 GMT + etag: + - '"0800ea8d-0000-0d00-0000-64c79ade0000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher?api-version=2023-04-01-preview + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", + "name": "ubuntuPublisher", "type": "microsoft.hybridnetwork/publishers", "location": + "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", "createdByType": + "User", "createdAt": "2023-07-31T11:27:22.8341362Z", "lastModifiedBy": "patrykkulik@microsoft.com", + "lastModifiedByType": "User", "lastModifiedAt": "2023-07-31T11:27:22.8341362Z"}, + "properties": {"scope": "Private", "provisioningState": "Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '586' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:28:53 GMT + etag: + - '"4f00d244-0000-0c00-0000-64c79aa30000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr?api-version=2023-04-01-preview + response: + body: + string: '{"error": {"code": "ResourceNotFound", "message": "The Resource ''Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr'' + under resource group ''cli_test_vnf_nsd_000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '275' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:28:53 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: '{"location": "northeurope", "properties": {"storeType": "AzureContainerRegistry"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + Content-Length: + - '82' + Content-Type: + - application/json + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr?api-version=2023-04-01-preview + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", + "name": "ubuntu-acr", "type": "microsoft.hybridnetwork/publishers/artifactstores", + "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-07-31T11:28:53.8178173Z", "lastModifiedBy": + "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": + "2023-07-31T11:28:53.8178173Z"}, "properties": {"storeType": "AzureContainerRegistry", + "managedResourceGroupConfiguration": {"location": "northeurope", "name": "ubuntu-acr-HostedResources-43C4B0F9"}, + "provisioningState": "Accepted"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '753' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:28:54 GMT + etag: + - '"49007435-0000-0c00-0000-64c79af60000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-build-version: + - 1.0.02386.1640 + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "name": "548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", + "status": "Accepted", "startTime": "2023-07-31T11:28:54.5849949Z"}' + headers: + cache-control: + - no-cache + content-length: + - '561' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:28:54 GMT + etag: + - '"2900847b-0000-0c00-0000-64c79af60000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "name": "548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", + "status": "Accepted", "startTime": "2023-07-31T11:28:54.5849949Z"}' + headers: + cache-control: + - no-cache + content-length: + - '561' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:29:22 GMT + etag: + - '"2900847b-0000-0c00-0000-64c79af60000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "name": "548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", + "status": "Accepted", "startTime": "2023-07-31T11:28:54.5849949Z"}' + headers: + cache-control: + - no-cache + content-length: + - '561' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:29:53 GMT + etag: + - '"2900847b-0000-0c00-0000-64c79af60000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "name": "548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", + "status": "Accepted", "startTime": "2023-07-31T11:28:54.5849949Z"}' + headers: + cache-control: + - no-cache + content-length: + - '561' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:30:23 GMT + etag: + - '"2900847b-0000-0c00-0000-64c79af60000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "name": "548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", + "status": "Accepted", "startTime": "2023-07-31T11:28:54.5849949Z"}' + headers: + cache-control: + - no-cache + content-length: + - '561' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:30:53 GMT + etag: + - '"2900847b-0000-0c00-0000-64c79af60000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "name": "548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", + "status": "Succeeded", "startTime": "2023-07-31T11:28:54.5849949Z", "properties": + null}' + headers: + cache-control: + - no-cache + content-length: + - '582' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:31:21 GMT + etag: + - '"0800388f-0000-0d00-0000-64c79b750000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr?api-version=2023-04-01-preview + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", + "name": "ubuntu-acr", "type": "microsoft.hybridnetwork/publishers/artifactstores", + "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-07-31T11:28:53.8178173Z", "lastModifiedBy": + "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": + "2023-07-31T11:28:53.8178173Z"}, "properties": {"storeType": "AzureContainerRegistry", + "replicationStrategy": "SingleReplication", "managedResourceGroupConfiguration": + {"name": "ubuntu-acr-HostedResources-43C4B0F9", "location": "northeurope"}, + "provisioningState": "Succeeded", "storageResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/ubuntu-acr-HostedResources-43C4B0F9/providers/Microsoft.ContainerRegistry/registries/UbuntupublisherUbuntuAcr44004b2a3f"}}' + headers: + cache-control: + - no-cache + content-length: + - '1009' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:31:21 GMT + etag: + - '"49009b35-0000-0c00-0000-64c79b590000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store?api-version=2023-04-01-preview + response: + body: + string: '{"error": {"code": "ResourceNotFound", "message": "The Resource ''Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store'' + under resource group ''cli_test_vnf_nsd_000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '282' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:31:21 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: '{"location": "northeurope", "properties": {"storeType": "AzureStorageAccount"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + Content-Length: + - '79' + Content-Type: + - application/json + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store?api-version=2023-04-01-preview + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", + "name": "ubuntu-blob-store", "type": "microsoft.hybridnetwork/publishers/artifactstores", + "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-07-31T11:31:21.9730747Z", "lastModifiedBy": + "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": + "2023-07-31T11:31:21.9730747Z"}, "properties": {"storeType": "AzureStorageAccount", + "managedResourceGroupConfiguration": {"location": "northeurope", "name": "ubuntu-blob-store-HostedResources-197417F9"}, + "provisioningState": "Accepted"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '771' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:31:21 GMT + etag: + - '"4900a335-0000-0c00-0000-64c79b8a0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-build-version: + - 1.0.02386.1640 + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "name": "50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", + "status": "Accepted", "startTime": "2023-07-31T11:31:22.3571338Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:31:21 GMT + etag: + - '"2900957f-0000-0c00-0000-64c79b8a0000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "name": "50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", + "status": "Accepted", "startTime": "2023-07-31T11:31:22.3571338Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:31:52 GMT + etag: + - '"2900957f-0000-0c00-0000-64c79b8a0000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "name": "50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", + "status": "Accepted", "startTime": "2023-07-31T11:31:22.3571338Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:32:22 GMT + etag: + - '"2900957f-0000-0c00-0000-64c79b8a0000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "name": "50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", + "status": "Accepted", "startTime": "2023-07-31T11:31:22.3571338Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:32:52 GMT + etag: + - '"2900957f-0000-0c00-0000-64c79b8a0000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "name": "50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", + "status": "Accepted", "startTime": "2023-07-31T11:31:22.3571338Z"}' + headers: + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:33:21 GMT + etag: + - '"2900957f-0000-0c00-0000-64c79b8a0000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "name": "50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", + "status": "Succeeded", "startTime": "2023-07-31T11:31:22.3571338Z", "properties": + null}' + headers: + cache-control: + - no-cache + content-length: + - '589' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:33:51 GMT + etag: + - '"08001690-0000-0d00-0000-64c79c090000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store?api-version=2023-04-01-preview + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", + "name": "ubuntu-blob-store", "type": "microsoft.hybridnetwork/publishers/artifactstores", + "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-07-31T11:31:21.9730747Z", "lastModifiedBy": + "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": + "2023-07-31T11:31:21.9730747Z"}, "properties": {"storeType": "AzureStorageAccount", + "replicationStrategy": "SingleReplication", "managedResourceGroupConfiguration": + {"name": "ubuntu-blob-store-HostedResources-197417F9", "location": "northeurope"}, + "provisioningState": "Succeeded", "storageResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/ubuntu-blob-store-HostedResources-197417F9/providers/Microsoft.Storage/storageAccounts/197417f9ubuntublobstore3"}}' + headers: + cache-control: + - no-cache + content-length: + - '1019' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:33:51 GMT + etag: + - '"4900ee35-0000-0c00-0000-64c79be90000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg?api-version=2023-04-01-preview + response: + body: + string: '{"error": {"code": "ResourceNotFound", "message": "The Resource ''Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg'' + under resource group ''cli_test_vnf_nsd_000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '296' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:33:51 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: '{"location": "northeurope"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + Content-Length: + - '27' + Content-Type: + - application/json + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg?api-version=2023-04-01-preview + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", + "name": "ubuntu-vm-nfdg", "type": "microsoft.hybridnetwork/publishers/networkfunctiondefinitiongroups", + "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-07-31T11:33:52.5659954Z", "lastModifiedBy": + "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": + "2023-07-31T11:33:52.5659954Z"}, "properties": {"provisioningState": "Accepted"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '643' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:33:52 GMT + etag: + - '"2a01408e-0000-0c00-0000-64c79c210000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-build-version: + - 1.0.02386.1640 + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1196' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + "name": "a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", + "status": "Accepted", "startTime": "2023-07-31T11:33:53.1773548Z"}' + headers: + cache-control: + - no-cache + content-length: + - '582' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:33:52 GMT + etag: + - '"29000783-0000-0c00-0000-64c79c210000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + "name": "a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", + "status": "Accepted", "startTime": "2023-07-31T11:33:53.1773548Z"}' + headers: + cache-control: + - no-cache + content-length: + - '582' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:34:22 GMT + etag: + - '"29000783-0000-0c00-0000-64c79c210000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + "name": "a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", + "status": "Accepted", "startTime": "2023-07-31T11:33:53.1773548Z"}' + headers: + cache-control: + - no-cache + content-length: + - '582' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:34:52 GMT + etag: + - '"29000783-0000-0c00-0000-64c79c210000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + "name": "a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", + "status": "Succeeded", "startTime": "2023-07-31T11:33:53.1773548Z", "properties": + null}' + headers: + cache-control: + - no-cache + content-length: + - '603' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:35:22 GMT + etag: + - '"2900af84-0000-0c00-0000-64c79c630000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg?api-version=2023-04-01-preview + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", + "name": "ubuntu-vm-nfdg", "type": "microsoft.hybridnetwork/publishers/networkfunctiondefinitiongroups", + "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-07-31T11:33:52.5659954Z", "lastModifiedBy": + "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": + "2023-07-31T11:33:52.5659954Z"}, "properties": {"description": null, "provisioningState": + "Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '665' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:35:22 GMT + etag: + - '"2a01568f-0000-0c00-0000-64c79c290000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0?api-version=2023-04-01-preview + response: + body: + string: '{"error": {"code": "ResourceNotFound", "message": "The Resource ''Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0'' + under resource group ''cli_test_vnf_nsd_000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '322' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:35:22 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0?api-version=2023-04-01-preview + response: + body: + string: '{"error": {"code": "ResourceNotFound", "message": "The Resource ''Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0'' + under resource group ''cli_test_vnf_nsd_000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '328' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:35:23 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: HEAD + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 31 Jul 2023 11:35:27 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001?api-version=2022-09-01 + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001", + "name": "cli_test_vnf_nsd_000001", "type": "Microsoft.Resources/resourceGroups", + "location": "northeurope", "tags": {"product": "azurecli", "cause": "automation", + "test": "test_vnf_nsd_publish_and_delete", "date": "2023-07-31T11:27:22Z", + "module": "aosm", "autoDelete": "true", "expiresOn": "2023-08-30T11:27:21.8745414Z"}, + "properties": {"provisioningState": "Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '474' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:35:27 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher?api-version=2023-04-01-preview + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", + "name": "ubuntuPublisher", "type": "microsoft.hybridnetwork/publishers", "location": + "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", "createdByType": + "User", "createdAt": "2023-07-31T11:27:22.8341362Z", "lastModifiedBy": "patrykkulik@microsoft.com", + "lastModifiedByType": "User", "lastModifiedAt": "2023-07-31T11:27:22.8341362Z"}, + "properties": {"scope": "Private", "provisioningState": "Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '586' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:35:27 GMT + etag: + - '"4f00d244-0000-0c00-0000-64c79aa30000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr?api-version=2023-04-01-preview + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", + "name": "ubuntu-acr", "type": "microsoft.hybridnetwork/publishers/artifactstores", + "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-07-31T11:28:53.8178173Z", "lastModifiedBy": + "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": + "2023-07-31T11:28:53.8178173Z"}, "properties": {"storeType": "AzureContainerRegistry", + "replicationStrategy": "SingleReplication", "managedResourceGroupConfiguration": + {"name": "ubuntu-acr-HostedResources-43C4B0F9", "location": "northeurope"}, + "provisioningState": "Succeeded", "storageResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/ubuntu-acr-HostedResources-43C4B0F9/providers/Microsoft.ContainerRegistry/registries/UbuntupublisherUbuntuAcr44004b2a3f"}}' + headers: + cache-control: + - no-cache + content-length: + - '1009' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:35:27 GMT + etag: + - '"49009b35-0000-0c00-0000-64c79b590000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store?api-version=2023-04-01-preview + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", + "name": "ubuntu-blob-store", "type": "microsoft.hybridnetwork/publishers/artifactstores", + "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-07-31T11:31:21.9730747Z", "lastModifiedBy": + "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": + "2023-07-31T11:31:21.9730747Z"}, "properties": {"storeType": "AzureStorageAccount", + "replicationStrategy": "SingleReplication", "managedResourceGroupConfiguration": + {"name": "ubuntu-blob-store-HostedResources-197417F9", "location": "northeurope"}, + "provisioningState": "Succeeded", "storageResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/ubuntu-blob-store-HostedResources-197417F9/providers/Microsoft.Storage/storageAccounts/197417f9ubuntublobstore3"}}' + headers: + cache-control: + - no-cache + content-length: + - '1019' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:35:27 GMT + etag: + - '"4900ee35-0000-0c00-0000-64c79be90000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg?api-version=2023-04-01-preview + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", + "name": "ubuntu-vm-nfdg", "type": "microsoft.hybridnetwork/publishers/networkfunctiondefinitiongroups", + "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-07-31T11:33:52.5659954Z", "lastModifiedBy": + "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": + "2023-07-31T11:33:52.5659954Z"}, "properties": {"description": null, "provisioningState": + "Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '665' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:35:27 GMT + etag: + - '"2a01568f-0000-0c00-0000-64c79c290000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0?api-version=2023-04-01-preview + response: + body: + string: '{"error": {"code": "ResourceNotFound", "message": "The Resource ''Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0'' + under resource group ''cli_test_vnf_nsd_000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '322' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:35:27 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0?api-version=2023-04-01-preview + response: + body: + string: '{"error": {"code": "ResourceNotFound", "message": "The Resource ''Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0'' + under resource group ''cli_test_vnf_nsd_000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '328' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:35:28 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", + "contentVersion": "1.0.0.0", "metadata": {"_generator": {"name": "bicep", "version": + "0.8.9.13224", "templateHash": "6414151573583976606"}}, "parameters": {"location": + {"type": "string"}, "publisherName": {"type": "string", "metadata": {"description": + "Name of an existing publisher, expected to be in the resource group where you + deploy the template"}}, "acrArtifactStoreName": {"type": "string", "metadata": + {"description": "Name of an existing ACR-backed Artifact Store, deployed under + the publisher."}}, "saArtifactStoreName": {"type": "string", "metadata": {"description": + "Name of an existing Storage Account-backed Artifact Store, deployed under the + publisher."}}, "acrManifestName": {"type": "string", "metadata": {"description": + "Name of the manifest to deploy for the ACR-backed Artifact Store"}}, "saManifestName": + {"type": "string", "metadata": {"description": "Name of the manifest to deploy + for the Storage Account-backed Artifact Store"}}, "nfName": {"type": "string", + "metadata": {"description": "Name of Network Function. Used predominantly as + a prefix for other variable names"}}, "vhdVersion": {"type": "string", "metadata": + {"description": "The version that you want to name the NFM VHD artifact, in + format A-B-C. e.g. 6-13-0"}}, "armTemplateVersion": {"type": "string", "metadata": + {"description": "The name under which to store the ARM template"}}}, "resources": + [{"type": "Microsoft.Hybridnetwork/publishers/artifactStores/artifactManifests", + "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}/{2}'', parameters(''publisherName''), + parameters(''saArtifactStoreName''), parameters(''saManifestName''))]", "location": + "[parameters(''location'')]", "properties": {"artifacts": [{"artifactName": + "[format(''{0}-vhd'', parameters(''nfName''))]", "artifactType": "VhdImageFile", + "artifactVersion": "[parameters(''vhdVersion'')]"}]}}, {"type": "Microsoft.Hybridnetwork/publishers/artifactStores/artifactManifests", + "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}/{2}'', parameters(''publisherName''), + parameters(''acrArtifactStoreName''), parameters(''acrManifestName''))]", "location": + "[parameters(''location'')]", "properties": {"artifacts": [{"artifactName": + "[format(''{0}-arm-template'', parameters(''nfName''))]", "artifactType": "ArmTemplate", + "artifactVersion": "[parameters(''armTemplateVersion'')]"}]}}]}, "parameters": + {"location": {"value": "northeurope"}, "publisherName": {"value": "ubuntuPublisher"}, + "acrArtifactStoreName": {"value": "ubuntu-acr"}, "saArtifactStoreName": {"value": + "ubuntu-blob-store"}, "acrManifestName": {"value": "ubuntu-vm-acr-manifest-1-0-0"}, + "saManifestName": {"value": "ubuntu-vm-sa-manifest-1-0-0"}, "nfName": {"value": + "ubuntu-vm"}, "vhdVersion": {"value": "1-0-0"}, "armTemplateVersion": {"value": + "1.0.0"}}, "mode": "Incremental"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + Content-Length: + - '2911' + Content-Type: + - application/json + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/validate?api-version=2022-09-01 + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803334", + "name": "AOSM_CLI_deployment_1690803334", "type": "Microsoft.Resources/deployments", + "properties": {"templateHash": "6414151573583976606", "parameters": {"location": + {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": + "ubuntu-acr"}, "saArtifactStoreName": {"type": "String", "value": "ubuntu-blob-store"}, + "acrManifestName": {"type": "String", "value": "ubuntu-vm-acr-manifest-1-0-0"}, + "saManifestName": {"type": "String", "value": "ubuntu-vm-sa-manifest-1-0-0"}, + "nfName": {"type": "String", "value": "ubuntu-vm"}, "vhdVersion": {"type": + "String", "value": "1-0-0"}, "armTemplateVersion": {"type": "String", "value": + "1.0.0"}}, "mode": "Incremental", "provisioningState": "Succeeded", "timestamp": + "0001-01-01T00:00:00Z", "duration": "PT0S", "correlationId": "77c07a42-41ba-401d-bfa1-435b9017caf8", + "providers": [{"namespace": "Microsoft.Hybridnetwork", "resourceTypes": [{"resourceType": + "publishers/artifactStores/artifactManifests", "locations": ["northeurope"]}]}], + "dependencies": [], "validatedResources": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0"}, + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0"}]}}' + headers: + cache-control: + - no-cache + content-length: + - '1776' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:35:33 GMT + expires: + - '-1' + pragma: + - no-cache + 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: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", + "contentVersion": "1.0.0.0", "metadata": {"_generator": {"name": "bicep", "version": + "0.8.9.13224", "templateHash": "6414151573583976606"}}, "parameters": {"location": + {"type": "string"}, "publisherName": {"type": "string", "metadata": {"description": + "Name of an existing publisher, expected to be in the resource group where you + deploy the template"}}, "acrArtifactStoreName": {"type": "string", "metadata": + {"description": "Name of an existing ACR-backed Artifact Store, deployed under + the publisher."}}, "saArtifactStoreName": {"type": "string", "metadata": {"description": + "Name of an existing Storage Account-backed Artifact Store, deployed under the + publisher."}}, "acrManifestName": {"type": "string", "metadata": {"description": + "Name of the manifest to deploy for the ACR-backed Artifact Store"}}, "saManifestName": + {"type": "string", "metadata": {"description": "Name of the manifest to deploy + for the Storage Account-backed Artifact Store"}}, "nfName": {"type": "string", + "metadata": {"description": "Name of Network Function. Used predominantly as + a prefix for other variable names"}}, "vhdVersion": {"type": "string", "metadata": + {"description": "The version that you want to name the NFM VHD artifact, in + format A-B-C. e.g. 6-13-0"}}, "armTemplateVersion": {"type": "string", "metadata": + {"description": "The name under which to store the ARM template"}}}, "resources": + [{"type": "Microsoft.Hybridnetwork/publishers/artifactStores/artifactManifests", + "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}/{2}'', parameters(''publisherName''), + parameters(''saArtifactStoreName''), parameters(''saManifestName''))]", "location": + "[parameters(''location'')]", "properties": {"artifacts": [{"artifactName": + "[format(''{0}-vhd'', parameters(''nfName''))]", "artifactType": "VhdImageFile", + "artifactVersion": "[parameters(''vhdVersion'')]"}]}}, {"type": "Microsoft.Hybridnetwork/publishers/artifactStores/artifactManifests", + "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}/{2}'', parameters(''publisherName''), + parameters(''acrArtifactStoreName''), parameters(''acrManifestName''))]", "location": + "[parameters(''location'')]", "properties": {"artifacts": [{"artifactName": + "[format(''{0}-arm-template'', parameters(''nfName''))]", "artifactType": "ArmTemplate", + "artifactVersion": "[parameters(''armTemplateVersion'')]"}]}}]}, "parameters": + {"location": {"value": "northeurope"}, "publisherName": {"value": "ubuntuPublisher"}, + "acrArtifactStoreName": {"value": "ubuntu-acr"}, "saArtifactStoreName": {"value": + "ubuntu-blob-store"}, "acrManifestName": {"value": "ubuntu-vm-acr-manifest-1-0-0"}, + "saManifestName": {"value": "ubuntu-vm-sa-manifest-1-0-0"}, "nfName": {"value": + "ubuntu-vm"}, "vhdVersion": {"value": "1-0-0"}, "armTemplateVersion": {"value": + "1.0.0"}}, "mode": "Incremental"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + Content-Length: + - '2911' + Content-Type: + - application/json + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803334", + "name": "AOSM_CLI_deployment_1690803334", "type": "Microsoft.Resources/deployments", + "properties": {"templateHash": "6414151573583976606", "parameters": {"location": + {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": + "ubuntu-acr"}, "saArtifactStoreName": {"type": "String", "value": "ubuntu-blob-store"}, + "acrManifestName": {"type": "String", "value": "ubuntu-vm-acr-manifest-1-0-0"}, + "saManifestName": {"type": "String", "value": "ubuntu-vm-sa-manifest-1-0-0"}, + "nfName": {"type": "String", "value": "ubuntu-vm"}, "vhdVersion": {"type": + "String", "value": "1-0-0"}, "armTemplateVersion": {"type": "String", "value": + "1.0.0"}}, "mode": "Incremental", "provisioningState": "Accepted", "timestamp": + "2023-07-31T11:35:34.2165988Z", "duration": "PT0.0006445S", "correlationId": + "87c6d789-7ac0-435d-ad6c-d3ff69e20e63", "providers": [{"namespace": "Microsoft.Hybridnetwork", + "resourceTypes": [{"resourceType": "publishers/artifactStores/artifactManifests", + "locations": ["northeurope"]}]}], "dependencies": []}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803334/operationStatuses/08585108035515859758?api-version=2022-09-01 + cache-control: + - no-cache + content-length: + - '1289' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:35:33 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585108035515859758?api-version=2022-09-01 + response: + body: + string: '{"status": "Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '22' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:35:33 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585108035515859758?api-version=2022-09-01 + response: + body: + string: '{"status": "Succeeded"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:36:02 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803334", + "name": "AOSM_CLI_deployment_1690803334", "type": "Microsoft.Resources/deployments", + "properties": {"templateHash": "6414151573583976606", "parameters": {"location": + {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": + "ubuntu-acr"}, "saArtifactStoreName": {"type": "String", "value": "ubuntu-blob-store"}, + "acrManifestName": {"type": "String", "value": "ubuntu-vm-acr-manifest-1-0-0"}, + "saManifestName": {"type": "String", "value": "ubuntu-vm-sa-manifest-1-0-0"}, + "nfName": {"type": "String", "value": "ubuntu-vm"}, "vhdVersion": {"type": + "String", "value": "1-0-0"}, "armTemplateVersion": {"type": "String", "value": + "1.0.0"}}, "mode": "Incremental", "provisioningState": "Succeeded", "timestamp": + "2023-07-31T11:35:53.6471681Z", "duration": "PT19.4312138S", "correlationId": + "87c6d789-7ac0-435d-ad6c-d3ff69e20e63", "providers": [{"namespace": "Microsoft.Hybridnetwork", + "resourceTypes": [{"resourceType": "publishers/artifactStores/artifactManifests", + "locations": ["northeurope"]}]}], "dependencies": [], "outputResources": [{"id": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0"}, + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0"}]}}' + headers: + cache-control: + - no-cache + content-length: + - '1790' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:36:02 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", + "contentVersion": "1.0.0.0", "metadata": {"_generator": {"name": "bicep", "version": + "0.8.9.13224", "templateHash": "9578888424119431564"}}, "parameters": {"location": + {"type": "string"}, "publisherName": {"type": "string", "metadata": {"description": + "Name of an existing publisher, expected to be in the resource group where you + deploy the template"}}, "acrArtifactStoreName": {"type": "string", "metadata": + {"description": "Name of an existing ACR-backed Artifact Store, deployed under + the publisher."}}, "saArtifactStoreName": {"type": "string", "metadata": {"description": + "Name of an existing Storage Account-backed Artifact Store, deployed under the + publisher."}}, "nfName": {"type": "string", "metadata": {"description": "Name + of Network Function. Used predominantly as a prefix for other variable names"}}, + "nfDefinitionGroup": {"type": "string", "metadata": {"description": "Name of + an existing Network Function Definition Group"}}, "nfDefinitionVersion": {"type": + "string", "metadata": {"description": "The version of the NFDV you want to deploy, + in format A-B-C"}}, "vhdVersion": {"type": "string", "metadata": {"description": + "The version that you want to name the NFM VHD artifact, in format A-B-C. e.g. + 6-13-0"}}, "armTemplateVersion": {"type": "string", "metadata": {"description": + "The version that you want to name the NFM template artifact, in format A.B.C. + e.g. 6.13.0. If testing for development, you can use any numbers you like."}}}, + "variables": {"$fxv#0": {"$schema": "https://json-schema.org/draft-07/schema#", + "title": "DeployParametersSchema", "type": "object", "properties": {"location": + {"type": "string"}, "subnetName": {"type": "string"}, "ubuntuVmName": {"type": + "string"}, "virtualNetworkId": {"type": "string"}, "sshPublicKeyAdmin": {"type": + "string"}}}, "$fxv#1": {"imageName": "ubuntu-vmImage", "azureDeployLocation": + "{deployParameters.location}"}, "$fxv#2": {"location": "{deployParameters.location}", + "subnetName": "{deployParameters.subnetName}", "ubuntuVmName": "{deployParameters.ubuntuVmName}", + "virtualNetworkId": "{deployParameters.virtualNetworkId}", "sshPublicKeyAdmin": + "{deployParameters.sshPublicKeyAdmin}", "imageName": "ubuntu-vmImage"}}, "resources": + [{"type": "Microsoft.Hybridnetwork/publishers/networkfunctiondefinitiongroups/networkfunctiondefinitionversions", + "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}/{2}'', parameters(''publisherName''), + parameters(''nfDefinitionGroup''), parameters(''nfDefinitionVersion''))]", "location": + "[parameters(''location'')]", "properties": {"versionState": "Preview", "deployParameters": + "[string(variables(''$fxv#0''))]", "networkFunctionType": "VirtualNetworkFunction", + "networkFunctionTemplate": {"nfviType": "AzureCore", "networkFunctionApplications": + [{"artifactType": "VhdImageFile", "name": "[format(''{0}Image'', parameters(''nfName''))]", + "dependsOnProfile": null, "artifactProfile": {"vhdArtifactProfile": {"vhdName": + "[format(''{0}-vhd'', parameters(''nfName''))]", "vhdVersion": "[parameters(''vhdVersion'')]"}, + "artifactStore": {"id": "[resourceId(''Microsoft.HybridNetwork/publishers/artifactStores'', + parameters(''publisherName''), parameters(''saArtifactStoreName''))]"}}, "deployParametersMappingRuleProfile": + {"vhdImageMappingRuleProfile": {"userConfiguration": "[string(variables(''$fxv#1''))]"}, + "applicationEnablement": "Unknown"}}, {"artifactType": "ArmTemplate", "name": + "[parameters(''nfName'')]", "dependsOnProfile": null, "artifactProfile": {"templateArtifactProfile": + {"templateName": "[format(''{0}-arm-template'', parameters(''nfName''))]", "templateVersion": + "[parameters(''armTemplateVersion'')]"}, "artifactStore": {"id": "[resourceId(''Microsoft.HybridNetwork/publishers/artifactStores'', + parameters(''publisherName''), parameters(''acrArtifactStoreName''))]"}}, "deployParametersMappingRuleProfile": + {"templateMappingRuleProfile": {"templateParameters": "[string(variables(''$fxv#2''))]"}, + "applicationEnablement": "Unknown"}}]}}}]}, "parameters": {"location": {"value": + "northeurope"}, "publisherName": {"value": "ubuntuPublisher"}, "acrArtifactStoreName": + {"value": "ubuntu-acr"}, "saArtifactStoreName": {"value": "ubuntu-blob-store"}, + "nfName": {"value": "ubuntu-vm"}, "nfDefinitionGroup": {"value": "ubuntu-vm-nfdg"}, + "nfDefinitionVersion": {"value": "1.0.0"}, "vhdVersion": {"value": "1-0-0"}, + "armTemplateVersion": {"value": "1.0.0"}}, "mode": "Incremental"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + Content-Length: + - '4487' + Content-Type: + - application/json + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/validate?api-version=2022-09-01 + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803369", + "name": "AOSM_CLI_deployment_1690803369", "type": "Microsoft.Resources/deployments", + "properties": {"templateHash": "9578888424119431564", "parameters": {"location": + {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": + "ubuntu-acr"}, "saArtifactStoreName": {"type": "String", "value": "ubuntu-blob-store"}, + "nfName": {"type": "String", "value": "ubuntu-vm"}, "nfDefinitionGroup": {"type": + "String", "value": "ubuntu-vm-nfdg"}, "nfDefinitionVersion": {"type": "String", + "value": "1.0.0"}, "vhdVersion": {"type": "String", "value": "1-0-0"}, "armTemplateVersion": + {"type": "String", "value": "1.0.0"}}, "mode": "Incremental", "provisioningState": + "Succeeded", "timestamp": "0001-01-01T00:00:00Z", "duration": "PT0S", "correlationId": + "d71d2cdd-4be0-4be5-876a-182b69a4cba6", "providers": [{"namespace": "Microsoft.Hybridnetwork", + "resourceTypes": [{"resourceType": "publishers/networkfunctiondefinitiongroups/networkfunctiondefinitionversions", + "locations": ["northeurope"]}]}], "dependencies": [], "validatedResources": + [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkfunctiondefinitiongroups/ubuntu-vm-nfdg/networkfunctiondefinitionversions/1.0.0"}]}}' + headers: + cache-control: + - no-cache + content-length: + - '1552' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:36:07 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 200 + message: OK +- request: + body: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", + "contentVersion": "1.0.0.0", "metadata": {"_generator": {"name": "bicep", "version": + "0.8.9.13224", "templateHash": "9578888424119431564"}}, "parameters": {"location": + {"type": "string"}, "publisherName": {"type": "string", "metadata": {"description": + "Name of an existing publisher, expected to be in the resource group where you + deploy the template"}}, "acrArtifactStoreName": {"type": "string", "metadata": + {"description": "Name of an existing ACR-backed Artifact Store, deployed under + the publisher."}}, "saArtifactStoreName": {"type": "string", "metadata": {"description": + "Name of an existing Storage Account-backed Artifact Store, deployed under the + publisher."}}, "nfName": {"type": "string", "metadata": {"description": "Name + of Network Function. Used predominantly as a prefix for other variable names"}}, + "nfDefinitionGroup": {"type": "string", "metadata": {"description": "Name of + an existing Network Function Definition Group"}}, "nfDefinitionVersion": {"type": + "string", "metadata": {"description": "The version of the NFDV you want to deploy, + in format A-B-C"}}, "vhdVersion": {"type": "string", "metadata": {"description": + "The version that you want to name the NFM VHD artifact, in format A-B-C. e.g. + 6-13-0"}}, "armTemplateVersion": {"type": "string", "metadata": {"description": + "The version that you want to name the NFM template artifact, in format A.B.C. + e.g. 6.13.0. If testing for development, you can use any numbers you like."}}}, + "variables": {"$fxv#0": {"$schema": "https://json-schema.org/draft-07/schema#", + "title": "DeployParametersSchema", "type": "object", "properties": {"location": + {"type": "string"}, "subnetName": {"type": "string"}, "ubuntuVmName": {"type": + "string"}, "virtualNetworkId": {"type": "string"}, "sshPublicKeyAdmin": {"type": + "string"}}}, "$fxv#1": {"imageName": "ubuntu-vmImage", "azureDeployLocation": + "{deployParameters.location}"}, "$fxv#2": {"location": "{deployParameters.location}", + "subnetName": "{deployParameters.subnetName}", "ubuntuVmName": "{deployParameters.ubuntuVmName}", + "virtualNetworkId": "{deployParameters.virtualNetworkId}", "sshPublicKeyAdmin": + "{deployParameters.sshPublicKeyAdmin}", "imageName": "ubuntu-vmImage"}}, "resources": + [{"type": "Microsoft.Hybridnetwork/publishers/networkfunctiondefinitiongroups/networkfunctiondefinitionversions", + "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}/{2}'', parameters(''publisherName''), + parameters(''nfDefinitionGroup''), parameters(''nfDefinitionVersion''))]", "location": + "[parameters(''location'')]", "properties": {"versionState": "Preview", "deployParameters": + "[string(variables(''$fxv#0''))]", "networkFunctionType": "VirtualNetworkFunction", + "networkFunctionTemplate": {"nfviType": "AzureCore", "networkFunctionApplications": + [{"artifactType": "VhdImageFile", "name": "[format(''{0}Image'', parameters(''nfName''))]", + "dependsOnProfile": null, "artifactProfile": {"vhdArtifactProfile": {"vhdName": + "[format(''{0}-vhd'', parameters(''nfName''))]", "vhdVersion": "[parameters(''vhdVersion'')]"}, + "artifactStore": {"id": "[resourceId(''Microsoft.HybridNetwork/publishers/artifactStores'', + parameters(''publisherName''), parameters(''saArtifactStoreName''))]"}}, "deployParametersMappingRuleProfile": + {"vhdImageMappingRuleProfile": {"userConfiguration": "[string(variables(''$fxv#1''))]"}, + "applicationEnablement": "Unknown"}}, {"artifactType": "ArmTemplate", "name": + "[parameters(''nfName'')]", "dependsOnProfile": null, "artifactProfile": {"templateArtifactProfile": + {"templateName": "[format(''{0}-arm-template'', parameters(''nfName''))]", "templateVersion": + "[parameters(''armTemplateVersion'')]"}, "artifactStore": {"id": "[resourceId(''Microsoft.HybridNetwork/publishers/artifactStores'', + parameters(''publisherName''), parameters(''acrArtifactStoreName''))]"}}, "deployParametersMappingRuleProfile": + {"templateMappingRuleProfile": {"templateParameters": "[string(variables(''$fxv#2''))]"}, + "applicationEnablement": "Unknown"}}]}}}]}, "parameters": {"location": {"value": + "northeurope"}, "publisherName": {"value": "ubuntuPublisher"}, "acrArtifactStoreName": + {"value": "ubuntu-acr"}, "saArtifactStoreName": {"value": "ubuntu-blob-store"}, + "nfName": {"value": "ubuntu-vm"}, "nfDefinitionGroup": {"value": "ubuntu-vm-nfdg"}, + "nfDefinitionVersion": {"value": "1.0.0"}, "vhdVersion": {"value": "1-0-0"}, + "armTemplateVersion": {"value": "1.0.0"}}, "mode": "Incremental"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + Content-Length: + - '4487' + Content-Type: + - application/json + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803369", + "name": "AOSM_CLI_deployment_1690803369", "type": "Microsoft.Resources/deployments", + "properties": {"templateHash": "9578888424119431564", "parameters": {"location": + {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": + "ubuntu-acr"}, "saArtifactStoreName": {"type": "String", "value": "ubuntu-blob-store"}, + "nfName": {"type": "String", "value": "ubuntu-vm"}, "nfDefinitionGroup": {"type": + "String", "value": "ubuntu-vm-nfdg"}, "nfDefinitionVersion": {"type": "String", + "value": "1.0.0"}, "vhdVersion": {"type": "String", "value": "1-0-0"}, "armTemplateVersion": + {"type": "String", "value": "1.0.0"}}, "mode": "Incremental", "provisioningState": + "Accepted", "timestamp": "2023-07-31T11:36:08.7698187Z", "duration": "PT0.0003707S", + "correlationId": "1651e60c-2c64-4ffb-a032-a8407031a2c6", "providers": [{"namespace": + "Microsoft.Hybridnetwork", "resourceTypes": [{"resourceType": "publishers/networkfunctiondefinitiongroups/networkfunctiondefinitionversions", + "locations": ["northeurope"]}]}], "dependencies": []}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803369/operationStatuses/08585108035169519262?api-version=2022-09-01 + cache-control: + - no-cache + content-length: + - '1293' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:36:07 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585108035169519262?api-version=2022-09-01 + response: + body: + string: '{"status": "Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '22' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:36:08 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585108035169519262?api-version=2022-09-01 + response: + body: + string: '{"status": "Running"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:36:38 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585108035169519262?api-version=2022-09-01 + response: + body: + string: '{"status": "Running"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:37:09 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585108035169519262?api-version=2022-09-01 + response: + body: + string: '{"status": "Succeeded"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:37:36 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803369", + "name": "AOSM_CLI_deployment_1690803369", "type": "Microsoft.Resources/deployments", + "properties": {"templateHash": "9578888424119431564", "parameters": {"location": + {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": + "ubuntu-acr"}, "saArtifactStoreName": {"type": "String", "value": "ubuntu-blob-store"}, + "nfName": {"type": "String", "value": "ubuntu-vm"}, "nfDefinitionGroup": {"type": + "String", "value": "ubuntu-vm-nfdg"}, "nfDefinitionVersion": {"type": "String", + "value": "1.0.0"}, "vhdVersion": {"type": "String", "value": "1-0-0"}, "armTemplateVersion": + {"type": "String", "value": "1.0.0"}}, "mode": "Incremental", "provisioningState": + "Succeeded", "timestamp": "2023-07-31T11:37:30.8838308Z", "duration": "PT1M22.1143828S", + "correlationId": "1651e60c-2c64-4ffb-a032-a8407031a2c6", "providers": [{"namespace": + "Microsoft.Hybridnetwork", "resourceTypes": [{"resourceType": "publishers/networkfunctiondefinitiongroups/networkfunctiondefinitionversions", + "locations": ["northeurope"]}]}], "dependencies": [], "outputResources": [{"id": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkfunctiondefinitiongroups/ubuntu-vm-nfdg/networkfunctiondefinitionversions/1.0.0"}]}}' + headers: + cache-control: + - no-cache + content-length: + - '1568' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:37:36 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0?api-version=2023-04-01-preview + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0", + "name": "ubuntu-vm-sa-manifest-1-0-0", "type": "microsoft.hybridnetwork/publishers/artifactstores/artifactmanifests", + "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-07-31T11:35:35.6410976Z", "lastModifiedBy": + "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": + "2023-07-31T11:35:35.6410976Z"}, "properties": {"artifacts": [{"artifactName": + "ubuntu-vm-vhd", "artifactType": "VhdImageFile", "artifactVersion": "1-0-0"}], + "artifactManifestState": "Uploading", "provisioningState": "Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '838' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:37:37 GMT + etag: + - '"a3000c76-0000-0c00-0000-64c79c8c0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0/listCredential?api-version=2023-04-01-preview + response: + body: + string: '{"storageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/ubuntu-blob-store-HostedResources-197417F9/providers/Microsoft.Storage/storageAccounts/197417f9ubuntublobstore3", + "containerCredentials": [{"containerName": "ubuntuvmvhd-1-0-0", "containerSasUri": + "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"}], + "expiry": "2023-08-01T11:37:39.1784893+00:00", "credentialType": "AzureStorageAccountToken"}' + headers: + cache-control: + - no-cache + content-length: + - '453' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:37:38 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-build-version: + - 1.0.02386.1640 + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0?api-version=2023-04-01-preview + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0", + "name": "ubuntu-vm-acr-manifest-1-0-0", "type": "microsoft.hybridnetwork/publishers/artifactstores/artifactmanifests", + "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-07-31T11:35:35.6410976Z", "lastModifiedBy": + "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": + "2023-07-31T11:35:35.6410976Z"}, "properties": {"artifacts": [{"artifactName": + "ubuntu-vm-arm-template", "artifactType": "ArmTemplate", "artifactVersion": + "1.0.0"}], "artifactManifestState": "Uploading", "provisioningState": "Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '841' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:37:38 GMT + etag: + - '"a3005579-0000-0c00-0000-64c79c980000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0/listCredential?api-version=2023-04-01-preview + response: + body: + string: '{"username": "ubuntu-vm-acr-manifest-1-0-0", "acrToken": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "acrServerUrl": "https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io", "repositories": + ["ubuntu-vm-arm-template"], "expiry": "2023-08-01T11:37:39.5637556+00:00", + "credentialType": "AzureContainerRegistryScopedToken"}' + headers: + cache-control: + - no-cache + content-length: + - '331' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:37:39 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-build-version: + - 1.0.02386.1640 + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd build + Connection: + - keep-alive + ParameterSetName: + - -f --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg/networkFunctionDefinitionVersions/1.0.0?api-version=2023-04-01-preview + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkfunctiondefinitiongroups/ubuntu-vm-nfdg/networkfunctiondefinitionversions/1.0.0", + "name": "1.0.0", "type": "microsoft.hybridnetwork/publishers/networkfunctiondefinitiongroups/networkfunctiondefinitionversions", + "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-07-31T11:36:10.2300241Z", "lastModifiedBy": + "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": + "2023-07-31T11:36:10.2300241Z"}, "properties": {"networkFunctionTemplate": + {"networkFunctionApplications": [{"artifactProfile": {"vhdArtifactProfile": + {"vhdName": "ubuntu-vm-vhd", "vhdVersion": "1-0-0"}, "artifactStore": {"id": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store"}}, + "deployParametersMappingRuleProfile": {"vhdImageMappingRuleProfile": {"userConfiguration": + "{\"imageName\":\"ubuntu-vmImage\",\"azureDeployLocation\":\"{deployParameters.location}\"}"}, + "applicationEnablement": "Unknown"}, "artifactType": "VhdImageFile", "dependsOnProfile": + null, "name": "ubuntu-vmImage"}, {"artifactProfile": {"templateArtifactProfile": + {"templateName": "ubuntu-vm-arm-template", "templateVersion": "1.0.0"}, "artifactStore": + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr"}}, + "deployParametersMappingRuleProfile": {"templateMappingRuleProfile": {"templateParameters": + "{\"location\":\"{deployParameters.location}\",\"subnetName\":\"{deployParameters.subnetName}\",\"ubuntuVmName\":\"{deployParameters.ubuntuVmName}\",\"virtualNetworkId\":\"{deployParameters.virtualNetworkId}\",\"sshPublicKeyAdmin\":\"{deployParameters.sshPublicKeyAdmin}\",\"imageName\":\"ubuntu-vmImage\"}"}, + "applicationEnablement": "Unknown"}, "artifactType": "ArmTemplate", "dependsOnProfile": + null, "name": "ubuntu-vm"}], "nfviType": "AzureCore"}, "versionState": "Preview", + "description": null, "deployParameters": "{\"$schema\":\"https://json-schema.org/draft-07/schema#\",\"title\":\"DeployParametersSchema\",\"type\":\"object\",\"properties\":{\"location\":{\"type\":\"string\"},\"subnetName\":{\"type\":\"string\"},\"ubuntuVmName\":{\"type\":\"string\"},\"virtualNetworkId\":{\"type\":\"string\"},\"sshPublicKeyAdmin\":{\"type\":\"string\"}},\"required\":[\"location\",\"subnetName\",\"ubuntuVmName\",\"virtualNetworkId\",\"sshPublicKeyAdmin\"]}", + "networkFunctionType": "VirtualNetworkFunction", "provisioningState": "Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '2813' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:37:40 GMT + etag: + - '"7c00a8a0-0000-0c00-0000-64c79cb40000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd publish + Connection: + - keep-alive + ParameterSetName: + - -f + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: HEAD + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001?api-version=2022-09-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Mon, 31 Jul 2023 11:37:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 204 + message: No Content +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd publish + Connection: + - keep-alive + ParameterSetName: + - -f + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001?api-version=2022-09-01 + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001", + "name": "cli_test_vnf_nsd_000001", "type": "Microsoft.Resources/resourceGroups", + "location": "northeurope", "tags": {"product": "azurecli", "cause": "automation", + "test": "test_vnf_nsd_publish_and_delete", "date": "2023-07-31T11:27:22Z", + "module": "aosm", "autoDelete": "true", "expiresOn": "2023-08-30T11:27:21.8745414Z"}, + "properties": {"provisioningState": "Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '474' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:37:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd publish + Connection: + - keep-alive + ParameterSetName: + - -f + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher?api-version=2023-04-01-preview + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", + "name": "ubuntuPublisher", "type": "microsoft.hybridnetwork/publishers", "location": + "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", "createdByType": + "User", "createdAt": "2023-07-31T11:27:22.8341362Z", "lastModifiedBy": "patrykkulik@microsoft.com", + "lastModifiedByType": "User", "lastModifiedAt": "2023-07-31T11:27:22.8341362Z"}, + "properties": {"scope": "Private", "provisioningState": "Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '586' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:37:40 GMT + etag: + - '"4f00d244-0000-0c00-0000-64c79aa30000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd publish + Connection: + - keep-alive + ParameterSetName: + - -f + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr?api-version=2023-04-01-preview + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", + "name": "ubuntu-acr", "type": "microsoft.hybridnetwork/publishers/artifactstores", + "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-07-31T11:28:53.8178173Z", "lastModifiedBy": + "b8ed041c-aa91-418e-8f47-20c70abc2de1", "lastModifiedByType": "Application", + "lastModifiedAt": "2023-07-31T11:36:20.4569888Z"}, "properties": {"storeType": + "AzureContainerRegistry", "replicationStrategy": "SingleReplication", "managedResourceGroupConfiguration": + {"name": "ubuntu-acr-HostedResources-43C4B0F9", "location": "northeurope"}, + "provisioningState": "Succeeded", "storageResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/ubuntu-acr-HostedResources-43C4B0F9/providers/Microsoft.ContainerRegistry/registries/UbuntupublisherUbuntuAcr44004b2a3f"}}' + headers: + cache-control: + - no-cache + content-length: + - '1027' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:37:40 GMT + etag: + - '"49005b36-0000-0c00-0000-64c79cb40000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: '{"location": "northeurope"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd publish + Connection: + - keep-alive + Content-Length: + - '27' + Content-Type: + - application/json + ParameterSetName: + - -f + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu?api-version=2023-04-01-preview + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu", + "name": "ubuntu", "type": "microsoft.hybridnetwork/publishers/networkservicedesigngroups", + "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-07-31T11:37:40.8503371Z", "lastModifiedBy": + "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": + "2023-07-31T11:37:40.8503371Z"}, "properties": {"description": null, "provisioningState": + "Accepted"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/24b99404-af60-4002-ba6c-82429426eae5*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '638' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:37:41 GMT + etag: + - '"56000b5c-0000-0c00-0000-64c79d050000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-build-version: + - 1.0.02386.1640 + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd publish + Connection: + - keep-alive + ParameterSetName: + - -f + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/24b99404-af60-4002-ba6c-82429426eae5*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/24b99404-af60-4002-ba6c-82429426eae5*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71", + "name": "24b99404-af60-4002-ba6c-82429426eae5*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu", + "status": "Accepted", "startTime": "2023-07-31T11:37:41.5542726Z"}' + headers: + cache-control: + - no-cache + content-length: + - '569' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:37:41 GMT + etag: + - '"2900ff88-0000-0c00-0000-64c79d050000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nsd publish + Connection: + - keep-alive + ParameterSetName: + - -f + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0?api-version=2023-04-01-preview + response: + body: + string: '{"error": {"code": "ResourceNotFound", "message": "The Resource ''Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0'' + under resource group ''cli_test_vnf_nsd_000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '326' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:37:41 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-failure-cause: + - gateway + status: + code: 404 + message: Not Found +- request: + body: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", + "contentVersion": "1.0.0.0", "metadata": {"_generator": {"name": "bicep", "version": + "0.8.9.13224", "templateHash": "6106670278831411745"}}, "parameters": {"location": + {"type": "string"}, "publisherName": {"type": "string", "metadata": {"description": + "Name of an existing publisher, expected to be in the resource group where you + deploy the template"}}, "acrArtifactStoreName": {"type": "string", "metadata": + {"description": "Name of an existing ACR-backed Artifact Store, deployed under + the publisher."}}, "acrManifestName": {"type": "string", "metadata": {"description": + "Name of the manifest to deploy for the ACR-backed Artifact Store"}}, "armTemplateName": + {"type": "string", "metadata": {"description": "The name under which to store + the ARM template"}}, "armTemplateVersion": {"type": "string", "metadata": {"description": + "The version that you want to name the NFM template artifact, in format A.B.C. + e.g. 6.13.0. If testing for development, you can use any numbers you like."}}}, + "resources": [{"type": "Microsoft.Hybridnetwork/publishers/artifactStores/artifactManifests", + "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}/{2}'', parameters(''publisherName''), + parameters(''acrArtifactStoreName''), parameters(''acrManifestName''))]", "location": + "[parameters(''location'')]", "properties": {"artifacts": [{"artifactName": + "[parameters(''armTemplateName'')]", "artifactType": "ArmTemplate", "artifactVersion": + "[parameters(''armTemplateVersion'')]"}]}}]}, "parameters": {"location": {"value": + "northeurope"}, "publisherName": {"value": "ubuntuPublisher"}, "acrArtifactStoreName": + {"value": "ubuntu-acr"}, "acrManifestName": {"value": "ubuntu-nf-nsd-acr-manifest-1-0-0"}, + "armTemplateName": {"value": "ubuntu-vm-nfdg-nfd-artifact"}, "armTemplateVersion": + {"value": "1.0.0"}}, "mode": "Incremental"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd publish + Connection: + - keep-alive + Content-Length: + - '1931' + Content-Type: + - application/json + ParameterSetName: + - -f + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/validate?api-version=2022-09-01 + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803469", + "name": "AOSM_CLI_deployment_1690803469", "type": "Microsoft.Resources/deployments", + "properties": {"templateHash": "6106670278831411745", "parameters": {"location": + {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": + "ubuntu-acr"}, "acrManifestName": {"type": "String", "value": "ubuntu-nf-nsd-acr-manifest-1-0-0"}, + "armTemplateName": {"type": "String", "value": "ubuntu-vm-nfdg-nfd-artifact"}, + "armTemplateVersion": {"type": "String", "value": "1.0.0"}}, "mode": "Incremental", + "provisioningState": "Succeeded", "timestamp": "0001-01-01T00:00:00Z", "duration": + "PT0S", "correlationId": "6506c80d-5ed2-42cf-bb36-4315a0b2384f", "providers": + [{"namespace": "Microsoft.Hybridnetwork", "resourceTypes": [{"resourceType": + "publishers/artifactStores/artifactManifests", "locations": ["northeurope"]}]}], + "dependencies": [], "validatedResources": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0"}]}}' + headers: + cache-control: + - no-cache + content-length: + - '1366' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:37:48 GMT + expires: + - '-1' + pragma: + - no-cache + 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: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", + "contentVersion": "1.0.0.0", "metadata": {"_generator": {"name": "bicep", "version": + "0.8.9.13224", "templateHash": "6106670278831411745"}}, "parameters": {"location": + {"type": "string"}, "publisherName": {"type": "string", "metadata": {"description": + "Name of an existing publisher, expected to be in the resource group where you + deploy the template"}}, "acrArtifactStoreName": {"type": "string", "metadata": + {"description": "Name of an existing ACR-backed Artifact Store, deployed under + the publisher."}}, "acrManifestName": {"type": "string", "metadata": {"description": + "Name of the manifest to deploy for the ACR-backed Artifact Store"}}, "armTemplateName": + {"type": "string", "metadata": {"description": "The name under which to store + the ARM template"}}, "armTemplateVersion": {"type": "string", "metadata": {"description": + "The version that you want to name the NFM template artifact, in format A.B.C. + e.g. 6.13.0. If testing for development, you can use any numbers you like."}}}, + "resources": [{"type": "Microsoft.Hybridnetwork/publishers/artifactStores/artifactManifests", + "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}/{2}'', parameters(''publisherName''), + parameters(''acrArtifactStoreName''), parameters(''acrManifestName''))]", "location": + "[parameters(''location'')]", "properties": {"artifacts": [{"artifactName": + "[parameters(''armTemplateName'')]", "artifactType": "ArmTemplate", "artifactVersion": + "[parameters(''armTemplateVersion'')]"}]}}]}, "parameters": {"location": {"value": + "northeurope"}, "publisherName": {"value": "ubuntuPublisher"}, "acrArtifactStoreName": + {"value": "ubuntu-acr"}, "acrManifestName": {"value": "ubuntu-nf-nsd-acr-manifest-1-0-0"}, + "armTemplateName": {"value": "ubuntu-vm-nfdg-nfd-artifact"}, "armTemplateVersion": + {"value": "1.0.0"}}, "mode": "Incremental"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd publish + Connection: + - keep-alive + Content-Length: + - '1931' + Content-Type: + - application/json + ParameterSetName: + - -f + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803469", + "name": "AOSM_CLI_deployment_1690803469", "type": "Microsoft.Resources/deployments", + "properties": {"templateHash": "6106670278831411745", "parameters": {"location": + {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": + "ubuntu-acr"}, "acrManifestName": {"type": "String", "value": "ubuntu-nf-nsd-acr-manifest-1-0-0"}, + "armTemplateName": {"type": "String", "value": "ubuntu-vm-nfdg-nfd-artifact"}, + "armTemplateVersion": {"type": "String", "value": "1.0.0"}}, "mode": "Incremental", + "provisioningState": "Accepted", "timestamp": "2023-07-31T11:37:49.4103277Z", + "duration": "PT0.0003006S", "correlationId": "8cf42b0b-1435-409a-a3f0-895ab0291293", + "providers": [{"namespace": "Microsoft.Hybridnetwork", "resourceTypes": [{"resourceType": + "publishers/artifactStores/artifactManifests", "locations": ["northeurope"]}]}], + "dependencies": []}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803469/operationStatuses/08585108034162800306?api-version=2022-09-01 + cache-control: + - no-cache + content-length: + - '1117' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:37:49 GMT + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nsd publish + Connection: + - keep-alive + ParameterSetName: + - -f + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585108034162800306?api-version=2022-09-01 + response: + body: + string: '{"status": "Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '22' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:37:49 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd publish + Connection: + - keep-alive + ParameterSetName: + - -f + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/24b99404-af60-4002-ba6c-82429426eae5*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/24b99404-af60-4002-ba6c-82429426eae5*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71", + "name": "24b99404-af60-4002-ba6c-82429426eae5*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu", + "status": "Succeeded", "startTime": "2023-07-31T11:37:41.5542726Z", "endTime": + "2023-07-31T11:37:43.2290885Z", "properties": null}' + headers: + cache-control: + - no-cache + content-length: + - '633' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:38:12 GMT + etag: + - '"29000f89-0000-0c00-0000-64c79d070000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nsd publish + Connection: + - keep-alive + ParameterSetName: + - -f + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu?api-version=2023-04-01-preview + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu", + "name": "ubuntu", "type": "microsoft.hybridnetwork/publishers/networkservicedesigngroups", + "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-07-31T11:37:40.8503371Z", "lastModifiedBy": + "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": + "2023-07-31T11:37:40.8503371Z"}, "properties": {"description": null, "provisioningState": + "Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '639' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:38:12 GMT + etag: + - '"5600245c-0000-0c00-0000-64c79d070000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd publish + Connection: + - keep-alive + ParameterSetName: + - -f + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585108034162800306?api-version=2022-09-01 + response: + body: + string: '{"status": "Succeeded"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:38:19 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd publish + Connection: + - keep-alive + ParameterSetName: + - -f + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803469", + "name": "AOSM_CLI_deployment_1690803469", "type": "Microsoft.Resources/deployments", + "properties": {"templateHash": "6106670278831411745", "parameters": {"location": + {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": + "ubuntu-acr"}, "acrManifestName": {"type": "String", "value": "ubuntu-nf-nsd-acr-manifest-1-0-0"}, + "armTemplateName": {"type": "String", "value": "ubuntu-vm-nfdg-nfd-artifact"}, + "armTemplateVersion": {"type": "String", "value": "1.0.0"}}, "mode": "Incremental", + "provisioningState": "Succeeded", "timestamp": "2023-07-31T11:38:06.5691661Z", + "duration": "PT17.159139S", "correlationId": "8cf42b0b-1435-409a-a3f0-895ab0291293", + "providers": [{"namespace": "Microsoft.Hybridnetwork", "resourceTypes": [{"resourceType": + "publishers/artifactStores/artifactManifests", "locations": ["northeurope"]}]}], + "dependencies": [], "outputResources": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0"}]}}' + headers: + cache-control: + - no-cache + content-length: + - '1379' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:38:19 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: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", + "contentVersion": "1.0.0.0", "metadata": {"_generator": {"name": "bicep", "version": + "0.8.9.13224", "templateHash": "8644219881325594670"}}, "parameters": {"location": + {"type": "string"}, "publisherName": {"type": "string", "metadata": {"description": + "Name of an existing publisher, expected to be in the resource group where you + deploy the template"}}, "acrArtifactStoreName": {"type": "string", "metadata": + {"description": "Name of an existing ACR-backed Artifact Store, deployed under + the publisher."}}, "nsDesignGroup": {"type": "string", "metadata": {"description": + "Name of an existing Network Service Design Group"}}, "nsDesignVersion": {"type": + "string", "metadata": {"description": "The version of the NSDV you want to create, + in format A.B.C"}}, "nfviSiteName": {"type": "string", "defaultValue": "ubuntu_NFVI", + "metadata": {"description": "Name of the nfvi site"}}, "armTemplateVersion": + {"type": "string", "defaultValue": "1.0.0", "metadata": {"description": "The + version that you want to name the NF template artifact, in format A.B.C. e.g. + 6.13.0. If testing for development, you can use any numbers you like."}}}, "variables": + {"$fxv#0": {"$schema": "https://json-schema.org/draft-07/schema#", "title": + "ubuntu_ConfigGroupSchema", "type": "object", "properties": {"ubuntu-vm-nfdg": + {"type": "object", "properties": {"deploymentParameters": {"type": "object", + "properties": {"location": {"type": "string"}, "subnetName": {"type": "string"}, + "ubuntuVmName": {"type": "string"}, "virtualNetworkId": {"type": "string"}, + "sshPublicKeyAdmin": {"type": "string"}}}, "ubuntu_vm_nfdg_nfd_version": {"type": + "string", "description": "The version of the ubuntu-vm-nfdg NFD to use. This + version must be compatible with (have the same parameters exposed as) 1.0.0."}}, + "required": ["deploymentParameters", "ubuntu_vm_nfdg_nfd_version"]}, "managedIdentity": + {"type": "string", "description": "The managed identity to use to deploy NFs + within this SNS. This should be of the form ''/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. If + you wish to use a system assigned identity, set this to a blank string."}}, + "required": ["ubuntu-vm-nfdg", "managedIdentity"]}, "$fxv#1": {"deploymentParameters": + "[[{configurationparameters(''ubuntu_ConfigGroupSchema'').ubuntu-vm-nfdg.deploymentParameters}]", + "ubuntu_vm_nfdg_nfd_version": "{configurationparameters(''ubuntu_ConfigGroupSchema'').ubuntu-vm-nfdg.ubuntu_vm_nfdg_nfd_version}", + "managedIdentity": "{configurationparameters(''ubuntu_ConfigGroupSchema'').managedIdentity}"}, + "armTemplateName": "ubuntu-vm-nfdg-nfd-artifact"}, "resources": [{"type": "Microsoft.Hybridnetwork/publishers/configurationGroupSchemas", + "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}'', parameters(''publisherName''), + ''ubuntu_ConfigGroupSchema'')]", "location": "[parameters(''location'')]", "properties": + {"schemaDefinition": "[string(variables(''$fxv#0''))]"}}, {"type": "Microsoft.Hybridnetwork/publishers/networkservicedesigngroups/networkservicedesignversions", + "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}/{2}'', parameters(''publisherName''), + parameters(''nsDesignGroup''), parameters(''nsDesignVersion''))]", "location": + "[parameters(''location'')]", "properties": {"description": "Plain ubuntu VM", + "versionState": "Preview", "configurationGroupSchemaReferences": {"ubuntu_ConfigGroupSchema": + {"id": "[resourceId(''Microsoft.Hybridnetwork/publishers/configurationGroupSchemas'', + parameters(''publisherName''), ''ubuntu_ConfigGroupSchema'')]"}}, "nfvisFromSite": + {"nfvi1": {"name": "[parameters(''nfviSiteName'')]", "type": "AzureCore"}}, + "resourceElementTemplates": [{"name": "ubuntu-resource-element", "type": "NetworkFunctionDefinition", + "configuration": {"artifactProfile": {"artifactStoreReference": {"id": "[resourceId(''Microsoft.HybridNetwork/publishers/artifactStores'', + parameters(''publisherName''), parameters(''acrArtifactStoreName''))]"}, "artifactName": + "[variables(''armTemplateName'')]", "artifactVersion": "[parameters(''armTemplateVersion'')]"}, + "templateType": "ArmTemplate", "parameterValues": "[string(variables(''$fxv#1''))]"}, + "dependsOnProfile": {"installDependsOn": [], "uninstallDependsOn": [], "updateDependsOn": + []}}]}, "dependsOn": ["[resourceId(''Microsoft.Hybridnetwork/publishers/configurationGroupSchemas'', + parameters(''publisherName''), ''ubuntu_ConfigGroupSchema'')]"]}]}, "parameters": + {"location": {"value": "northeurope"}, "publisherName": {"value": "ubuntuPublisher"}, + "acrArtifactStoreName": {"value": "ubuntu-acr"}, "nsDesignGroup": {"value": + "ubuntu"}, "nsDesignVersion": {"value": "1.0.0"}, "nfviSiteName": {"value": + "ubuntu_NFVI"}, "armTemplateVersion": {"value": "1.0.0"}}, "mode": "Incremental"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd publish + Connection: + - keep-alive + Content-Length: + - '4876' + Content-Type: + - application/json + ParameterSetName: + - -f + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/validate?api-version=2022-09-01 + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803507", + "name": "AOSM_CLI_deployment_1690803507", "type": "Microsoft.Resources/deployments", + "properties": {"templateHash": "8644219881325594670", "parameters": {"location": + {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": + "ubuntu-acr"}, "nsDesignGroup": {"type": "String", "value": "ubuntu"}, "nsDesignVersion": + {"type": "String", "value": "1.0.0"}, "nfviSiteName": {"type": "String", "value": + "ubuntu_NFVI"}, "armTemplateVersion": {"type": "String", "value": "1.0.0"}}, + "mode": "Incremental", "provisioningState": "Succeeded", "timestamp": "0001-01-01T00:00:00Z", + "duration": "PT0S", "correlationId": "5d1ec2c8-7305-4213-ab8c-5ac686787dbd", + "providers": [{"namespace": "Microsoft.Hybridnetwork", "resourceTypes": [{"resourceType": + "publishers/configurationGroupSchemas", "locations": ["northeurope"]}, {"resourceType": + "publishers/networkservicedesigngroups/networkservicedesignversions", "locations": + ["northeurope"]}]}], "dependencies": [{"dependsOn": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema", + "resourceType": "Microsoft.Hybridnetwork/publishers/configurationGroupSchemas", + "resourceName": "ubuntuPublisher/ubuntu_ConfigGroupSchema"}], "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkservicedesigngroups/ubuntu/networkservicedesignversions/1.0.0", + "resourceType": "Microsoft.Hybridnetwork/publishers/networkservicedesigngroups/networkservicedesignversions", + "resourceName": "ubuntuPublisher/ubuntu/1.0.0"}], "validatedResources": [{"id": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema"}, + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkservicedesigngroups/ubuntu/networkservicedesignversions/1.0.0"}]}}' + headers: + cache-control: + - no-cache + content-length: + - '2450' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:38:26 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 200 + message: OK +- request: + body: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", + "contentVersion": "1.0.0.0", "metadata": {"_generator": {"name": "bicep", "version": + "0.8.9.13224", "templateHash": "8644219881325594670"}}, "parameters": {"location": + {"type": "string"}, "publisherName": {"type": "string", "metadata": {"description": + "Name of an existing publisher, expected to be in the resource group where you + deploy the template"}}, "acrArtifactStoreName": {"type": "string", "metadata": + {"description": "Name of an existing ACR-backed Artifact Store, deployed under + the publisher."}}, "nsDesignGroup": {"type": "string", "metadata": {"description": + "Name of an existing Network Service Design Group"}}, "nsDesignVersion": {"type": + "string", "metadata": {"description": "The version of the NSDV you want to create, + in format A.B.C"}}, "nfviSiteName": {"type": "string", "defaultValue": "ubuntu_NFVI", + "metadata": {"description": "Name of the nfvi site"}}, "armTemplateVersion": + {"type": "string", "defaultValue": "1.0.0", "metadata": {"description": "The + version that you want to name the NF template artifact, in format A.B.C. e.g. + 6.13.0. If testing for development, you can use any numbers you like."}}}, "variables": + {"$fxv#0": {"$schema": "https://json-schema.org/draft-07/schema#", "title": + "ubuntu_ConfigGroupSchema", "type": "object", "properties": {"ubuntu-vm-nfdg": + {"type": "object", "properties": {"deploymentParameters": {"type": "object", + "properties": {"location": {"type": "string"}, "subnetName": {"type": "string"}, + "ubuntuVmName": {"type": "string"}, "virtualNetworkId": {"type": "string"}, + "sshPublicKeyAdmin": {"type": "string"}}}, "ubuntu_vm_nfdg_nfd_version": {"type": + "string", "description": "The version of the ubuntu-vm-nfdg NFD to use. This + version must be compatible with (have the same parameters exposed as) 1.0.0."}}, + "required": ["deploymentParameters", "ubuntu_vm_nfdg_nfd_version"]}, "managedIdentity": + {"type": "string", "description": "The managed identity to use to deploy NFs + within this SNS. This should be of the form ''/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. If + you wish to use a system assigned identity, set this to a blank string."}}, + "required": ["ubuntu-vm-nfdg", "managedIdentity"]}, "$fxv#1": {"deploymentParameters": + "[[{configurationparameters(''ubuntu_ConfigGroupSchema'').ubuntu-vm-nfdg.deploymentParameters}]", + "ubuntu_vm_nfdg_nfd_version": "{configurationparameters(''ubuntu_ConfigGroupSchema'').ubuntu-vm-nfdg.ubuntu_vm_nfdg_nfd_version}", + "managedIdentity": "{configurationparameters(''ubuntu_ConfigGroupSchema'').managedIdentity}"}, + "armTemplateName": "ubuntu-vm-nfdg-nfd-artifact"}, "resources": [{"type": "Microsoft.Hybridnetwork/publishers/configurationGroupSchemas", + "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}'', parameters(''publisherName''), + ''ubuntu_ConfigGroupSchema'')]", "location": "[parameters(''location'')]", "properties": + {"schemaDefinition": "[string(variables(''$fxv#0''))]"}}, {"type": "Microsoft.Hybridnetwork/publishers/networkservicedesigngroups/networkservicedesignversions", + "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}/{2}'', parameters(''publisherName''), + parameters(''nsDesignGroup''), parameters(''nsDesignVersion''))]", "location": + "[parameters(''location'')]", "properties": {"description": "Plain ubuntu VM", + "versionState": "Preview", "configurationGroupSchemaReferences": {"ubuntu_ConfigGroupSchema": + {"id": "[resourceId(''Microsoft.Hybridnetwork/publishers/configurationGroupSchemas'', + parameters(''publisherName''), ''ubuntu_ConfigGroupSchema'')]"}}, "nfvisFromSite": + {"nfvi1": {"name": "[parameters(''nfviSiteName'')]", "type": "AzureCore"}}, + "resourceElementTemplates": [{"name": "ubuntu-resource-element", "type": "NetworkFunctionDefinition", + "configuration": {"artifactProfile": {"artifactStoreReference": {"id": "[resourceId(''Microsoft.HybridNetwork/publishers/artifactStores'', + parameters(''publisherName''), parameters(''acrArtifactStoreName''))]"}, "artifactName": + "[variables(''armTemplateName'')]", "artifactVersion": "[parameters(''armTemplateVersion'')]"}, + "templateType": "ArmTemplate", "parameterValues": "[string(variables(''$fxv#1''))]"}, + "dependsOnProfile": {"installDependsOn": [], "uninstallDependsOn": [], "updateDependsOn": + []}}]}, "dependsOn": ["[resourceId(''Microsoft.Hybridnetwork/publishers/configurationGroupSchemas'', + parameters(''publisherName''), ''ubuntu_ConfigGroupSchema'')]"]}]}, "parameters": + {"location": {"value": "northeurope"}, "publisherName": {"value": "ubuntuPublisher"}, + "acrArtifactStoreName": {"value": "ubuntu-acr"}, "nsDesignGroup": {"value": + "ubuntu"}, "nsDesignVersion": {"value": "1.0.0"}, "nfviSiteName": {"value": + "ubuntu_NFVI"}, "armTemplateVersion": {"value": "1.0.0"}}, "mode": "Incremental"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd publish + Connection: + - keep-alive + Content-Length: + - '4876' + Content-Type: + - application/json + ParameterSetName: + - -f + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803507", + "name": "AOSM_CLI_deployment_1690803507", "type": "Microsoft.Resources/deployments", + "properties": {"templateHash": "8644219881325594670", "parameters": {"location": + {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": + "ubuntu-acr"}, "nsDesignGroup": {"type": "String", "value": "ubuntu"}, "nsDesignVersion": + {"type": "String", "value": "1.0.0"}, "nfviSiteName": {"type": "String", "value": + "ubuntu_NFVI"}, "armTemplateVersion": {"type": "String", "value": "1.0.0"}}, + "mode": "Incremental", "provisioningState": "Accepted", "timestamp": "2023-07-31T11:38:26.8491757Z", + "duration": "PT0.0001472S", "correlationId": "3c7426d2-90a7-4ef5-af0a-bbeff28dfb8d", + "providers": [{"namespace": "Microsoft.Hybridnetwork", "resourceTypes": [{"resourceType": + "publishers/configurationGroupSchemas", "locations": ["northeurope"]}, {"resourceType": + "publishers/networkservicedesigngroups/networkservicedesignversions", "locations": + ["northeurope"]}]}], "dependencies": [{"dependsOn": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema", + "resourceType": "Microsoft.Hybridnetwork/publishers/configurationGroupSchemas", + "resourceName": "ubuntuPublisher/ubuntu_ConfigGroupSchema"}], "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkservicedesigngroups/ubuntu/networkservicedesignversions/1.0.0", + "resourceType": "Microsoft.Hybridnetwork/publishers/networkservicedesigngroups/networkservicedesignversions", + "resourceName": "ubuntuPublisher/ubuntu/1.0.0"}]}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803507/operationStatuses/08585108033788295737?api-version=2022-09-01 + cache-control: + - no-cache + content-length: + - '1995' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:38:26 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd publish + Connection: + - keep-alive + ParameterSetName: + - -f + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585108033788295737?api-version=2022-09-01 + response: + body: + string: '{"status": "Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '22' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:38:26 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd publish + Connection: + - keep-alive + ParameterSetName: + - -f + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585108033788295737?api-version=2022-09-01 + response: + body: + string: '{"status": "Running"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:38:57 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd publish + Connection: + - keep-alive + ParameterSetName: + - -f + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585108033788295737?api-version=2022-09-01 + response: + body: + string: '{"status": "Succeeded"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:39:26 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd publish + Connection: + - keep-alive + ParameterSetName: + - -f + User-Agent: + - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803507", + "name": "AOSM_CLI_deployment_1690803507", "type": "Microsoft.Resources/deployments", + "properties": {"templateHash": "8644219881325594670", "parameters": {"location": + {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": + "ubuntu-acr"}, "nsDesignGroup": {"type": "String", "value": "ubuntu"}, "nsDesignVersion": + {"type": "String", "value": "1.0.0"}, "nfviSiteName": {"type": "String", "value": + "ubuntu_NFVI"}, "armTemplateVersion": {"type": "String", "value": "1.0.0"}}, + "mode": "Incremental", "provisioningState": "Succeeded", "timestamp": "2023-07-31T11:39:04.6663837Z", + "duration": "PT37.8173552S", "correlationId": "3c7426d2-90a7-4ef5-af0a-bbeff28dfb8d", + "providers": [{"namespace": "Microsoft.Hybridnetwork", "resourceTypes": [{"resourceType": + "publishers/configurationGroupSchemas", "locations": ["northeurope"]}, {"resourceType": + "publishers/networkservicedesigngroups/networkservicedesignversions", "locations": + ["northeurope"]}]}], "dependencies": [{"dependsOn": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema", + "resourceType": "Microsoft.Hybridnetwork/publishers/configurationGroupSchemas", + "resourceName": "ubuntuPublisher/ubuntu_ConfigGroupSchema"}], "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkservicedesigngroups/ubuntu/networkservicedesignversions/1.0.0", + "resourceType": "Microsoft.Hybridnetwork/publishers/networkservicedesigngroups/networkservicedesignversions", + "resourceName": "ubuntuPublisher/ubuntu/1.0.0"}], "outputResources": [{"id": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema"}, + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkservicedesigngroups/ubuntu/networkservicedesignversions/1.0.0"}]}}' + headers: + cache-control: + - no-cache + content-length: + - '2464' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:39:26 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd publish + Connection: + - keep-alive + ParameterSetName: + - -f + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0?api-version=2023-04-01-preview + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0", + "name": "ubuntu-nf-nsd-acr-manifest-1-0-0", "type": "microsoft.hybridnetwork/publishers/artifactstores/artifactmanifests", + "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-07-31T11:37:50.1879375Z", "lastModifiedBy": + "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": + "2023-07-31T11:37:50.1879375Z"}, "properties": {"artifacts": [{"artifactName": + "ubuntu-vm-nfdg-nfd-artifact", "artifactType": "ArmTemplate", "artifactVersion": + "1.0.0"}], "artifactManifestState": "Uploading", "provisioningState": "Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '854' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:39:27 GMT + etag: + - '"a3008799-0000-0c00-0000-64c79d110000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd publish + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -f + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0/listCredential?api-version=2023-04-01-preview + response: + body: + string: '{"username": "ubuntu-nf-nsd-acr-manifest-1-0-0", "acrToken": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "acrServerUrl": "https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io", "repositories": + ["ubuntu-vm-nfdg-nfd-artifact"], "expiry": "2023-08-01T11:39:27.9328525+00:00", + "credentialType": "AzureContainerRegistryScopedToken"}' + headers: + cache-control: + - no-cache + content-length: + - '340' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:39:28 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-build-version: + - 1.0.02386.1640 + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/octet-stream + User-Agent: + - python-requests/2.26.0 + method: POST + uri: https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/ + response: + body: + string: '{"errors": [{"code": "UNAUTHORIZED", "message": "authentication required, + visit https://aka.ms/acr/authorization for more information.", "detail": [{"Type": + "repository", "Name": "ubuntu-vm-nfdg-nfd-artifact", "Action": "pull"}, {"Type": + "repository", "Name": "ubuntu-vm-nfdg-nfd-artifact", "Action": "push"}]}]}' + headers: + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive + content-length: + - '312' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:39:34 GMT + docker-distribution-api-version: + - registry/2.0 + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + - max-age=31536000; includeSubDomains + www-authenticate: + - Bearer realm="https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/oauth2/token",service="ubuntupublisherubuntuacr44004b2a3f.azurecr.io",scope="repository:ubuntu-vm-nfdg-nfd-artifact:pull,push" + x-content-type-options: + - nosniff + status: + code: 401 + message: Unauthorized +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Service: + - ubuntupublisherubuntuacr44004b2a3f.azurecr.io + User-Agent: + - oras-py + method: GET + uri: https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/oauth2/token?service=ubuntupublisherubuntuacr44004b2a3f.azurecr.io&scope=repository%3Aubuntu-vm-nfdg-nfd-artifact%3Apull%2Cpush + response: + body: + string: '{"access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkNPQVU6UERZSDo0SVJYOjM2SEI6TFYzUDpWNFBGOko0NzQ6SzNOSjpPS1JCOlRZQUo6NEc0Szo1Q1NEIn0.eyJqdGkiOiI3MjJjODA2ZC1lYjI5LTRiMjctOWFlZS04MTNkNmE1MTkxZmIiLCJzdWIiOiJ1YnVudHUtbmYtbnNkLWFjci1tYW5pZmVzdC0xLTAtMCIsIm5iZiI6MTY5MDgwMjY3NCwiZXhwIjoxNjkwODA0NDc0LCJpYXQiOjE2OTA4MDI2NzQsImlzcyI6IkF6dXJlIENvbnRhaW5lciBSZWdpc3RyeSIsImF1ZCI6InVidW50dXB1Ymxpc2hlcnVidW50dWFjcjQ0MDA0YjJhM2YuYXp1cmVjci5pbyIsInZlcnNpb24iOiIyLjAiLCJyaWQiOiIyZTVlMjQwNTE3OTc0MGNmODA2M2EyZmI0ODUyNzBiNiIsImFjY2VzcyI6W3siVHlwZSI6InJlcG9zaXRvcnkiLCJOYW1lIjoidWJ1bnR1LXZtLW5mZGctbmZkLWFydGlmYWN0IiwiQWN0aW9ucyI6WyJwdWxsIiwicHVzaCJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.bxVzN7e4FLk8M_3pIDZ67mZgE7pwexDqCf2VPjhUa0QWel6VP-1An9kRta1RJJHTLZCiZvAkDVaX2Eil9VfrN0CarpZyovNiwMj1a115HsBcR0UY4DdxqlW_1ZnDq86EkQf-3VbV3Duy2FVVQtISJZkxf8xRx1nhoWbYhYw0LQvpLZ5scbcU8OE7OJUp1rM8uULoNFhMgxXoc-Ibqr0jStIWXsfaF7Au9hnTP88cIrtOzCeTDNNbopMn9S4vuDNzpoEpVhaaMOq4Z73fi8ADszj-b-NGn7vAgPerdNUd02_22yPjblqQX4ew9qnNqTeqeEue0PTtTer051oP0XVjSQ"}' + headers: + connection: + - keep-alive + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:39:34 GMT + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + x-ms-ratelimit-remaining-calls-per-second: + - '333.316667' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/octet-stream + User-Agent: + - python-requests/2.26.0 + method: POST + uri: https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/ + response: + body: + string: '' + headers: + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive + content-length: + - '0' + date: + - Mon, 31 Jul 2023 11:39:34 GMT + docker-distribution-api-version: + - registry/2.0 + docker-upload-uuid: + - e5d91bd6-cc9d-45d3-9617-6ab04d4ea29b + location: + - /v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/e5d91bd6-cc9d-45d3-9617-6ab04d4ea29b?_nouploadcache=false&_state=pKIFaZl_ITZYhpqeNZ6AQ7B9CUb3UzS1f4fEemrhpzR7Ik5hbWUiOiJ1YnVudHUtdm0tbmZkZy1uZmQtYXJ0aWZhY3QiLCJVVUlEIjoiZTVkOTFiZDYtY2M5ZC00NWQzLTk2MTctNmFiMDRkNGVhMjliIiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDIzLTA3LTMxVDExOjM5OjM0LjkzNDAwMjYxOFoifQ%3D%3D + range: + - 0-0 + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: "{\n \"$schema\": \"https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#\",\n + \ \"contentVersion\": \"1.0.0.0\",\n \"metadata\": {\n \"_generator\": + {\n \"name\": \"bicep\",\n \"version\": \"0.8.9.13224\",\n + \ \"templateHash\": \"4273038016366800716\"\n }\n },\n \"parameters\": + {\n \"publisherName\": {\n \"type\": \"string\",\n \"defaultValue\": + \"ubuntuPublisher\",\n \"metadata\": {\n \"description\": + \"Publisher where the NFD is published\"\n }\n },\n \"networkFunctionDefinitionGroupName\": + {\n \"type\": \"string\",\n \"defaultValue\": \"ubuntu-vm-nfdg\",\n + \ \"metadata\": {\n \"description\": \"NFD Group name + for the Network Function\"\n }\n },\n \"ubuntu_vm_nfdg_nfd_version\": + {\n \"type\": \"string\",\n \"metadata\": {\n \"description\": + \"NFD version\"\n }\n },\n \"networkFunctionDefinitionOfferingLocation\": + {\n \"type\": \"string\",\n \"defaultValue\": \"northeurope\",\n + \ \"metadata\": {\n \"description\": \"Offering location + for the Network Function\"\n }\n },\n \"managedIdentity\": + {\n \"type\": \"string\",\n \"metadata\": {\n \"description\": + \"The managed identity that should be used to create the NF.\"\n }\n + \ },\n \"location\": {\n \"type\": \"string\",\n \"defaultValue\": + \"northeurope\"\n },\n \"nfviType\": {\n \"type\": + \"string\",\n \"defaultValue\": \"AzureCore\"\n },\n \"resourceGroupId\": + {\n \"type\": \"string\",\n \"defaultValue\": \"[resourceGroup().id]\"\n + \ },\n \"deploymentParameters\": {\n \"type\": \"array\"\n + \ }\n },\n \"variables\": {\n \"identityObject\": \"[if(equals(parameters('managedIdentity'), + ''), createObject('type', 'SystemAssigned'), createObject('type', 'UserAssigned', + 'userAssignedIdentities', createObject(format('{0}', parameters('managedIdentity')), + createObject())))]\"\n },\n \"resources\": [\n {\n \"copy\": + {\n \"name\": \"nf_resource\",\n \"count\": \"[length(parameters('deploymentParameters'))]\"\n + \ },\n \"type\": \"Microsoft.HybridNetwork/networkFunctions\",\n + \ \"apiVersion\": \"2023-04-01-preview\",\n \"name\": \"[format('ubuntu_NF{0}', + copyIndex())]\",\n \"location\": \"[parameters('location')]\",\n + \ \"identity\": \"[variables('identityObject')]\",\n \"properties\": + {\n \"publisherName\": \"[parameters('publisherName')]\",\n \"publisherScope\": + \"Private\",\n \"networkFunctionDefinitionGroupName\": \"[parameters('networkFunctionDefinitionGroupName')]\",\n + \ \"networkFunctionDefinitionVersion\": \"[parameters('ubuntu_vm_nfdg_nfd_version')]\",\n + \ \"networkFunctionDefinitionOfferingLocation\": \"[parameters('networkFunctionDefinitionOfferingLocation')]\",\n + \ \"nfviType\": \"[parameters('nfviType')]\",\n \"nfviId\": + \"[parameters('resourceGroupId')]\",\n \"allowSoftwareUpdate\": + true,\n \"deploymentValues\": \"[string(parameters('deploymentParameters')[copyIndex()])]\"\n + \ }\n }\n ]\n}" + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '3330' + Content-Type: + - application/octet-stream + User-Agent: + - python-requests/2.26.0 + method: PUT + uri: https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/e5d91bd6-cc9d-45d3-9617-6ab04d4ea29b?_nouploadcache=false&_state=pKIFaZl_ITZYhpqeNZ6AQ7B9CUb3UzS1f4fEemrhpzR7Ik5hbWUiOiJ1YnVudHUtdm0tbmZkZy1uZmQtYXJ0aWZhY3QiLCJVVUlEIjoiZTVkOTFiZDYtY2M5ZC00NWQzLTk2MTctNmFiMDRkNGVhMjliIiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDIzLTA3LTMxVDExOjM5OjM0LjkzNDAwMjYxOFoifQ%3D%3D&digest=sha256%3A85cf1d7b7ac8ffbba198d787fccf5ba640c338865bae0d80aed6f2d880f42f4d + response: + body: + string: '' + headers: + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive + content-length: + - '0' + date: + - Mon, 31 Jul 2023 11:39:35 GMT + docker-content-digest: + - sha256:85cf1d7b7ac8ffbba198d787fccf5ba640c338865bae0d80aed6f2d880f42f4d + docker-distribution-api-version: + - registry/2.0 + location: + - /v2/ubuntu-vm-nfdg-nfd-artifact/blobs/sha256:85cf1d7b7ac8ffbba198d787fccf5ba640c338865bae0d80aed6f2d880f42f4d + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/octet-stream + User-Agent: + - python-requests/2.26.0 + method: POST + uri: https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/ + response: + body: + string: '{"errors": [{"code": "UNAUTHORIZED", "message": "authentication required, + visit https://aka.ms/acr/authorization for more information.", "detail": [{"Type": + "repository", "Name": "ubuntu-vm-nfdg-nfd-artifact", "Action": "pull"}, {"Type": + "repository", "Name": "ubuntu-vm-nfdg-nfd-artifact", "Action": "push"}]}]}' + headers: + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive + content-length: + - '312' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:39:35 GMT + docker-distribution-api-version: + - registry/2.0 + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + - max-age=31536000; includeSubDomains + www-authenticate: + - Bearer realm="https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/oauth2/token",service="ubuntupublisherubuntuacr44004b2a3f.azurecr.io",scope="repository:ubuntu-vm-nfdg-nfd-artifact:pull,push" + x-content-type-options: + - nosniff + status: + code: 401 + message: Unauthorized +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Service: + - ubuntupublisherubuntuacr44004b2a3f.azurecr.io + User-Agent: + - oras-py + method: GET + uri: https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/oauth2/token?service=ubuntupublisherubuntuacr44004b2a3f.azurecr.io&scope=repository%3Aubuntu-vm-nfdg-nfd-artifact%3Apull%2Cpush + response: + body: + string: '{"access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkNPQVU6UERZSDo0SVJYOjM2SEI6TFYzUDpWNFBGOko0NzQ6SzNOSjpPS1JCOlRZQUo6NEc0Szo1Q1NEIn0.eyJqdGkiOiJkY2MyNDYzMy0wYTBmLTQyY2MtODM5OS05MjQwMzNkYzA2OGQiLCJzdWIiOiJ1YnVudHUtbmYtbnNkLWFjci1tYW5pZmVzdC0xLTAtMCIsIm5iZiI6MTY5MDgwMjY3NSwiZXhwIjoxNjkwODA0NDc1LCJpYXQiOjE2OTA4MDI2NzUsImlzcyI6IkF6dXJlIENvbnRhaW5lciBSZWdpc3RyeSIsImF1ZCI6InVidW50dXB1Ymxpc2hlcnVidW50dWFjcjQ0MDA0YjJhM2YuYXp1cmVjci5pbyIsInZlcnNpb24iOiIyLjAiLCJyaWQiOiIyZTVlMjQwNTE3OTc0MGNmODA2M2EyZmI0ODUyNzBiNiIsImFjY2VzcyI6W3siVHlwZSI6InJlcG9zaXRvcnkiLCJOYW1lIjoidWJ1bnR1LXZtLW5mZGctbmZkLWFydGlmYWN0IiwiQWN0aW9ucyI6WyJwdWxsIiwicHVzaCJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.kpAft1P6opS3HYK4qtEkUMwSvXfF62vO5ha__4WCNdKZ0v3QdmgX11ILmLUIKnNVBRJCGnwPk3SwmirqJaxgbVRfhAwLBB1CYsSVN_vpKrCV4_4x6-gxAgIZmE68RenutQOnOr9HG2cK2kY71PiVLPintbO3TKqsQx1tO2Nq77tXyhFua7KyThiLg8q9_STjjOvwDjge1s6rxuvm049IpJgj1nRmYVHJUFTOFUL7R4wb---nz4izhr_1T2GRX1Axg_Gixxr9jXRQmYidEO5M_nj6JzKhoG6bXiHL51E6RFp261nyXZMcRxDsCZU3vc9JtPTrCiFAReDwuW9AXxR2Wg"}' + headers: + connection: + - keep-alive + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:39:35 GMT + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + x-ms-ratelimit-remaining-calls-per-second: + - '333.3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/octet-stream + User-Agent: + - python-requests/2.26.0 + method: POST + uri: https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/ + response: + body: + string: '' + headers: + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive + content-length: + - '0' + date: + - Mon, 31 Jul 2023 11:39:35 GMT + docker-distribution-api-version: + - registry/2.0 + docker-upload-uuid: + - ea12fd31-0062-4498-b440-b201c7057bd9 + location: + - /v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/ea12fd31-0062-4498-b440-b201c7057bd9?_nouploadcache=false&_state=0kw3vgIx3CIoXWB237x7y-CaQZVfkUT2uOdbQqOnonN7Ik5hbWUiOiJ1YnVudHUtdm0tbmZkZy1uZmQtYXJ0aWZhY3QiLCJVVUlEIjoiZWExMmZkMzEtMDA2Mi00NDk4LWI0NDAtYjIwMWM3MDU3YmQ5IiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDIzLTA3LTMxVDExOjM5OjM1LjI5NDg0MDU0NloifQ%3D%3D + range: + - 0-0 + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/octet-stream + User-Agent: + - python-requests/2.26.0 + method: PUT + uri: https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/ea12fd31-0062-4498-b440-b201c7057bd9?_nouploadcache=false&_state=0kw3vgIx3CIoXWB237x7y-CaQZVfkUT2uOdbQqOnonN7Ik5hbWUiOiJ1YnVudHUtdm0tbmZkZy1uZmQtYXJ0aWZhY3QiLCJVVUlEIjoiZWExMmZkMzEtMDA2Mi00NDk4LWI0NDAtYjIwMWM3MDU3YmQ5IiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDIzLTA3LTMxVDExOjM5OjM1LjI5NDg0MDU0NloifQ%3D%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 + response: + body: + string: '' + headers: + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive + content-length: + - '0' + date: + - Mon, 31 Jul 2023 11:39:35 GMT + docker-content-digest: + - sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 + docker-distribution-api-version: + - registry/2.0 + location: + - /v2/ubuntu-vm-nfdg-nfd-artifact/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: '{"schemaVersion": 2, "mediaType": "application/vnd.oci.image.manifest.v1+json", + "config": {"mediaType": "application/vnd.unknown.config.v1+json", "size": 0, + "digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"}, + "layers": [{"mediaType": "application/vnd.oci.image.layer.v1.tar", "size": 3330, + "digest": "sha256:85cf1d7b7ac8ffbba198d787fccf5ba640c338865bae0d80aed6f2d880f42f4d", + "annotations": {"org.opencontainers.image.title": "nf_definition.json"}}], "annotations": + {}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '502' + Content-Type: + - application/vnd.oci.image.manifest.v1+json + User-Agent: + - python-requests/2.26.0 + method: PUT + uri: https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/manifests/1.0.0 + response: + body: + string: '{"errors": [{"code": "UNAUTHORIZED", "message": "authentication required, + visit https://aka.ms/acr/authorization for more information.", "detail": [{"Type": + "repository", "Name": "ubuntu-vm-nfdg-nfd-artifact", "Action": "pull"}, {"Type": + "repository", "Name": "ubuntu-vm-nfdg-nfd-artifact", "Action": "push"}]}]}' + headers: + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive + content-length: + - '312' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:39:35 GMT + docker-distribution-api-version: + - registry/2.0 + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + - max-age=31536000; includeSubDomains + www-authenticate: + - Bearer realm="https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/oauth2/token",service="ubuntupublisherubuntuacr44004b2a3f.azurecr.io",scope="repository:ubuntu-vm-nfdg-nfd-artifact:pull,push" + x-content-type-options: + - nosniff + status: + code: 401 + message: Unauthorized +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Service: + - ubuntupublisherubuntuacr44004b2a3f.azurecr.io + User-Agent: + - oras-py + method: GET + uri: https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/oauth2/token?service=ubuntupublisherubuntuacr44004b2a3f.azurecr.io&scope=repository%3Aubuntu-vm-nfdg-nfd-artifact%3Apull%2Cpush + response: + body: + string: '{"access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkNPQVU6UERZSDo0SVJYOjM2SEI6TFYzUDpWNFBGOko0NzQ6SzNOSjpPS1JCOlRZQUo6NEc0Szo1Q1NEIn0.eyJqdGkiOiJlNTc5OTIwNi02OGRlLTQwZjMtODAxZi0yZGIwMjY5Y2I3M2IiLCJzdWIiOiJ1YnVudHUtbmYtbnNkLWFjci1tYW5pZmVzdC0xLTAtMCIsIm5iZiI6MTY5MDgwMjY3NSwiZXhwIjoxNjkwODA0NDc1LCJpYXQiOjE2OTA4MDI2NzUsImlzcyI6IkF6dXJlIENvbnRhaW5lciBSZWdpc3RyeSIsImF1ZCI6InVidW50dXB1Ymxpc2hlcnVidW50dWFjcjQ0MDA0YjJhM2YuYXp1cmVjci5pbyIsInZlcnNpb24iOiIyLjAiLCJyaWQiOiIyZTVlMjQwNTE3OTc0MGNmODA2M2EyZmI0ODUyNzBiNiIsImFjY2VzcyI6W3siVHlwZSI6InJlcG9zaXRvcnkiLCJOYW1lIjoidWJ1bnR1LXZtLW5mZGctbmZkLWFydGlmYWN0IiwiQWN0aW9ucyI6WyJwdWxsIiwicHVzaCJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.AWgRRSMq1SO4PYuAMYb85v-3icuiESKVeVG8Ycjt5SVYclb9vKxdlxtWul7oaM46ytjlWG_ApeNRTrThBBMwrpI1Svoh-vYyLA0O--N9MmN8SRAwxTChXqAU1JWZEarO7B6c8_w39iUV9gSJhVXasNxot3W0vUgz-GrQV4SgtFvzCPw664WW8azTZDEY0WGXxci2JN68Comgld9CXt6lFo5PlpZfWlr-ZuuZ4FkPWRnDtU9DAe5sV_QjYLiuOg9-dRG6vAGju7Tcxkj4ZGMRUfcVqr0tCUUpKSXvjN9c1rimF2iXHX4Ds6Av2mAWE-Iu3sOC7xo9GNhU4pXoz1rAag"}' + headers: + connection: + - keep-alive + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:39:35 GMT + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + x-ms-ratelimit-remaining-calls-per-second: + - '333.283333' + status: + code: 200 + message: OK +- request: + body: '{"schemaVersion": 2, "mediaType": "application/vnd.oci.image.manifest.v1+json", + "config": {"mediaType": "application/vnd.unknown.config.v1+json", "size": 0, + "digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"}, + "layers": [{"mediaType": "application/vnd.oci.image.layer.v1.tar", "size": 3330, + "digest": "sha256:85cf1d7b7ac8ffbba198d787fccf5ba640c338865bae0d80aed6f2d880f42f4d", + "annotations": {"org.opencontainers.image.title": "nf_definition.json"}}], "annotations": + {}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '502' + Content-Type: + - application/vnd.oci.image.manifest.v1+json + User-Agent: + - python-requests/2.26.0 + method: PUT + uri: https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/manifests/1.0.0 + response: + body: + string: '' + headers: + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive + content-length: + - '0' + date: + - Mon, 31 Jul 2023 11:39:35 GMT + docker-content-digest: + - sha256:ccc20282ecf43cc0cb2b9b1835714b0d57150a1f595e796e8a2901e24135ad62 + docker-distribution-api-version: + - registry/2.0 + location: + - /v2/ubuntu-vm-nfdg-nfd-artifact/manifests/sha256:ccc20282ecf43cc0cb2b9b1835714b0d57150a1f595e796e8a2901e24135ad62 + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu/networkServiceDesignVersions/1.0.0?api-version=2023-04-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:39:36 GMT + etag: + - '"69008c2f-0000-0c00-0000-64c79d780000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-build-version: + - 1.0.02386.1640 + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd delete + Connection: + - keep-alive + ParameterSetName: + - -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B", + "name": "9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu/networkServiceDesignVersions/1.0.0", + "status": "Deleting", "startTime": "2023-07-31T11:39:36.4964944Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '604' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:39:36 GMT + etag: + - '"29008e8b-0000-0c00-0000-64c79d780000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd delete + Connection: + - keep-alive + ParameterSetName: + - -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B", + "name": "9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu/networkServiceDesignVersions/1.0.0", + "status": "Succeeded", "startTime": "2023-07-31T11:39:36.4964944Z", "endTime": + "2023-07-31T11:39:40.0318339Z", "properties": null}' + headers: + cache-control: + - no-cache + content-length: + - '668' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:40:05 GMT + etag: + - '"2900a08b-0000-0c00-0000-64c79d7c0000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nsd delete + Connection: + - keep-alive + ParameterSetName: + - -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B", + "name": "9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu/networkServiceDesignVersions/1.0.0", + "status": "Succeeded", "startTime": "2023-07-31T11:39:36.4964944Z", "endTime": + "2023-07-31T11:39:40.0318339Z", "properties": null}' + headers: + cache-control: + - no-cache + content-length: + - '668' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:40:05 GMT + etag: + - '"2900a08b-0000-0c00-0000-64c79d7c0000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nsd delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0?api-version=2023-04-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:40:06 GMT + etag: + - '"a300f6ba-0000-0c00-0000-64c79d970000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-build-version: + - 1.0.02386.1640 + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd delete + Connection: + - keep-alive + ParameterSetName: + - -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2", + "name": "3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0", + "status": "Deleting", "startTime": "2023-07-31T11:40:06.9828996Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '612' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:40:06 GMT + etag: + - '"29006e8c-0000-0c00-0000-64c79d960000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd delete + Connection: + - keep-alive + ParameterSetName: + - -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2", + "name": "3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0", + "status": "Succeeded", "startTime": "2023-07-31T11:40:06.9828996Z", "endTime": + "2023-07-31T11:40:20.6936052Z", "properties": null}' + headers: + cache-control: + - no-cache + content-length: + - '676' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:40:36 GMT + etag: + - '"2900e08c-0000-0c00-0000-64c79da40000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nsd delete + Connection: + - keep-alive + ParameterSetName: + - -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2", + "name": "3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0", + "status": "Succeeded", "startTime": "2023-07-31T11:40:06.9828996Z", "endTime": + "2023-07-31T11:40:20.6936052Z", "properties": null}' + headers: + cache-control: + - no-cache + content-length: + - '676' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:40:36 GMT + etag: + - '"2900e08c-0000-0c00-0000-64c79da40000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nsd delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema?api-version=2023-04-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:40:37 GMT + etag: + - '"4500e24d-0000-0c00-0000-64c79db50000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-build-version: + - 1.0.02386.1640 + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14997' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd delete + Connection: + - keep-alive + ParameterSetName: + - -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B", + "name": "3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema", + "status": "Deleting", "startTime": "2023-07-31T11:40:37.279938Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '585' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:40:37 GMT + etag: + - '"2900308d-0000-0c00-0000-64c79db50000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd delete + Connection: + - keep-alive + ParameterSetName: + - -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B", + "name": "3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema", + "status": "Succeeded", "startTime": "2023-07-31T11:40:37.279938Z", "endTime": + "2023-07-31T11:40:39.2152252Z", "properties": null}' + headers: + cache-control: + - no-cache + content-length: + - '649' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:41:07 GMT + etag: + - '"29003d8d-0000-0c00-0000-64c79db70000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nsd delete + Connection: + - keep-alive + ParameterSetName: + - -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B", + "name": "3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema", + "status": "Succeeded", "startTime": "2023-07-31T11:40:37.279938Z", "endTime": + "2023-07-31T11:40:39.2152252Z", "properties": null}' + headers: + cache-control: + - no-cache + content-length: + - '649' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:41:07 GMT + etag: + - '"29003d8d-0000-0c00-0000-64c79db70000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nsd delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu?api-version=2023-04-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:41:07 GMT + etag: + - '"5600a869-0000-0c00-0000-64c79dd40000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-build-version: + - 1.0.02386.1640 + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14996' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd delete + Connection: + - keep-alive + ParameterSetName: + - -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71", + "name": "2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu", + "status": "Deleting", "startTime": "2023-07-31T11:41:08.350267Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:41:07 GMT + etag: + - '"2900168e-0000-0c00-0000-64c79dd40000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nsd delete + Connection: + - keep-alive + ParameterSetName: + - -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71", + "name": "2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu", + "status": "Succeeded", "startTime": "2023-07-31T11:41:08.350267Z", "endTime": + "2023-07-31T11:41:09.6513285Z", "properties": null}' + headers: + cache-control: + - no-cache + content-length: + - '632' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:41:38 GMT + etag: + - '"2900208e-0000-0c00-0000-64c79dd50000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nsd delete + Connection: + - keep-alive + ParameterSetName: + - -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71", + "name": "2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu", + "status": "Succeeded", "startTime": "2023-07-31T11:41:08.350267Z", "endTime": + "2023-07-31T11:41:09.6513285Z", "properties": null}' + headers: + cache-control: + - no-cache + content-length: + - '632' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:41:38 GMT + etag: + - '"2900208e-0000-0c00-0000-64c79dd50000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg/networkFunctionDefinitionVersions/1.0.0?api-version=2023-04-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:41:39 GMT + etag: + - '"7c008cb5-0000-0c00-0000-64c79df30000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-build-version: + - 1.0.02386.1640 + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C", + "name": "3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg/networkFunctionDefinitionVersions/1.0.0", + "status": "Deleting", "startTime": "2023-07-31T11:41:39.4254305Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '622' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:41:39 GMT + etag: + - '"2900ac8e-0000-0c00-0000-64c79df30000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C", + "name": "3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg/networkFunctionDefinitionVersions/1.0.0", + "status": "Deleting", "startTime": "2023-07-31T11:41:39.4254305Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '622' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:42:09 GMT + etag: + - '"2900ac8e-0000-0c00-0000-64c79df30000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C", + "name": "3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg/networkFunctionDefinitionVersions/1.0.0", + "status": "Deleting", "startTime": "2023-07-31T11:41:39.4254305Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '622' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:42:39 GMT + etag: + - '"2900ac8e-0000-0c00-0000-64c79df30000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C", + "name": "3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg/networkFunctionDefinitionVersions/1.0.0", + "status": "Succeeded", "startTime": "2023-07-31T11:41:39.4254305Z", "properties": + null}' + headers: + cache-control: + - no-cache + content-length: + - '643' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:43:07 GMT + etag: + - '"0800f095-0000-0d00-0000-64c79e350000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C", + "name": "3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg/networkFunctionDefinitionVersions/1.0.0", + "status": "Succeeded", "startTime": "2023-07-31T11:41:39.4254305Z", "properties": + null}' + headers: + cache-control: + - no-cache + content-length: + - '643' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:43:07 GMT + etag: + - '"0800f095-0000-0d00-0000-64c79e350000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0?api-version=2023-04-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:43:07 GMT + etag: + - '"a30063e7-0000-0c00-0000-64c79e4c0000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-build-version: + - 1.0.02386.1640 + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14998' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788", + "name": "ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0", + "status": "Deleting", "startTime": "2023-07-31T11:43:08.3764148Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '614' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:43:07 GMT + etag: + - '"29008a90-0000-0c00-0000-64c79e4c0000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788", + "name": "ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0", + "status": "Succeeded", "startTime": "2023-07-31T11:43:08.3764148Z", "endTime": + "2023-07-31T11:43:12.6439741Z", "properties": null}' + headers: + cache-control: + - no-cache + content-length: + - '678' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:43:38 GMT + etag: + - '"2900bd90-0000-0c00-0000-64c79e500000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788", + "name": "ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0", + "status": "Succeeded", "startTime": "2023-07-31T11:43:08.3764148Z", "endTime": + "2023-07-31T11:43:12.6439741Z", "properties": null}' + headers: + cache-control: + - no-cache + content-length: + - '678' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:43:38 GMT + etag: + - '"2900bd90-0000-0c00-0000-64c79e500000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0?api-version=2023-04-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:43:38 GMT + etag: + - '"a300dfee-0000-0c00-0000-64c79e6b0000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-build-version: + - 1.0.02386.1640 + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14997' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706", + "name": "e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0", + "status": "Deleting", "startTime": "2023-07-31T11:43:39.1105238Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '608' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:43:39 GMT + etag: + - '"29003d91-0000-0c00-0000-64c79e6b0000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706", + "name": "e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0", + "status": "Succeeded", "startTime": "2023-07-31T11:43:39.1105238Z", "endTime": + "2023-07-31T11:44:01.6357615Z", "properties": null}' + headers: + cache-control: + - no-cache + content-length: + - '672' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:44:09 GMT + etag: + - '"29009891-0000-0c00-0000-64c79e810000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706", + "name": "e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0", + "status": "Succeeded", "startTime": "2023-07-31T11:43:39.1105238Z", "endTime": + "2023-07-31T11:44:01.6357615Z", "properties": null}' + headers: + cache-control: + - no-cache + content-length: + - '672' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:44:09 GMT + etag: + - '"29009891-0000-0c00-0000-64c79e810000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg?api-version=2023-04-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:44:12 GMT + etag: + - '"2a01c4e4-0000-0c00-0000-64c79e8d0000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-build-version: + - 1.0.02386.1640 + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14996' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + "name": "df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", + "status": "Deleting", "startTime": "2023-07-31T11:44:12.9813098Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '582' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:44:12 GMT + etag: + - '"2900fc91-0000-0c00-0000-64c79e8c0000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + "name": "df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", + "status": "Deleting", "startTime": "2023-07-31T11:44:12.9813098Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '582' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:44:41 GMT + etag: + - '"2900fc91-0000-0c00-0000-64c79e8c0000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + "name": "df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", + "status": "Deleting", "startTime": "2023-07-31T11:44:12.9813098Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '582' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:45:11 GMT + etag: + - '"2900fc91-0000-0c00-0000-64c79e8c0000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + "name": "df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", + "status": "Succeeded", "startTime": "2023-07-31T11:44:12.9813098Z", "properties": + null}' + headers: + cache-control: + - no-cache + content-length: + - '603' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:45:41 GMT + etag: + - '"08009b96-0000-0d00-0000-64c79ecf0000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + "name": "df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", + "status": "Succeeded", "startTime": "2023-07-31T11:44:12.9813098Z", "properties": + null}' + headers: + cache-control: + - no-cache + content-length: + - '603' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:45:41 GMT + etag: + - '"08009b96-0000-0d00-0000-64c79ecf0000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr?api-version=2023-04-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:45:41 GMT + etag: + - '"49004437-0000-0c00-0000-64c79ee60000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-build-version: + - 1.0.02386.1640 + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14995' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "name": "21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", + "status": "Deleting", "startTime": "2023-07-31T11:45:42.5584039Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '561' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:45:41 GMT + etag: + - '"29006e94-0000-0c00-0000-64c79ee60000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "name": "21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", + "status": "Deleting", "startTime": "2023-07-31T11:45:42.5584039Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '561' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:46:12 GMT + etag: + - '"29006e94-0000-0c00-0000-64c79ee60000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "name": "21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", + "status": "Deleting", "startTime": "2023-07-31T11:45:42.5584039Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '561' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:46:42 GMT + etag: + - '"29006e94-0000-0c00-0000-64c79ee60000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "name": "21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", + "status": "Deleting", "startTime": "2023-07-31T11:45:42.5584039Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '561' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:47:09 GMT + etag: + - '"29006e94-0000-0c00-0000-64c79ee60000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "name": "21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", + "status": "Deleting", "startTime": "2023-07-31T11:45:42.5584039Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '561' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:47:40 GMT + etag: + - '"29006e94-0000-0c00-0000-64c79ee60000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "name": "21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", + "status": "Deleting", "startTime": "2023-07-31T11:45:42.5584039Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '561' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:48:10 GMT + etag: + - '"29006e94-0000-0c00-0000-64c79ee60000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "name": "21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", + "status": "Deleting", "startTime": "2023-07-31T11:45:42.5584039Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '561' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:48:40 GMT + etag: + - '"29006e94-0000-0c00-0000-64c79ee60000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "name": "21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", + "status": "Succeeded", "startTime": "2023-07-31T11:45:42.5584039Z", "properties": + null}' + headers: + cache-control: + - no-cache + content-length: + - '582' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:49:11 GMT + etag: + - '"2900579a-0000-0c00-0000-64c79fa10000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "name": "21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", + "status": "Succeeded", "startTime": "2023-07-31T11:45:42.5584039Z", "properties": + null}' + headers: + cache-control: + - no-cache + content-length: + - '582' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:49:11 GMT + etag: + - '"2900579a-0000-0c00-0000-64c79fa10000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store?api-version=2023-04-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:49:11 GMT + etag: + - '"49008e37-0000-0c00-0000-64c79fb70000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-build-version: + - 1.0.02386.1640 + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14994' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "name": "512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", + "status": "Deleting", "startTime": "2023-07-31T11:49:11.7141577Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:49:11 GMT + etag: + - '"2900de9a-0000-0c00-0000-64c79fb70000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "name": "512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", + "status": "Deleting", "startTime": "2023-07-31T11:49:11.7141577Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:49:41 GMT + etag: + - '"2900de9a-0000-0c00-0000-64c79fb70000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "name": "512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", + "status": "Deleting", "startTime": "2023-07-31T11:49:11.7141577Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:50:10 GMT + etag: + - '"2900de9a-0000-0c00-0000-64c79fb70000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "name": "512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", + "status": "Deleting", "startTime": "2023-07-31T11:49:11.7141577Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:50:39 GMT + etag: + - '"2900de9a-0000-0c00-0000-64c79fb70000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "name": "512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", + "status": "Deleting", "startTime": "2023-07-31T11:49:11.7141577Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '568' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:51:09 GMT + etag: + - '"2900de9a-0000-0c00-0000-64c79fb70000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "name": "512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", + "status": "Succeeded", "startTime": "2023-07-31T11:49:11.7141577Z", "properties": + null}' + headers: + cache-control: + - no-cache + content-length: + - '589' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:51:39 GMT + etag: + - '"0800439a-0000-0d00-0000-64c7a0350000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "name": "512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", + "status": "Succeeded", "startTime": "2023-07-31T11:49:11.7141577Z", "properties": + null}' + headers: + cache-control: + - no-cache + content-length: + - '589' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:51:39 GMT + etag: + - '"0800439a-0000-0d00-0000-64c7a0350000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher?api-version=2023-04-01-preview + response: + body: + string: 'null' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '4' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:51:43 GMT + etag: + - '"4f004c75-0000-0c00-0000-64c7a04f0000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-build-version: + - 1.0.02386.1640 + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-deletes: + - '14993' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + "name": "19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", + "status": "Deleting", "startTime": "2023-07-31T11:51:43.6684897Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '535' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:51:43 GMT + etag: + - '"2900929e-0000-0c00-0000-64c7a04f0000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + "name": "19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", + "status": "Deleting", "startTime": "2023-07-31T11:51:43.6684897Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '535' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:52:13 GMT + etag: + - '"2900929e-0000-0c00-0000-64c7a04f0000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + "name": "19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", + "status": "Deleting", "startTime": "2023-07-31T11:51:43.6684897Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '535' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:52:44 GMT + etag: + - '"2900929e-0000-0c00-0000-64c7a04f0000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + "name": "19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", + "status": "Succeeded", "startTime": "2023-07-31T11:51:43.6684897Z", "properties": + null}' + headers: + cache-control: + - no-cache + content-length: + - '556' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:53:12 GMT + etag: + - '"0800329b-0000-0d00-0000-64c7a0920000"' + expires: + - '-1' + pragma: + - no-cache + 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: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + "name": "19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", + "status": "Succeeded", "startTime": "2023-07-31T11:51:43.6684897Z", "properties": + null}' + headers: + cache-control: + - no-cache + content-length: + - '556' + content-type: + - application/json; charset=utf-8 + date: + - Mon, 31 Jul 2023 11:53:12 GMT + etag: + - '"0800329b-0000-0d00-0000-64c7a0920000"' + expires: + - '-1' + pragma: + - no-cache + 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/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/cnf_input_template.json b/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/cnf_input_template.json index d35d656af9c..299b3f75527 100644 --- a/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/cnf_input_template.json +++ b/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/cnf_input_template.json @@ -4,7 +4,7 @@ "nf_name": "nginx", "version": "1.0.0", "acr_artifact_store_name": "nginx-nsd-acr", - "location": "uksouth", + "location": "northeurope", "source_registry_id": "/subscriptions/602a6b57-fb02-4c3d-bc44-5f8852be10ee/resourceGroups/CLI_testing_resources/providers/Microsoft.ContainerRegistry/registries/CliTestRegistry", "source_registry_namespace": "", "helm_packages": [ @@ -15,4 +15,4 @@ "depends_on": [] } ] -} +} \ No newline at end of file diff --git a/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/cnf_nsd_input_template.json b/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/cnf_nsd_input_template.json index df367f1f5f9..8b255465538 100644 --- a/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/cnf_nsd_input_template.json +++ b/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/cnf_nsd_input_template.json @@ -1,11 +1,11 @@ { - "location": "uksouth", + "location": "northeurope", "publisher_name": "nginx-publisher", "publisher_resource_group_name": "{{publisher_resource_group_name}}", "acr_artifact_store_name": "nginx-nsd-acr", "network_function_definition_group_name": "nginx-nfdg", "network_function_definition_version_name": "1.0.0", - "network_function_definition_offering_location": "uksouth", + "network_function_definition_offering_location": "northeurope", "network_function_type": "cnf", "nsdg_name": "nginx", "nsd_version": "1.0.0", diff --git a/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/vnf_input_template.json b/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/vnf_input_template.json index ae8c450710f..b55450c0564 100644 --- a/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/vnf_input_template.json +++ b/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/vnf_input_template.json @@ -2,7 +2,7 @@ "publisher_name": "ubuntuPublisher", "publisher_resource_group_name": "{{publisher_resource_group_name}}", "acr_artifact_store_name": "ubuntu-acr", - "location": "uksouth", + "location": "northeurope", "nf_name": "ubuntu-vm", "version": "1.0.0", "blob_artifact_store_name": "ubuntu-blob-store", @@ -12,7 +12,7 @@ "version": "1.0.0" }, "vhd": { - "blob_sas_url": "https://ubuntuimage.blob.core.windows.net/images/livecd.ubuntu-cpc.azure.vhd?sp=r&st=2023-07-25T13:50:40Z&se=2024-07-25T21:50:40Z&spr=https&sv=2022-11-02&sr=b&sig=NlqXIleMtL9wIACerJdtxZ5kXdF0Gbe4uoYRmcDsFq8%3D", + "blob_sas_url": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "version": "1-0-0" } } \ No newline at end of file diff --git a/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/vnf_nsd_input_template.json b/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/vnf_nsd_input_template.json index fc7776ed9d9..059bf0211be 100644 --- a/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/vnf_nsd_input_template.json +++ b/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/vnf_nsd_input_template.json @@ -2,10 +2,10 @@ "publisher_name": "ubuntuPublisher", "publisher_resource_group_name": "{{publisher_resource_group_name}}", "acr_artifact_store_name": "ubuntu-acr", - "location": "uksouth", + "location": "northeurope", "network_function_definition_group_name": "ubuntu-vm-nfdg", "network_function_definition_version_name": "1.0.0", - "network_function_definition_offering_location": "uksouth", + "network_function_definition_offering_location": "northeurope", "network_function_type": "vnf", "nsdg_name": "ubuntu", "nsd_version": "1.0.0", diff --git a/src/aosm/azext_aosm/tests/latest/test_aosm_vnf_publish_and_delete.py b/src/aosm/azext_aosm/tests/latest/test_aosm_vnf_publish_and_delete.py index 47c2d4d32c1..ddbd6f51f26 100644 --- a/src/aosm/azext_aosm/tests/latest/test_aosm_vnf_publish_and_delete.py +++ b/src/aosm/azext_aosm/tests/latest/test_aosm_vnf_publish_and_delete.py @@ -2,7 +2,7 @@ from knack.log import get_logger import os from jinja2 import Template -from typing import Any, Dict +from .recording_processors import AcrTokenReplacer, SasUriReplacer logger = get_logger(__name__) @@ -41,12 +41,14 @@ def update_resource_group_in_input_file( class VnfNsdTest(ScenarioTest): - @ResourceGroupPreparer() - def test_vnf_nsd_publish_and_delete(self, resource_group): - # We are overriding a resource group name here because we need to have some - # resources predeployed in order to get around the timeout bug in the testing framework. - resource_group = "patrykkulik-test" + def __init__(self, method_name): + super(VnfNsdTest, self).__init__( + method_name, + recording_processors=[AcrTokenReplacer(), SasUriReplacer()] + ) + @ResourceGroupPreparer(name_prefix="cli_test_vnf_nsd_", location="northeurope") + def test_vnf_nsd_publish_and_delete(self, resource_group): nfd_input_file_path = update_resource_group_in_input_file( NFD_INPUT_TEMPLATE_NAME, NFD_INPUT_FILE_NAME, resource_group ) @@ -55,18 +57,27 @@ def test_vnf_nsd_publish_and_delete(self, resource_group): f'az aosm nfd build -f "{nfd_input_file_path}" --definition-type vnf --force' ) - self.cmd( - f'az aosm nfd publish -f "{nfd_input_file_path}" --definition-type vnf --debug' - ) + # There is currently a bug in the CLI testing framework that causes the command + # to fail on timeout. This is a workaround to retry the command if it fails. + retry_attempts = 0 + while retry_attempts < 2: + try: + self.cmd( + f'az aosm nfd publish -f "{nfd_input_file_path}" --definition-type vnf' + ) + break + except Exception: + retry_attempts += 1 nsd_input_file_path = update_resource_group_in_input_file( NSD_INPUT_TEMPLATE_NAME, NSD_INPUT_FILE_NAME, resource_group ) - self.cmd(f'az aosm nsd build -f "{nsd_input_file_path}" --debug --force') - self.cmd(f'az aosm nsd publish -f "{nsd_input_file_path}" --debug') + self.cmd(f'az aosm nsd build -f "{nsd_input_file_path}" --force') + + self.cmd(f'az aosm nsd publish -f "{nsd_input_file_path}"') + self.cmd(f'az aosm nsd delete -f "{nsd_input_file_path}" --clean --force') self.cmd( - f'az aosm nfd delete --definition-type vnf -f "{nfd_input_file_path}" --debug --force' + f'az aosm nfd delete --definition-type vnf -f "{nfd_input_file_path}" --clean --force' ) - self.cmd(f'az aosm nsd delete -f "{nsd_input_file_path}" --debug --force') diff --git a/src/aosm/development.md b/src/aosm/development.md index d1f7ff0d65f..12dcad6138f 100644 --- a/src/aosm/development.md +++ b/src/aosm/development.md @@ -39,7 +39,7 @@ TODO Make sure your VSCode is running in the same python virtual environment -### Linting and Tests +### Linting ```bash azdev style aosm azdev linter --include-whl-extensions aosm @@ -54,8 +54,8 @@ pip3 install -U --index-url https://pkgs.dev.azure.com/msazuredev/AzureForOperat python-static-checks fmt ``` -### Unit tests -To run unit tests run `azdev test aosm`. +### Tests +The tests in this repository are split into unit tests and integration tests. Both tests live in the `tests/latest` folder and can be run using the `azdev test aosm` command. To get code coverage run: ```bash @@ -66,6 +66,9 @@ coverage run -m pytest . coverage report --include="*/src/aosm/*" --omit="*/src/aosm/azext_aosm/vendored_sdks/*","*/src/aosm/azext_aosm/tests/*" -m ``` +#### Integration tests +The integration tests are tests which run real azure CLI commands such as `az aosm nsd publish`. When running for the first time in a repository these tests will create a real resource group and deploy real AOSM resources. These resources will be cleaned up after the tests have run. After the first "live" run these tests will be automatically recorded in the `tests/latest/recordings` folder. These recordings record all communication between the CLI and Azure which mean that the next time the test is run it will no longer be run live but instead will be will be run against the recorded responses. This means that the tests will run much faster and will not create any real resources. If you want to run the tests live (for example because the tested code has significantly changed) you can delete the recording of a specific test from the `tests/latest/recordings` folder and run the tests again. To find out more about integration tests see [here](https://github.com/Azure/azure-cli/blob/dev/doc/authoring_tests.md). + ### Pipelines The pipelines for the Azure CLI run in ADO, not in github. To trigger a pipeline you need to create a PR against main. From 0f41996c5b0a4a79b093963cfe8754be823cfde8 Mon Sep 17 00:00:00 2001 From: Patryk Kulik Date: Mon, 31 Jul 2023 14:53:30 +0100 Subject: [PATCH 4/9] Update CHANGELOG --- src/aosm/HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/src/aosm/HISTORY.rst b/src/aosm/HISTORY.rst index a1e25a76684..91498640b94 100644 --- a/src/aosm/HISTORY.rst +++ b/src/aosm/HISTORY.rst @@ -5,6 +5,7 @@ Release History unreleased ++++++++++ +* Added a `--clean` flag to the NSD `delete` command. This flag will delete the NSDG on top of the other resources deleted by the `delete` command. * Added integration tests for `publish` and `delete` commands. * Added a `--force` flag to the aosm `build` and `delete` commands. This command will force the `build` or `delete` commands to proceed without waiting on user input to confirm. * `az aosm nfd build` options `--order-params` and `--interactive` to help users choose which NF parameters to expose as deployParameters. Feature added that allows CNF value mappings file to be generated if none is supplied. From d36bbae195e35acba9d087f8e3963bc1a918109e Mon Sep 17 00:00:00 2001 From: Patryk Kulik Date: Tue, 1 Aug 2023 12:00:49 +0100 Subject: [PATCH 5/9] Markups --- src/aosm/azext_aosm/_params.py | 5 +++++ src/aosm/azext_aosm/tests/latest/recording_processors.py | 9 +++++++++ .../tests/latest/test_aosm_cnf_publish_and_delete.py | 5 +++++ .../tests/latest/test_aosm_vnf_publish_and_delete.py | 5 +++++ src/aosm/development.md | 2 +- 5 files changed, 25 insertions(+), 1 deletion(-) diff --git a/src/aosm/azext_aosm/_params.py b/src/aosm/azext_aosm/_params.py index 8d1e79ced2b..6f5b0aea2b4 100644 --- a/src/aosm/azext_aosm/_params.py +++ b/src/aosm/azext_aosm/_params.py @@ -131,3 +131,8 @@ def load_arguments(self: AzCommandsLoader, _): help="The path to the configuration file.", ) c.argument("skip", arg_type=ns_skip_steps, help="Optional skip steps") + c.argument( + "clean", + arg_type=get_three_state_flag(), + help="Also NSD Group. Use with care.", + ) diff --git a/src/aosm/azext_aosm/tests/latest/recording_processors.py b/src/aosm/azext_aosm/tests/latest/recording_processors.py index 7cb16f605c0..e29f06a3cf8 100644 --- a/src/aosm/azext_aosm/tests/latest/recording_processors.py +++ b/src/aosm/azext_aosm/tests/latest/recording_processors.py @@ -1,3 +1,12 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# +# This file contains recording processors which are used to modify the testing recordings +# before they are saved to file. This is useful for removing sensitive information from +# the recordings so that we can avoid checking in secrets to the repo. +# -------------------------------------------------------------------------------------------- + from azure.cli.testsdk.scenario_tests import ( RecordingProcessor ) diff --git a/src/aosm/azext_aosm/tests/latest/test_aosm_cnf_publish_and_delete.py b/src/aosm/azext_aosm/tests/latest/test_aosm_cnf_publish_and_delete.py index 3b61395fa6c..90d0835819f 100644 --- a/src/aosm/azext_aosm/tests/latest/test_aosm_cnf_publish_and_delete.py +++ b/src/aosm/azext_aosm/tests/latest/test_aosm_cnf_publish_and_delete.py @@ -1,3 +1,8 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + # Currently commented out because of the timeout bug in the testing framework. # from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer diff --git a/src/aosm/azext_aosm/tests/latest/test_aosm_vnf_publish_and_delete.py b/src/aosm/azext_aosm/tests/latest/test_aosm_vnf_publish_and_delete.py index ddbd6f51f26..8f8cb693c6d 100644 --- a/src/aosm/azext_aosm/tests/latest/test_aosm_vnf_publish_and_delete.py +++ b/src/aosm/azext_aosm/tests/latest/test_aosm_vnf_publish_and_delete.py @@ -1,3 +1,8 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer from knack.log import get_logger import os diff --git a/src/aosm/development.md b/src/aosm/development.md index fb995f336af..350e1c4a6cd 100644 --- a/src/aosm/development.md +++ b/src/aosm/development.md @@ -151,7 +151,7 @@ coverage report --include="*/src/aosm/*" --omit="*/src/aosm/azext_aosm/vendored_ ``` #### Integration tests -The integration tests are tests which run real azure CLI commands such as `az aosm nsd publish`. When running for the first time in a repository these tests will create a real resource group and deploy real AOSM resources. These resources will be cleaned up after the tests have run. After the first "live" run these tests will be automatically recorded in the `tests/latest/recordings` folder. These recordings record all communication between the CLI and Azure which mean that the next time the test is run it will no longer be run live but instead will be will be run against the recorded responses. This means that the tests will run much faster and will not create any real resources. +The integration tests are tests which run real azure CLI commands such as `az aosm nsd publish`. When running for the first time in a repository these tests will create a real resource group in the subscription that is active on your account and deploy real AOSM resources. These resources will be cleaned up after the tests have run. After the first "live" run these tests will be automatically recorded in the `tests/latest/recordings` folder. These recordings record all communication between the CLI and Azure which mean that the next time the test is run it will no longer be run live but instead will be will be run against the recorded responses. This means that the tests will run much faster and will not create any real resources. The recording also does not rely on the knowledge of a subscription and the credentials will be removed from the recordings. If one of the publish tests fails, then it might be because you have made small tweaks and the recording is now out of date. Delete the relevant file under tests/latest/recordings (the file names match the name of the tests), and re-run the test. From 5a74ffae25dc4ff0bafea032d6aca7eda28b165b Mon Sep 17 00:00:00 2001 From: Patryk Kulik Date: Tue, 1 Aug 2023 12:16:22 +0100 Subject: [PATCH 6/9] Fix typo --- src/aosm/azext_aosm/_params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aosm/azext_aosm/_params.py b/src/aosm/azext_aosm/_params.py index 6f5b0aea2b4..6416bbb8dc4 100644 --- a/src/aosm/azext_aosm/_params.py +++ b/src/aosm/azext_aosm/_params.py @@ -134,5 +134,5 @@ def load_arguments(self: AzCommandsLoader, _): c.argument( "clean", arg_type=get_three_state_flag(), - help="Also NSD Group. Use with care.", + help="Also delete NSD Group. Use with care.", ) From 375ea9223e1624de684f18b739cdcba28f693bbb Mon Sep 17 00:00:00 2001 From: Patryk Kulik Date: Thu, 3 Aug 2023 11:27:45 +0100 Subject: [PATCH 7/9] Minor markups --- .../test_aosm_vnf_publish_and_delete.py | 34 +++++++++++++++++++ src/aosm/development.md | 4 +-- 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/src/aosm/azext_aosm/tests/latest/test_aosm_vnf_publish_and_delete.py b/src/aosm/azext_aosm/tests/latest/test_aosm_vnf_publish_and_delete.py index 8f8cb693c6d..6c9544c2b4a 100644 --- a/src/aosm/azext_aosm/tests/latest/test_aosm_vnf_publish_and_delete.py +++ b/src/aosm/azext_aosm/tests/latest/test_aosm_vnf_publish_and_delete.py @@ -1,6 +1,15 @@ # -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. +# +# This is an integration tests for the aosm extension. It tests the following commands for the +# vnf definition type: +# aosm nfd build +# aosm nfd publish +# aosm nfd delete +# aosm nsd build +# aosm nsd publish +# aosm nsd delete # -------------------------------------------------------------------------------------------- from azure.cli.testsdk import ScenarioTest, ResourceGroupPreparer @@ -22,6 +31,14 @@ def update_resource_group_in_input_file( input_template_name: str, output_file_name: str, resource_group: str ) -> str: + """ + This function updates the resource group name in the input template file and returns the + path to the updated file. + + :param input_template_name: The name of the input template file. + :param output_file_name: The name of the output file. + :param resource_group: The name of the resource group to update the input template with. + :return: The path to the updated input template file.""" code_dir = os.path.dirname(__file__) templates_dir = os.path.join( code_dir, "scenario_test_mocks", "mock_input_templates" @@ -46,7 +63,18 @@ def update_resource_group_in_input_file( class VnfNsdTest(ScenarioTest): + """ + This class contains the integration tests for the aosm extension for vnf definition type. + """ def __init__(self, method_name): + """ + This constructor initializes the class + + :param method_name: The name of the test method. + :param recording_processors: The recording processors to use for the test. + These recording processors modify the recording of a test before it is saved, + helping to remove sensitive information from the recording. + """ super(VnfNsdTest, self).__init__( method_name, recording_processors=[AcrTokenReplacer(), SasUriReplacer()] @@ -54,6 +82,12 @@ def __init__(self, method_name): @ResourceGroupPreparer(name_prefix="cli_test_vnf_nsd_", location="northeurope") def test_vnf_nsd_publish_and_delete(self, resource_group): + """ + This test creates a vnf nfd and nsd, publishes them, and then deletes them. + + :param resource_group: The name of the resource group to use for the test. + This is passed in by the ResourceGroupPreparer decorator. + """ nfd_input_file_path = update_resource_group_in_input_file( NFD_INPUT_TEMPLATE_NAME, NFD_INPUT_FILE_NAME, resource_group ) diff --git a/src/aosm/development.md b/src/aosm/development.md index 350e1c4a6cd..d8adc93a17a 100644 --- a/src/aosm/development.md +++ b/src/aosm/development.md @@ -139,7 +139,7 @@ python-static-checks fmt ``` ### Tests -The tests in this repository are split into unit tests and integration tests. Both tests live in the `tests/latest` folder and can be run using the `azdev test aosm` command. All tests are expected to pass. +The tests in this repository are split into unit tests and integration tests. Both tests live in the `tests/latest` folder and can be run using the `azdev test aosm` command. All tests are expected to pass. All unit tests and Integration tests are run as part of the pipeline. ### Unit tests To get code coverage run: ```bash @@ -151,7 +151,7 @@ coverage report --include="*/src/aosm/*" --omit="*/src/aosm/azext_aosm/vendored_ ``` #### Integration tests -The integration tests are tests which run real azure CLI commands such as `az aosm nsd publish`. When running for the first time in a repository these tests will create a real resource group in the subscription that is active on your account and deploy real AOSM resources. These resources will be cleaned up after the tests have run. After the first "live" run these tests will be automatically recorded in the `tests/latest/recordings` folder. These recordings record all communication between the CLI and Azure which mean that the next time the test is run it will no longer be run live but instead will be will be run against the recorded responses. This means that the tests will run much faster and will not create any real resources. The recording also does not rely on the knowledge of a subscription and the credentials will be removed from the recordings. +The integration tests are tests which run real azure CLI commands such as `az aosm nsd publish`. When running for the first time in a repository these tests will create a real resource group (with a randomly generated name starting with "cli_test_") in the subscription that is active on your account and deploy real AOSM resources. These resources will be cleaned up after the tests have run. After the first "live" run these tests will be automatically recorded in the `tests/latest/recordings` folder. These recordings record all communication between the CLI and Azure which mean that the next time the test is run it will no longer be run live but instead will be will be run against the recorded responses. This means that the tests will run much faster and will not create any real resources. The recording also does not rely on the knowledge of a subscription and the credentials will be removed from the recordings. If one of the publish tests fails, then it might be because you have made small tweaks and the recording is now out of date. Delete the relevant file under tests/latest/recordings (the file names match the name of the tests), and re-run the test. From 6d256bd0e6f9f99c7a589bddc7dce0ed3e28ca15 Mon Sep 17 00:00:00 2001 From: Patryk Kulik Date: Fri, 4 Aug 2023 12:06:08 +0100 Subject: [PATCH 8/9] Make cleaning up resources more robust and remove the VHD external reference --- .../artifact_manifest.json | 4 +- .../nginx-nfdg_nf.json | 4 +- .../nsd_definition.json | 4 +- .../ubuntu-nfdg_nf.json | 4 +- .../test_vnf_nsd_publish_and_delete.yaml | 3179 ++++++++++------- .../cnf_input_template.json | 2 +- .../vnf_input_template.json | 4 +- .../vnf_nsd_input_template.json | 4 +- .../scenario_test_mocks/vnf_mocks/ubuntu.vhd | 11 + .../test_aosm_vnf_publish_and_delete.py | 18 +- 10 files changed, 2011 insertions(+), 1223 deletions(-) create mode 100644 src/aosm/azext_aosm/tests/latest/scenario_test_mocks/vnf_mocks/ubuntu.vhd diff --git a/src/aosm/azext_aosm/tests/latest/nsd_output/test_build_multiple_nfs/artifact_manifest.json b/src/aosm/azext_aosm/tests/latest/nsd_output/test_build_multiple_nfs/artifact_manifest.json index 3f0f76a43a0..0685456e6f6 100644 --- a/src/aosm/azext_aosm/tests/latest/nsd_output/test_build_multiple_nfs/artifact_manifest.json +++ b/src/aosm/azext_aosm/tests/latest/nsd_output/test_build_multiple_nfs/artifact_manifest.json @@ -4,8 +4,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.15.31.15270", - "templateHash": "12504378736665252435" + "version": "0.8.9.13224", + "templateHash": "17545683377380589662" } }, "parameters": { diff --git a/src/aosm/azext_aosm/tests/latest/nsd_output/test_build_multiple_nfs/nginx-nfdg_nf.json b/src/aosm/azext_aosm/tests/latest/nsd_output/test_build_multiple_nfs/nginx-nfdg_nf.json index b57e6b6896d..5c0dcae0c5a 100644 --- a/src/aosm/azext_aosm/tests/latest/nsd_output/test_build_multiple_nfs/nginx-nfdg_nf.json +++ b/src/aosm/azext_aosm/tests/latest/nsd_output/test_build_multiple_nfs/nginx-nfdg_nf.json @@ -4,8 +4,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.15.31.15270", - "templateHash": "8770084774585620869" + "version": "0.8.9.13224", + "templateHash": "7785776639150561987" } }, "parameters": { diff --git a/src/aosm/azext_aosm/tests/latest/nsd_output/test_build_multiple_nfs/nsd_definition.json b/src/aosm/azext_aosm/tests/latest/nsd_output/test_build_multiple_nfs/nsd_definition.json index d8194be7d20..c86e09802ba 100644 --- a/src/aosm/azext_aosm/tests/latest/nsd_output/test_build_multiple_nfs/nsd_definition.json +++ b/src/aosm/azext_aosm/tests/latest/nsd_output/test_build_multiple_nfs/nsd_definition.json @@ -4,8 +4,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.15.31.15270", - "templateHash": "15013200147840669823" + "version": "0.8.9.13224", + "templateHash": "4222820095649743072" } }, "parameters": { diff --git a/src/aosm/azext_aosm/tests/latest/nsd_output/test_build_multiple_nfs/ubuntu-nfdg_nf.json b/src/aosm/azext_aosm/tests/latest/nsd_output/test_build_multiple_nfs/ubuntu-nfdg_nf.json index cf7ca8cbf83..5d57177484e 100644 --- a/src/aosm/azext_aosm/tests/latest/nsd_output/test_build_multiple_nfs/ubuntu-nfdg_nf.json +++ b/src/aosm/azext_aosm/tests/latest/nsd_output/test_build_multiple_nfs/ubuntu-nfdg_nf.json @@ -4,8 +4,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.15.31.15270", - "templateHash": "3539324333261838845" + "version": "0.8.9.13224", + "templateHash": "16826329187929484342" } }, "parameters": { diff --git a/src/aosm/azext_aosm/tests/latest/recordings/test_vnf_nsd_publish_and_delete.yaml b/src/aosm/azext_aosm/tests/latest/recordings/test_vnf_nsd_publish_and_delete.yaml index 6c061339d35..d8af0543132 100644 --- a/src/aosm/azext_aosm/tests/latest/recordings/test_vnf_nsd_publish_and_delete.yaml +++ b/src/aosm/azext_aosm/tests/latest/recordings/test_vnf_nsd_publish_and_delete.yaml @@ -25,7 +25,7 @@ interactions: content-length: - '0' date: - - Mon, 31 Jul 2023 11:27:21 GMT + - Fri, 04 Aug 2023 09:57:26 GMT expires: - '-1' pragma: @@ -59,8 +59,8 @@ interactions: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001", "name": "cli_test_vnf_nsd_000001", "type": "Microsoft.Resources/resourceGroups", "location": "northeurope", "tags": {"product": "azurecli", "cause": "automation", - "test": "test_vnf_nsd_publish_and_delete", "date": "2023-07-31T11:27:22Z", - "module": "aosm", "autoDelete": "true", "expiresOn": "2023-08-30T11:27:21.8745414Z"}, + "test": "test_vnf_nsd_publish_and_delete", "date": "2023-08-04T09:57:26Z", + "module": "aosm", "autoDelete": "true", "expiresOn": "2023-09-03T09:57:26.6943368Z"}, "properties": {"provisioningState": "Succeeded"}}' headers: cache-control: @@ -70,7 +70,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:27:21 GMT + - Fri, 04 Aug 2023 09:57:26 GMT expires: - '-1' pragma: @@ -115,7 +115,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:27:21 GMT + - Fri, 04 Aug 2023 09:57:26 GMT expires: - '-1' pragma: @@ -130,7 +130,7 @@ interactions: code: 404 message: Not Found - request: - body: '{"location": "northeurope", "properties": {"scope": "Private"}}' + body: '{"location": "westcentralus", "properties": {"scope": "Private"}}' headers: Accept: - application/json @@ -141,7 +141,7 @@ interactions: Connection: - keep-alive Content-Length: - - '63' + - '65' Content-Type: - application/json ParameterSetName: @@ -155,23 +155,24 @@ interactions: body: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", "name": "ubuntuPublisher", "type": "microsoft.hybridnetwork/publishers", "location": - "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", "createdByType": - "User", "createdAt": "2023-07-31T11:27:22.8341362Z", "lastModifiedBy": "patrykkulik@microsoft.com", - "lastModifiedByType": "User", "lastModifiedAt": "2023-07-31T11:27:22.8341362Z"}, - "properties": {"scope": "Private", "provisioningState": "Accepted"}}' + "westcentralus", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-08-04T09:57:27.5759914Z", "lastModifiedBy": + "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": + "2023-08-04T09:57:27.5759914Z"}, "properties": {"scope": "Private", "provisioningState": + "Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/46ab9419-17cb-4896-be6c-fba71864bbc2*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '585' + - '587' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:27:22 GMT + - Fri, 04 Aug 2023 09:57:29 GMT etag: - - '"4f007744-0000-0c00-0000-64c79a9b0000"' + - '"00009008-0000-0600-0000-64cccb890000"' expires: - '-1' pragma: @@ -206,24 +207,24 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/46ab9419-17cb-4896-be6c-fba71864bbc2*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", - "name": "08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/46ab9419-17cb-4896-be6c-fba71864bbc2*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A", + "name": "46ab9419-17cb-4896-be6c-fba71864bbc2*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", - "status": "Accepted", "startTime": "2023-07-31T11:27:23.5403736Z"}' + "status": "Accepted", "startTime": "2023-08-04T09:57:29.3045512Z"}' headers: cache-control: - no-cache content-length: - - '535' + - '537' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:27:22 GMT + - Fri, 04 Aug 2023 09:57:29 GMT etag: - - '"2900cf79-0000-0c00-0000-64c79a9b0000"' + - '"05007787-0000-0600-0000-64cccb890000"' expires: - '-1' pragma: @@ -256,24 +257,24 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/46ab9419-17cb-4896-be6c-fba71864bbc2*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", - "name": "08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/46ab9419-17cb-4896-be6c-fba71864bbc2*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A", + "name": "46ab9419-17cb-4896-be6c-fba71864bbc2*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", - "status": "Accepted", "startTime": "2023-07-31T11:27:23.5403736Z"}' + "status": "Accepted", "startTime": "2023-08-04T09:57:29.3045512Z"}' headers: cache-control: - no-cache content-length: - - '535' + - '537' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:27:52 GMT + - Fri, 04 Aug 2023 09:57:58 GMT etag: - - '"2900cf79-0000-0c00-0000-64c79a9b0000"' + - '"05007787-0000-0600-0000-64cccb890000"' expires: - '-1' pragma: @@ -306,24 +307,24 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/46ab9419-17cb-4896-be6c-fba71864bbc2*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", - "name": "08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/46ab9419-17cb-4896-be6c-fba71864bbc2*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A", + "name": "46ab9419-17cb-4896-be6c-fba71864bbc2*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", - "status": "Accepted", "startTime": "2023-07-31T11:27:23.5403736Z"}' + "status": "Accepted", "startTime": "2023-08-04T09:57:29.3045512Z"}' headers: cache-control: - no-cache content-length: - - '535' + - '537' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:28:22 GMT + - Fri, 04 Aug 2023 09:58:29 GMT etag: - - '"2900cf79-0000-0c00-0000-64c79a9b0000"' + - '"05007787-0000-0600-0000-64cccb890000"' expires: - '-1' pragma: @@ -356,25 +357,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/46ab9419-17cb-4896-be6c-fba71864bbc2*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", - "name": "08e5c561-8def-485f-8472-e7130639bd6f*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/46ab9419-17cb-4896-be6c-fba71864bbc2*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A", + "name": "46ab9419-17cb-4896-be6c-fba71864bbc2*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", - "status": "Succeeded", "startTime": "2023-07-31T11:27:23.5403736Z", "properties": + "status": "Succeeded", "startTime": "2023-08-04T09:57:29.3045512Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '556' + - '558' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:28:53 GMT + - Fri, 04 Aug 2023 09:58:59 GMT etag: - - '"0800ea8d-0000-0d00-0000-64c79ade0000"' + - '"0500f187-0000-0600-0000-64cccbcc0000"' expires: - '-1' pragma: @@ -412,21 +413,22 @@ interactions: body: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", "name": "ubuntuPublisher", "type": "microsoft.hybridnetwork/publishers", "location": - "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", "createdByType": - "User", "createdAt": "2023-07-31T11:27:22.8341362Z", "lastModifiedBy": "patrykkulik@microsoft.com", - "lastModifiedByType": "User", "lastModifiedAt": "2023-07-31T11:27:22.8341362Z"}, - "properties": {"scope": "Private", "provisioningState": "Succeeded"}}' + "westcentralus", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-08-04T09:57:27.5759914Z", "lastModifiedBy": + "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": + "2023-08-04T09:57:27.5759914Z"}, "properties": {"scope": "Private", "provisioningState": + "Succeeded"}}' headers: cache-control: - no-cache content-length: - - '586' + - '588' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:28:53 GMT + - Fri, 04 Aug 2023 09:58:59 GMT etag: - - '"4f00d244-0000-0c00-0000-64c79aa30000"' + - '"00009208-0000-0600-0000-64cccb910000"' expires: - '-1' pragma: @@ -475,7 +477,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:28:53 GMT + - Fri, 04 Aug 2023 09:59:00 GMT expires: - '-1' pragma: @@ -490,7 +492,7 @@ interactions: code: 404 message: Not Found - request: - body: '{"location": "northeurope", "properties": {"storeType": "AzureContainerRegistry"}}' + body: '{"location": "westcentralus", "properties": {"storeType": "AzureContainerRegistry"}}' headers: Accept: - application/json @@ -501,7 +503,7 @@ interactions: Connection: - keep-alive Content-Length: - - '82' + - '84' Content-Type: - application/json ParameterSetName: @@ -515,25 +517,25 @@ interactions: body: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", "name": "ubuntu-acr", "type": "microsoft.hybridnetwork/publishers/artifactstores", - "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", - "createdByType": "User", "createdAt": "2023-07-31T11:28:53.8178173Z", "lastModifiedBy": + "location": "westcentralus", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-08-04T09:59:01.1104169Z", "lastModifiedBy": "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": - "2023-07-31T11:28:53.8178173Z"}, "properties": {"storeType": "AzureContainerRegistry", - "managedResourceGroupConfiguration": {"location": "northeurope", "name": "ubuntu-acr-HostedResources-43C4B0F9"}, - "provisioningState": "Accepted"}}' + "2023-08-04T09:59:01.1104169Z"}, "properties": {"storeType": "AzureContainerRegistry", + "managedResourceGroupConfiguration": {"location": "westcentralus", "name": + "ubuntu-acr-HostedResources-75A05AF0"}, "provisioningState": "Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/546718dd-9fb0-44ce-8ec0-20ccbd3cf78d*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '753' + - '757' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:28:54 GMT + - Fri, 04 Aug 2023 09:59:01 GMT etag: - - '"49007435-0000-0c00-0000-64c79af60000"' + - '"000059e2-0000-0600-0000-64cccbe60000"' expires: - '-1' pragma: @@ -568,24 +570,24 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/546718dd-9fb0-44ce-8ec0-20ccbd3cf78d*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", - "name": "548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/546718dd-9fb0-44ce-8ec0-20ccbd3cf78d*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", + "name": "546718dd-9fb0-44ce-8ec0-20ccbd3cf78d*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", - "status": "Accepted", "startTime": "2023-07-31T11:28:54.5849949Z"}' + "status": "Accepted", "startTime": "2023-08-04T09:59:02.125461Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '562' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:28:54 GMT + - Fri, 04 Aug 2023 09:59:01 GMT etag: - - '"2900847b-0000-0c00-0000-64c79af60000"' + - '"05001888-0000-0600-0000-64cccbe60000"' expires: - '-1' pragma: @@ -618,24 +620,24 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/546718dd-9fb0-44ce-8ec0-20ccbd3cf78d*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", - "name": "548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/546718dd-9fb0-44ce-8ec0-20ccbd3cf78d*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", + "name": "546718dd-9fb0-44ce-8ec0-20ccbd3cf78d*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", - "status": "Accepted", "startTime": "2023-07-31T11:28:54.5849949Z"}' + "status": "Accepted", "startTime": "2023-08-04T09:59:02.125461Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '562' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:29:22 GMT + - Fri, 04 Aug 2023 09:59:32 GMT etag: - - '"2900847b-0000-0c00-0000-64c79af60000"' + - '"05001888-0000-0600-0000-64cccbe60000"' expires: - '-1' pragma: @@ -668,24 +670,24 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/546718dd-9fb0-44ce-8ec0-20ccbd3cf78d*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", - "name": "548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/546718dd-9fb0-44ce-8ec0-20ccbd3cf78d*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", + "name": "546718dd-9fb0-44ce-8ec0-20ccbd3cf78d*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", - "status": "Accepted", "startTime": "2023-07-31T11:28:54.5849949Z"}' + "status": "Accepted", "startTime": "2023-08-04T09:59:02.125461Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '562' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:29:53 GMT + - Fri, 04 Aug 2023 10:00:02 GMT etag: - - '"2900847b-0000-0c00-0000-64c79af60000"' + - '"05001888-0000-0600-0000-64cccbe60000"' expires: - '-1' pragma: @@ -718,24 +720,24 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/546718dd-9fb0-44ce-8ec0-20ccbd3cf78d*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", - "name": "548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/546718dd-9fb0-44ce-8ec0-20ccbd3cf78d*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", + "name": "546718dd-9fb0-44ce-8ec0-20ccbd3cf78d*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", - "status": "Accepted", "startTime": "2023-07-31T11:28:54.5849949Z"}' + "status": "Accepted", "startTime": "2023-08-04T09:59:02.125461Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '562' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:30:23 GMT + - Fri, 04 Aug 2023 10:00:33 GMT etag: - - '"2900847b-0000-0c00-0000-64c79af60000"' + - '"05001888-0000-0600-0000-64cccbe60000"' expires: - '-1' pragma: @@ -768,24 +770,24 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/546718dd-9fb0-44ce-8ec0-20ccbd3cf78d*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", - "name": "548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/546718dd-9fb0-44ce-8ec0-20ccbd3cf78d*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", + "name": "546718dd-9fb0-44ce-8ec0-20ccbd3cf78d*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", - "status": "Accepted", "startTime": "2023-07-31T11:28:54.5849949Z"}' + "status": "Accepted", "startTime": "2023-08-04T09:59:02.125461Z"}' headers: cache-control: - no-cache content-length: - - '561' + - '562' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:30:53 GMT + - Fri, 04 Aug 2023 10:01:03 GMT etag: - - '"2900847b-0000-0c00-0000-64c79af60000"' + - '"05001888-0000-0600-0000-64cccbe60000"' expires: - '-1' pragma: @@ -818,25 +820,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/546718dd-9fb0-44ce-8ec0-20ccbd3cf78d*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", - "name": "548cf9d1-12e5-4e57-a755-da03428faa12*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/546718dd-9fb0-44ce-8ec0-20ccbd3cf78d*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", + "name": "546718dd-9fb0-44ce-8ec0-20ccbd3cf78d*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", - "status": "Succeeded", "startTime": "2023-07-31T11:28:54.5849949Z", "properties": + "status": "Succeeded", "startTime": "2023-08-04T09:59:02.125461Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '582' + - '583' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:31:21 GMT + - Fri, 04 Aug 2023 10:01:33 GMT etag: - - '"0800388f-0000-0d00-0000-64c79b750000"' + - '"7501630e-0000-0700-0000-64cccc640000"' expires: - '-1' pragma: @@ -874,24 +876,24 @@ interactions: body: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", "name": "ubuntu-acr", "type": "microsoft.hybridnetwork/publishers/artifactstores", - "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", - "createdByType": "User", "createdAt": "2023-07-31T11:28:53.8178173Z", "lastModifiedBy": + "location": "westcentralus", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-08-04T09:59:01.1104169Z", "lastModifiedBy": "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": - "2023-07-31T11:28:53.8178173Z"}, "properties": {"storeType": "AzureContainerRegistry", + "2023-08-04T09:59:01.1104169Z"}, "properties": {"storeType": "AzureContainerRegistry", "replicationStrategy": "SingleReplication", "managedResourceGroupConfiguration": - {"name": "ubuntu-acr-HostedResources-43C4B0F9", "location": "northeurope"}, - "provisioningState": "Succeeded", "storageResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/ubuntu-acr-HostedResources-43C4B0F9/providers/Microsoft.ContainerRegistry/registries/UbuntupublisherUbuntuAcr44004b2a3f"}}' + {"name": "ubuntu-acr-HostedResources-75A05AF0", "location": "westcentralus"}, + "provisioningState": "Succeeded", "storageResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/ubuntu-acr-HostedResources-75A05AF0/providers/Microsoft.ContainerRegistry/registries/UbuntupublisherUbuntuAcr2a85970f20"}}' headers: cache-control: - no-cache content-length: - - '1009' + - '1013' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:31:21 GMT + - Fri, 04 Aug 2023 10:01:34 GMT etag: - - '"49009b35-0000-0c00-0000-64c79b590000"' + - '"0000a9e2-0000-0600-0000-64cccc480000"' expires: - '-1' pragma: @@ -940,7 +942,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:31:21 GMT + - Fri, 04 Aug 2023 10:01:34 GMT expires: - '-1' pragma: @@ -955,7 +957,7 @@ interactions: code: 404 message: Not Found - request: - body: '{"location": "northeurope", "properties": {"storeType": "AzureStorageAccount"}}' + body: '{"location": "westcentralus", "properties": {"storeType": "AzureStorageAccount"}}' headers: Accept: - application/json @@ -966,7 +968,7 @@ interactions: Connection: - keep-alive Content-Length: - - '79' + - '81' Content-Type: - application/json ParameterSetName: @@ -980,25 +982,25 @@ interactions: body: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", "name": "ubuntu-blob-store", "type": "microsoft.hybridnetwork/publishers/artifactstores", - "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", - "createdByType": "User", "createdAt": "2023-07-31T11:31:21.9730747Z", "lastModifiedBy": + "location": "westcentralus", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-08-04T10:01:34.7203639Z", "lastModifiedBy": "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": - "2023-07-31T11:31:21.9730747Z"}, "properties": {"storeType": "AzureStorageAccount", - "managedResourceGroupConfiguration": {"location": "northeurope", "name": "ubuntu-blob-store-HostedResources-197417F9"}, - "provisioningState": "Accepted"}}' + "2023-08-04T10:01:34.7203639Z"}, "properties": {"storeType": "AzureStorageAccount", + "managedResourceGroupConfiguration": {"location": "westcentralus", "name": + "ubuntu-blob-store-HostedResources-59DE2E46"}, "provisioningState": "Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/b85c204b-158b-4692-91bb-c761f6eb4f6a*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '771' + - '775' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:31:21 GMT + - Fri, 04 Aug 2023 10:01:35 GMT etag: - - '"4900a335-0000-0c00-0000-64c79b8a0000"' + - '"0000bae2-0000-0600-0000-64cccc7f0000"' expires: - '-1' pragma: @@ -1033,24 +1035,24 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/b85c204b-158b-4692-91bb-c761f6eb4f6a*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", - "name": "50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/b85c204b-158b-4692-91bb-c761f6eb4f6a*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", + "name": "b85c204b-158b-4692-91bb-c761f6eb4f6a*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", - "status": "Accepted", "startTime": "2023-07-31T11:31:22.3571338Z"}' + "status": "Accepted", "startTime": "2023-08-04T10:01:35.5095858Z"}' headers: cache-control: - no-cache content-length: - - '568' + - '570' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:31:21 GMT + - Fri, 04 Aug 2023 10:01:35 GMT etag: - - '"2900957f-0000-0c00-0000-64c79b8a0000"' + - '"0500c188-0000-0600-0000-64cccc7f0000"' expires: - '-1' pragma: @@ -1083,24 +1085,24 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/b85c204b-158b-4692-91bb-c761f6eb4f6a*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", - "name": "50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/b85c204b-158b-4692-91bb-c761f6eb4f6a*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", + "name": "b85c204b-158b-4692-91bb-c761f6eb4f6a*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", - "status": "Accepted", "startTime": "2023-07-31T11:31:22.3571338Z"}' + "status": "Accepted", "startTime": "2023-08-04T10:01:35.5095858Z"}' headers: cache-control: - no-cache content-length: - - '568' + - '570' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:31:52 GMT + - Fri, 04 Aug 2023 10:02:05 GMT etag: - - '"2900957f-0000-0c00-0000-64c79b8a0000"' + - '"0500c188-0000-0600-0000-64cccc7f0000"' expires: - '-1' pragma: @@ -1133,24 +1135,24 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/b85c204b-158b-4692-91bb-c761f6eb4f6a*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", - "name": "50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/b85c204b-158b-4692-91bb-c761f6eb4f6a*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", + "name": "b85c204b-158b-4692-91bb-c761f6eb4f6a*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", - "status": "Accepted", "startTime": "2023-07-31T11:31:22.3571338Z"}' + "status": "Accepted", "startTime": "2023-08-04T10:01:35.5095858Z"}' headers: cache-control: - no-cache content-length: - - '568' + - '570' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:32:22 GMT + - Fri, 04 Aug 2023 10:02:35 GMT etag: - - '"2900957f-0000-0c00-0000-64c79b8a0000"' + - '"0500c188-0000-0600-0000-64cccc7f0000"' expires: - '-1' pragma: @@ -1183,24 +1185,24 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/b85c204b-158b-4692-91bb-c761f6eb4f6a*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", - "name": "50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/b85c204b-158b-4692-91bb-c761f6eb4f6a*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", + "name": "b85c204b-158b-4692-91bb-c761f6eb4f6a*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", - "status": "Accepted", "startTime": "2023-07-31T11:31:22.3571338Z"}' + "status": "Accepted", "startTime": "2023-08-04T10:01:35.5095858Z"}' headers: cache-control: - no-cache content-length: - - '568' + - '570' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:32:52 GMT + - Fri, 04 Aug 2023 10:03:06 GMT etag: - - '"2900957f-0000-0c00-0000-64c79b8a0000"' + - '"0500c188-0000-0600-0000-64cccc7f0000"' expires: - '-1' pragma: @@ -1233,24 +1235,24 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/b85c204b-158b-4692-91bb-c761f6eb4f6a*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", - "name": "50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/b85c204b-158b-4692-91bb-c761f6eb4f6a*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", + "name": "b85c204b-158b-4692-91bb-c761f6eb4f6a*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", - "status": "Accepted", "startTime": "2023-07-31T11:31:22.3571338Z"}' + "status": "Accepted", "startTime": "2023-08-04T10:01:35.5095858Z"}' headers: cache-control: - no-cache content-length: - - '568' + - '570' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:33:21 GMT + - Fri, 04 Aug 2023 10:03:36 GMT etag: - - '"2900957f-0000-0c00-0000-64c79b8a0000"' + - '"0500c188-0000-0600-0000-64cccc7f0000"' expires: - '-1' pragma: @@ -1283,25 +1285,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/b85c204b-158b-4692-91bb-c761f6eb4f6a*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", - "name": "50382612-3b85-4baf-80b6-5e15819f1e77*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/b85c204b-158b-4692-91bb-c761f6eb4f6a*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", + "name": "b85c204b-158b-4692-91bb-c761f6eb4f6a*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", - "status": "Succeeded", "startTime": "2023-07-31T11:31:22.3571338Z", "properties": + "status": "Succeeded", "startTime": "2023-08-04T10:01:35.5095858Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '589' + - '591' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:33:51 GMT + - Fri, 04 Aug 2023 10:04:06 GMT etag: - - '"08001690-0000-0d00-0000-64c79c090000"' + - '"05004689-0000-0600-0000-64ccccff0000"' expires: - '-1' pragma: @@ -1339,24 +1341,24 @@ interactions: body: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", "name": "ubuntu-blob-store", "type": "microsoft.hybridnetwork/publishers/artifactstores", - "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", - "createdByType": "User", "createdAt": "2023-07-31T11:31:21.9730747Z", "lastModifiedBy": + "location": "westcentralus", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-08-04T10:01:34.7203639Z", "lastModifiedBy": "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": - "2023-07-31T11:31:21.9730747Z"}, "properties": {"storeType": "AzureStorageAccount", + "2023-08-04T10:01:34.7203639Z"}, "properties": {"storeType": "AzureStorageAccount", "replicationStrategy": "SingleReplication", "managedResourceGroupConfiguration": - {"name": "ubuntu-blob-store-HostedResources-197417F9", "location": "northeurope"}, - "provisioningState": "Succeeded", "storageResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/ubuntu-blob-store-HostedResources-197417F9/providers/Microsoft.Storage/storageAccounts/197417f9ubuntublobstore3"}}' + {"name": "ubuntu-blob-store-HostedResources-59DE2E46", "location": "westcentralus"}, + "provisioningState": "Succeeded", "storageResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/ubuntu-blob-store-HostedResources-59DE2E46/providers/Microsoft.Storage/storageAccounts/59de2e46ubuntublobstore0"}}' headers: cache-control: - no-cache content-length: - - '1019' + - '1023' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:33:51 GMT + - Fri, 04 Aug 2023 10:04:07 GMT etag: - - '"4900ee35-0000-0c00-0000-64c79be90000"' + - '"0000c9e2-0000-0600-0000-64ccccd80000"' expires: - '-1' pragma: @@ -1405,7 +1407,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:33:51 GMT + - Fri, 04 Aug 2023 10:04:07 GMT expires: - '-1' pragma: @@ -1420,7 +1422,7 @@ interactions: code: 404 message: Not Found - request: - body: '{"location": "northeurope"}' + body: '{"location": "westcentralus"}' headers: Accept: - application/json @@ -1431,7 +1433,7 @@ interactions: Connection: - keep-alive Content-Length: - - '27' + - '29' Content-Type: - application/json ParameterSetName: @@ -1445,23 +1447,23 @@ interactions: body: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", "name": "ubuntu-vm-nfdg", "type": "microsoft.hybridnetwork/publishers/networkfunctiondefinitiongroups", - "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", - "createdByType": "User", "createdAt": "2023-07-31T11:33:52.5659954Z", "lastModifiedBy": + "location": "westcentralus", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-08-04T10:04:07.6583332Z", "lastModifiedBy": "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": - "2023-07-31T11:33:52.5659954Z"}, "properties": {"provisioningState": "Accepted"}}' + "2023-08-04T10:04:07.6583332Z"}, "properties": {"provisioningState": "Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/b92f0db6-a078-4e48-bbe5-b8b028672965*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '643' + - '645' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:33:52 GMT + - Fri, 04 Aug 2023 10:04:08 GMT etag: - - '"2a01408e-0000-0c00-0000-64c79c210000"' + - '"00001802-0000-0600-0000-64cccd180000"' expires: - '-1' pragma: @@ -1496,24 +1498,24 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/b92f0db6-a078-4e48-bbe5-b8b028672965*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", - "name": "a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/b92f0db6-a078-4e48-bbe5-b8b028672965*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF", + "name": "b92f0db6-a078-4e48-bbe5-b8b028672965*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", - "status": "Accepted", "startTime": "2023-07-31T11:33:53.1773548Z"}' + "status": "Accepted", "startTime": "2023-08-04T10:04:08.5899439Z"}' headers: cache-control: - no-cache content-length: - - '582' + - '584' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:33:52 GMT + - Fri, 04 Aug 2023 10:04:08 GMT etag: - - '"29000783-0000-0c00-0000-64c79c210000"' + - '"0200118b-0000-0600-0000-64cccd180000"' expires: - '-1' pragma: @@ -1546,24 +1548,24 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/b92f0db6-a078-4e48-bbe5-b8b028672965*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", - "name": "a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/b92f0db6-a078-4e48-bbe5-b8b028672965*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF", + "name": "b92f0db6-a078-4e48-bbe5-b8b028672965*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", - "status": "Accepted", "startTime": "2023-07-31T11:33:53.1773548Z"}' + "status": "Accepted", "startTime": "2023-08-04T10:04:08.5899439Z"}' headers: cache-control: - no-cache content-length: - - '582' + - '584' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:34:22 GMT + - Fri, 04 Aug 2023 10:04:38 GMT etag: - - '"29000783-0000-0c00-0000-64c79c210000"' + - '"0200118b-0000-0600-0000-64cccd180000"' expires: - '-1' pragma: @@ -1596,24 +1598,24 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/b92f0db6-a078-4e48-bbe5-b8b028672965*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", - "name": "a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/b92f0db6-a078-4e48-bbe5-b8b028672965*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF", + "name": "b92f0db6-a078-4e48-bbe5-b8b028672965*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", - "status": "Accepted", "startTime": "2023-07-31T11:33:53.1773548Z"}' + "status": "Accepted", "startTime": "2023-08-04T10:04:08.5899439Z"}' headers: cache-control: - no-cache content-length: - - '582' + - '584' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:34:52 GMT + - Fri, 04 Aug 2023 10:05:09 GMT etag: - - '"29000783-0000-0c00-0000-64c79c210000"' + - '"0200118b-0000-0600-0000-64cccd180000"' expires: - '-1' pragma: @@ -1646,25 +1648,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/b92f0db6-a078-4e48-bbe5-b8b028672965*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", - "name": "a119861c-754c-41e5-a2f9-9ecf16c61628*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/b92f0db6-a078-4e48-bbe5-b8b028672965*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF", + "name": "b92f0db6-a078-4e48-bbe5-b8b028672965*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", - "status": "Succeeded", "startTime": "2023-07-31T11:33:53.1773548Z", "properties": + "status": "Succeeded", "startTime": "2023-08-04T10:04:08.5899439Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '603' + - '605' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:35:22 GMT + - Fri, 04 Aug 2023 10:05:39 GMT etag: - - '"2900af84-0000-0c00-0000-64c79c630000"' + - '"5f005029-0000-0800-0000-64cccd5b0000"' expires: - '-1' pragma: @@ -1702,22 +1704,22 @@ interactions: body: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", "name": "ubuntu-vm-nfdg", "type": "microsoft.hybridnetwork/publishers/networkfunctiondefinitiongroups", - "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", - "createdByType": "User", "createdAt": "2023-07-31T11:33:52.5659954Z", "lastModifiedBy": + "location": "westcentralus", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-08-04T10:04:07.6583332Z", "lastModifiedBy": "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": - "2023-07-31T11:33:52.5659954Z"}, "properties": {"description": null, "provisioningState": + "2023-08-04T10:04:07.6583332Z"}, "properties": {"description": null, "provisioningState": "Succeeded"}}' headers: cache-control: - no-cache content-length: - - '665' + - '667' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:35:22 GMT + - Fri, 04 Aug 2023 10:05:39 GMT etag: - - '"2a01568f-0000-0c00-0000-64c79c290000"' + - '"00001902-0000-0600-0000-64cccd210000"' expires: - '-1' pragma: @@ -1766,7 +1768,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:35:22 GMT + - Fri, 04 Aug 2023 10:05:39 GMT expires: - '-1' pragma: @@ -1811,7 +1813,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:35:23 GMT + - Fri, 04 Aug 2023 10:05:39 GMT expires: - '-1' pragma: @@ -1851,7 +1853,7 @@ interactions: content-length: - '0' date: - - Mon, 31 Jul 2023 11:35:27 GMT + - Fri, 04 Aug 2023 10:05:54 GMT expires: - '-1' pragma: @@ -1885,8 +1887,8 @@ interactions: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001", "name": "cli_test_vnf_nsd_000001", "type": "Microsoft.Resources/resourceGroups", "location": "northeurope", "tags": {"product": "azurecli", "cause": "automation", - "test": "test_vnf_nsd_publish_and_delete", "date": "2023-07-31T11:27:22Z", - "module": "aosm", "autoDelete": "true", "expiresOn": "2023-08-30T11:27:21.8745414Z"}, + "test": "test_vnf_nsd_publish_and_delete", "date": "2023-08-04T09:57:26Z", + "module": "aosm", "autoDelete": "true", "expiresOn": "2023-09-03T09:57:26.6943368Z"}, "properties": {"provisioningState": "Succeeded"}}' headers: cache-control: @@ -1896,7 +1898,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:35:27 GMT + - Fri, 04 Aug 2023 10:05:54 GMT expires: - '-1' pragma: @@ -1932,21 +1934,22 @@ interactions: body: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", "name": "ubuntuPublisher", "type": "microsoft.hybridnetwork/publishers", "location": - "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", "createdByType": - "User", "createdAt": "2023-07-31T11:27:22.8341362Z", "lastModifiedBy": "patrykkulik@microsoft.com", - "lastModifiedByType": "User", "lastModifiedAt": "2023-07-31T11:27:22.8341362Z"}, - "properties": {"scope": "Private", "provisioningState": "Succeeded"}}' + "westcentralus", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-08-04T09:57:27.5759914Z", "lastModifiedBy": + "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": + "2023-08-04T09:57:27.5759914Z"}, "properties": {"scope": "Private", "provisioningState": + "Succeeded"}}' headers: cache-control: - no-cache content-length: - - '586' + - '588' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:35:27 GMT + - Fri, 04 Aug 2023 10:05:55 GMT etag: - - '"4f00d244-0000-0c00-0000-64c79aa30000"' + - '"00009208-0000-0600-0000-64cccb910000"' expires: - '-1' pragma: @@ -1986,24 +1989,24 @@ interactions: body: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", "name": "ubuntu-acr", "type": "microsoft.hybridnetwork/publishers/artifactstores", - "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", - "createdByType": "User", "createdAt": "2023-07-31T11:28:53.8178173Z", "lastModifiedBy": + "location": "westcentralus", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-08-04T09:59:01.1104169Z", "lastModifiedBy": "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": - "2023-07-31T11:28:53.8178173Z"}, "properties": {"storeType": "AzureContainerRegistry", + "2023-08-04T09:59:01.1104169Z"}, "properties": {"storeType": "AzureContainerRegistry", "replicationStrategy": "SingleReplication", "managedResourceGroupConfiguration": - {"name": "ubuntu-acr-HostedResources-43C4B0F9", "location": "northeurope"}, - "provisioningState": "Succeeded", "storageResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/ubuntu-acr-HostedResources-43C4B0F9/providers/Microsoft.ContainerRegistry/registries/UbuntupublisherUbuntuAcr44004b2a3f"}}' + {"name": "ubuntu-acr-HostedResources-75A05AF0", "location": "westcentralus"}, + "provisioningState": "Succeeded", "storageResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/ubuntu-acr-HostedResources-75A05AF0/providers/Microsoft.ContainerRegistry/registries/UbuntupublisherUbuntuAcr2a85970f20"}}' headers: cache-control: - no-cache content-length: - - '1009' + - '1013' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:35:27 GMT + - Fri, 04 Aug 2023 10:05:56 GMT etag: - - '"49009b35-0000-0c00-0000-64c79b590000"' + - '"0000a9e2-0000-0600-0000-64cccc480000"' expires: - '-1' pragma: @@ -2043,24 +2046,24 @@ interactions: body: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", "name": "ubuntu-blob-store", "type": "microsoft.hybridnetwork/publishers/artifactstores", - "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", - "createdByType": "User", "createdAt": "2023-07-31T11:31:21.9730747Z", "lastModifiedBy": + "location": "westcentralus", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-08-04T10:01:34.7203639Z", "lastModifiedBy": "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": - "2023-07-31T11:31:21.9730747Z"}, "properties": {"storeType": "AzureStorageAccount", + "2023-08-04T10:01:34.7203639Z"}, "properties": {"storeType": "AzureStorageAccount", "replicationStrategy": "SingleReplication", "managedResourceGroupConfiguration": - {"name": "ubuntu-blob-store-HostedResources-197417F9", "location": "northeurope"}, - "provisioningState": "Succeeded", "storageResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/ubuntu-blob-store-HostedResources-197417F9/providers/Microsoft.Storage/storageAccounts/197417f9ubuntublobstore3"}}' + {"name": "ubuntu-blob-store-HostedResources-59DE2E46", "location": "westcentralus"}, + "provisioningState": "Succeeded", "storageResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/ubuntu-blob-store-HostedResources-59DE2E46/providers/Microsoft.Storage/storageAccounts/59de2e46ubuntublobstore0"}}' headers: cache-control: - no-cache content-length: - - '1019' + - '1023' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:35:27 GMT + - Fri, 04 Aug 2023 10:05:56 GMT etag: - - '"4900ee35-0000-0c00-0000-64c79be90000"' + - '"0000c9e2-0000-0600-0000-64ccccd80000"' expires: - '-1' pragma: @@ -2100,22 +2103,22 @@ interactions: body: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", "name": "ubuntu-vm-nfdg", "type": "microsoft.hybridnetwork/publishers/networkfunctiondefinitiongroups", - "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", - "createdByType": "User", "createdAt": "2023-07-31T11:33:52.5659954Z", "lastModifiedBy": + "location": "westcentralus", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-08-04T10:04:07.6583332Z", "lastModifiedBy": "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": - "2023-07-31T11:33:52.5659954Z"}, "properties": {"description": null, "provisioningState": + "2023-08-04T10:04:07.6583332Z"}, "properties": {"description": null, "provisioningState": "Succeeded"}}' headers: cache-control: - no-cache content-length: - - '665' + - '667' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:35:27 GMT + - Fri, 04 Aug 2023 10:05:56 GMT etag: - - '"2a01568f-0000-0c00-0000-64c79c290000"' + - '"00001902-0000-0600-0000-64cccd210000"' expires: - '-1' pragma: @@ -2164,7 +2167,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:35:27 GMT + - Fri, 04 Aug 2023 10:05:56 GMT expires: - '-1' pragma: @@ -2209,7 +2212,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:35:28 GMT + - Fri, 04 Aug 2023 10:05:56 GMT expires: - '-1' pragma: @@ -2253,7 +2256,7 @@ interactions: "[parameters(''location'')]", "properties": {"artifacts": [{"artifactName": "[format(''{0}-arm-template'', parameters(''nfName''))]", "artifactType": "ArmTemplate", "artifactVersion": "[parameters(''armTemplateVersion'')]"}]}}]}, "parameters": - {"location": {"value": "northeurope"}, "publisherName": {"value": "ubuntuPublisher"}, + {"location": {"value": "westcentralus"}, "publisherName": {"value": "ubuntuPublisher"}, "acrArtifactStoreName": {"value": "ubuntu-acr"}, "saArtifactStoreName": {"value": "ubuntu-blob-store"}, "acrManifestName": {"value": "ubuntu-vm-acr-manifest-1-0-0"}, "saManifestName": {"value": "ubuntu-vm-sa-manifest-1-0-0"}, "nfName": {"value": @@ -2269,7 +2272,7 @@ interactions: Connection: - keep-alive Content-Length: - - '2911' + - '2913' Content-Type: - application/json ParameterSetName: @@ -2280,10 +2283,10 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/validate?api-version=2022-09-01 response: body: - string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803334", - "name": "AOSM_CLI_deployment_1690803334", "type": "Microsoft.Resources/deployments", + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1691143578", + "name": "AOSM_CLI_deployment_1691143578", "type": "Microsoft.Resources/deployments", "properties": {"templateHash": "6414151573583976606", "parameters": {"location": - {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + {"type": "String", "value": "westcentralus"}, "publisherName": {"type": "String", "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": "ubuntu-acr"}, "saArtifactStoreName": {"type": "String", "value": "ubuntu-blob-store"}, "acrManifestName": {"type": "String", "value": "ubuntu-vm-acr-manifest-1-0-0"}, @@ -2291,20 +2294,20 @@ interactions: "nfName": {"type": "String", "value": "ubuntu-vm"}, "vhdVersion": {"type": "String", "value": "1-0-0"}, "armTemplateVersion": {"type": "String", "value": "1.0.0"}}, "mode": "Incremental", "provisioningState": "Succeeded", "timestamp": - "0001-01-01T00:00:00Z", "duration": "PT0S", "correlationId": "77c07a42-41ba-401d-bfa1-435b9017caf8", + "0001-01-01T00:00:00Z", "duration": "PT0S", "correlationId": "e2042256-5d48-4f86-a250-bbbaaeaac1cc", "providers": [{"namespace": "Microsoft.Hybridnetwork", "resourceTypes": [{"resourceType": - "publishers/artifactStores/artifactManifests", "locations": ["northeurope"]}]}], + "publishers/artifactStores/artifactManifests", "locations": ["westcentralus"]}]}], "dependencies": [], "validatedResources": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0"}, {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0"}]}}' headers: cache-control: - no-cache content-length: - - '1776' + - '1780' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:35:33 GMT + - Fri, 04 Aug 2023 10:06:19 GMT expires: - '-1' pragma: @@ -2352,7 +2355,7 @@ interactions: "[parameters(''location'')]", "properties": {"artifacts": [{"artifactName": "[format(''{0}-arm-template'', parameters(''nfName''))]", "artifactType": "ArmTemplate", "artifactVersion": "[parameters(''armTemplateVersion'')]"}]}}]}, "parameters": - {"location": {"value": "northeurope"}, "publisherName": {"value": "ubuntuPublisher"}, + {"location": {"value": "westcentralus"}, "publisherName": {"value": "ubuntuPublisher"}, "acrArtifactStoreName": {"value": "ubuntu-acr"}, "saArtifactStoreName": {"value": "ubuntu-blob-store"}, "acrManifestName": {"value": "ubuntu-vm-acr-manifest-1-0-0"}, "saManifestName": {"value": "ubuntu-vm-sa-manifest-1-0-0"}, "nfName": {"value": @@ -2368,7 +2371,7 @@ interactions: Connection: - keep-alive Content-Length: - - '2911' + - '2913' Content-Type: - application/json ParameterSetName: @@ -2379,10 +2382,10 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 response: body: - string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803334", - "name": "AOSM_CLI_deployment_1690803334", "type": "Microsoft.Resources/deployments", + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1691143578", + "name": "AOSM_CLI_deployment_1691143578", "type": "Microsoft.Resources/deployments", "properties": {"templateHash": "6414151573583976606", "parameters": {"location": - {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + {"type": "String", "value": "westcentralus"}, "publisherName": {"type": "String", "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": "ubuntu-acr"}, "saArtifactStoreName": {"type": "String", "value": "ubuntu-blob-store"}, "acrManifestName": {"type": "String", "value": "ubuntu-vm-acr-manifest-1-0-0"}, @@ -2390,21 +2393,21 @@ interactions: "nfName": {"type": "String", "value": "ubuntu-vm"}, "vhdVersion": {"type": "String", "value": "1-0-0"}, "armTemplateVersion": {"type": "String", "value": "1.0.0"}}, "mode": "Incremental", "provisioningState": "Accepted", "timestamp": - "2023-07-31T11:35:34.2165988Z", "duration": "PT0.0006445S", "correlationId": - "87c6d789-7ac0-435d-ad6c-d3ff69e20e63", "providers": [{"namespace": "Microsoft.Hybridnetwork", + "2023-08-04T10:06:20.2956516Z", "duration": "PT0.0001245S", "correlationId": + "a8e3437a-3e59-4421-8ad0-f5aa4501f6e6", "providers": [{"namespace": "Microsoft.Hybridnetwork", "resourceTypes": [{"resourceType": "publishers/artifactStores/artifactManifests", - "locations": ["northeurope"]}]}], "dependencies": []}}' + "locations": ["westcentralus"]}]}], "dependencies": []}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803334/operationStatuses/08585108035515859758?api-version=2022-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1691143578/operationStatuses/08585104633055930330?api-version=2022-09-01 cache-control: - no-cache content-length: - - '1289' + - '1293' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:35:33 GMT + - Fri, 04 Aug 2023 10:06:20 GMT expires: - '-1' pragma: @@ -2414,7 +2417,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -2434,7 +2437,7 @@ interactions: User-Agent: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585108035515859758?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585104633055930330?api-version=2022-09-01 response: body: string: '{"status": "Accepted"}' @@ -2446,7 +2449,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:35:33 GMT + - Fri, 04 Aug 2023 10:06:20 GMT expires: - '-1' pragma: @@ -2476,7 +2479,7 @@ interactions: User-Agent: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585108035515859758?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585104633055930330?api-version=2022-09-01 response: body: string: '{"status": "Succeeded"}' @@ -2488,7 +2491,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:36:02 GMT + - Fri, 04 Aug 2023 10:06:50 GMT expires: - '-1' pragma: @@ -2521,10 +2524,10 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 response: body: - string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803334", - "name": "AOSM_CLI_deployment_1690803334", "type": "Microsoft.Resources/deployments", + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1691143578", + "name": "AOSM_CLI_deployment_1691143578", "type": "Microsoft.Resources/deployments", "properties": {"templateHash": "6414151573583976606", "parameters": {"location": - {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + {"type": "String", "value": "westcentralus"}, "publisherName": {"type": "String", "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": "ubuntu-acr"}, "saArtifactStoreName": {"type": "String", "value": "ubuntu-blob-store"}, "acrManifestName": {"type": "String", "value": "ubuntu-vm-acr-manifest-1-0-0"}, @@ -2532,21 +2535,21 @@ interactions: "nfName": {"type": "String", "value": "ubuntu-vm"}, "vhdVersion": {"type": "String", "value": "1-0-0"}, "armTemplateVersion": {"type": "String", "value": "1.0.0"}}, "mode": "Incremental", "provisioningState": "Succeeded", "timestamp": - "2023-07-31T11:35:53.6471681Z", "duration": "PT19.4312138S", "correlationId": - "87c6d789-7ac0-435d-ad6c-d3ff69e20e63", "providers": [{"namespace": "Microsoft.Hybridnetwork", + "2023-08-04T10:06:39.3870536Z", "duration": "PT19.0915265S", "correlationId": + "a8e3437a-3e59-4421-8ad0-f5aa4501f6e6", "providers": [{"namespace": "Microsoft.Hybridnetwork", "resourceTypes": [{"resourceType": "publishers/artifactStores/artifactManifests", - "locations": ["northeurope"]}]}], "dependencies": [], "outputResources": [{"id": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0"}, + "locations": ["westcentralus"]}]}], "dependencies": [], "outputResources": + [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0"}, {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0"}]}}' headers: cache-control: - no-cache content-length: - - '1790' + - '1794' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:36:02 GMT + - Fri, 04 Aug 2023 10:06:50 GMT expires: - '-1' pragma: @@ -2563,7 +2566,7 @@ interactions: - request: body: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "metadata": {"_generator": {"name": "bicep", "version": - "0.8.9.13224", "templateHash": "9578888424119431564"}}, "parameters": {"location": + "0.8.9.13224", "templateHash": "1529388553420138916"}}, "parameters": {"location": {"type": "string"}, "publisherName": {"type": "string", "metadata": {"description": "Name of an existing publisher, expected to be in the resource group where you deploy the template"}}, "acrArtifactStoreName": {"type": "string", "metadata": @@ -2575,7 +2578,7 @@ interactions: "nfDefinitionGroup": {"type": "string", "metadata": {"description": "Name of an existing Network Function Definition Group"}}, "nfDefinitionVersion": {"type": "string", "metadata": {"description": "The version of the NFDV you want to deploy, - in format A-B-C"}}, "vhdVersion": {"type": "string", "metadata": {"description": + in format A.B.C"}}, "vhdVersion": {"type": "string", "metadata": {"description": "The version that you want to name the NFM VHD artifact, in format A-B-C. e.g. 6-13-0"}}, "armTemplateVersion": {"type": "string", "metadata": {"description": "The version that you want to name the NFM template artifact, in format A.B.C. @@ -2608,7 +2611,7 @@ interactions: parameters(''publisherName''), parameters(''acrArtifactStoreName''))]"}}, "deployParametersMappingRuleProfile": {"templateMappingRuleProfile": {"templateParameters": "[string(variables(''$fxv#2''))]"}, "applicationEnablement": "Unknown"}}]}}}]}, "parameters": {"location": {"value": - "northeurope"}, "publisherName": {"value": "ubuntuPublisher"}, "acrArtifactStoreName": + "westcentralus"}, "publisherName": {"value": "ubuntuPublisher"}, "acrArtifactStoreName": {"value": "ubuntu-acr"}, "saArtifactStoreName": {"value": "ubuntu-blob-store"}, "nfName": {"value": "ubuntu-vm"}, "nfDefinitionGroup": {"value": "ubuntu-vm-nfdg"}, "nfDefinitionVersion": {"value": "1.0.0"}, "vhdVersion": {"value": "1-0-0"}, @@ -2623,7 +2626,7 @@ interactions: Connection: - keep-alive Content-Length: - - '4487' + - '4489' Content-Type: - application/json ParameterSetName: @@ -2634,10 +2637,10 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/validate?api-version=2022-09-01 response: body: - string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803369", - "name": "AOSM_CLI_deployment_1690803369", "type": "Microsoft.Resources/deployments", - "properties": {"templateHash": "9578888424119431564", "parameters": {"location": - {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1691143626", + "name": "AOSM_CLI_deployment_1691143626", "type": "Microsoft.Resources/deployments", + "properties": {"templateHash": "1529388553420138916", "parameters": {"location": + {"type": "String", "value": "westcentralus"}, "publisherName": {"type": "String", "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": "ubuntu-acr"}, "saArtifactStoreName": {"type": "String", "value": "ubuntu-blob-store"}, "nfName": {"type": "String", "value": "ubuntu-vm"}, "nfDefinitionGroup": {"type": @@ -2645,19 +2648,19 @@ interactions: "value": "1.0.0"}, "vhdVersion": {"type": "String", "value": "1-0-0"}, "armTemplateVersion": {"type": "String", "value": "1.0.0"}}, "mode": "Incremental", "provisioningState": "Succeeded", "timestamp": "0001-01-01T00:00:00Z", "duration": "PT0S", "correlationId": - "d71d2cdd-4be0-4be5-876a-182b69a4cba6", "providers": [{"namespace": "Microsoft.Hybridnetwork", + "46e4f0f8-3237-482e-92d6-e97826a6f143", "providers": [{"namespace": "Microsoft.Hybridnetwork", "resourceTypes": [{"resourceType": "publishers/networkfunctiondefinitiongroups/networkfunctiondefinitionversions", - "locations": ["northeurope"]}]}], "dependencies": [], "validatedResources": + "locations": ["westcentralus"]}]}], "dependencies": [], "validatedResources": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkfunctiondefinitiongroups/ubuntu-vm-nfdg/networkfunctiondefinitionversions/1.0.0"}]}}' headers: cache-control: - no-cache content-length: - - '1552' + - '1556' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:36:07 GMT + - Fri, 04 Aug 2023 10:07:06 GMT expires: - '-1' pragma: @@ -2678,7 +2681,7 @@ interactions: - request: body: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "metadata": {"_generator": {"name": "bicep", "version": - "0.8.9.13224", "templateHash": "9578888424119431564"}}, "parameters": {"location": + "0.8.9.13224", "templateHash": "1529388553420138916"}}, "parameters": {"location": {"type": "string"}, "publisherName": {"type": "string", "metadata": {"description": "Name of an existing publisher, expected to be in the resource group where you deploy the template"}}, "acrArtifactStoreName": {"type": "string", "metadata": @@ -2690,7 +2693,7 @@ interactions: "nfDefinitionGroup": {"type": "string", "metadata": {"description": "Name of an existing Network Function Definition Group"}}, "nfDefinitionVersion": {"type": "string", "metadata": {"description": "The version of the NFDV you want to deploy, - in format A-B-C"}}, "vhdVersion": {"type": "string", "metadata": {"description": + in format A.B.C"}}, "vhdVersion": {"type": "string", "metadata": {"description": "The version that you want to name the NFM VHD artifact, in format A-B-C. e.g. 6-13-0"}}, "armTemplateVersion": {"type": "string", "metadata": {"description": "The version that you want to name the NFM template artifact, in format A.B.C. @@ -2723,7 +2726,7 @@ interactions: parameters(''publisherName''), parameters(''acrArtifactStoreName''))]"}}, "deployParametersMappingRuleProfile": {"templateMappingRuleProfile": {"templateParameters": "[string(variables(''$fxv#2''))]"}, "applicationEnablement": "Unknown"}}]}}}]}, "parameters": {"location": {"value": - "northeurope"}, "publisherName": {"value": "ubuntuPublisher"}, "acrArtifactStoreName": + "westcentralus"}, "publisherName": {"value": "ubuntuPublisher"}, "acrArtifactStoreName": {"value": "ubuntu-acr"}, "saArtifactStoreName": {"value": "ubuntu-blob-store"}, "nfName": {"value": "ubuntu-vm"}, "nfDefinitionGroup": {"value": "ubuntu-vm-nfdg"}, "nfDefinitionVersion": {"value": "1.0.0"}, "vhdVersion": {"value": "1-0-0"}, @@ -2738,7 +2741,7 @@ interactions: Connection: - keep-alive Content-Length: - - '4487' + - '4489' Content-Type: - application/json ParameterSetName: @@ -2749,31 +2752,31 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 response: body: - string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803369", - "name": "AOSM_CLI_deployment_1690803369", "type": "Microsoft.Resources/deployments", - "properties": {"templateHash": "9578888424119431564", "parameters": {"location": - {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1691143626", + "name": "AOSM_CLI_deployment_1691143626", "type": "Microsoft.Resources/deployments", + "properties": {"templateHash": "1529388553420138916", "parameters": {"location": + {"type": "String", "value": "westcentralus"}, "publisherName": {"type": "String", "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": "ubuntu-acr"}, "saArtifactStoreName": {"type": "String", "value": "ubuntu-blob-store"}, "nfName": {"type": "String", "value": "ubuntu-vm"}, "nfDefinitionGroup": {"type": "String", "value": "ubuntu-vm-nfdg"}, "nfDefinitionVersion": {"type": "String", "value": "1.0.0"}, "vhdVersion": {"type": "String", "value": "1-0-0"}, "armTemplateVersion": {"type": "String", "value": "1.0.0"}}, "mode": "Incremental", "provisioningState": - "Accepted", "timestamp": "2023-07-31T11:36:08.7698187Z", "duration": "PT0.0003707S", - "correlationId": "1651e60c-2c64-4ffb-a032-a8407031a2c6", "providers": [{"namespace": + "Accepted", "timestamp": "2023-08-04T10:07:07.6262732Z", "duration": "PT0.0005007S", + "correlationId": "e105c318-d1fd-48b8-8905-a68cb70912d8", "providers": [{"namespace": "Microsoft.Hybridnetwork", "resourceTypes": [{"resourceType": "publishers/networkfunctiondefinitiongroups/networkfunctiondefinitionversions", - "locations": ["northeurope"]}]}], "dependencies": []}}' + "locations": ["westcentralus"]}]}], "dependencies": []}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803369/operationStatuses/08585108035169519262?api-version=2022-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1691143626/operationStatuses/08585104632581490263?api-version=2022-09-01 cache-control: - no-cache content-length: - - '1293' + - '1297' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:36:07 GMT + - Fri, 04 Aug 2023 10:07:06 GMT expires: - '-1' pragma: @@ -2783,7 +2786,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 201 message: Created @@ -2803,7 +2806,7 @@ interactions: User-Agent: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585108035169519262?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585104632581490263?api-version=2022-09-01 response: body: string: '{"status": "Accepted"}' @@ -2815,7 +2818,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:36:08 GMT + - Fri, 04 Aug 2023 10:07:07 GMT expires: - '-1' pragma: @@ -2845,7 +2848,7 @@ interactions: User-Agent: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585108035169519262?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585104632581490263?api-version=2022-09-01 response: body: string: '{"status": "Running"}' @@ -2857,7 +2860,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:36:38 GMT + - Fri, 04 Aug 2023 10:07:37 GMT expires: - '-1' pragma: @@ -2887,7 +2890,7 @@ interactions: User-Agent: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585108035169519262?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585104632581490263?api-version=2022-09-01 response: body: string: '{"status": "Running"}' @@ -2899,7 +2902,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:37:09 GMT + - Fri, 04 Aug 2023 10:08:06 GMT expires: - '-1' pragma: @@ -2929,7 +2932,7 @@ interactions: User-Agent: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585108035169519262?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585104632581490263?api-version=2022-09-01 response: body: string: '{"status": "Succeeded"}' @@ -2941,7 +2944,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:37:36 GMT + - Fri, 04 Aug 2023 10:08:37 GMT expires: - '-1' pragma: @@ -2974,30 +2977,30 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 response: body: - string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803369", - "name": "AOSM_CLI_deployment_1690803369", "type": "Microsoft.Resources/deployments", - "properties": {"templateHash": "9578888424119431564", "parameters": {"location": - {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1691143626", + "name": "AOSM_CLI_deployment_1691143626", "type": "Microsoft.Resources/deployments", + "properties": {"templateHash": "1529388553420138916", "parameters": {"location": + {"type": "String", "value": "westcentralus"}, "publisherName": {"type": "String", "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": "ubuntu-acr"}, "saArtifactStoreName": {"type": "String", "value": "ubuntu-blob-store"}, "nfName": {"type": "String", "value": "ubuntu-vm"}, "nfDefinitionGroup": {"type": "String", "value": "ubuntu-vm-nfdg"}, "nfDefinitionVersion": {"type": "String", "value": "1.0.0"}, "vhdVersion": {"type": "String", "value": "1-0-0"}, "armTemplateVersion": {"type": "String", "value": "1.0.0"}}, "mode": "Incremental", "provisioningState": - "Succeeded", "timestamp": "2023-07-31T11:37:30.8838308Z", "duration": "PT1M22.1143828S", - "correlationId": "1651e60c-2c64-4ffb-a032-a8407031a2c6", "providers": [{"namespace": + "Succeeded", "timestamp": "2023-08-04T10:08:31.5298205Z", "duration": "PT1M23.904048S", + "correlationId": "e105c318-d1fd-48b8-8905-a68cb70912d8", "providers": [{"namespace": "Microsoft.Hybridnetwork", "resourceTypes": [{"resourceType": "publishers/networkfunctiondefinitiongroups/networkfunctiondefinitionversions", - "locations": ["northeurope"]}]}], "dependencies": [], "outputResources": [{"id": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkfunctiondefinitiongroups/ubuntu-vm-nfdg/networkfunctiondefinitionversions/1.0.0"}]}}' + "locations": ["westcentralus"]}]}], "dependencies": [], "outputResources": + [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkfunctiondefinitiongroups/ubuntu-vm-nfdg/networkfunctiondefinitionversions/1.0.0"}]}}' headers: cache-control: - no-cache content-length: - - '1568' + - '1571' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:37:36 GMT + - Fri, 04 Aug 2023 10:08:37 GMT expires: - '-1' pragma: @@ -3033,23 +3036,23 @@ interactions: body: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0", "name": "ubuntu-vm-sa-manifest-1-0-0", "type": "microsoft.hybridnetwork/publishers/artifactstores/artifactmanifests", - "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", - "createdByType": "User", "createdAt": "2023-07-31T11:35:35.6410976Z", "lastModifiedBy": + "location": "westcentralus", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-08-04T10:06:21.3504296Z", "lastModifiedBy": "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": - "2023-07-31T11:35:35.6410976Z"}, "properties": {"artifacts": [{"artifactName": + "2023-08-04T10:06:21.3504296Z"}, "properties": {"artifacts": [{"artifactName": "ubuntu-vm-vhd", "artifactType": "VhdImageFile", "artifactVersion": "1-0-0"}], "artifactManifestState": "Uploading", "provisioningState": "Succeeded"}}' headers: cache-control: - no-cache content-length: - - '838' + - '840' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:37:37 GMT + - Fri, 04 Aug 2023 10:08:38 GMT etag: - - '"a3000c76-0000-0c00-0000-64c79c8c0000"' + - '"00009c5b-0000-0600-0000-64cccda20000"' expires: - '-1' pragma: @@ -3089,40 +3092,725 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0/listCredential?api-version=2023-04-01-preview response: body: - string: '{"storageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/ubuntu-blob-store-HostedResources-197417F9/providers/Microsoft.Storage/storageAccounts/197417f9ubuntublobstore3", + string: '{"storageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/ubuntu-blob-store-HostedResources-59DE2E46/providers/Microsoft.Storage/storageAccounts/59de2e46ubuntublobstore0", "containerCredentials": [{"containerName": "ubuntuvmvhd-1-0-0", "containerSasUri": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"}], - "expiry": "2023-08-01T11:37:39.1784893+00:00", "credentialType": "AzureStorageAccountToken"}' + "expiry": "2023-08-05T10:08:39.9609351+00:00", "credentialType": "AzureStorageAccountToken"}' + headers: + cache-control: + - no-cache + content-length: + - '453' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 04 Aug 2023 10:08:39 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-build-version: + - 1.0.02386.1640 + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0?api-version=2023-04-01-preview + response: + body: + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0", + "name": "ubuntu-vm-acr-manifest-1-0-0", "type": "microsoft.hybridnetwork/publishers/artifactstores/artifactmanifests", + "location": "westcentralus", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-08-04T10:06:21.2566781Z", "lastModifiedBy": + "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": + "2023-08-04T10:06:21.2566781Z"}, "properties": {"artifacts": [{"artifactName": + "ubuntu-vm-arm-template", "artifactType": "ArmTemplate", "artifactVersion": + "1.0.0"}], "artifactManifestState": "Uploading", "provisioningState": "Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '843' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 04 Aug 2023 10:08:39 GMT + etag: + - '"00009e5b-0000-0600-0000-64cccdac0000"' + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-providerhub-traffic: + - 'True' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd publish + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -f --definition-type + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0/listCredential?api-version=2023-04-01-preview + response: + body: + string: '{"username": "ubuntu-vm-acr-manifest-1-0-0", "acrToken": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "acrServerUrl": "https://ubuntupublisherubuntuacr2a85970f20.azurecr.io", "repositories": + ["ubuntu-vm-arm-template"], "expiry": "2023-08-05T10:08:40.7517206+00:00", + "credentialType": "AzureContainerRegistryScopedToken"}' + headers: + cache-control: + - no-cache + content-length: + - '331' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 04 Aug 2023 10:08:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-build-version: + - 1.0.02386.1640 + x-ms-providerhub-traffic: + - 'True' + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-storage-blob/12.16.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + x-ms-blob-content-length: + - '512' + x-ms-blob-type: + - PageBlob + x-ms-date: + - Fri, 04 Aug 2023 10:08:40 GMT + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://59de2e46ubuntublobstore0.blob.core.windows.net/ubuntuvmvhd-1-0-0/ubuntuvm-1-0-0.vhd?sv=2021-08-06&si=StorageAccountAccessPolicy&sr=c&sig=8680L4xTOuOY%2FyxdLmvNrktZL9uaLmvQ0UVdDATPMdg%3D + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Fri, 04 Aug 2023 10:08:41 GMT + etag: + - '"0x8DB94D2C7B1280E"' + last-modified: + - Fri, 04 Aug 2023 10:08:41 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: "61 38 6b 92 16 4b cc ac 6f d4 02 5c 6f 62 79 b9 \n8e 62 ae 07 02 1c dc + 73 5b 7a 51 e7 56 4e 4a b0 \n54 4a 93 2e 6b dd 3c b5 8b 60 fa 80 b1 80 1b 89 + \n1e 4d 7d 86 8e 25 76 58 24 8d 21 87 83 06 88 d6 \na4 fd 94 9c 66 b6 db ee + 92 46 f0 25 fc 84 bb f5 \n3f d9 49 28 ea 54 6a 2a 33 fa e0 47 eb 22 af 91 \nd4 + 34 a6 d9 fe 58 cb 54 03 35 d6 45 40 96 4e f3 \n31 ea 78 20 45 e9 f2 3a de cb + 38 53 c0 9c b2 b7 \n12 9e 57 d9 f6 1b cb 20 23 8c 86 d3 40 da 84 c3 \n22 5b + 48 61 63 e2 5f 5f 43 6d 8f 41 fc ce c1 87 \n33 e1 e2 61 63 e2 5f 5" + headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '512' + Content-Type: + - application/octet-stream + If-Match: + - '"0x8DB94D2C7B1280E"' + User-Agent: + - azsdk-python-storage-blob/12.16.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + x-ms-date: + - Fri, 04 Aug 2023 10:08:41 GMT + x-ms-page-write: + - update + x-ms-range: + - bytes=0-511 + x-ms-version: + - '2022-11-02' + method: PUT + uri: https://59de2e46ubuntublobstore0.blob.core.windows.net/ubuntuvmvhd-1-0-0/ubuntuvm-1-0-0.vhd?comp=page&sv=2021-08-06&si=StorageAccountAccessPolicy&sr=c&sig=8680L4xTOuOY%2FyxdLmvNrktZL9uaLmvQ0UVdDATPMdg%3D + response: + body: + string: '' + headers: + content-length: + - '0' + date: + - Fri, 04 Aug 2023 10:08:41 GMT + etag: + - '"0x8DB94D2C7C8561D"' + last-modified: + - Fri, 04 Aug 2023 10:08:41 GMT + server: + - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 + x-ms-blob-sequence-number: + - '0' + x-ms-content-crc64: + - iWvWqElPrJg= + x-ms-request-server-encrypted: + - 'true' + x-ms-version: + - '2022-11-02' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/octet-stream + User-Agent: + - python-requests/2.26.0 + method: POST + uri: https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/v2/ubuntu-vm-arm-template/blobs/uploads/ + response: + body: + string: '{"errors": [{"code": "UNAUTHORIZED", "message": "authentication required, + visit https://aka.ms/acr/authorization for more information.", "detail": [{"Type": + "repository", "Name": "ubuntu-vm-arm-template", "Action": "pull"}, {"Type": + "repository", "Name": "ubuntu-vm-arm-template", "Action": "push"}]}]}' + headers: + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive + content-length: + - '302' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 04 Aug 2023 10:08:42 GMT + docker-distribution-api-version: + - registry/2.0 + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + - max-age=31536000; includeSubDomains + www-authenticate: + - Bearer realm="https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/oauth2/token",service="ubuntupublisherubuntuacr2a85970f20.azurecr.io",scope="repository:ubuntu-vm-arm-template:pull,push" + x-content-type-options: + - nosniff + status: + code: 401 + message: Unauthorized +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Service: + - ubuntupublisherubuntuacr2a85970f20.azurecr.io + User-Agent: + - oras-py + method: GET + uri: https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/oauth2/token?service=ubuntupublisherubuntuacr2a85970f20.azurecr.io&scope=repository%3Aubuntu-vm-arm-template%3Apull%2Cpush + response: + body: + string: '{"access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkNPQVU6UERZSDo0SVJYOjM2SEI6TFYzUDpWNFBGOko0NzQ6SzNOSjpPS1JCOlRZQUo6NEc0Szo1Q1NEIn0.eyJqdGkiOiJkMjk4MjZiMi03NGFmLTRlODUtOTNjMy03ZWQ1MTliODA2YTMiLCJzdWIiOiJ1YnVudHUtdm0tYWNyLW1hbmlmZXN0LTEtMC0wIiwibmJmIjoxNjkxMTQyODIyLCJleHAiOjE2OTExNDQ2MjIsImlhdCI6MTY5MTE0MjgyMiwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoidWJ1bnR1cHVibGlzaGVydWJ1bnR1YWNyMmE4NTk3MGYyMC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6IjdmOTk2Mjc5ZWRkMDRhYmVhOWEyY2ZjMjZjNjY0Mzg5IiwiYWNjZXNzIjpbeyJUeXBlIjoicmVwb3NpdG9yeSIsIk5hbWUiOiJ1YnVudHUtdm0tYXJtLXRlbXBsYXRlIiwiQWN0aW9ucyI6WyJwdWxsIiwicHVzaCJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.qjqIS2eqCwonekVazaH9X91-mWyGr7K2PnEnFDuQjCz_qJKWEBzYw5NF3ZSlOQeM7CzCHliDaIPL8plzlGZWQZimXNU1jyx4iUtyLizi_3q2de31lTwMMXg5qCNWUVNwgm5kw90SiDKIQ-RDOnHQ0epqOAXnIwIIenUh2-v4CfvZJfGNc_d-3myV_qffFBkBJBVKcsgPNrgEbfb-k9y1jBjPzvgY7wObuONdWvO6Q1AOf27-7LO7mz8J67XQ9vo_V9j6BuELUC85fKKC8D_wTxmr7MrMu4oBjrHd6XhjcioQIjg0bX_MflNa91u1N0y0BTZGZsJ65azGTR-r8UIthQ"}' + headers: + connection: + - keep-alive + content-type: + - application/json; charset=utf-8 + date: + - Fri, 04 Aug 2023 10:08:42 GMT + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + x-ms-ratelimit-remaining-calls-per-second: + - '333.316667' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/octet-stream + User-Agent: + - python-requests/2.26.0 + method: POST + uri: https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/v2/ubuntu-vm-arm-template/blobs/uploads/ + response: + body: + string: '' + headers: + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive + content-length: + - '0' + date: + - Fri, 04 Aug 2023 10:08:43 GMT + docker-distribution-api-version: + - registry/2.0 + docker-upload-uuid: + - f4b486c4-f4c8-4c67-ab10-a4cd6f366626 + location: + - /v2/ubuntu-vm-arm-template/blobs/uploads/f4b486c4-f4c8-4c67-ab10-a4cd6f366626?_nouploadcache=false&_state=0pykAZNzQdnPv-7yNpjdy1IGKyubYO6YusnqXTSinMB7Ik5hbWUiOiJ1YnVudHUtdm0tYXJtLXRlbXBsYXRlIiwiVVVJRCI6ImY0YjQ4NmM0LWY0YzgtNGM2Ny1hYjEwLWE0Y2Q2ZjM2NjYyNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wNFQxMDowODo0My4wNjkxMTUyWiJ9 + range: + - 0-0 + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: "{\n \"$schema\": \"https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#\",\n + \ \"contentVersion\": \"1.0.0.0\",\n \"metadata\": {\n \"_generator\": {\n + \ \"name\": \"bicep\",\n \"version\": \"0.8.9.13224\",\n \"templateHash\": + \"14979664264804385741\"\n }\n },\n \"parameters\": {\n \"location\": + {\n \"type\": \"string\",\n \"defaultValue\": \"[resourceGroup().location]\"\n + \ },\n \"subnetName\": {\n \"type\": \"string\"\n },\n \"ubuntuVmName\": + {\n \"type\": \"string\",\n \"defaultValue\": \"ubuntu-vm\"\n },\n + \ \"virtualNetworkId\": {\n \"type\": \"string\"\n },\n \"sshPublicKeyAdmin\": + {\n \"type\": \"string\"\n },\n \"imageName\": {\n \"type\": + \"string\"\n }\n },\n \"variables\": {\n \"imageResourceGroup\": \"[resourceGroup().name]\",\n + \ \"subscriptionId\": \"[subscription().subscriptionId]\",\n \"vmSizeSku\": + \"Standard_D2s_v3\"\n },\n \"resources\": [\n {\n \"type\": \"Microsoft.Network/networkInterfaces\",\n + \ \"apiVersion\": \"2021-05-01\",\n \"name\": \"[format('{0}_nic', + parameters('ubuntuVmName'))]\",\n \"location\": \"[parameters('location')]\",\n + \ \"properties\": {\n \"ipConfigurations\": [\n {\n \"name\": + \"ipconfig1\",\n \"properties\": {\n \"subnet\": {\n + \ \"id\": \"[format('{0}/subnets/{1}', parameters('virtualNetworkId'), + parameters('subnetName'))]\"\n },\n \"primary\": true,\n + \ \"privateIPAddressVersion\": \"IPv4\"\n }\n }\n + \ ]\n }\n },\n {\n \"type\": \"Microsoft.Compute/virtualMachines\",\n + \ \"apiVersion\": \"2021-07-01\",\n \"name\": \"[parameters('ubuntuVmName')]\",\n + \ \"location\": \"[parameters('location')]\",\n \"properties\": {\n + \ \"hardwareProfile\": {\n \"vmSize\": \"[variables('vmSizeSku')]\"\n + \ },\n \"storageProfile\": {\n \"imageReference\": {\n + \ \"id\": \"[extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', + variables('subscriptionId'), variables('imageResourceGroup')), 'Microsoft.Compute/images', + parameters('imageName'))]\"\n },\n \"osDisk\": {\n \"osType\": + \"Linux\",\n \"name\": \"[format('{0}_disk', parameters('ubuntuVmName'))]\",\n + \ \"createOption\": \"FromImage\",\n \"caching\": \"ReadWrite\",\n + \ \"writeAcceleratorEnabled\": false,\n \"managedDisk\": + \"[json('{\\\"storageAccountType\\\": \\\"Premium_LRS\\\"}')]\",\n \"deleteOption\": + \"Delete\",\n \"diskSizeGB\": 30\n }\n },\n \"osProfile\": + {\n \"computerName\": \"[parameters('ubuntuVmName')]\",\n \"adminUsername\": + \"azureuser\",\n \"linuxConfiguration\": {\n \"disablePasswordAuthentication\": + true,\n \"ssh\": {\n \"publicKeys\": [\n {\n + \ \"path\": \"/home/azureuser/.ssh/authorized_keys\",\n \"keyData\": + \"[parameters('sshPublicKeyAdmin')]\"\n }\n ]\n + \ },\n \"provisionVMAgent\": true,\n \"patchSettings\": + {\n \"patchMode\": \"ImageDefault\",\n \"assessmentMode\": + \"ImageDefault\"\n }\n },\n \"secrets\": [],\n + \ \"allowExtensionOperations\": true\n },\n \"networkProfile\": + {\n \"networkInterfaces\": [\n {\n \"id\": + \"[resourceId('Microsoft.Network/networkInterfaces', format('{0}_nic', parameters('ubuntuVmName')))]\"\n + \ }\n ]\n }\n },\n \"dependsOn\": [\n \"[resourceId('Microsoft.Network/networkInterfaces', + format('{0}_nic', parameters('ubuntuVmName')))]\"\n ]\n }\n ]\n}" + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '3591' + Content-Type: + - application/octet-stream + User-Agent: + - python-requests/2.26.0 + method: PUT + uri: https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/v2/ubuntu-vm-arm-template/blobs/uploads/f4b486c4-f4c8-4c67-ab10-a4cd6f366626?_nouploadcache=false&_state=0pykAZNzQdnPv-7yNpjdy1IGKyubYO6YusnqXTSinMB7Ik5hbWUiOiJ1YnVudHUtdm0tYXJtLXRlbXBsYXRlIiwiVVVJRCI6ImY0YjQ4NmM0LWY0YzgtNGM2Ny1hYjEwLWE0Y2Q2ZjM2NjYyNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wNFQxMDowODo0My4wNjkxMTUyWiJ9&digest=sha256%3Ae71bf56543dc33dc8e550a0c574efe9a4875754a4ddf74347e448dec2462798b + response: + body: + string: '' + headers: + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive + content-length: + - '0' + date: + - Fri, 04 Aug 2023 10:08:43 GMT + docker-content-digest: + - sha256:e71bf56543dc33dc8e550a0c574efe9a4875754a4ddf74347e448dec2462798b + docker-distribution-api-version: + - registry/2.0 + location: + - /v2/ubuntu-vm-arm-template/blobs/sha256:e71bf56543dc33dc8e550a0c574efe9a4875754a4ddf74347e448dec2462798b + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/octet-stream + User-Agent: + - python-requests/2.26.0 + method: POST + uri: https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/v2/ubuntu-vm-arm-template/blobs/uploads/ + response: + body: + string: '{"errors": [{"code": "UNAUTHORIZED", "message": "authentication required, + visit https://aka.ms/acr/authorization for more information.", "detail": [{"Type": + "repository", "Name": "ubuntu-vm-arm-template", "Action": "pull"}, {"Type": + "repository", "Name": "ubuntu-vm-arm-template", "Action": "push"}]}]}' + headers: + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive + content-length: + - '302' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 04 Aug 2023 10:08:43 GMT + docker-distribution-api-version: + - registry/2.0 + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + - max-age=31536000; includeSubDomains + www-authenticate: + - Bearer realm="https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/oauth2/token",service="ubuntupublisherubuntuacr2a85970f20.azurecr.io",scope="repository:ubuntu-vm-arm-template:pull,push" + x-content-type-options: + - nosniff + status: + code: 401 + message: Unauthorized +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Service: + - ubuntupublisherubuntuacr2a85970f20.azurecr.io + User-Agent: + - oras-py + method: GET + uri: https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/oauth2/token?service=ubuntupublisherubuntuacr2a85970f20.azurecr.io&scope=repository%3Aubuntu-vm-arm-template%3Apull%2Cpush + response: + body: + string: '{"access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkNPQVU6UERZSDo0SVJYOjM2SEI6TFYzUDpWNFBGOko0NzQ6SzNOSjpPS1JCOlRZQUo6NEc0Szo1Q1NEIn0.eyJqdGkiOiJlOWIzMzVmZC00YzYyLTQ2ZmYtYjYyNi0yYzYwZDhhMGI5NGEiLCJzdWIiOiJ1YnVudHUtdm0tYWNyLW1hbmlmZXN0LTEtMC0wIiwibmJmIjoxNjkxMTQyODIzLCJleHAiOjE2OTExNDQ2MjMsImlhdCI6MTY5MTE0MjgyMywiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoidWJ1bnR1cHVibGlzaGVydWJ1bnR1YWNyMmE4NTk3MGYyMC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6IjdmOTk2Mjc5ZWRkMDRhYmVhOWEyY2ZjMjZjNjY0Mzg5IiwiYWNjZXNzIjpbeyJUeXBlIjoicmVwb3NpdG9yeSIsIk5hbWUiOiJ1YnVudHUtdm0tYXJtLXRlbXBsYXRlIiwiQWN0aW9ucyI6WyJwdWxsIiwicHVzaCJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.yUT5UOB7CKt7dhCUkQjKDGbC2LlWv4evbNwCoRlMo5YkGj71bOod9zlYYngEHjsa-5PUeHUP1UL-au4xlYesTIXWeD3p2467QHMJfEcAfNPttjxQ1ZSBgCHiUfg6516h7oL2Db_ZVc9L_zOrS_xjrplUuU2soD2ZLQkoMraKl7fcf0vV3n74Yq-7sp_vO3bXS0gxxGf6eXD13fHuEdz6dAfzGhOaudFXUSuaSDqiMi5WRrz97lbg2DYF33Kip-U2K5nBarWeLFcs2FFL1CKxL_qj_8zIpjvwPKrNNUZHkUGlKztKgLveK9B159r3jaHVT98sLQ0UcP2Aa23j1s59rw"}' + headers: + connection: + - keep-alive + content-type: + - application/json; charset=utf-8 + date: + - Fri, 04 Aug 2023 10:08:43 GMT + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + x-ms-ratelimit-remaining-calls-per-second: + - '333.3' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/octet-stream + User-Agent: + - python-requests/2.26.0 + method: POST + uri: https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/v2/ubuntu-vm-arm-template/blobs/uploads/ + response: + body: + string: '' + headers: + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive + content-length: + - '0' + date: + - Fri, 04 Aug 2023 10:08:43 GMT + docker-distribution-api-version: + - registry/2.0 + docker-upload-uuid: + - 78492476-2b6d-498d-91e2-d70efc144c61 + location: + - /v2/ubuntu-vm-arm-template/blobs/uploads/78492476-2b6d-498d-91e2-d70efc144c61?_nouploadcache=false&_state=2hjoZP25XuHCMa8t3mnmKLYj3AwLxEY_Qu9o5lNXvkx7Ik5hbWUiOiJ1YnVudHUtdm0tYXJtLXRlbXBsYXRlIiwiVVVJRCI6Ijc4NDkyNDc2LTJiNmQtNDk4ZC05MWUyLWQ3MGVmYzE0NGM2MSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wNFQxMDowODo0My44NDE3NTE2NzhaIn0%3D + range: + - 0-0 + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/octet-stream + User-Agent: + - python-requests/2.26.0 + method: PUT + uri: https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/v2/ubuntu-vm-arm-template/blobs/uploads/78492476-2b6d-498d-91e2-d70efc144c61?_nouploadcache=false&_state=2hjoZP25XuHCMa8t3mnmKLYj3AwLxEY_Qu9o5lNXvkx7Ik5hbWUiOiJ1YnVudHUtdm0tYXJtLXRlbXBsYXRlIiwiVVVJRCI6Ijc4NDkyNDc2LTJiNmQtNDk4ZC05MWUyLWQ3MGVmYzE0NGM2MSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0wOC0wNFQxMDowODo0My44NDE3NTE2NzhaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 + response: + body: + string: '' + headers: + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive + content-length: + - '0' + date: + - Fri, 04 Aug 2023 10:08:44 GMT + docker-content-digest: + - sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 + docker-distribution-api-version: + - registry/2.0 + location: + - /v2/ubuntu-vm-arm-template/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 + server: + - openresty + strict-transport-security: + - max-age=31536000; includeSubDomains + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 201 + message: Created +- request: + body: '{"schemaVersion": 2, "mediaType": "application/vnd.oci.image.manifest.v1+json", + "config": {"mediaType": "application/vnd.unknown.config.v1+json", "size": 0, + "digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"}, + "layers": [{"mediaType": "application/vnd.oci.image.layer.v1.tar", "size": 3591, + "digest": "sha256:e71bf56543dc33dc8e550a0c574efe9a4875754a4ddf74347e448dec2462798b", + "annotations": {"org.opencontainers.image.title": "ubuntu_template.json"}}], + "annotations": {}}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '504' + Content-Type: + - application/vnd.oci.image.manifest.v1+json + User-Agent: + - python-requests/2.26.0 + method: PUT + uri: https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/v2/ubuntu-vm-arm-template/manifests/1.0.0 + response: + body: + string: '{"errors": [{"code": "UNAUTHORIZED", "message": "authentication required, + visit https://aka.ms/acr/authorization for more information.", "detail": [{"Type": + "repository", "Name": "ubuntu-vm-arm-template", "Action": "pull"}, {"Type": + "repository", "Name": "ubuntu-vm-arm-template", "Action": "push"}]}]}' headers: - cache-control: - - no-cache + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive content-length: - - '453' + - '302' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:37:38 GMT - expires: - - '-1' - pragma: - - no-cache + - Fri, 04 Aug 2023 10:08:44 GMT + docker-distribution-api-version: + - registry/2.0 + server: + - openresty strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + - max-age=31536000; includeSubDomains + www-authenticate: + - Bearer realm="https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/oauth2/token",service="ubuntupublisherubuntuacr2a85970f20.azurecr.io",scope="repository:ubuntu-vm-arm-template:pull,push" x-content-type-options: - nosniff - x-ms-build-version: - - 1.0.02386.1640 - x-ms-providerhub-traffic: - - 'True' - x-ms-ratelimit-remaining-subscription-writes: - - '1199' status: - code: 200 - message: OK + code: 401 + message: Unauthorized - request: body: null headers: @@ -3130,111 +3818,89 @@ interactions: - application/json Accept-Encoding: - gzip, deflate - CommandName: - - aosm nfd publish Connection: - keep-alive - ParameterSetName: - - -f --definition-type + Service: + - ubuntupublisherubuntuacr2a85970f20.azurecr.io User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + - oras-py method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0?api-version=2023-04-01-preview + uri: https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/oauth2/token?service=ubuntupublisherubuntuacr2a85970f20.azurecr.io&scope=repository%3Aubuntu-vm-arm-template%3Apull%2Cpush response: body: - string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0", - "name": "ubuntu-vm-acr-manifest-1-0-0", "type": "microsoft.hybridnetwork/publishers/artifactstores/artifactmanifests", - "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", - "createdByType": "User", "createdAt": "2023-07-31T11:35:35.6410976Z", "lastModifiedBy": - "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": - "2023-07-31T11:35:35.6410976Z"}, "properties": {"artifacts": [{"artifactName": - "ubuntu-vm-arm-template", "artifactType": "ArmTemplate", "artifactVersion": - "1.0.0"}], "artifactManifestState": "Uploading", "provisioningState": "Succeeded"}}' + string: '{"access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkNPQVU6UERZSDo0SVJYOjM2SEI6TFYzUDpWNFBGOko0NzQ6SzNOSjpPS1JCOlRZQUo6NEc0Szo1Q1NEIn0.eyJqdGkiOiI3NTQ5M2MyMy1kNzVkLTQxNzctOWVkNC1kNTY2ZmJhNTVjYTAiLCJzdWIiOiJ1YnVudHUtdm0tYWNyLW1hbmlmZXN0LTEtMC0wIiwibmJmIjoxNjkxMTQyODI0LCJleHAiOjE2OTExNDQ2MjQsImlhdCI6MTY5MTE0MjgyNCwiaXNzIjoiQXp1cmUgQ29udGFpbmVyIFJlZ2lzdHJ5IiwiYXVkIjoidWJ1bnR1cHVibGlzaGVydWJ1bnR1YWNyMmE4NTk3MGYyMC5henVyZWNyLmlvIiwidmVyc2lvbiI6IjIuMCIsInJpZCI6IjdmOTk2Mjc5ZWRkMDRhYmVhOWEyY2ZjMjZjNjY0Mzg5IiwiYWNjZXNzIjpbeyJUeXBlIjoicmVwb3NpdG9yeSIsIk5hbWUiOiJ1YnVudHUtdm0tYXJtLXRlbXBsYXRlIiwiQWN0aW9ucyI6WyJwdWxsIiwicHVzaCJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.xeM3UG6uFHBEcg16Jom3xSAjOAQk0mLWXVYcSufqIkveftNo722dqdzchiXFWTQeuogvZR0KTo_bifILX8p-Bk15eKVxtW72Ld7rSLlKGLOFxxMRaGsnJDnGz7xnfiDTspMcgELsXbsq_A9AoPus4Tl93Jn8BrY7xLLetJWvmx3tUw5IQ3PskHs1c8cdeZsWerVhbCABwqTv12TdHv_-F6EZe85fcP6Eow5JGK4v1cScwTbKPgDX5tkXH5OIXD-2dCSQ1hyO6X0qSko5ODhYnNhDkKLFJE3oW_ovpnyDQXlcpXnOmJ7hW79sidm6nCA4nCMx92UIqgyh6G2EXHt2BA"}' headers: - cache-control: - - no-cache - content-length: - - '841' + connection: + - keep-alive content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:37:38 GMT - etag: - - '"a3005579-0000-0c00-0000-64c79c980000"' - expires: - - '-1' - pragma: - - no-cache + - Fri, 04 Aug 2023 10:08:44 GMT + server: + - openresty strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-providerhub-traffic: - - 'True' + x-ms-ratelimit-remaining-calls-per-second: + - '333.283333' status: code: 200 message: OK - request: - body: null + body: '{"schemaVersion": 2, "mediaType": "application/vnd.oci.image.manifest.v1+json", + "config": {"mediaType": "application/vnd.unknown.config.v1+json", "size": 0, + "digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"}, + "layers": [{"mediaType": "application/vnd.oci.image.layer.v1.tar", "size": 3591, + "digest": "sha256:e71bf56543dc33dc8e550a0c574efe9a4875754a4ddf74347e448dec2462798b", + "annotations": {"org.opencontainers.image.title": "ubuntu_template.json"}}], + "annotations": {}}' headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate - CommandName: - - aosm nfd publish Connection: - keep-alive Content-Length: - - '0' - ParameterSetName: - - -f --definition-type + - '504' + Content-Type: + - application/vnd.oci.image.manifest.v1+json User-Agent: - - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 - (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0/listCredential?api-version=2023-04-01-preview + - python-requests/2.26.0 + method: PUT + uri: https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/v2/ubuntu-vm-arm-template/manifests/1.0.0 response: body: - string: '{"username": "ubuntu-vm-acr-manifest-1-0-0", "acrToken": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "acrServerUrl": "https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io", "repositories": - ["ubuntu-vm-arm-template"], "expiry": "2023-08-01T11:37:39.5637556+00:00", - "credentialType": "AzureContainerRegistryScopedToken"}' + string: '' headers: - cache-control: - - no-cache + access-control-expose-headers: + - Docker-Content-Digest + - WWW-Authenticate + - Link + - X-Ms-Correlation-Request-Id + connection: + - keep-alive content-length: - - '331' - content-type: - - application/json; charset=utf-8 + - '0' date: - - Mon, 31 Jul 2023 11:37:39 GMT - expires: - - '-1' - pragma: - - no-cache + - Fri, 04 Aug 2023 10:08:44 GMT + docker-content-digest: + - sha256:8923fa544da97914212bc9173ec512741d331940e4a2c7b6fbad979657a5c507 + docker-distribution-api-version: + - registry/2.0 + location: + - /v2/ubuntu-vm-arm-template/manifests/sha256:8923fa544da97914212bc9173ec512741d331940e4a2c7b6fbad979657a5c507 + server: + - openresty strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding + - max-age=31536000; includeSubDomains x-content-type-options: - nosniff - x-ms-build-version: - - 1.0.02386.1640 - x-ms-providerhub-traffic: - - 'True' - x-ms-ratelimit-remaining-subscription-writes: - - '1198' status: - code: 200 - message: OK + code: 201 + message: Created - request: body: null headers: @@ -3257,10 +3923,10 @@ interactions: body: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkfunctiondefinitiongroups/ubuntu-vm-nfdg/networkfunctiondefinitionversions/1.0.0", "name": "1.0.0", "type": "microsoft.hybridnetwork/publishers/networkfunctiondefinitiongroups/networkfunctiondefinitionversions", - "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", - "createdByType": "User", "createdAt": "2023-07-31T11:36:10.2300241Z", "lastModifiedBy": + "location": "westcentralus", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-08-04T10:07:08.7079902Z", "lastModifiedBy": "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": - "2023-07-31T11:36:10.2300241Z"}, "properties": {"networkFunctionTemplate": + "2023-08-04T10:07:08.7079902Z"}, "properties": {"networkFunctionTemplate": {"networkFunctionApplications": [{"artifactProfile": {"vhdArtifactProfile": {"vhdName": "ubuntu-vm-vhd", "vhdVersion": "1-0-0"}, "artifactStore": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store"}}, @@ -3280,13 +3946,13 @@ interactions: cache-control: - no-cache content-length: - - '2813' + - '2815' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:37:40 GMT + - Fri, 04 Aug 2023 10:08:45 GMT etag: - - '"7c00a8a0-0000-0c00-0000-64c79cb40000"' + - '"02001013-0000-0600-0000-64cccdd70000"' expires: - '-1' pragma: @@ -3330,7 +3996,7 @@ interactions: content-length: - '0' date: - - Mon, 31 Jul 2023 11:37:40 GMT + - Fri, 04 Aug 2023 10:08:45 GMT expires: - '-1' pragma: @@ -3364,8 +4030,8 @@ interactions: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001", "name": "cli_test_vnf_nsd_000001", "type": "Microsoft.Resources/resourceGroups", "location": "northeurope", "tags": {"product": "azurecli", "cause": "automation", - "test": "test_vnf_nsd_publish_and_delete", "date": "2023-07-31T11:27:22Z", - "module": "aosm", "autoDelete": "true", "expiresOn": "2023-08-30T11:27:21.8745414Z"}, + "test": "test_vnf_nsd_publish_and_delete", "date": "2023-08-04T09:57:26Z", + "module": "aosm", "autoDelete": "true", "expiresOn": "2023-09-03T09:57:26.6943368Z"}, "properties": {"provisioningState": "Succeeded"}}' headers: cache-control: @@ -3375,7 +4041,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:37:40 GMT + - Fri, 04 Aug 2023 10:08:45 GMT expires: - '-1' pragma: @@ -3411,21 +4077,22 @@ interactions: body: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", "name": "ubuntuPublisher", "type": "microsoft.hybridnetwork/publishers", "location": - "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", "createdByType": - "User", "createdAt": "2023-07-31T11:27:22.8341362Z", "lastModifiedBy": "patrykkulik@microsoft.com", - "lastModifiedByType": "User", "lastModifiedAt": "2023-07-31T11:27:22.8341362Z"}, - "properties": {"scope": "Private", "provisioningState": "Succeeded"}}' + "westcentralus", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-08-04T09:57:27.5759914Z", "lastModifiedBy": + "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": + "2023-08-04T09:57:27.5759914Z"}, "properties": {"scope": "Private", "provisioningState": + "Succeeded"}}' headers: cache-control: - no-cache content-length: - - '586' + - '588' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:37:40 GMT + - Fri, 04 Aug 2023 10:08:46 GMT etag: - - '"4f00d244-0000-0c00-0000-64c79aa30000"' + - '"00009208-0000-0600-0000-64cccb910000"' expires: - '-1' pragma: @@ -3465,24 +4132,24 @@ interactions: body: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", "name": "ubuntu-acr", "type": "microsoft.hybridnetwork/publishers/artifactstores", - "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", - "createdByType": "User", "createdAt": "2023-07-31T11:28:53.8178173Z", "lastModifiedBy": + "location": "westcentralus", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-08-04T09:59:01.1104169Z", "lastModifiedBy": "b8ed041c-aa91-418e-8f47-20c70abc2de1", "lastModifiedByType": "Application", - "lastModifiedAt": "2023-07-31T11:36:20.4569888Z"}, "properties": {"storeType": + "lastModifiedAt": "2023-08-04T10:07:19.4492045Z"}, "properties": {"storeType": "AzureContainerRegistry", "replicationStrategy": "SingleReplication", "managedResourceGroupConfiguration": - {"name": "ubuntu-acr-HostedResources-43C4B0F9", "location": "northeurope"}, - "provisioningState": "Succeeded", "storageResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/ubuntu-acr-HostedResources-43C4B0F9/providers/Microsoft.ContainerRegistry/registries/UbuntupublisherUbuntuAcr44004b2a3f"}}' + {"name": "ubuntu-acr-HostedResources-75A05AF0", "location": "westcentralus"}, + "provisioningState": "Succeeded", "storageResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/ubuntu-acr-HostedResources-75A05AF0/providers/Microsoft.ContainerRegistry/registries/UbuntupublisherUbuntuAcr2a85970f20"}}' headers: cache-control: - no-cache content-length: - - '1027' + - '1031' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:37:40 GMT + - Fri, 04 Aug 2023 10:08:46 GMT etag: - - '"49005b36-0000-0c00-0000-64c79cb40000"' + - '"0000fae2-0000-0600-0000-64cccdd70000"' expires: - '-1' pragma: @@ -3501,7 +4168,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "northeurope"}' + body: '{"location": "westcentralus"}' headers: Accept: - application/json @@ -3512,7 +4179,7 @@ interactions: Connection: - keep-alive Content-Length: - - '27' + - '29' Content-Type: - application/json ParameterSetName: @@ -3526,24 +4193,24 @@ interactions: body: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu", "name": "ubuntu", "type": "microsoft.hybridnetwork/publishers/networkservicedesigngroups", - "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", - "createdByType": "User", "createdAt": "2023-07-31T11:37:40.8503371Z", "lastModifiedBy": + "location": "westcentralus", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-08-04T10:08:47.1188312Z", "lastModifiedBy": "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": - "2023-07-31T11:37:40.8503371Z"}, "properties": {"description": null, "provisioningState": + "2023-08-04T10:08:47.1188312Z"}, "properties": {"description": null, "provisioningState": "Accepted"}}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/24b99404-af60-4002-ba6c-82429426eae5*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/a363c00d-7d38-473d-aa04-93fe2c49f44a*98B64A3D8A1F0FF2D7FA6C301A3622F53220F578C530F6C02B9429C7FFE188D1?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '638' + - '640' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:37:41 GMT + - Fri, 04 Aug 2023 10:08:48 GMT etag: - - '"56000b5c-0000-0c00-0000-64c79d050000"' + - '"00001f99-0000-0600-0000-64ccce300000"' expires: - '-1' pragma: @@ -3565,7 +4232,7 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: @@ -3578,44 +4245,39 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/24b99404-af60-4002-ba6c-82429426eae5*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71?api-version=2020-01-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-nfdg-nf-acr-manifest-1-0-0?api-version=2023-04-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/24b99404-af60-4002-ba6c-82429426eae5*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71", - "name": "24b99404-af60-4002-ba6c-82429426eae5*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71", - "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu", - "status": "Accepted", "startTime": "2023-07-31T11:37:41.5542726Z"}' + string: '{"error": {"code": "ResourceNotFound", "message": "The Resource ''Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-nfdg-nf-acr-manifest-1-0-0'' + under resource group ''cli_test_vnf_nsd_000001'' was not found. For more details + please go to https://aka.ms/ARMResourceNotFoundFix"}}' headers: cache-control: - no-cache content-length: - - '569' + - '330' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:37:41 GMT - etag: - - '"2900ff88-0000-0c00-0000-64c79d050000"' + - Fri, 04 Aug 2023 10:08:48 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff + x-ms-failure-cause: + - gateway status: - code: 200 - message: OK + code: 404 + message: Not Found - request: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -3628,58 +4290,64 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0?api-version=2023-04-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/a363c00d-7d38-473d-aa04-93fe2c49f44a*98B64A3D8A1F0FF2D7FA6C301A3622F53220F578C530F6C02B9429C7FFE188D1?api-version=2020-01-01-preview response: body: - string: '{"error": {"code": "ResourceNotFound", "message": "The Resource ''Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0'' - under resource group ''cli_test_vnf_nsd_000001'' was not found. For more details - please go to https://aka.ms/ARMResourceNotFoundFix"}}' + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/a363c00d-7d38-473d-aa04-93fe2c49f44a*98B64A3D8A1F0FF2D7FA6C301A3622F53220F578C530F6C02B9429C7FFE188D1", + "name": "a363c00d-7d38-473d-aa04-93fe2c49f44a*98B64A3D8A1F0FF2D7FA6C301A3622F53220F578C530F6C02B9429C7FFE188D1", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu", + "status": "Accepted", "startTime": "2023-08-04T10:08:47.9823611Z"}' headers: cache-control: - no-cache content-length: - - '326' + - '571' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:37:41 GMT + - Fri, 04 Aug 2023 10:08:48 GMT + etag: + - '"02008a8b-0000-0600-0000-64ccce300000"' expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff - x-ms-failure-cause: - - gateway status: - code: 404 - message: Not Found + code: 200 + message: OK - request: body: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "metadata": {"_generator": {"name": "bicep", "version": - "0.8.9.13224", "templateHash": "6106670278831411745"}}, "parameters": {"location": + "0.8.9.13224", "templateHash": "17545683377380589662"}}, "parameters": {"location": {"type": "string"}, "publisherName": {"type": "string", "metadata": {"description": "Name of an existing publisher, expected to be in the resource group where you deploy the template"}}, "acrArtifactStoreName": {"type": "string", "metadata": {"description": "Name of an existing ACR-backed Artifact Store, deployed under - the publisher."}}, "acrManifestName": {"type": "string", "metadata": {"description": - "Name of the manifest to deploy for the ACR-backed Artifact Store"}}, "armTemplateName": - {"type": "string", "metadata": {"description": "The name under which to store + the publisher."}}, "acrManifestNames": {"type": "array", "metadata": {"description": + "Name of the manifest to deploy for the ACR-backed Artifact Store"}}, "armTemplateNames": + {"type": "array", "metadata": {"description": "The name under which to store the ARM template"}}, "armTemplateVersion": {"type": "string", "metadata": {"description": "The version that you want to name the NFM template artifact, in format A.B.C. e.g. 6.13.0. If testing for development, you can use any numbers you like."}}}, - "resources": [{"type": "Microsoft.Hybridnetwork/publishers/artifactStores/artifactManifests", + "resources": [{"copy": {"name": "acrArtifactManifests", "count": "[length(parameters(''armTemplateNames''))]"}, + "type": "Microsoft.Hybridnetwork/publishers/artifactStores/artifactManifests", "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}/{2}'', parameters(''publisherName''), - parameters(''acrArtifactStoreName''), parameters(''acrManifestName''))]", "location": - "[parameters(''location'')]", "properties": {"artifacts": [{"artifactName": - "[parameters(''armTemplateName'')]", "artifactType": "ArmTemplate", "artifactVersion": - "[parameters(''armTemplateVersion'')]"}]}}]}, "parameters": {"location": {"value": - "northeurope"}, "publisherName": {"value": "ubuntuPublisher"}, "acrArtifactStoreName": - {"value": "ubuntu-acr"}, "acrManifestName": {"value": "ubuntu-nf-nsd-acr-manifest-1-0-0"}, - "armTemplateName": {"value": "ubuntu-vm-nfdg-nfd-artifact"}, "armTemplateVersion": - {"value": "1.0.0"}}, "mode": "Incremental"}}' + parameters(''acrArtifactStoreName''), parameters(''acrManifestNames'')[copyIndex()])]", + "location": "[parameters(''location'')]", "properties": {"artifacts": [{"artifactName": + "[parameters(''armTemplateNames'')[copyIndex()]]", "artifactType": "ArmTemplate", + "artifactVersion": "[parameters(''armTemplateVersion'')]"}]}}]}, "parameters": + {"location": {"value": "westcentralus"}, "publisherName": {"value": "ubuntuPublisher"}, + "acrArtifactStoreName": {"value": "ubuntu-acr"}, "acrManifestNames": {"value": + ["ubuntu-vm-nfdg-nf-acr-manifest-1-0-0"]}, "armTemplateNames": {"value": ["ubuntu-vm-nfdg_nf_artifact"]}, + "armTemplateVersion": {"value": "1.0.0"}}, "mode": "Incremental"}}' headers: Accept: - application/json @@ -3690,7 +4358,7 @@ interactions: Connection: - keep-alive Content-Length: - - '1931' + - '2066' Content-Type: - application/json ParameterSetName: @@ -3701,28 +4369,28 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/validate?api-version=2022-09-01 response: body: - string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803469", - "name": "AOSM_CLI_deployment_1690803469", "type": "Microsoft.Resources/deployments", - "properties": {"templateHash": "6106670278831411745", "parameters": {"location": - {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1691143737", + "name": "AOSM_CLI_deployment_1691143737", "type": "Microsoft.Resources/deployments", + "properties": {"templateHash": "17545683377380589662", "parameters": {"location": + {"type": "String", "value": "westcentralus"}, "publisherName": {"type": "String", "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": - "ubuntu-acr"}, "acrManifestName": {"type": "String", "value": "ubuntu-nf-nsd-acr-manifest-1-0-0"}, - "armTemplateName": {"type": "String", "value": "ubuntu-vm-nfdg-nfd-artifact"}, + "ubuntu-acr"}, "acrManifestNames": {"type": "Array", "value": ["ubuntu-vm-nfdg-nf-acr-manifest-1-0-0"]}, + "armTemplateNames": {"type": "Array", "value": ["ubuntu-vm-nfdg_nf_artifact"]}, "armTemplateVersion": {"type": "String", "value": "1.0.0"}}, "mode": "Incremental", "provisioningState": "Succeeded", "timestamp": "0001-01-01T00:00:00Z", "duration": - "PT0S", "correlationId": "6506c80d-5ed2-42cf-bb36-4315a0b2384f", "providers": + "PT0S", "correlationId": "20d4718e-5b06-4484-a705-434d7c49a167", "providers": [{"namespace": "Microsoft.Hybridnetwork", "resourceTypes": [{"resourceType": - "publishers/artifactStores/artifactManifests", "locations": ["northeurope"]}]}], - "dependencies": [], "validatedResources": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0"}]}}' + "publishers/artifactStores/artifactManifests", "locations": ["westcentralus"]}]}], + "dependencies": [], "validatedResources": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-nfdg-nf-acr-manifest-1-0-0"}]}}' headers: cache-control: - no-cache content-length: - - '1366' + - '1382' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:37:48 GMT + - Fri, 04 Aug 2023 10:08:57 GMT expires: - '-1' pragma: @@ -3743,27 +4411,28 @@ interactions: - request: body: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "metadata": {"_generator": {"name": "bicep", "version": - "0.8.9.13224", "templateHash": "6106670278831411745"}}, "parameters": {"location": + "0.8.9.13224", "templateHash": "17545683377380589662"}}, "parameters": {"location": {"type": "string"}, "publisherName": {"type": "string", "metadata": {"description": "Name of an existing publisher, expected to be in the resource group where you deploy the template"}}, "acrArtifactStoreName": {"type": "string", "metadata": {"description": "Name of an existing ACR-backed Artifact Store, deployed under - the publisher."}}, "acrManifestName": {"type": "string", "metadata": {"description": - "Name of the manifest to deploy for the ACR-backed Artifact Store"}}, "armTemplateName": - {"type": "string", "metadata": {"description": "The name under which to store + the publisher."}}, "acrManifestNames": {"type": "array", "metadata": {"description": + "Name of the manifest to deploy for the ACR-backed Artifact Store"}}, "armTemplateNames": + {"type": "array", "metadata": {"description": "The name under which to store the ARM template"}}, "armTemplateVersion": {"type": "string", "metadata": {"description": "The version that you want to name the NFM template artifact, in format A.B.C. e.g. 6.13.0. If testing for development, you can use any numbers you like."}}}, - "resources": [{"type": "Microsoft.Hybridnetwork/publishers/artifactStores/artifactManifests", + "resources": [{"copy": {"name": "acrArtifactManifests", "count": "[length(parameters(''armTemplateNames''))]"}, + "type": "Microsoft.Hybridnetwork/publishers/artifactStores/artifactManifests", "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}/{2}'', parameters(''publisherName''), - parameters(''acrArtifactStoreName''), parameters(''acrManifestName''))]", "location": - "[parameters(''location'')]", "properties": {"artifacts": [{"artifactName": - "[parameters(''armTemplateName'')]", "artifactType": "ArmTemplate", "artifactVersion": - "[parameters(''armTemplateVersion'')]"}]}}]}, "parameters": {"location": {"value": - "northeurope"}, "publisherName": {"value": "ubuntuPublisher"}, "acrArtifactStoreName": - {"value": "ubuntu-acr"}, "acrManifestName": {"value": "ubuntu-nf-nsd-acr-manifest-1-0-0"}, - "armTemplateName": {"value": "ubuntu-vm-nfdg-nfd-artifact"}, "armTemplateVersion": - {"value": "1.0.0"}}, "mode": "Incremental"}}' + parameters(''acrArtifactStoreName''), parameters(''acrManifestNames'')[copyIndex()])]", + "location": "[parameters(''location'')]", "properties": {"artifacts": [{"artifactName": + "[parameters(''armTemplateNames'')[copyIndex()]]", "artifactType": "ArmTemplate", + "artifactVersion": "[parameters(''armTemplateVersion'')]"}]}}]}, "parameters": + {"location": {"value": "westcentralus"}, "publisherName": {"value": "ubuntuPublisher"}, + "acrArtifactStoreName": {"value": "ubuntu-acr"}, "acrManifestNames": {"value": + ["ubuntu-vm-nfdg-nf-acr-manifest-1-0-0"]}, "armTemplateNames": {"value": ["ubuntu-vm-nfdg_nf_artifact"]}, + "armTemplateVersion": {"value": "1.0.0"}}, "mode": "Incremental"}}' headers: Accept: - application/json @@ -3774,7 +4443,7 @@ interactions: Connection: - keep-alive Content-Length: - - '1931' + - '2066' Content-Type: - application/json ParameterSetName: @@ -3785,30 +4454,30 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 response: body: - string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803469", - "name": "AOSM_CLI_deployment_1690803469", "type": "Microsoft.Resources/deployments", - "properties": {"templateHash": "6106670278831411745", "parameters": {"location": - {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1691143737", + "name": "AOSM_CLI_deployment_1691143737", "type": "Microsoft.Resources/deployments", + "properties": {"templateHash": "17545683377380589662", "parameters": {"location": + {"type": "String", "value": "westcentralus"}, "publisherName": {"type": "String", "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": - "ubuntu-acr"}, "acrManifestName": {"type": "String", "value": "ubuntu-nf-nsd-acr-manifest-1-0-0"}, - "armTemplateName": {"type": "String", "value": "ubuntu-vm-nfdg-nfd-artifact"}, + "ubuntu-acr"}, "acrManifestNames": {"type": "Array", "value": ["ubuntu-vm-nfdg-nf-acr-manifest-1-0-0"]}, + "armTemplateNames": {"type": "Array", "value": ["ubuntu-vm-nfdg_nf_artifact"]}, "armTemplateVersion": {"type": "String", "value": "1.0.0"}}, "mode": "Incremental", - "provisioningState": "Accepted", "timestamp": "2023-07-31T11:37:49.4103277Z", - "duration": "PT0.0003006S", "correlationId": "8cf42b0b-1435-409a-a3f0-895ab0291293", + "provisioningState": "Accepted", "timestamp": "2023-08-04T10:08:59.4989711Z", + "duration": "PT0.0007956S", "correlationId": "55441b96-50da-4c0c-9187-c00ed8640a30", "providers": [{"namespace": "Microsoft.Hybridnetwork", "resourceTypes": [{"resourceType": - "publishers/artifactStores/artifactManifests", "locations": ["northeurope"]}]}], + "publishers/artifactStores/artifactManifests", "locations": ["westcentralus"]}]}], "dependencies": []}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803469/operationStatuses/08585108034162800306?api-version=2022-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1691143737/operationStatuses/08585104631463591909?api-version=2022-09-01 cache-control: - no-cache content-length: - - '1117' + - '1129' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:37:49 GMT + - Fri, 04 Aug 2023 10:08:58 GMT expires: - '-1' pragma: @@ -3838,7 +4507,7 @@ interactions: User-Agent: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585108034162800306?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585104631463591909?api-version=2022-09-01 response: body: string: '{"status": "Accepted"}' @@ -3850,7 +4519,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:37:49 GMT + - Fri, 04 Aug 2023 10:08:58 GMT expires: - '-1' pragma: @@ -3881,25 +4550,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/24b99404-af60-4002-ba6c-82429426eae5*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/a363c00d-7d38-473d-aa04-93fe2c49f44a*98B64A3D8A1F0FF2D7FA6C301A3622F53220F578C530F6C02B9429C7FFE188D1?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/24b99404-af60-4002-ba6c-82429426eae5*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71", - "name": "24b99404-af60-4002-ba6c-82429426eae5*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/a363c00d-7d38-473d-aa04-93fe2c49f44a*98B64A3D8A1F0FF2D7FA6C301A3622F53220F578C530F6C02B9429C7FFE188D1", + "name": "a363c00d-7d38-473d-aa04-93fe2c49f44a*98B64A3D8A1F0FF2D7FA6C301A3622F53220F578C530F6C02B9429C7FFE188D1", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu", - "status": "Succeeded", "startTime": "2023-07-31T11:37:41.5542726Z", "endTime": - "2023-07-31T11:37:43.2290885Z", "properties": null}' + "status": "Succeeded", "startTime": "2023-08-04T10:08:47.9823611Z", "endTime": + "2023-08-04T10:08:49.5964664Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '633' + - '635' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:38:12 GMT + - Fri, 04 Aug 2023 10:09:18 GMT etag: - - '"29000f89-0000-0c00-0000-64c79d070000"' + - '"02008b8b-0000-0600-0000-64ccce310000"' expires: - '-1' pragma: @@ -3937,22 +4606,22 @@ interactions: body: string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu", "name": "ubuntu", "type": "microsoft.hybridnetwork/publishers/networkservicedesigngroups", - "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", - "createdByType": "User", "createdAt": "2023-07-31T11:37:40.8503371Z", "lastModifiedBy": + "location": "westcentralus", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-08-04T10:08:47.1188312Z", "lastModifiedBy": "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": - "2023-07-31T11:37:40.8503371Z"}, "properties": {"description": null, "provisioningState": + "2023-08-04T10:08:47.1188312Z"}, "properties": {"description": null, "provisioningState": "Succeeded"}}' headers: cache-control: - no-cache content-length: - - '639' + - '641' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:38:12 GMT + - Fri, 04 Aug 2023 10:09:19 GMT etag: - - '"5600245c-0000-0c00-0000-64c79d070000"' + - '"00002099-0000-0600-0000-64ccce310000"' expires: - '-1' pragma: @@ -3986,7 +4655,7 @@ interactions: User-Agent: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585108034162800306?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585104631463591909?api-version=2022-09-01 response: body: string: '{"status": "Succeeded"}' @@ -3998,7 +4667,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:38:19 GMT + - Fri, 04 Aug 2023 10:09:29 GMT expires: - '-1' pragma: @@ -4031,28 +4700,28 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 response: body: - string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803469", - "name": "AOSM_CLI_deployment_1690803469", "type": "Microsoft.Resources/deployments", - "properties": {"templateHash": "6106670278831411745", "parameters": {"location": - {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1691143737", + "name": "AOSM_CLI_deployment_1691143737", "type": "Microsoft.Resources/deployments", + "properties": {"templateHash": "17545683377380589662", "parameters": {"location": + {"type": "String", "value": "westcentralus"}, "publisherName": {"type": "String", "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": - "ubuntu-acr"}, "acrManifestName": {"type": "String", "value": "ubuntu-nf-nsd-acr-manifest-1-0-0"}, - "armTemplateName": {"type": "String", "value": "ubuntu-vm-nfdg-nfd-artifact"}, + "ubuntu-acr"}, "acrManifestNames": {"type": "Array", "value": ["ubuntu-vm-nfdg-nf-acr-manifest-1-0-0"]}, + "armTemplateNames": {"type": "Array", "value": ["ubuntu-vm-nfdg_nf_artifact"]}, "armTemplateVersion": {"type": "String", "value": "1.0.0"}}, "mode": "Incremental", - "provisioningState": "Succeeded", "timestamp": "2023-07-31T11:38:06.5691661Z", - "duration": "PT17.159139S", "correlationId": "8cf42b0b-1435-409a-a3f0-895ab0291293", + "provisioningState": "Succeeded", "timestamp": "2023-08-04T10:09:19.5726267Z", + "duration": "PT20.0744512S", "correlationId": "55441b96-50da-4c0c-9187-c00ed8640a30", "providers": [{"namespace": "Microsoft.Hybridnetwork", "resourceTypes": [{"resourceType": - "publishers/artifactStores/artifactManifests", "locations": ["northeurope"]}]}], - "dependencies": [], "outputResources": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0"}]}}' + "publishers/artifactStores/artifactManifests", "locations": ["westcentralus"]}]}], + "dependencies": [], "outputResources": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-nfdg-nf-acr-manifest-1-0-0"}]}}' headers: cache-control: - no-cache content-length: - - '1379' + - '1396' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:38:19 GMT + - Fri, 04 Aug 2023 10:09:29 GMT expires: - '-1' pragma: @@ -4069,7 +4738,7 @@ interactions: - request: body: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "metadata": {"_generator": {"name": "bicep", "version": - "0.8.9.13224", "templateHash": "8644219881325594670"}}, "parameters": {"location": + "0.8.9.13224", "templateHash": "5575727561962422040"}}, "parameters": {"location": {"type": "string"}, "publisherName": {"type": "string", "metadata": {"description": "Name of an existing publisher, expected to be in the resource group where you deploy the template"}}, "acrArtifactStoreName": {"type": "string", "metadata": @@ -4078,27 +4747,24 @@ interactions: "Name of an existing Network Service Design Group"}}, "nsDesignVersion": {"type": "string", "metadata": {"description": "The version of the NSDV you want to create, in format A.B.C"}}, "nfviSiteName": {"type": "string", "defaultValue": "ubuntu_NFVI", - "metadata": {"description": "Name of the nfvi site"}}, "armTemplateVersion": - {"type": "string", "defaultValue": "1.0.0", "metadata": {"description": "The - version that you want to name the NF template artifact, in format A.B.C. e.g. - 6.13.0. If testing for development, you can use any numbers you like."}}}, "variables": - {"$fxv#0": {"$schema": "https://json-schema.org/draft-07/schema#", "title": - "ubuntu_ConfigGroupSchema", "type": "object", "properties": {"ubuntu-vm-nfdg": - {"type": "object", "properties": {"deploymentParameters": {"type": "object", - "properties": {"location": {"type": "string"}, "subnetName": {"type": "string"}, - "ubuntuVmName": {"type": "string"}, "virtualNetworkId": {"type": "string"}, - "sshPublicKeyAdmin": {"type": "string"}}}, "ubuntu_vm_nfdg_nfd_version": {"type": - "string", "description": "The version of the ubuntu-vm-nfdg NFD to use. This - version must be compatible with (have the same parameters exposed as) 1.0.0."}}, - "required": ["deploymentParameters", "ubuntu_vm_nfdg_nfd_version"]}, "managedIdentity": - {"type": "string", "description": "The managed identity to use to deploy NFs - within this SNS. This should be of the form ''/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. If + "metadata": {"description": "Name of the nfvi site"}}}, "variables": {"$fxv#0": + {"$schema": "https://json-schema.org/draft-07/schema#", "title": "ubuntu_ConfigGroupSchema", + "type": "object", "properties": {"ubuntu-vm-nfdg": {"type": "object", "properties": + {"deploymentParameters": {"type": "object", "properties": {"location": {"type": + "string"}, "subnetName": {"type": "string"}, "ubuntuVmName": {"type": "string"}, + "virtualNetworkId": {"type": "string"}, "sshPublicKeyAdmin": {"type": "string"}}}, + "ubuntu_vm_nfdg_nfd_version": {"type": "string", "description": "The version + of the ubuntu-vm-nfdg NFD to use. This version must be compatible with (have + the same parameters exposed as) ubuntu-vm-nfdg."}}, "required": ["deploymentParameters", + "ubuntu_vm_nfdg_nfd_version"]}, "managedIdentity": {"type": "string", "description": + "The managed identity to use to deploy NFs within this SNS. This should be + of the form ''/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. If you wish to use a system assigned identity, set this to a blank string."}}, "required": ["ubuntu-vm-nfdg", "managedIdentity"]}, "$fxv#1": {"deploymentParameters": - "[[{configurationparameters(''ubuntu_ConfigGroupSchema'').ubuntu-vm-nfdg.deploymentParameters}]", + ["{configurationparameters(''ubuntu_ConfigGroupSchema'').ubuntu-vm-nfdg.deploymentParameters}"], "ubuntu_vm_nfdg_nfd_version": "{configurationparameters(''ubuntu_ConfigGroupSchema'').ubuntu-vm-nfdg.ubuntu_vm_nfdg_nfd_version}", - "managedIdentity": "{configurationparameters(''ubuntu_ConfigGroupSchema'').managedIdentity}"}, - "armTemplateName": "ubuntu-vm-nfdg-nfd-artifact"}, "resources": [{"type": "Microsoft.Hybridnetwork/publishers/configurationGroupSchemas", + "managedIdentity": "{configurationparameters(''ubuntu_ConfigGroupSchema'').managedIdentity}"}}, + "resources": [{"type": "Microsoft.Hybridnetwork/publishers/configurationGroupSchemas", "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}'', parameters(''publisherName''), ''ubuntu_ConfigGroupSchema'')]", "location": "[parameters(''location'')]", "properties": {"schemaDefinition": "[string(variables(''$fxv#0''))]"}}, {"type": "Microsoft.Hybridnetwork/publishers/networkservicedesigngroups/networkservicedesignversions", @@ -4109,18 +4775,18 @@ interactions: {"id": "[resourceId(''Microsoft.Hybridnetwork/publishers/configurationGroupSchemas'', parameters(''publisherName''), ''ubuntu_ConfigGroupSchema'')]"}}, "nfvisFromSite": {"nfvi1": {"name": "[parameters(''nfviSiteName'')]", "type": "AzureCore"}}, - "resourceElementTemplates": [{"name": "ubuntu-resource-element", "type": "NetworkFunctionDefinition", - "configuration": {"artifactProfile": {"artifactStoreReference": {"id": "[resourceId(''Microsoft.HybridNetwork/publishers/artifactStores'', - parameters(''publisherName''), parameters(''acrArtifactStoreName''))]"}, "artifactName": - "[variables(''armTemplateName'')]", "artifactVersion": "[parameters(''armTemplateVersion'')]"}, - "templateType": "ArmTemplate", "parameterValues": "[string(variables(''$fxv#1''))]"}, - "dependsOnProfile": {"installDependsOn": [], "uninstallDependsOn": [], "updateDependsOn": - []}}]}, "dependsOn": ["[resourceId(''Microsoft.Hybridnetwork/publishers/configurationGroupSchemas'', + "resourceElementTemplates": [{"name": "ubuntu-vm-nfdg_nf_artifact_resource_element", + "type": "NetworkFunctionDefinition", "configuration": {"artifactProfile": {"artifactStoreReference": + {"id": "[resourceId(''Microsoft.HybridNetwork/publishers/artifactStores'', parameters(''publisherName''), + parameters(''acrArtifactStoreName''))]"}, "artifactName": "ubuntu-vm-nfdg_nf_artifact", + "artifactVersion": "1.0.0"}, "templateType": "ArmTemplate", "parameterValues": + "[string(variables(''$fxv#1''))]"}, "dependsOnProfile": {"installDependsOn": + [], "uninstallDependsOn": [], "updateDependsOn": []}}]}, "dependsOn": ["[resourceId(''Microsoft.Hybridnetwork/publishers/configurationGroupSchemas'', parameters(''publisherName''), ''ubuntu_ConfigGroupSchema'')]"]}]}, "parameters": - {"location": {"value": "northeurope"}, "publisherName": {"value": "ubuntuPublisher"}, + {"location": {"value": "westcentralus"}, "publisherName": {"value": "ubuntuPublisher"}, "acrArtifactStoreName": {"value": "ubuntu-acr"}, "nsDesignGroup": {"value": "ubuntu"}, "nsDesignVersion": {"value": "1.0.0"}, "nfviSiteName": {"value": - "ubuntu_NFVI"}, "armTemplateVersion": {"value": "1.0.0"}}, "mode": "Incremental"}}' + "ubuntu_NFVI"}}, "mode": "Incremental"}}' headers: Accept: - application/json @@ -4131,7 +4797,7 @@ interactions: Connection: - keep-alive Content-Length: - - '4876' + - '4530' Content-Type: - application/json ParameterSetName: @@ -4142,20 +4808,20 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/validate?api-version=2022-09-01 response: body: - string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803507", - "name": "AOSM_CLI_deployment_1690803507", "type": "Microsoft.Resources/deployments", - "properties": {"templateHash": "8644219881325594670", "parameters": {"location": - {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1691143778", + "name": "AOSM_CLI_deployment_1691143778", "type": "Microsoft.Resources/deployments", + "properties": {"templateHash": "5575727561962422040", "parameters": {"location": + {"type": "String", "value": "westcentralus"}, "publisherName": {"type": "String", "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": "ubuntu-acr"}, "nsDesignGroup": {"type": "String", "value": "ubuntu"}, "nsDesignVersion": {"type": "String", "value": "1.0.0"}, "nfviSiteName": {"type": "String", "value": - "ubuntu_NFVI"}, "armTemplateVersion": {"type": "String", "value": "1.0.0"}}, - "mode": "Incremental", "provisioningState": "Succeeded", "timestamp": "0001-01-01T00:00:00Z", - "duration": "PT0S", "correlationId": "5d1ec2c8-7305-4213-ab8c-5ac686787dbd", - "providers": [{"namespace": "Microsoft.Hybridnetwork", "resourceTypes": [{"resourceType": - "publishers/configurationGroupSchemas", "locations": ["northeurope"]}, {"resourceType": - "publishers/networkservicedesigngroups/networkservicedesignversions", "locations": - ["northeurope"]}]}], "dependencies": [{"dependsOn": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema", + "ubuntu_NFVI"}}, "mode": "Incremental", "provisioningState": "Succeeded", + "timestamp": "0001-01-01T00:00:00Z", "duration": "PT0S", "correlationId": + "6e611209-d741-4b8f-8b19-b1a16e2cf545", "providers": [{"namespace": "Microsoft.Hybridnetwork", + "resourceTypes": [{"resourceType": "publishers/configurationGroupSchemas", + "locations": ["westcentralus"]}, {"resourceType": "publishers/networkservicedesigngroups/networkservicedesignversions", + "locations": ["westcentralus"]}]}], "dependencies": [{"dependsOn": [{"id": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema", "resourceType": "Microsoft.Hybridnetwork/publishers/configurationGroupSchemas", "resourceName": "ubuntuPublisher/ubuntu_ConfigGroupSchema"}], "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkservicedesigngroups/ubuntu/networkservicedesignversions/1.0.0", "resourceType": "Microsoft.Hybridnetwork/publishers/networkservicedesigngroups/networkservicedesignversions", @@ -4166,11 +4832,11 @@ interactions: cache-control: - no-cache content-length: - - '2450' + - '2396' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:38:26 GMT + - Fri, 04 Aug 2023 10:09:38 GMT expires: - '-1' pragma: @@ -4191,7 +4857,7 @@ interactions: - request: body: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "metadata": {"_generator": {"name": "bicep", "version": - "0.8.9.13224", "templateHash": "8644219881325594670"}}, "parameters": {"location": + "0.8.9.13224", "templateHash": "5575727561962422040"}}, "parameters": {"location": {"type": "string"}, "publisherName": {"type": "string", "metadata": {"description": "Name of an existing publisher, expected to be in the resource group where you deploy the template"}}, "acrArtifactStoreName": {"type": "string", "metadata": @@ -4200,27 +4866,24 @@ interactions: "Name of an existing Network Service Design Group"}}, "nsDesignVersion": {"type": "string", "metadata": {"description": "The version of the NSDV you want to create, in format A.B.C"}}, "nfviSiteName": {"type": "string", "defaultValue": "ubuntu_NFVI", - "metadata": {"description": "Name of the nfvi site"}}, "armTemplateVersion": - {"type": "string", "defaultValue": "1.0.0", "metadata": {"description": "The - version that you want to name the NF template artifact, in format A.B.C. e.g. - 6.13.0. If testing for development, you can use any numbers you like."}}}, "variables": - {"$fxv#0": {"$schema": "https://json-schema.org/draft-07/schema#", "title": - "ubuntu_ConfigGroupSchema", "type": "object", "properties": {"ubuntu-vm-nfdg": - {"type": "object", "properties": {"deploymentParameters": {"type": "object", - "properties": {"location": {"type": "string"}, "subnetName": {"type": "string"}, - "ubuntuVmName": {"type": "string"}, "virtualNetworkId": {"type": "string"}, - "sshPublicKeyAdmin": {"type": "string"}}}, "ubuntu_vm_nfdg_nfd_version": {"type": - "string", "description": "The version of the ubuntu-vm-nfdg NFD to use. This - version must be compatible with (have the same parameters exposed as) 1.0.0."}}, - "required": ["deploymentParameters", "ubuntu_vm_nfdg_nfd_version"]}, "managedIdentity": - {"type": "string", "description": "The managed identity to use to deploy NFs - within this SNS. This should be of the form ''/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. If + "metadata": {"description": "Name of the nfvi site"}}}, "variables": {"$fxv#0": + {"$schema": "https://json-schema.org/draft-07/schema#", "title": "ubuntu_ConfigGroupSchema", + "type": "object", "properties": {"ubuntu-vm-nfdg": {"type": "object", "properties": + {"deploymentParameters": {"type": "object", "properties": {"location": {"type": + "string"}, "subnetName": {"type": "string"}, "ubuntuVmName": {"type": "string"}, + "virtualNetworkId": {"type": "string"}, "sshPublicKeyAdmin": {"type": "string"}}}, + "ubuntu_vm_nfdg_nfd_version": {"type": "string", "description": "The version + of the ubuntu-vm-nfdg NFD to use. This version must be compatible with (have + the same parameters exposed as) ubuntu-vm-nfdg."}}, "required": ["deploymentParameters", + "ubuntu_vm_nfdg_nfd_version"]}, "managedIdentity": {"type": "string", "description": + "The managed identity to use to deploy NFs within this SNS. This should be + of the form ''/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. If you wish to use a system assigned identity, set this to a blank string."}}, "required": ["ubuntu-vm-nfdg", "managedIdentity"]}, "$fxv#1": {"deploymentParameters": - "[[{configurationparameters(''ubuntu_ConfigGroupSchema'').ubuntu-vm-nfdg.deploymentParameters}]", + ["{configurationparameters(''ubuntu_ConfigGroupSchema'').ubuntu-vm-nfdg.deploymentParameters}"], "ubuntu_vm_nfdg_nfd_version": "{configurationparameters(''ubuntu_ConfigGroupSchema'').ubuntu-vm-nfdg.ubuntu_vm_nfdg_nfd_version}", - "managedIdentity": "{configurationparameters(''ubuntu_ConfigGroupSchema'').managedIdentity}"}, - "armTemplateName": "ubuntu-vm-nfdg-nfd-artifact"}, "resources": [{"type": "Microsoft.Hybridnetwork/publishers/configurationGroupSchemas", + "managedIdentity": "{configurationparameters(''ubuntu_ConfigGroupSchema'').managedIdentity}"}}, + "resources": [{"type": "Microsoft.Hybridnetwork/publishers/configurationGroupSchemas", "apiVersion": "2023-04-01-preview", "name": "[format(''{0}/{1}'', parameters(''publisherName''), ''ubuntu_ConfigGroupSchema'')]", "location": "[parameters(''location'')]", "properties": {"schemaDefinition": "[string(variables(''$fxv#0''))]"}}, {"type": "Microsoft.Hybridnetwork/publishers/networkservicedesigngroups/networkservicedesignversions", @@ -4231,18 +4894,18 @@ interactions: {"id": "[resourceId(''Microsoft.Hybridnetwork/publishers/configurationGroupSchemas'', parameters(''publisherName''), ''ubuntu_ConfigGroupSchema'')]"}}, "nfvisFromSite": {"nfvi1": {"name": "[parameters(''nfviSiteName'')]", "type": "AzureCore"}}, - "resourceElementTemplates": [{"name": "ubuntu-resource-element", "type": "NetworkFunctionDefinition", - "configuration": {"artifactProfile": {"artifactStoreReference": {"id": "[resourceId(''Microsoft.HybridNetwork/publishers/artifactStores'', - parameters(''publisherName''), parameters(''acrArtifactStoreName''))]"}, "artifactName": - "[variables(''armTemplateName'')]", "artifactVersion": "[parameters(''armTemplateVersion'')]"}, - "templateType": "ArmTemplate", "parameterValues": "[string(variables(''$fxv#1''))]"}, - "dependsOnProfile": {"installDependsOn": [], "uninstallDependsOn": [], "updateDependsOn": - []}}]}, "dependsOn": ["[resourceId(''Microsoft.Hybridnetwork/publishers/configurationGroupSchemas'', + "resourceElementTemplates": [{"name": "ubuntu-vm-nfdg_nf_artifact_resource_element", + "type": "NetworkFunctionDefinition", "configuration": {"artifactProfile": {"artifactStoreReference": + {"id": "[resourceId(''Microsoft.HybridNetwork/publishers/artifactStores'', parameters(''publisherName''), + parameters(''acrArtifactStoreName''))]"}, "artifactName": "ubuntu-vm-nfdg_nf_artifact", + "artifactVersion": "1.0.0"}, "templateType": "ArmTemplate", "parameterValues": + "[string(variables(''$fxv#1''))]"}, "dependsOnProfile": {"installDependsOn": + [], "uninstallDependsOn": [], "updateDependsOn": []}}]}, "dependsOn": ["[resourceId(''Microsoft.Hybridnetwork/publishers/configurationGroupSchemas'', parameters(''publisherName''), ''ubuntu_ConfigGroupSchema'')]"]}]}, "parameters": - {"location": {"value": "northeurope"}, "publisherName": {"value": "ubuntuPublisher"}, + {"location": {"value": "westcentralus"}, "publisherName": {"value": "ubuntuPublisher"}, "acrArtifactStoreName": {"value": "ubuntu-acr"}, "nsDesignGroup": {"value": "ubuntu"}, "nsDesignVersion": {"value": "1.0.0"}, "nfviSiteName": {"value": - "ubuntu_NFVI"}, "armTemplateVersion": {"value": "1.0.0"}}, "mode": "Incremental"}}' + "ubuntu_NFVI"}}, "mode": "Incremental"}}' headers: Accept: - application/json @@ -4253,7 +4916,7 @@ interactions: Connection: - keep-alive Content-Length: - - '4876' + - '4530' Content-Type: - application/json ParameterSetName: @@ -4264,35 +4927,35 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 response: body: - string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803507", - "name": "AOSM_CLI_deployment_1690803507", "type": "Microsoft.Resources/deployments", - "properties": {"templateHash": "8644219881325594670", "parameters": {"location": - {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1691143778", + "name": "AOSM_CLI_deployment_1691143778", "type": "Microsoft.Resources/deployments", + "properties": {"templateHash": "5575727561962422040", "parameters": {"location": + {"type": "String", "value": "westcentralus"}, "publisherName": {"type": "String", "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": "ubuntu-acr"}, "nsDesignGroup": {"type": "String", "value": "ubuntu"}, "nsDesignVersion": {"type": "String", "value": "1.0.0"}, "nfviSiteName": {"type": "String", "value": - "ubuntu_NFVI"}, "armTemplateVersion": {"type": "String", "value": "1.0.0"}}, - "mode": "Incremental", "provisioningState": "Accepted", "timestamp": "2023-07-31T11:38:26.8491757Z", - "duration": "PT0.0001472S", "correlationId": "3c7426d2-90a7-4ef5-af0a-bbeff28dfb8d", - "providers": [{"namespace": "Microsoft.Hybridnetwork", "resourceTypes": [{"resourceType": - "publishers/configurationGroupSchemas", "locations": ["northeurope"]}, {"resourceType": - "publishers/networkservicedesigngroups/networkservicedesignversions", "locations": - ["northeurope"]}]}], "dependencies": [{"dependsOn": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema", + "ubuntu_NFVI"}}, "mode": "Incremental", "provisioningState": "Accepted", "timestamp": + "2023-08-04T10:09:39.9115817Z", "duration": "PT0.0008361S", "correlationId": + "c85701fb-25a8-4155-b07f-4d7a6e2e6b2a", "providers": [{"namespace": "Microsoft.Hybridnetwork", + "resourceTypes": [{"resourceType": "publishers/configurationGroupSchemas", + "locations": ["westcentralus"]}, {"resourceType": "publishers/networkservicedesigngroups/networkservicedesignversions", + "locations": ["westcentralus"]}]}], "dependencies": [{"dependsOn": [{"id": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema", "resourceType": "Microsoft.Hybridnetwork/publishers/configurationGroupSchemas", "resourceName": "ubuntuPublisher/ubuntu_ConfigGroupSchema"}], "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkservicedesigngroups/ubuntu/networkservicedesignversions/1.0.0", "resourceType": "Microsoft.Hybridnetwork/publishers/networkservicedesigngroups/networkservicedesignversions", "resourceName": "ubuntuPublisher/ubuntu/1.0.0"}]}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803507/operationStatuses/08585108033788295737?api-version=2022-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1691143778/operationStatuses/08585104631058843407?api-version=2022-09-01 cache-control: - no-cache content-length: - - '1995' + - '1941' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:38:26 GMT + - Fri, 04 Aug 2023 10:09:39 GMT expires: - '-1' pragma: @@ -4322,7 +4985,7 @@ interactions: User-Agent: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585108033788295737?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585104631058843407?api-version=2022-09-01 response: body: string: '{"status": "Accepted"}' @@ -4334,7 +4997,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:38:26 GMT + - Fri, 04 Aug 2023 10:09:39 GMT expires: - '-1' pragma: @@ -4364,7 +5027,7 @@ interactions: User-Agent: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585108033788295737?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585104631058843407?api-version=2022-09-01 response: body: string: '{"status": "Running"}' @@ -4376,7 +5039,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:38:57 GMT + - Fri, 04 Aug 2023 10:10:09 GMT expires: - '-1' pragma: @@ -4406,7 +5069,7 @@ interactions: User-Agent: - AZURECLI/2.48.1 azsdk-python-azure-mgmt-resource/22.0.0 Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585108033788295737?api-version=2022-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585104631058843407?api-version=2022-09-01 response: body: string: '{"status": "Succeeded"}' @@ -4418,7 +5081,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:39:26 GMT + - Fri, 04 Aug 2023 10:10:40 GMT expires: - '-1' pragma: @@ -4451,20 +5114,20 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2022-09-01 response: body: - string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1690803507", - "name": "AOSM_CLI_deployment_1690803507", "type": "Microsoft.Resources/deployments", - "properties": {"templateHash": "8644219881325594670", "parameters": {"location": - {"type": "String", "value": "northeurope"}, "publisherName": {"type": "String", + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Resources/deployments/AOSM_CLI_deployment_1691143778", + "name": "AOSM_CLI_deployment_1691143778", "type": "Microsoft.Resources/deployments", + "properties": {"templateHash": "5575727561962422040", "parameters": {"location": + {"type": "String", "value": "westcentralus"}, "publisherName": {"type": "String", "value": "ubuntuPublisher"}, "acrArtifactStoreName": {"type": "String", "value": "ubuntu-acr"}, "nsDesignGroup": {"type": "String", "value": "ubuntu"}, "nsDesignVersion": {"type": "String", "value": "1.0.0"}, "nfviSiteName": {"type": "String", "value": - "ubuntu_NFVI"}, "armTemplateVersion": {"type": "String", "value": "1.0.0"}}, - "mode": "Incremental", "provisioningState": "Succeeded", "timestamp": "2023-07-31T11:39:04.6663837Z", - "duration": "PT37.8173552S", "correlationId": "3c7426d2-90a7-4ef5-af0a-bbeff28dfb8d", - "providers": [{"namespace": "Microsoft.Hybridnetwork", "resourceTypes": [{"resourceType": - "publishers/configurationGroupSchemas", "locations": ["northeurope"]}, {"resourceType": - "publishers/networkservicedesigngroups/networkservicedesignversions", "locations": - ["northeurope"]}]}], "dependencies": [{"dependsOn": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema", + "ubuntu_NFVI"}}, "mode": "Incremental", "provisioningState": "Succeeded", + "timestamp": "2023-08-04T10:10:20.2624803Z", "duration": "PT40.3517347S", + "correlationId": "c85701fb-25a8-4155-b07f-4d7a6e2e6b2a", "providers": [{"namespace": + "Microsoft.Hybridnetwork", "resourceTypes": [{"resourceType": "publishers/configurationGroupSchemas", + "locations": ["westcentralus"]}, {"resourceType": "publishers/networkservicedesigngroups/networkservicedesignversions", + "locations": ["westcentralus"]}]}], "dependencies": [{"dependsOn": [{"id": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema", "resourceType": "Microsoft.Hybridnetwork/publishers/configurationGroupSchemas", "resourceName": "ubuntuPublisher/ubuntu_ConfigGroupSchema"}], "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/networkservicedesigngroups/ubuntu/networkservicedesignversions/1.0.0", "resourceType": "Microsoft.Hybridnetwork/publishers/networkservicedesigngroups/networkservicedesignversions", @@ -4475,11 +5138,11 @@ interactions: cache-control: - no-cache content-length: - - '2464' + - '2410' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:39:26 GMT + - Fri, 04 Aug 2023 10:10:40 GMT expires: - '-1' pragma: @@ -4510,28 +5173,28 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-nfdg-nf-acr-manifest-1-0-0?api-version=2023-04-01-preview response: body: - string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0", - "name": "ubuntu-nf-nsd-acr-manifest-1-0-0", "type": "microsoft.hybridnetwork/publishers/artifactstores/artifactmanifests", - "location": "northeurope", "systemData": {"createdBy": "patrykkulik@microsoft.com", - "createdByType": "User", "createdAt": "2023-07-31T11:37:50.1879375Z", "lastModifiedBy": + string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.Hybridnetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-nfdg-nf-acr-manifest-1-0-0", + "name": "ubuntu-vm-nfdg-nf-acr-manifest-1-0-0", "type": "microsoft.hybridnetwork/publishers/artifactstores/artifactmanifests", + "location": "westcentralus", "systemData": {"createdBy": "patrykkulik@microsoft.com", + "createdByType": "User", "createdAt": "2023-08-04T10:09:00.5946844Z", "lastModifiedBy": "patrykkulik@microsoft.com", "lastModifiedByType": "User", "lastModifiedAt": - "2023-07-31T11:37:50.1879375Z"}, "properties": {"artifacts": [{"artifactName": - "ubuntu-vm-nfdg-nfd-artifact", "artifactType": "ArmTemplate", "artifactVersion": + "2023-08-04T10:09:00.5946844Z"}, "properties": {"artifacts": [{"artifactName": + "ubuntu-vm-nfdg_nf_artifact", "artifactType": "ArmTemplate", "artifactVersion": "1.0.0"}], "artifactManifestState": "Uploading", "provisioningState": "Succeeded"}}' headers: cache-control: - no-cache content-length: - - '854' + - '863' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:39:27 GMT + - Fri, 04 Aug 2023 10:10:39 GMT etag: - - '"a3008799-0000-0c00-0000-64c79d110000"' + - '"0000a15b-0000-0600-0000-64ccce4b0000"' expires: - '-1' pragma: @@ -4568,22 +5231,22 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0/listCredential?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-nfdg-nf-acr-manifest-1-0-0/listCredential?api-version=2023-04-01-preview response: body: - string: '{"username": "ubuntu-nf-nsd-acr-manifest-1-0-0", "acrToken": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", - "acrServerUrl": "https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io", "repositories": - ["ubuntu-vm-nfdg-nfd-artifact"], "expiry": "2023-08-01T11:39:27.9328525+00:00", + string: '{"username": "ubuntu-vm-nfdg-nf-acr-manifest-1-0-0", "acrToken": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", + "acrServerUrl": "https://ubuntupublisherubuntuacr2a85970f20.azurecr.io", "repositories": + ["ubuntu-vm-nfdg_nf_artifact"], "expiry": "2023-08-05T10:10:41.7597378+00:00", "credentialType": "AzureContainerRegistryScopedToken"}' headers: cache-control: - no-cache content-length: - - '340' + - '343' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:39:28 GMT + - Fri, 04 Aug 2023 10:10:41 GMT expires: - '-1' pragma: @@ -4621,13 +5284,13 @@ interactions: User-Agent: - python-requests/2.26.0 method: POST - uri: https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/ + uri: https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/v2/ubuntu-vm-nfdg_nf_artifact/blobs/uploads/ response: body: string: '{"errors": [{"code": "UNAUTHORIZED", "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", "detail": [{"Type": - "repository", "Name": "ubuntu-vm-nfdg-nfd-artifact", "Action": "pull"}, {"Type": - "repository", "Name": "ubuntu-vm-nfdg-nfd-artifact", "Action": "push"}]}]}' + "repository", "Name": "ubuntu-vm-nfdg_nf_artifact", "Action": "pull"}, {"Type": + "repository", "Name": "ubuntu-vm-nfdg_nf_artifact", "Action": "push"}]}]}' headers: access-control-expose-headers: - Docker-Content-Digest @@ -4637,11 +5300,11 @@ interactions: connection: - keep-alive content-length: - - '312' + - '310' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:39:34 GMT + - Fri, 04 Aug 2023 10:10:51 GMT docker-distribution-api-version: - registry/2.0 server: @@ -4650,7 +5313,7 @@ interactions: - max-age=31536000; includeSubDomains - max-age=31536000; includeSubDomains www-authenticate: - - Bearer realm="https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/oauth2/token",service="ubuntupublisherubuntuacr44004b2a3f.azurecr.io",scope="repository:ubuntu-vm-nfdg-nfd-artifact:pull,push" + - Bearer realm="https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/oauth2/token",service="ubuntupublisherubuntuacr2a85970f20.azurecr.io",scope="repository:ubuntu-vm-nfdg_nf_artifact:pull,push" x-content-type-options: - nosniff status: @@ -4666,21 +5329,21 @@ interactions: Connection: - keep-alive Service: - - ubuntupublisherubuntuacr44004b2a3f.azurecr.io + - ubuntupublisherubuntuacr2a85970f20.azurecr.io User-Agent: - oras-py method: GET - uri: https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/oauth2/token?service=ubuntupublisherubuntuacr44004b2a3f.azurecr.io&scope=repository%3Aubuntu-vm-nfdg-nfd-artifact%3Apull%2Cpush + uri: https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/oauth2/token?service=ubuntupublisherubuntuacr2a85970f20.azurecr.io&scope=repository%3Aubuntu-vm-nfdg_nf_artifact%3Apull%2Cpush response: body: - string: '{"access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkNPQVU6UERZSDo0SVJYOjM2SEI6TFYzUDpWNFBGOko0NzQ6SzNOSjpPS1JCOlRZQUo6NEc0Szo1Q1NEIn0.eyJqdGkiOiI3MjJjODA2ZC1lYjI5LTRiMjctOWFlZS04MTNkNmE1MTkxZmIiLCJzdWIiOiJ1YnVudHUtbmYtbnNkLWFjci1tYW5pZmVzdC0xLTAtMCIsIm5iZiI6MTY5MDgwMjY3NCwiZXhwIjoxNjkwODA0NDc0LCJpYXQiOjE2OTA4MDI2NzQsImlzcyI6IkF6dXJlIENvbnRhaW5lciBSZWdpc3RyeSIsImF1ZCI6InVidW50dXB1Ymxpc2hlcnVidW50dWFjcjQ0MDA0YjJhM2YuYXp1cmVjci5pbyIsInZlcnNpb24iOiIyLjAiLCJyaWQiOiIyZTVlMjQwNTE3OTc0MGNmODA2M2EyZmI0ODUyNzBiNiIsImFjY2VzcyI6W3siVHlwZSI6InJlcG9zaXRvcnkiLCJOYW1lIjoidWJ1bnR1LXZtLW5mZGctbmZkLWFydGlmYWN0IiwiQWN0aW9ucyI6WyJwdWxsIiwicHVzaCJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.bxVzN7e4FLk8M_3pIDZ67mZgE7pwexDqCf2VPjhUa0QWel6VP-1An9kRta1RJJHTLZCiZvAkDVaX2Eil9VfrN0CarpZyovNiwMj1a115HsBcR0UY4DdxqlW_1ZnDq86EkQf-3VbV3Duy2FVVQtISJZkxf8xRx1nhoWbYhYw0LQvpLZ5scbcU8OE7OJUp1rM8uULoNFhMgxXoc-Ibqr0jStIWXsfaF7Au9hnTP88cIrtOzCeTDNNbopMn9S4vuDNzpoEpVhaaMOq4Z73fi8ADszj-b-NGn7vAgPerdNUd02_22yPjblqQX4ew9qnNqTeqeEue0PTtTer051oP0XVjSQ"}' + string: '{"access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkNPQVU6UERZSDo0SVJYOjM2SEI6TFYzUDpWNFBGOko0NzQ6SzNOSjpPS1JCOlRZQUo6NEc0Szo1Q1NEIn0.eyJqdGkiOiI5NTQxMmM1Yy1kOTY2LTQ1MDktOGJjOC0yZmUwMzBhZGYwNDIiLCJzdWIiOiJ1YnVudHUtdm0tbmZkZy1uZi1hY3ItbWFuaWZlc3QtMS0wLTAiLCJuYmYiOjE2OTExNDI5NTEsImV4cCI6MTY5MTE0NDc1MSwiaWF0IjoxNjkxMTQyOTUxLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJ1YnVudHVwdWJsaXNoZXJ1YnVudHVhY3IyYTg1OTcwZjIwLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMi4wIiwicmlkIjoiN2Y5OTYyNzllZGQwNGFiZWE5YTJjZmMyNmM2NjQzODkiLCJhY2Nlc3MiOlt7IlR5cGUiOiJyZXBvc2l0b3J5IiwiTmFtZSI6InVidW50dS12bS1uZmRnX25mX2FydGlmYWN0IiwiQWN0aW9ucyI6WyJwdWxsIiwicHVzaCJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.UGzLNfiTJMfBC-FWwX-0UB2pWJ8u-ha7NC33SGBAbWunRabi8Wa3lBECbJzhtnBo5OARwGrxRAolZYg-AmJk6RypRgz_Zj-XbYL3emYpwWWNi6lrg-ZPCnAJ5_1-WBqsbyLamJRgXGsgJmxaa9sMK-6yFYBGr-rhXaMsWZ7bM8uCy-NidgBfkD_mAKuex94uQbpKNFL9vWIoi2Qe20sGN_4zGBlNzNdf9GRbsr4E9LrYUjzc5GLAOELgmlYzcFedMtP2KVft0DfFy-9TvuRq9qI-3m0oGI7vgbX2_efUkHcatf0FkbCVXN_JM07uACU2Bzmq6qZ6WtA36reK2FTSAg"}' headers: connection: - keep-alive content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:39:34 GMT + - Fri, 04 Aug 2023 10:10:51 GMT server: - openresty strict-transport-security: @@ -4708,7 +5371,7 @@ interactions: User-Agent: - python-requests/2.26.0 method: POST - uri: https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/ + uri: https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/v2/ubuntu-vm-nfdg_nf_artifact/blobs/uploads/ response: body: string: '' @@ -4723,13 +5386,13 @@ interactions: content-length: - '0' date: - - Mon, 31 Jul 2023 11:39:34 GMT + - Fri, 04 Aug 2023 10:10:51 GMT docker-distribution-api-version: - registry/2.0 docker-upload-uuid: - - e5d91bd6-cc9d-45d3-9617-6ab04d4ea29b + - 7c2a1e27-23bc-476c-8a17-d39886696c79 location: - - /v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/e5d91bd6-cc9d-45d3-9617-6ab04d4ea29b?_nouploadcache=false&_state=pKIFaZl_ITZYhpqeNZ6AQ7B9CUb3UzS1f4fEemrhpzR7Ik5hbWUiOiJ1YnVudHUtdm0tbmZkZy1uZmQtYXJ0aWZhY3QiLCJVVUlEIjoiZTVkOTFiZDYtY2M5ZC00NWQzLTk2MTctNmFiMDRkNGVhMjliIiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDIzLTA3LTMxVDExOjM5OjM0LjkzNDAwMjYxOFoifQ%3D%3D + - /v2/ubuntu-vm-nfdg_nf_artifact/blobs/uploads/7c2a1e27-23bc-476c-8a17-d39886696c79?_nouploadcache=false&_state=LJjiXknOhxgiTOUh7Hx19btyy7Eaf-7vWRzPEjSKQxl7Ik5hbWUiOiJ1YnVudHUtdm0tbmZkZ19uZl9hcnRpZmFjdCIsIlVVSUQiOiI3YzJhMWUyNy0yM2JjLTQ3NmMtOGExNy1kMzk4ODY2OTZjNzkiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjMtMDgtMDRUMTA6MTA6NTEuNzY3NjAzNjc1WiJ9 range: - 0-0 server: @@ -4746,7 +5409,7 @@ interactions: body: "{\n \"$schema\": \"https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#\",\n \ \"contentVersion\": \"1.0.0.0\",\n \"metadata\": {\n \"_generator\": {\n \"name\": \"bicep\",\n \"version\": \"0.8.9.13224\",\n - \ \"templateHash\": \"4273038016366800716\"\n }\n },\n \"parameters\": + \ \"templateHash\": \"9178335578538463634\"\n }\n },\n \"parameters\": {\n \"publisherName\": {\n \"type\": \"string\",\n \"defaultValue\": \"ubuntuPublisher\",\n \"metadata\": {\n \"description\": \"Publisher where the NFD is published\"\n }\n },\n \"networkFunctionDefinitionGroupName\": @@ -4755,13 +5418,13 @@ interactions: for the Network Function\"\n }\n },\n \"ubuntu_vm_nfdg_nfd_version\": {\n \"type\": \"string\",\n \"metadata\": {\n \"description\": \"NFD version\"\n }\n },\n \"networkFunctionDefinitionOfferingLocation\": - {\n \"type\": \"string\",\n \"defaultValue\": \"northeurope\",\n + {\n \"type\": \"string\",\n \"defaultValue\": \"westcentralus\",\n \ \"metadata\": {\n \"description\": \"Offering location for the Network Function\"\n }\n },\n \"managedIdentity\": {\n \"type\": \"string\",\n \"metadata\": {\n \"description\": \"The managed identity that should be used to create the NF.\"\n }\n \ },\n \"location\": {\n \"type\": \"string\",\n \"defaultValue\": - \"northeurope\"\n },\n \"nfviType\": {\n \"type\": + \"westcentralus\"\n },\n \"nfviType\": {\n \"type\": \"string\",\n \"defaultValue\": \"AzureCore\"\n },\n \"resourceGroupId\": {\n \"type\": \"string\",\n \"defaultValue\": \"[resourceGroup().id]\"\n \ },\n \"deploymentParameters\": {\n \"type\": \"array\"\n @@ -4771,7 +5434,7 @@ interactions: createObject())))]\"\n },\n \"resources\": [\n {\n \"copy\": {\n \"name\": \"nf_resource\",\n \"count\": \"[length(parameters('deploymentParameters'))]\"\n \ },\n \"type\": \"Microsoft.HybridNetwork/networkFunctions\",\n - \ \"apiVersion\": \"2023-04-01-preview\",\n \"name\": \"[format('ubuntu_NF{0}', + \ \"apiVersion\": \"2023-04-01-preview\",\n \"name\": \"[format('ubuntu-vm-nfdg{0}', copyIndex())]\",\n \"location\": \"[parameters('location')]\",\n \ \"identity\": \"[variables('identityObject')]\",\n \"properties\": {\n \"publisherName\": \"[parameters('publisherName')]\",\n \"publisherScope\": @@ -4790,13 +5453,13 @@ interactions: Connection: - keep-alive Content-Length: - - '3330' + - '3339' Content-Type: - application/octet-stream User-Agent: - python-requests/2.26.0 method: PUT - uri: https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/e5d91bd6-cc9d-45d3-9617-6ab04d4ea29b?_nouploadcache=false&_state=pKIFaZl_ITZYhpqeNZ6AQ7B9CUb3UzS1f4fEemrhpzR7Ik5hbWUiOiJ1YnVudHUtdm0tbmZkZy1uZmQtYXJ0aWZhY3QiLCJVVUlEIjoiZTVkOTFiZDYtY2M5ZC00NWQzLTk2MTctNmFiMDRkNGVhMjliIiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDIzLTA3LTMxVDExOjM5OjM0LjkzNDAwMjYxOFoifQ%3D%3D&digest=sha256%3A85cf1d7b7ac8ffbba198d787fccf5ba640c338865bae0d80aed6f2d880f42f4d + uri: https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/v2/ubuntu-vm-nfdg_nf_artifact/blobs/uploads/7c2a1e27-23bc-476c-8a17-d39886696c79?_nouploadcache=false&_state=LJjiXknOhxgiTOUh7Hx19btyy7Eaf-7vWRzPEjSKQxl7Ik5hbWUiOiJ1YnVudHUtdm0tbmZkZ19uZl9hcnRpZmFjdCIsIlVVSUQiOiI3YzJhMWUyNy0yM2JjLTQ3NmMtOGExNy1kMzk4ODY2OTZjNzkiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjMtMDgtMDRUMTA6MTA6NTEuNzY3NjAzNjc1WiJ9&digest=sha256%3A74456c769ca631208db3437888cb962133f504715a93a544577206d00ae07a45 response: body: string: '' @@ -4811,13 +5474,13 @@ interactions: content-length: - '0' date: - - Mon, 31 Jul 2023 11:39:35 GMT + - Fri, 04 Aug 2023 10:10:52 GMT docker-content-digest: - - sha256:85cf1d7b7ac8ffbba198d787fccf5ba640c338865bae0d80aed6f2d880f42f4d + - sha256:74456c769ca631208db3437888cb962133f504715a93a544577206d00ae07a45 docker-distribution-api-version: - registry/2.0 location: - - /v2/ubuntu-vm-nfdg-nfd-artifact/blobs/sha256:85cf1d7b7ac8ffbba198d787fccf5ba640c338865bae0d80aed6f2d880f42f4d + - /v2/ubuntu-vm-nfdg_nf_artifact/blobs/sha256:74456c769ca631208db3437888cb962133f504715a93a544577206d00ae07a45 server: - openresty strict-transport-security: @@ -4844,13 +5507,13 @@ interactions: User-Agent: - python-requests/2.26.0 method: POST - uri: https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/ + uri: https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/v2/ubuntu-vm-nfdg_nf_artifact/blobs/uploads/ response: body: string: '{"errors": [{"code": "UNAUTHORIZED", "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", "detail": [{"Type": - "repository", "Name": "ubuntu-vm-nfdg-nfd-artifact", "Action": "pull"}, {"Type": - "repository", "Name": "ubuntu-vm-nfdg-nfd-artifact", "Action": "push"}]}]}' + "repository", "Name": "ubuntu-vm-nfdg_nf_artifact", "Action": "pull"}, {"Type": + "repository", "Name": "ubuntu-vm-nfdg_nf_artifact", "Action": "push"}]}]}' headers: access-control-expose-headers: - Docker-Content-Digest @@ -4860,11 +5523,11 @@ interactions: connection: - keep-alive content-length: - - '312' + - '310' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:39:35 GMT + - Fri, 04 Aug 2023 10:10:52 GMT docker-distribution-api-version: - registry/2.0 server: @@ -4873,7 +5536,7 @@ interactions: - max-age=31536000; includeSubDomains - max-age=31536000; includeSubDomains www-authenticate: - - Bearer realm="https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/oauth2/token",service="ubuntupublisherubuntuacr44004b2a3f.azurecr.io",scope="repository:ubuntu-vm-nfdg-nfd-artifact:pull,push" + - Bearer realm="https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/oauth2/token",service="ubuntupublisherubuntuacr2a85970f20.azurecr.io",scope="repository:ubuntu-vm-nfdg_nf_artifact:pull,push" x-content-type-options: - nosniff status: @@ -4889,21 +5552,21 @@ interactions: Connection: - keep-alive Service: - - ubuntupublisherubuntuacr44004b2a3f.azurecr.io + - ubuntupublisherubuntuacr2a85970f20.azurecr.io User-Agent: - oras-py method: GET - uri: https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/oauth2/token?service=ubuntupublisherubuntuacr44004b2a3f.azurecr.io&scope=repository%3Aubuntu-vm-nfdg-nfd-artifact%3Apull%2Cpush + uri: https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/oauth2/token?service=ubuntupublisherubuntuacr2a85970f20.azurecr.io&scope=repository%3Aubuntu-vm-nfdg_nf_artifact%3Apull%2Cpush response: body: - string: '{"access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkNPQVU6UERZSDo0SVJYOjM2SEI6TFYzUDpWNFBGOko0NzQ6SzNOSjpPS1JCOlRZQUo6NEc0Szo1Q1NEIn0.eyJqdGkiOiJkY2MyNDYzMy0wYTBmLTQyY2MtODM5OS05MjQwMzNkYzA2OGQiLCJzdWIiOiJ1YnVudHUtbmYtbnNkLWFjci1tYW5pZmVzdC0xLTAtMCIsIm5iZiI6MTY5MDgwMjY3NSwiZXhwIjoxNjkwODA0NDc1LCJpYXQiOjE2OTA4MDI2NzUsImlzcyI6IkF6dXJlIENvbnRhaW5lciBSZWdpc3RyeSIsImF1ZCI6InVidW50dXB1Ymxpc2hlcnVidW50dWFjcjQ0MDA0YjJhM2YuYXp1cmVjci5pbyIsInZlcnNpb24iOiIyLjAiLCJyaWQiOiIyZTVlMjQwNTE3OTc0MGNmODA2M2EyZmI0ODUyNzBiNiIsImFjY2VzcyI6W3siVHlwZSI6InJlcG9zaXRvcnkiLCJOYW1lIjoidWJ1bnR1LXZtLW5mZGctbmZkLWFydGlmYWN0IiwiQWN0aW9ucyI6WyJwdWxsIiwicHVzaCJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.kpAft1P6opS3HYK4qtEkUMwSvXfF62vO5ha__4WCNdKZ0v3QdmgX11ILmLUIKnNVBRJCGnwPk3SwmirqJaxgbVRfhAwLBB1CYsSVN_vpKrCV4_4x6-gxAgIZmE68RenutQOnOr9HG2cK2kY71PiVLPintbO3TKqsQx1tO2Nq77tXyhFua7KyThiLg8q9_STjjOvwDjge1s6rxuvm049IpJgj1nRmYVHJUFTOFUL7R4wb---nz4izhr_1T2GRX1Axg_Gixxr9jXRQmYidEO5M_nj6JzKhoG6bXiHL51E6RFp261nyXZMcRxDsCZU3vc9JtPTrCiFAReDwuW9AXxR2Wg"}' + string: '{"access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkNPQVU6UERZSDo0SVJYOjM2SEI6TFYzUDpWNFBGOko0NzQ6SzNOSjpPS1JCOlRZQUo6NEc0Szo1Q1NEIn0.eyJqdGkiOiJjZjQwNDQwOS0xNzBjLTRhOGQtOTkxYy03OGI0NGZkMDllYWIiLCJzdWIiOiJ1YnVudHUtdm0tbmZkZy1uZi1hY3ItbWFuaWZlc3QtMS0wLTAiLCJuYmYiOjE2OTExNDI5NTIsImV4cCI6MTY5MTE0NDc1MiwiaWF0IjoxNjkxMTQyOTUyLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJ1YnVudHVwdWJsaXNoZXJ1YnVudHVhY3IyYTg1OTcwZjIwLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMi4wIiwicmlkIjoiN2Y5OTYyNzllZGQwNGFiZWE5YTJjZmMyNmM2NjQzODkiLCJhY2Nlc3MiOlt7IlR5cGUiOiJyZXBvc2l0b3J5IiwiTmFtZSI6InVidW50dS12bS1uZmRnX25mX2FydGlmYWN0IiwiQWN0aW9ucyI6WyJwdWxsIiwicHVzaCJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.fb67LMCkGz1HsfbT_018UOMZGCpuUNYoQsrSplAFK7g7asp3_Zs_pJGbwfw4-1wFSKoc76vUAX9XxHNRwH5Rh9Jry_WoyIISadtUBTqh1NZP506joEl9Rwt02x4LXAQEGNENJgPBZigfaJSh8C9nYVTGF4WSAktS3wxi7jSku8sKmje7TJXUWwHkpyrO4ftATYiqHI3oS_am2I8jzRGqkb4lcCZkhIN6Sgw8Uc8zcGXGcuBBjuxtX0N21n8RT5OPyweThRsWkxk4d2A6R8-YGuQUZX08ejNsap2O6Ij2SmaGuil0vW6pmmolAQdt3k5Nq7KBCr0ryqFmTAsj7sQo1A"}' headers: connection: - keep-alive content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:39:35 GMT + - Fri, 04 Aug 2023 10:10:52 GMT server: - openresty strict-transport-security: @@ -4931,7 +5594,7 @@ interactions: User-Agent: - python-requests/2.26.0 method: POST - uri: https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/ + uri: https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/v2/ubuntu-vm-nfdg_nf_artifact/blobs/uploads/ response: body: string: '' @@ -4946,13 +5609,13 @@ interactions: content-length: - '0' date: - - Mon, 31 Jul 2023 11:39:35 GMT + - Fri, 04 Aug 2023 10:10:52 GMT docker-distribution-api-version: - registry/2.0 docker-upload-uuid: - - ea12fd31-0062-4498-b440-b201c7057bd9 + - 314a287a-d7bd-4164-840d-563ab03b320f location: - - /v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/ea12fd31-0062-4498-b440-b201c7057bd9?_nouploadcache=false&_state=0kw3vgIx3CIoXWB237x7y-CaQZVfkUT2uOdbQqOnonN7Ik5hbWUiOiJ1YnVudHUtdm0tbmZkZy1uZmQtYXJ0aWZhY3QiLCJVVUlEIjoiZWExMmZkMzEtMDA2Mi00NDk4LWI0NDAtYjIwMWM3MDU3YmQ5IiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDIzLTA3LTMxVDExOjM5OjM1LjI5NDg0MDU0NloifQ%3D%3D + - /v2/ubuntu-vm-nfdg_nf_artifact/blobs/uploads/314a287a-d7bd-4164-840d-563ab03b320f?_nouploadcache=false&_state=6019nKBz1qXdgsiNJgeTNnKrae1GjXKzUtrCA6mKeeJ7Ik5hbWUiOiJ1YnVudHUtdm0tbmZkZ19uZl9hcnRpZmFjdCIsIlVVSUQiOiIzMTRhMjg3YS1kN2JkLTQxNjQtODQwZC01NjNhYjAzYjMyMGYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjMtMDgtMDRUMTA6MTA6NTIuNTUxMzkxMTgyWiJ9 range: - 0-0 server: @@ -4981,7 +5644,7 @@ interactions: User-Agent: - python-requests/2.26.0 method: PUT - uri: https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/blobs/uploads/ea12fd31-0062-4498-b440-b201c7057bd9?_nouploadcache=false&_state=0kw3vgIx3CIoXWB237x7y-CaQZVfkUT2uOdbQqOnonN7Ik5hbWUiOiJ1YnVudHUtdm0tbmZkZy1uZmQtYXJ0aWZhY3QiLCJVVUlEIjoiZWExMmZkMzEtMDA2Mi00NDk4LWI0NDAtYjIwMWM3MDU3YmQ5IiwiT2Zmc2V0IjowLCJTdGFydGVkQXQiOiIyMDIzLTA3LTMxVDExOjM5OjM1LjI5NDg0MDU0NloifQ%3D%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 + uri: https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/v2/ubuntu-vm-nfdg_nf_artifact/blobs/uploads/314a287a-d7bd-4164-840d-563ab03b320f?_nouploadcache=false&_state=6019nKBz1qXdgsiNJgeTNnKrae1GjXKzUtrCA6mKeeJ7Ik5hbWUiOiJ1YnVudHUtdm0tbmZkZ19uZl9hcnRpZmFjdCIsIlVVSUQiOiIzMTRhMjg3YS1kN2JkLTQxNjQtODQwZC01NjNhYjAzYjMyMGYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjMtMDgtMDRUMTA6MTA6NTIuNTUxMzkxMTgyWiJ9&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 response: body: string: '' @@ -4996,13 +5659,13 @@ interactions: content-length: - '0' date: - - Mon, 31 Jul 2023 11:39:35 GMT + - Fri, 04 Aug 2023 10:10:52 GMT docker-content-digest: - sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 docker-distribution-api-version: - registry/2.0 location: - - /v2/ubuntu-vm-nfdg-nfd-artifact/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 + - /v2/ubuntu-vm-nfdg_nf_artifact/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 server: - openresty strict-transport-security: @@ -5017,8 +5680,8 @@ interactions: body: '{"schemaVersion": 2, "mediaType": "application/vnd.oci.image.manifest.v1+json", "config": {"mediaType": "application/vnd.unknown.config.v1+json", "size": 0, "digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"}, - "layers": [{"mediaType": "application/vnd.oci.image.layer.v1.tar", "size": 3330, - "digest": "sha256:85cf1d7b7ac8ffbba198d787fccf5ba640c338865bae0d80aed6f2d880f42f4d", + "layers": [{"mediaType": "application/vnd.oci.image.layer.v1.tar", "size": 3339, + "digest": "sha256:74456c769ca631208db3437888cb962133f504715a93a544577206d00ae07a45", "annotations": {"org.opencontainers.image.title": "nf_definition.json"}}], "annotations": {}}' headers: @@ -5035,13 +5698,13 @@ interactions: User-Agent: - python-requests/2.26.0 method: PUT - uri: https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/manifests/1.0.0 + uri: https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/v2/ubuntu-vm-nfdg_nf_artifact/manifests/1.0.0 response: body: string: '{"errors": [{"code": "UNAUTHORIZED", "message": "authentication required, visit https://aka.ms/acr/authorization for more information.", "detail": [{"Type": - "repository", "Name": "ubuntu-vm-nfdg-nfd-artifact", "Action": "pull"}, {"Type": - "repository", "Name": "ubuntu-vm-nfdg-nfd-artifact", "Action": "push"}]}]}' + "repository", "Name": "ubuntu-vm-nfdg_nf_artifact", "Action": "pull"}, {"Type": + "repository", "Name": "ubuntu-vm-nfdg_nf_artifact", "Action": "push"}]}]}' headers: access-control-expose-headers: - Docker-Content-Digest @@ -5051,11 +5714,11 @@ interactions: connection: - keep-alive content-length: - - '312' + - '310' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:39:35 GMT + - Fri, 04 Aug 2023 10:10:52 GMT docker-distribution-api-version: - registry/2.0 server: @@ -5064,7 +5727,7 @@ interactions: - max-age=31536000; includeSubDomains - max-age=31536000; includeSubDomains www-authenticate: - - Bearer realm="https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/oauth2/token",service="ubuntupublisherubuntuacr44004b2a3f.azurecr.io",scope="repository:ubuntu-vm-nfdg-nfd-artifact:pull,push" + - Bearer realm="https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/oauth2/token",service="ubuntupublisherubuntuacr2a85970f20.azurecr.io",scope="repository:ubuntu-vm-nfdg_nf_artifact:pull,push" x-content-type-options: - nosniff status: @@ -5080,21 +5743,21 @@ interactions: Connection: - keep-alive Service: - - ubuntupublisherubuntuacr44004b2a3f.azurecr.io + - ubuntupublisherubuntuacr2a85970f20.azurecr.io User-Agent: - oras-py method: GET - uri: https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/oauth2/token?service=ubuntupublisherubuntuacr44004b2a3f.azurecr.io&scope=repository%3Aubuntu-vm-nfdg-nfd-artifact%3Apull%2Cpush + uri: https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/oauth2/token?service=ubuntupublisherubuntuacr2a85970f20.azurecr.io&scope=repository%3Aubuntu-vm-nfdg_nf_artifact%3Apull%2Cpush response: body: - string: '{"access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkNPQVU6UERZSDo0SVJYOjM2SEI6TFYzUDpWNFBGOko0NzQ6SzNOSjpPS1JCOlRZQUo6NEc0Szo1Q1NEIn0.eyJqdGkiOiJlNTc5OTIwNi02OGRlLTQwZjMtODAxZi0yZGIwMjY5Y2I3M2IiLCJzdWIiOiJ1YnVudHUtbmYtbnNkLWFjci1tYW5pZmVzdC0xLTAtMCIsIm5iZiI6MTY5MDgwMjY3NSwiZXhwIjoxNjkwODA0NDc1LCJpYXQiOjE2OTA4MDI2NzUsImlzcyI6IkF6dXJlIENvbnRhaW5lciBSZWdpc3RyeSIsImF1ZCI6InVidW50dXB1Ymxpc2hlcnVidW50dWFjcjQ0MDA0YjJhM2YuYXp1cmVjci5pbyIsInZlcnNpb24iOiIyLjAiLCJyaWQiOiIyZTVlMjQwNTE3OTc0MGNmODA2M2EyZmI0ODUyNzBiNiIsImFjY2VzcyI6W3siVHlwZSI6InJlcG9zaXRvcnkiLCJOYW1lIjoidWJ1bnR1LXZtLW5mZGctbmZkLWFydGlmYWN0IiwiQWN0aW9ucyI6WyJwdWxsIiwicHVzaCJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.AWgRRSMq1SO4PYuAMYb85v-3icuiESKVeVG8Ycjt5SVYclb9vKxdlxtWul7oaM46ytjlWG_ApeNRTrThBBMwrpI1Svoh-vYyLA0O--N9MmN8SRAwxTChXqAU1JWZEarO7B6c8_w39iUV9gSJhVXasNxot3W0vUgz-GrQV4SgtFvzCPw664WW8azTZDEY0WGXxci2JN68Comgld9CXt6lFo5PlpZfWlr-ZuuZ4FkPWRnDtU9DAe5sV_QjYLiuOg9-dRG6vAGju7Tcxkj4ZGMRUfcVqr0tCUUpKSXvjN9c1rimF2iXHX4Ds6Av2mAWE-Iu3sOC7xo9GNhU4pXoz1rAag"}' + string: '{"access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IkNPQVU6UERZSDo0SVJYOjM2SEI6TFYzUDpWNFBGOko0NzQ6SzNOSjpPS1JCOlRZQUo6NEc0Szo1Q1NEIn0.eyJqdGkiOiI3Zjg3YWM4NC03NDgxLTRjMWQtYmY1NS01OWFmZDU1NTAwMTUiLCJzdWIiOiJ1YnVudHUtdm0tbmZkZy1uZi1hY3ItbWFuaWZlc3QtMS0wLTAiLCJuYmYiOjE2OTExNDI5NTMsImV4cCI6MTY5MTE0NDc1MywiaWF0IjoxNjkxMTQyOTUzLCJpc3MiOiJBenVyZSBDb250YWluZXIgUmVnaXN0cnkiLCJhdWQiOiJ1YnVudHVwdWJsaXNoZXJ1YnVudHVhY3IyYTg1OTcwZjIwLmF6dXJlY3IuaW8iLCJ2ZXJzaW9uIjoiMi4wIiwicmlkIjoiN2Y5OTYyNzllZGQwNGFiZWE5YTJjZmMyNmM2NjQzODkiLCJhY2Nlc3MiOlt7IlR5cGUiOiJyZXBvc2l0b3J5IiwiTmFtZSI6InVidW50dS12bS1uZmRnX25mX2FydGlmYWN0IiwiQWN0aW9ucyI6WyJwdWxsIiwicHVzaCJdfV0sInJvbGVzIjpbXSwiZ3JhbnRfdHlwZSI6ImFjY2Vzc190b2tlbiJ9.TvEP1wgVntEHJikE_KeN-4GqxtQZKSWf3BW8NvXQ4I49HIDK25PGCfIKPEQT4VI7MmZwJ2RyfxXDnMr0j0o01vqx5rXwmAkkT7XOJuzHx04ZNY7CHUp0hKdh7zM62APpsXaJE0WvSF-rQw2rTCU2eI2EDVf_LbpWOqGsMJigF1zJFmXLg3bWTh21Tah-CwO5Z4R1rCkiet_Q5r95vboS0X-0O5mPBOCfV166wf-ggnrOuCbFuLB9N1rk1ui6MFG8R5MkZsTz1PbMwTKLpySeiSREOn50HDlfrFA7r6f19qSH7_oApXGAhAsIdvt3MmKiCgi2eg6zp2VnVVg30DMBRg"}' headers: connection: - keep-alive content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:39:35 GMT + - Fri, 04 Aug 2023 10:10:53 GMT server: - openresty strict-transport-security: @@ -5110,8 +5773,8 @@ interactions: body: '{"schemaVersion": 2, "mediaType": "application/vnd.oci.image.manifest.v1+json", "config": {"mediaType": "application/vnd.unknown.config.v1+json", "size": 0, "digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"}, - "layers": [{"mediaType": "application/vnd.oci.image.layer.v1.tar", "size": 3330, - "digest": "sha256:85cf1d7b7ac8ffbba198d787fccf5ba640c338865bae0d80aed6f2d880f42f4d", + "layers": [{"mediaType": "application/vnd.oci.image.layer.v1.tar", "size": 3339, + "digest": "sha256:74456c769ca631208db3437888cb962133f504715a93a544577206d00ae07a45", "annotations": {"org.opencontainers.image.title": "nf_definition.json"}}], "annotations": {}}' headers: @@ -5128,7 +5791,7 @@ interactions: User-Agent: - python-requests/2.26.0 method: PUT - uri: https://ubuntupublisherubuntuacr44004b2a3f.azurecr.io/v2/ubuntu-vm-nfdg-nfd-artifact/manifests/1.0.0 + uri: https://ubuntupublisherubuntuacr2a85970f20.azurecr.io/v2/ubuntu-vm-nfdg_nf_artifact/manifests/1.0.0 response: body: string: '' @@ -5143,13 +5806,13 @@ interactions: content-length: - '0' date: - - Mon, 31 Jul 2023 11:39:35 GMT + - Fri, 04 Aug 2023 10:10:53 GMT docker-content-digest: - - sha256:ccc20282ecf43cc0cb2b9b1835714b0d57150a1f595e796e8a2901e24135ad62 + - sha256:ede017e9949c70e3393ee2de9556ea73fcb605b163f646cd87d6439710b4104c docker-distribution-api-version: - registry/2.0 location: - - /v2/ubuntu-vm-nfdg-nfd-artifact/manifests/sha256:ccc20282ecf43cc0cb2b9b1835714b0d57150a1f595e796e8a2901e24135ad62 + - /v2/ubuntu-vm-nfdg_nf_artifact/manifests/sha256:ede017e9949c70e3393ee2de9556ea73fcb605b163f646cd87d6439710b4104c server: - openresty strict-transport-security: @@ -5185,7 +5848,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/102a3155-0715-41bc-8881-3dfe314e2d6a*DDA27D0F5787247C44C9A593A385D55960E26E1EA9CDBDD630387A1F529C606A?api-version=2020-01-01-preview cache-control: - no-cache content-length: @@ -5193,13 +5856,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:39:36 GMT + - Fri, 04 Aug 2023 10:10:54 GMT etag: - - '"69008c2f-0000-0c00-0000-64c79d780000"' + - '"b4005ca4-0000-0600-0000-64ccceaf0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/102a3155-0715-41bc-8881-3dfe314e2d6a*DDA27D0F5787247C44C9A593A385D55960E26E1EA9CDBDD630387A1F529C606A?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -5232,30 +5895,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/102a3155-0715-41bc-8881-3dfe314e2d6a*DDA27D0F5787247C44C9A593A385D55960E26E1EA9CDBDD630387A1F529C606A?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B", - "name": "9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/102a3155-0715-41bc-8881-3dfe314e2d6a*DDA27D0F5787247C44C9A593A385D55960E26E1EA9CDBDD630387A1F529C606A", + "name": "102a3155-0715-41bc-8881-3dfe314e2d6a*DDA27D0F5787247C44C9A593A385D55960E26E1EA9CDBDD630387A1F529C606A", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu/networkServiceDesignVersions/1.0.0", - "status": "Deleting", "startTime": "2023-07-31T11:39:36.4964944Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:10:54.8567413Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/102a3155-0715-41bc-8881-3dfe314e2d6a*DDA27D0F5787247C44C9A593A385D55960E26E1EA9CDBDD630387A1F529C606A?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '604' + - '606' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:39:36 GMT + - Fri, 04 Aug 2023 10:10:55 GMT etag: - - '"29008e8b-0000-0c00-0000-64c79d780000"' + - '"0200b68b-0000-0600-0000-64ccceae0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/102a3155-0715-41bc-8881-3dfe314e2d6a*DDA27D0F5787247C44C9A593A385D55960E26E1EA9CDBDD630387A1F529C606A?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -5282,25 +5945,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/102a3155-0715-41bc-8881-3dfe314e2d6a*DDA27D0F5787247C44C9A593A385D55960E26E1EA9CDBDD630387A1F529C606A?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B", - "name": "9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/102a3155-0715-41bc-8881-3dfe314e2d6a*DDA27D0F5787247C44C9A593A385D55960E26E1EA9CDBDD630387A1F529C606A", + "name": "102a3155-0715-41bc-8881-3dfe314e2d6a*DDA27D0F5787247C44C9A593A385D55960E26E1EA9CDBDD630387A1F529C606A", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu/networkServiceDesignVersions/1.0.0", - "status": "Succeeded", "startTime": "2023-07-31T11:39:36.4964944Z", "endTime": - "2023-07-31T11:39:40.0318339Z", "properties": null}' + "status": "Succeeded", "startTime": "2023-08-04T10:10:54.8567413Z", "endTime": + "2023-08-04T10:10:58.734748Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '668' + - '669' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:40:05 GMT + - Fri, 04 Aug 2023 10:11:24 GMT etag: - - '"2900a08b-0000-0c00-0000-64c79d7c0000"' + - '"0200ba8b-0000-0600-0000-64ccceb20000"' expires: - '-1' pragma: @@ -5333,25 +5996,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/102a3155-0715-41bc-8881-3dfe314e2d6a*DDA27D0F5787247C44C9A593A385D55960E26E1EA9CDBDD630387A1F529C606A?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B", - "name": "9848c005-0d02-4c40-bf32-cd04013e0c19*B3AB36C829B3DC2B7C9A498E038865C0795401AFDFAAE0FF0502EB065FB2614B", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/102a3155-0715-41bc-8881-3dfe314e2d6a*DDA27D0F5787247C44C9A593A385D55960E26E1EA9CDBDD630387A1F529C606A", + "name": "102a3155-0715-41bc-8881-3dfe314e2d6a*DDA27D0F5787247C44C9A593A385D55960E26E1EA9CDBDD630387A1F529C606A", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu/networkServiceDesignVersions/1.0.0", - "status": "Succeeded", "startTime": "2023-07-31T11:39:36.4964944Z", "endTime": - "2023-07-31T11:39:40.0318339Z", "properties": null}' + "status": "Succeeded", "startTime": "2023-08-04T10:10:54.8567413Z", "endTime": + "2023-08-04T10:10:58.734748Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '668' + - '669' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:40:05 GMT + - Fri, 04 Aug 2023 10:11:25 GMT etag: - - '"2900a08b-0000-0c00-0000-64c79d7c0000"' + - '"0200ba8b-0000-0600-0000-64ccceb20000"' expires: - '-1' pragma: @@ -5386,13 +6049,13 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0?api-version=2023-04-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-nfdg-nf-acr-manifest-1-0-0?api-version=2023-04-01-preview response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/1781d219-cb4e-45ad-91d5-49c8a7b5f641*14D272C4EAF3A523ECDAF1342DFC06F2672140A5C775C6518034BF41494B2001?api-version=2020-01-01-preview cache-control: - no-cache content-length: @@ -5400,13 +6063,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:40:06 GMT + - Fri, 04 Aug 2023 10:11:26 GMT etag: - - '"a300f6ba-0000-0c00-0000-64c79d970000"' + - '"0000a35b-0000-0600-0000-64cccece0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/1781d219-cb4e-45ad-91d5-49c8a7b5f641*14D272C4EAF3A523ECDAF1342DFC06F2672140A5C775C6518034BF41494B2001?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -5439,30 +6102,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/1781d219-cb4e-45ad-91d5-49c8a7b5f641*14D272C4EAF3A523ECDAF1342DFC06F2672140A5C775C6518034BF41494B2001?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2", - "name": "3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2", - "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0", - "status": "Deleting", "startTime": "2023-07-31T11:40:06.9828996Z"}' + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/1781d219-cb4e-45ad-91d5-49c8a7b5f641*14D272C4EAF3A523ECDAF1342DFC06F2672140A5C775C6518034BF41494B2001", + "name": "1781d219-cb4e-45ad-91d5-49c8a7b5f641*14D272C4EAF3A523ECDAF1342DFC06F2672140A5C775C6518034BF41494B2001", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-nfdg-nf-acr-manifest-1-0-0", + "status": "Deleting", "startTime": "2023-08-04T10:11:26.497093Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/1781d219-cb4e-45ad-91d5-49c8a7b5f641*14D272C4EAF3A523ECDAF1342DFC06F2672140A5C775C6518034BF41494B2001?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '612' + - '617' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:40:06 GMT + - Fri, 04 Aug 2023 10:11:26 GMT etag: - - '"29006e8c-0000-0c00-0000-64c79d960000"' + - '"0200c78b-0000-0600-0000-64cccece0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/1781d219-cb4e-45ad-91d5-49c8a7b5f641*14D272C4EAF3A523ECDAF1342DFC06F2672140A5C775C6518034BF41494B2001?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -5489,25 +6152,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/1781d219-cb4e-45ad-91d5-49c8a7b5f641*14D272C4EAF3A523ECDAF1342DFC06F2672140A5C775C6518034BF41494B2001?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2", - "name": "3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2", - "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0", - "status": "Succeeded", "startTime": "2023-07-31T11:40:06.9828996Z", "endTime": - "2023-07-31T11:40:20.6936052Z", "properties": null}' + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/1781d219-cb4e-45ad-91d5-49c8a7b5f641*14D272C4EAF3A523ECDAF1342DFC06F2672140A5C775C6518034BF41494B2001", + "name": "1781d219-cb4e-45ad-91d5-49c8a7b5f641*14D272C4EAF3A523ECDAF1342DFC06F2672140A5C775C6518034BF41494B2001", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-nfdg-nf-acr-manifest-1-0-0", + "status": "Succeeded", "startTime": "2023-08-04T10:11:26.497093Z", "endTime": + "2023-08-04T10:11:50.9804934Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '676' + - '681' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:40:36 GMT + - Fri, 04 Aug 2023 10:11:57 GMT etag: - - '"2900e08c-0000-0c00-0000-64c79da40000"' + - '"0200df8b-0000-0600-0000-64cccee60000"' expires: - '-1' pragma: @@ -5540,25 +6203,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/1781d219-cb4e-45ad-91d5-49c8a7b5f641*14D272C4EAF3A523ECDAF1342DFC06F2672140A5C775C6518034BF41494B2001?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2", - "name": "3310129a-d015-4b0a-a682-061cd815d3fb*4F1D561F32DE3278AEC7C488DC3771A20EA1D9C3BA914316532D5565699A6CD2", - "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-nf-nsd-acr-manifest-1-0-0", - "status": "Succeeded", "startTime": "2023-07-31T11:40:06.9828996Z", "endTime": - "2023-07-31T11:40:20.6936052Z", "properties": null}' + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/1781d219-cb4e-45ad-91d5-49c8a7b5f641*14D272C4EAF3A523ECDAF1342DFC06F2672140A5C775C6518034BF41494B2001", + "name": "1781d219-cb4e-45ad-91d5-49c8a7b5f641*14D272C4EAF3A523ECDAF1342DFC06F2672140A5C775C6518034BF41494B2001", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-nfdg-nf-acr-manifest-1-0-0", + "status": "Succeeded", "startTime": "2023-08-04T10:11:26.497093Z", "endTime": + "2023-08-04T10:11:50.9804934Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '676' + - '681' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:40:36 GMT + - Fri, 04 Aug 2023 10:11:57 GMT etag: - - '"2900e08c-0000-0c00-0000-64c79da40000"' + - '"0200df8b-0000-0600-0000-64cccee60000"' expires: - '-1' pragma: @@ -5599,7 +6262,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/3ad34d3f-3bc5-42b8-8ea8-f442f3a385ed*3F6440BE56D3CBD3BB7E7CCD97A62FEAD71EE29D25EBB1BA0A728E7EAF902A16?api-version=2020-01-01-preview cache-control: - no-cache content-length: @@ -5607,13 +6270,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:40:37 GMT + - Fri, 04 Aug 2023 10:11:58 GMT etag: - - '"4500e24d-0000-0c00-0000-64c79db50000"' + - '"21000004-0000-0600-0000-64ccceee0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/3ad34d3f-3bc5-42b8-8ea8-f442f3a385ed*3F6440BE56D3CBD3BB7E7CCD97A62FEAD71EE29D25EBB1BA0A728E7EAF902A16?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -5646,30 +6309,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/3ad34d3f-3bc5-42b8-8ea8-f442f3a385ed*3F6440BE56D3CBD3BB7E7CCD97A62FEAD71EE29D25EBB1BA0A728E7EAF902A16?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B", - "name": "3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/3ad34d3f-3bc5-42b8-8ea8-f442f3a385ed*3F6440BE56D3CBD3BB7E7CCD97A62FEAD71EE29D25EBB1BA0A728E7EAF902A16", + "name": "3ad34d3f-3bc5-42b8-8ea8-f442f3a385ed*3F6440BE56D3CBD3BB7E7CCD97A62FEAD71EE29D25EBB1BA0A728E7EAF902A16", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema", - "status": "Deleting", "startTime": "2023-07-31T11:40:37.279938Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:11:58.1170241Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/3ad34d3f-3bc5-42b8-8ea8-f442f3a385ed*3F6440BE56D3CBD3BB7E7CCD97A62FEAD71EE29D25EBB1BA0A728E7EAF902A16?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '585' + - '588' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:40:37 GMT + - Fri, 04 Aug 2023 10:11:58 GMT etag: - - '"2900308d-0000-0c00-0000-64c79db50000"' + - '"0200e78b-0000-0600-0000-64ccceee0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/3ad34d3f-3bc5-42b8-8ea8-f442f3a385ed*3F6440BE56D3CBD3BB7E7CCD97A62FEAD71EE29D25EBB1BA0A728E7EAF902A16?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -5696,25 +6359,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/3ad34d3f-3bc5-42b8-8ea8-f442f3a385ed*3F6440BE56D3CBD3BB7E7CCD97A62FEAD71EE29D25EBB1BA0A728E7EAF902A16?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B", - "name": "3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/3ad34d3f-3bc5-42b8-8ea8-f442f3a385ed*3F6440BE56D3CBD3BB7E7CCD97A62FEAD71EE29D25EBB1BA0A728E7EAF902A16", + "name": "3ad34d3f-3bc5-42b8-8ea8-f442f3a385ed*3F6440BE56D3CBD3BB7E7CCD97A62FEAD71EE29D25EBB1BA0A728E7EAF902A16", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema", - "status": "Succeeded", "startTime": "2023-07-31T11:40:37.279938Z", "endTime": - "2023-07-31T11:40:39.2152252Z", "properties": null}' + "status": "Succeeded", "startTime": "2023-08-04T10:11:58.1170241Z", "endTime": + "2023-08-04T10:12:01.3612156Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '649' + - '652' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:41:07 GMT + - Fri, 04 Aug 2023 10:12:28 GMT etag: - - '"29003d8d-0000-0c00-0000-64c79db70000"' + - '"0200ea8b-0000-0600-0000-64cccef10000"' expires: - '-1' pragma: @@ -5747,25 +6410,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/3ad34d3f-3bc5-42b8-8ea8-f442f3a385ed*3F6440BE56D3CBD3BB7E7CCD97A62FEAD71EE29D25EBB1BA0A728E7EAF902A16?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B", - "name": "3d4dcdef-e6e6-4ec6-9f64-0e74bf7818ac*A0C1E36FC173837EDEC0E64C8CB8497CF8D3F665C5FDBDEC1E1940C87F68992B", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/3ad34d3f-3bc5-42b8-8ea8-f442f3a385ed*3F6440BE56D3CBD3BB7E7CCD97A62FEAD71EE29D25EBB1BA0A728E7EAF902A16", + "name": "3ad34d3f-3bc5-42b8-8ea8-f442f3a385ed*3F6440BE56D3CBD3BB7E7CCD97A62FEAD71EE29D25EBB1BA0A728E7EAF902A16", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/configurationGroupSchemas/ubuntu_ConfigGroupSchema", - "status": "Succeeded", "startTime": "2023-07-31T11:40:37.279938Z", "endTime": - "2023-07-31T11:40:39.2152252Z", "properties": null}' + "status": "Succeeded", "startTime": "2023-08-04T10:11:58.1170241Z", "endTime": + "2023-08-04T10:12:01.3612156Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '649' + - '652' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:41:07 GMT + - Fri, 04 Aug 2023 10:12:28 GMT etag: - - '"29003d8d-0000-0c00-0000-64c79db70000"' + - '"0200ea8b-0000-0600-0000-64cccef10000"' expires: - '-1' pragma: @@ -5806,7 +6469,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/e8a7e971-cd52-4b07-aad1-50c1f82f206e*98B64A3D8A1F0FF2D7FA6C301A3622F53220F578C530F6C02B9429C7FFE188D1?api-version=2020-01-01-preview cache-control: - no-cache content-length: @@ -5814,13 +6477,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:41:07 GMT + - Fri, 04 Aug 2023 10:12:29 GMT etag: - - '"5600a869-0000-0c00-0000-64c79dd40000"' + - '"0000e299-0000-0600-0000-64cccf0d0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/e8a7e971-cd52-4b07-aad1-50c1f82f206e*98B64A3D8A1F0FF2D7FA6C301A3622F53220F578C530F6C02B9429C7FFE188D1?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -5853,30 +6516,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/e8a7e971-cd52-4b07-aad1-50c1f82f206e*98B64A3D8A1F0FF2D7FA6C301A3622F53220F578C530F6C02B9429C7FFE188D1?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71", - "name": "2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/e8a7e971-cd52-4b07-aad1-50c1f82f206e*98B64A3D8A1F0FF2D7FA6C301A3622F53220F578C530F6C02B9429C7FFE188D1", + "name": "e8a7e971-cd52-4b07-aad1-50c1f82f206e*98B64A3D8A1F0FF2D7FA6C301A3622F53220F578C530F6C02B9429C7FFE188D1", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu", - "status": "Deleting", "startTime": "2023-07-31T11:41:08.350267Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:12:29.5750576Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/e8a7e971-cd52-4b07-aad1-50c1f82f206e*98B64A3D8A1F0FF2D7FA6C301A3622F53220F578C530F6C02B9429C7FFE188D1?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '568' + - '571' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:41:07 GMT + - Fri, 04 Aug 2023 10:12:29 GMT etag: - - '"2900168e-0000-0c00-0000-64c79dd40000"' + - '"0200f98b-0000-0600-0000-64cccf0d0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/e8a7e971-cd52-4b07-aad1-50c1f82f206e*98B64A3D8A1F0FF2D7FA6C301A3622F53220F578C530F6C02B9429C7FFE188D1?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -5903,25 +6566,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/e8a7e971-cd52-4b07-aad1-50c1f82f206e*98B64A3D8A1F0FF2D7FA6C301A3622F53220F578C530F6C02B9429C7FFE188D1?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71", - "name": "2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/e8a7e971-cd52-4b07-aad1-50c1f82f206e*98B64A3D8A1F0FF2D7FA6C301A3622F53220F578C530F6C02B9429C7FFE188D1", + "name": "e8a7e971-cd52-4b07-aad1-50c1f82f206e*98B64A3D8A1F0FF2D7FA6C301A3622F53220F578C530F6C02B9429C7FFE188D1", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu", - "status": "Succeeded", "startTime": "2023-07-31T11:41:08.350267Z", "endTime": - "2023-07-31T11:41:09.6513285Z", "properties": null}' + "status": "Succeeded", "startTime": "2023-08-04T10:12:29.5750576Z", "endTime": + "2023-08-04T10:12:31.7962351Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '632' + - '635' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:41:38 GMT + - Fri, 04 Aug 2023 10:12:59 GMT etag: - - '"2900208e-0000-0c00-0000-64c79dd50000"' + - '"0200fc8b-0000-0600-0000-64cccf0f0000"' expires: - '-1' pragma: @@ -5954,25 +6617,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/e8a7e971-cd52-4b07-aad1-50c1f82f206e*98B64A3D8A1F0FF2D7FA6C301A3622F53220F578C530F6C02B9429C7FFE188D1?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71", - "name": "2535d8b6-667b-4152-ad77-4dff4bc9ed60*3319C2240DEE33298BE186B5DF0334179832F3A9789ECEB8B50621D7DE612B71", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/e8a7e971-cd52-4b07-aad1-50c1f82f206e*98B64A3D8A1F0FF2D7FA6C301A3622F53220F578C530F6C02B9429C7FFE188D1", + "name": "e8a7e971-cd52-4b07-aad1-50c1f82f206e*98B64A3D8A1F0FF2D7FA6C301A3622F53220F578C530F6C02B9429C7FFE188D1", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkServiceDesignGroups/ubuntu", - "status": "Succeeded", "startTime": "2023-07-31T11:41:08.350267Z", "endTime": - "2023-07-31T11:41:09.6513285Z", "properties": null}' + "status": "Succeeded", "startTime": "2023-08-04T10:12:29.5750576Z", "endTime": + "2023-08-04T10:12:31.7962351Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '632' + - '635' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:41:38 GMT + - Fri, 04 Aug 2023 10:12:59 GMT etag: - - '"2900208e-0000-0c00-0000-64c79dd50000"' + - '"0200fc8b-0000-0600-0000-64cccf0f0000"' expires: - '-1' pragma: @@ -6013,7 +6676,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7?api-version=2020-01-01-preview cache-control: - no-cache content-length: @@ -6021,13 +6684,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:41:39 GMT + - Fri, 04 Aug 2023 10:13:01 GMT etag: - - '"7c008cb5-0000-0c00-0000-64c79df30000"' + - '"0200e113-0000-0600-0000-64cccf2e0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -6060,30 +6723,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C", - "name": "3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7", + "name": "bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg/networkFunctionDefinitionVersions/1.0.0", - "status": "Deleting", "startTime": "2023-07-31T11:41:39.4254305Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:13:02.0774735Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '622' + - '624' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:41:39 GMT + - Fri, 04 Aug 2023 10:13:01 GMT etag: - - '"2900ac8e-0000-0c00-0000-64c79df30000"' + - '"0200068c-0000-0600-0000-64cccf2e0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -6110,30 +6773,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C", - "name": "3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7", + "name": "bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg/networkFunctionDefinitionVersions/1.0.0", - "status": "Deleting", "startTime": "2023-07-31T11:41:39.4254305Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:13:02.0774735Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '622' + - '624' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:42:09 GMT + - Fri, 04 Aug 2023 10:13:32 GMT etag: - - '"2900ac8e-0000-0c00-0000-64c79df30000"' + - '"0200068c-0000-0600-0000-64cccf2e0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -6160,30 +6823,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C", - "name": "3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7", + "name": "bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg/networkFunctionDefinitionVersions/1.0.0", - "status": "Deleting", "startTime": "2023-07-31T11:41:39.4254305Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:13:02.0774735Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '622' + - '624' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:42:39 GMT + - Fri, 04 Aug 2023 10:14:01 GMT etag: - - '"2900ac8e-0000-0c00-0000-64c79df30000"' + - '"0200068c-0000-0600-0000-64cccf2e0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -6210,25 +6873,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C", - "name": "3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7", + "name": "bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg/networkFunctionDefinitionVersions/1.0.0", - "status": "Succeeded", "startTime": "2023-07-31T11:41:39.4254305Z", "properties": + "status": "Succeeded", "startTime": "2023-08-04T10:13:02.0774735Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '643' + - '645' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:43:07 GMT + - Fri, 04 Aug 2023 10:14:32 GMT etag: - - '"0800f095-0000-0d00-0000-64c79e350000"' + - '"5f00836f-0000-0800-0000-64cccf700000"' expires: - '-1' pragma: @@ -6261,25 +6924,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C", - "name": "3d19d5b9-011c-45c2-add2-c4108c879ec9*1CBA32DEED5D1EF250DA9C279B3FC1720C0EBD28AB4E47F7E9511BEA7BDF991C", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7", + "name": "bee55387-dc79-415c-9029-cd61e876fd41*FB4DCBF11D0D597AFB519FCF66DDF851BDB26E434A80E9A75B3770FCDE4559E7", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg/networkFunctionDefinitionVersions/1.0.0", - "status": "Succeeded", "startTime": "2023-07-31T11:41:39.4254305Z", "properties": + "status": "Succeeded", "startTime": "2023-08-04T10:13:02.0774735Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '643' + - '645' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:43:07 GMT + - Fri, 04 Aug 2023 10:14:32 GMT etag: - - '"0800f095-0000-0d00-0000-64c79e350000"' + - '"5f00836f-0000-0800-0000-64cccf700000"' expires: - '-1' pragma: @@ -6320,7 +6983,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/89aa16e9-4a14-4ff7-b0d7-a7ed84964e63*A7DF93297BEC9983D75D12F0B459DA132AC7AA6C539846089CC164037EAD84D8?api-version=2020-01-01-preview cache-control: - no-cache content-length: @@ -6328,13 +6991,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:43:07 GMT + - Fri, 04 Aug 2023 10:14:33 GMT etag: - - '"a30063e7-0000-0c00-0000-64c79e4c0000"' + - '"0000a45b-0000-0600-0000-64cccf8a0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/89aa16e9-4a14-4ff7-b0d7-a7ed84964e63*A7DF93297BEC9983D75D12F0B459DA132AC7AA6C539846089CC164037EAD84D8?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -6367,30 +7030,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/89aa16e9-4a14-4ff7-b0d7-a7ed84964e63*A7DF93297BEC9983D75D12F0B459DA132AC7AA6C539846089CC164037EAD84D8?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788", - "name": "ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/89aa16e9-4a14-4ff7-b0d7-a7ed84964e63*A7DF93297BEC9983D75D12F0B459DA132AC7AA6C539846089CC164037EAD84D8", + "name": "89aa16e9-4a14-4ff7-b0d7-a7ed84964e63*A7DF93297BEC9983D75D12F0B459DA132AC7AA6C539846089CC164037EAD84D8", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0", - "status": "Deleting", "startTime": "2023-07-31T11:43:08.3764148Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:14:33.7520163Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/89aa16e9-4a14-4ff7-b0d7-a7ed84964e63*A7DF93297BEC9983D75D12F0B459DA132AC7AA6C539846089CC164037EAD84D8?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '614' + - '616' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:43:07 GMT + - Fri, 04 Aug 2023 10:14:33 GMT etag: - - '"29008a90-0000-0c00-0000-64c79e4c0000"' + - '"0500e38b-0000-0600-0000-64cccf890000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/89aa16e9-4a14-4ff7-b0d7-a7ed84964e63*A7DF93297BEC9983D75D12F0B459DA132AC7AA6C539846089CC164037EAD84D8?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -6417,25 +7080,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/89aa16e9-4a14-4ff7-b0d7-a7ed84964e63*A7DF93297BEC9983D75D12F0B459DA132AC7AA6C539846089CC164037EAD84D8?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788", - "name": "ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/89aa16e9-4a14-4ff7-b0d7-a7ed84964e63*A7DF93297BEC9983D75D12F0B459DA132AC7AA6C539846089CC164037EAD84D8", + "name": "89aa16e9-4a14-4ff7-b0d7-a7ed84964e63*A7DF93297BEC9983D75D12F0B459DA132AC7AA6C539846089CC164037EAD84D8", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0", - "status": "Succeeded", "startTime": "2023-07-31T11:43:08.3764148Z", "endTime": - "2023-07-31T11:43:12.6439741Z", "properties": null}' + "status": "Succeeded", "startTime": "2023-08-04T10:14:33.7520163Z", "endTime": + "2023-08-04T10:14:35.9551875Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '678' + - '680' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:43:38 GMT + - Fri, 04 Aug 2023 10:15:03 GMT etag: - - '"2900bd90-0000-0c00-0000-64c79e500000"' + - '"0500e48b-0000-0600-0000-64cccf8b0000"' expires: - '-1' pragma: @@ -6468,25 +7131,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/89aa16e9-4a14-4ff7-b0d7-a7ed84964e63*A7DF93297BEC9983D75D12F0B459DA132AC7AA6C539846089CC164037EAD84D8?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788", - "name": "ff5aba8c-0f46-4560-8a0c-4504a2993a52*73C325EC92E522E90C31DFAEA2F7CDBA1462AEC5ACCFF85E9F43E29A8C96E788", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/89aa16e9-4a14-4ff7-b0d7-a7ed84964e63*A7DF93297BEC9983D75D12F0B459DA132AC7AA6C539846089CC164037EAD84D8", + "name": "89aa16e9-4a14-4ff7-b0d7-a7ed84964e63*A7DF93297BEC9983D75D12F0B459DA132AC7AA6C539846089CC164037EAD84D8", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store/artifactManifests/ubuntu-vm-sa-manifest-1-0-0", - "status": "Succeeded", "startTime": "2023-07-31T11:43:08.3764148Z", "endTime": - "2023-07-31T11:43:12.6439741Z", "properties": null}' + "status": "Succeeded", "startTime": "2023-08-04T10:14:33.7520163Z", "endTime": + "2023-08-04T10:14:35.9551875Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '678' + - '680' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:43:38 GMT + - Fri, 04 Aug 2023 10:15:03 GMT etag: - - '"2900bd90-0000-0c00-0000-64c79e500000"' + - '"0500e48b-0000-0600-0000-64cccf8b0000"' expires: - '-1' pragma: @@ -6527,7 +7190,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/bf24d8d2-7f1d-47f7-883d-d2fd7130dfdd*32040782555AACC8E48AE9E56B1AFF029F9EB8D9D29F3A5161CA376636507994?api-version=2020-01-01-preview cache-control: - no-cache content-length: @@ -6535,13 +7198,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:43:38 GMT + - Fri, 04 Aug 2023 10:15:04 GMT etag: - - '"a300dfee-0000-0c00-0000-64c79e6b0000"' + - '"0000a55b-0000-0600-0000-64cccfa90000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/bf24d8d2-7f1d-47f7-883d-d2fd7130dfdd*32040782555AACC8E48AE9E56B1AFF029F9EB8D9D29F3A5161CA376636507994?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -6574,30 +7237,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/bf24d8d2-7f1d-47f7-883d-d2fd7130dfdd*32040782555AACC8E48AE9E56B1AFF029F9EB8D9D29F3A5161CA376636507994?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706", - "name": "e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/bf24d8d2-7f1d-47f7-883d-d2fd7130dfdd*32040782555AACC8E48AE9E56B1AFF029F9EB8D9D29F3A5161CA376636507994", + "name": "bf24d8d2-7f1d-47f7-883d-d2fd7130dfdd*32040782555AACC8E48AE9E56B1AFF029F9EB8D9D29F3A5161CA376636507994", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0", - "status": "Deleting", "startTime": "2023-07-31T11:43:39.1105238Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:15:05.2690947Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/bf24d8d2-7f1d-47f7-883d-d2fd7130dfdd*32040782555AACC8E48AE9E56B1AFF029F9EB8D9D29F3A5161CA376636507994?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '608' + - '610' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:43:39 GMT + - Fri, 04 Aug 2023 10:15:04 GMT etag: - - '"29003d91-0000-0c00-0000-64c79e6b0000"' + - '"02004a8c-0000-0600-0000-64cccfa90000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/bf24d8d2-7f1d-47f7-883d-d2fd7130dfdd*32040782555AACC8E48AE9E56B1AFF029F9EB8D9D29F3A5161CA376636507994?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -6624,25 +7287,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/bf24d8d2-7f1d-47f7-883d-d2fd7130dfdd*32040782555AACC8E48AE9E56B1AFF029F9EB8D9D29F3A5161CA376636507994?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706", - "name": "e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/bf24d8d2-7f1d-47f7-883d-d2fd7130dfdd*32040782555AACC8E48AE9E56B1AFF029F9EB8D9D29F3A5161CA376636507994", + "name": "bf24d8d2-7f1d-47f7-883d-d2fd7130dfdd*32040782555AACC8E48AE9E56B1AFF029F9EB8D9D29F3A5161CA376636507994", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0", - "status": "Succeeded", "startTime": "2023-07-31T11:43:39.1105238Z", "endTime": - "2023-07-31T11:44:01.6357615Z", "properties": null}' + "status": "Succeeded", "startTime": "2023-08-04T10:15:05.2690947Z", "endTime": + "2023-08-04T10:15:28.8954405Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '672' + - '674' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:44:09 GMT + - Fri, 04 Aug 2023 10:15:35 GMT etag: - - '"29009891-0000-0c00-0000-64c79e810000"' + - '"02002e8d-0000-0600-0000-64cccfc00000"' expires: - '-1' pragma: @@ -6675,25 +7338,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/bf24d8d2-7f1d-47f7-883d-d2fd7130dfdd*32040782555AACC8E48AE9E56B1AFF029F9EB8D9D29F3A5161CA376636507994?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706", - "name": "e3078cd0-ea82-42c1-a6e3-b82cd383b771*2D5D67739F8E878800D626EBA12DFD3BB405575B3B6EEC7F14244140EB041706", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/bf24d8d2-7f1d-47f7-883d-d2fd7130dfdd*32040782555AACC8E48AE9E56B1AFF029F9EB8D9D29F3A5161CA376636507994", + "name": "bf24d8d2-7f1d-47f7-883d-d2fd7130dfdd*32040782555AACC8E48AE9E56B1AFF029F9EB8D9D29F3A5161CA376636507994", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr/artifactManifests/ubuntu-vm-acr-manifest-1-0-0", - "status": "Succeeded", "startTime": "2023-07-31T11:43:39.1105238Z", "endTime": - "2023-07-31T11:44:01.6357615Z", "properties": null}' + "status": "Succeeded", "startTime": "2023-08-04T10:15:05.2690947Z", "endTime": + "2023-08-04T10:15:28.8954405Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '672' + - '674' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:44:09 GMT + - Fri, 04 Aug 2023 10:15:35 GMT etag: - - '"29009891-0000-0c00-0000-64c79e810000"' + - '"02002e8d-0000-0600-0000-64cccfc00000"' expires: - '-1' pragma: @@ -6734,7 +7397,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF?api-version=2020-01-01-preview cache-control: - no-cache content-length: @@ -6742,13 +7405,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:44:12 GMT + - Fri, 04 Aug 2023 10:15:38 GMT etag: - - '"2a01c4e4-0000-0c00-0000-64c79e8d0000"' + - '"00001d02-0000-0600-0000-64cccfca0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -6781,30 +7444,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", - "name": "df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF", + "name": "08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", - "status": "Deleting", "startTime": "2023-07-31T11:44:12.9813098Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:15:38.2137108Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '582' + - '584' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:44:12 GMT + - Fri, 04 Aug 2023 10:15:38 GMT etag: - - '"2900fc91-0000-0c00-0000-64c79e8c0000"' + - '"0200928d-0000-0600-0000-64cccfca0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -6831,30 +7494,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", - "name": "df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF", + "name": "08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", - "status": "Deleting", "startTime": "2023-07-31T11:44:12.9813098Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:15:38.2137108Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '582' + - '584' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:44:41 GMT + - Fri, 04 Aug 2023 10:16:08 GMT etag: - - '"2900fc91-0000-0c00-0000-64c79e8c0000"' + - '"0200928d-0000-0600-0000-64cccfca0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -6881,30 +7544,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", - "name": "df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF", + "name": "08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", - "status": "Deleting", "startTime": "2023-07-31T11:44:12.9813098Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:15:38.2137108Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '582' + - '584' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:45:11 GMT + - Fri, 04 Aug 2023 10:16:38 GMT etag: - - '"2900fc91-0000-0c00-0000-64c79e8c0000"' + - '"0200928d-0000-0600-0000-64cccfca0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -6931,25 +7594,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", - "name": "df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF", + "name": "08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", - "status": "Succeeded", "startTime": "2023-07-31T11:44:12.9813098Z", "properties": + "status": "Succeeded", "startTime": "2023-08-04T10:15:38.2137108Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '603' + - '605' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:45:41 GMT + - Fri, 04 Aug 2023 10:17:08 GMT etag: - - '"08009b96-0000-0d00-0000-64c79ecf0000"' + - '"5f007384-0000-0800-0000-64ccd00c0000"' expires: - '-1' pragma: @@ -6982,25 +7645,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", - "name": "df642fbc-5cc4-495d-8bd2-17a1e06d1f93*78E451E0F2D3F019ED1729E69A6499F6663869D2FFF5B11C9A58B60488BFB19F", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF", + "name": "08a5e209-25e8-4a18-a14e-2450097b63ec*FD05EE2E6F1F9CF7E45D5E5338A38684D4338D2ADE3CC1A0A0248FB7652A7BDF", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/networkFunctionDefinitionGroups/ubuntu-vm-nfdg", - "status": "Succeeded", "startTime": "2023-07-31T11:44:12.9813098Z", "properties": + "status": "Succeeded", "startTime": "2023-08-04T10:15:38.2137108Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '603' + - '605' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:45:41 GMT + - Fri, 04 Aug 2023 10:17:09 GMT etag: - - '"08009b96-0000-0d00-0000-64c79ecf0000"' + - '"5f007384-0000-0800-0000-64ccd00c0000"' expires: - '-1' pragma: @@ -7041,7 +7704,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview cache-control: - no-cache content-length: @@ -7049,13 +7712,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:45:41 GMT + - Fri, 04 Aug 2023 10:17:09 GMT etag: - - '"49004437-0000-0c00-0000-64c79ee60000"' + - '"00006be3-0000-0600-0000-64ccd0260000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -7088,30 +7751,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", - "name": "21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", + "name": "ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", - "status": "Deleting", "startTime": "2023-07-31T11:45:42.5584039Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:17:10.1551986Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '561' + - '563' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:45:41 GMT + - Fri, 04 Aug 2023 10:17:10 GMT etag: - - '"29006e94-0000-0c00-0000-64c79ee60000"' + - '"0500228e-0000-0600-0000-64ccd0260000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -7138,30 +7801,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", - "name": "21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", + "name": "ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", - "status": "Deleting", "startTime": "2023-07-31T11:45:42.5584039Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:17:10.1551986Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '561' + - '563' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:46:12 GMT + - Fri, 04 Aug 2023 10:17:40 GMT etag: - - '"29006e94-0000-0c00-0000-64c79ee60000"' + - '"0500228e-0000-0600-0000-64ccd0260000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -7188,30 +7851,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", - "name": "21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", + "name": "ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", - "status": "Deleting", "startTime": "2023-07-31T11:45:42.5584039Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:17:10.1551986Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '561' + - '563' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:46:42 GMT + - Fri, 04 Aug 2023 10:18:11 GMT etag: - - '"29006e94-0000-0c00-0000-64c79ee60000"' + - '"0500228e-0000-0600-0000-64ccd0260000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -7238,30 +7901,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", - "name": "21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", + "name": "ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", - "status": "Deleting", "startTime": "2023-07-31T11:45:42.5584039Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:17:10.1551986Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '561' + - '563' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:47:09 GMT + - Fri, 04 Aug 2023 10:18:40 GMT etag: - - '"29006e94-0000-0c00-0000-64c79ee60000"' + - '"0500228e-0000-0600-0000-64ccd0260000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -7288,30 +7951,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", - "name": "21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", + "name": "ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", - "status": "Deleting", "startTime": "2023-07-31T11:45:42.5584039Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:17:10.1551986Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '561' + - '563' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:47:40 GMT + - Fri, 04 Aug 2023 10:19:11 GMT etag: - - '"29006e94-0000-0c00-0000-64c79ee60000"' + - '"0500228e-0000-0600-0000-64ccd0260000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -7338,30 +8001,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", - "name": "21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", + "name": "ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", - "status": "Deleting", "startTime": "2023-07-31T11:45:42.5584039Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:17:10.1551986Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '561' + - '563' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:48:10 GMT + - Fri, 04 Aug 2023 10:19:41 GMT etag: - - '"29006e94-0000-0c00-0000-64c79ee60000"' + - '"0500228e-0000-0600-0000-64ccd0260000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -7388,30 +8051,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", - "name": "21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", + "name": "ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", - "status": "Deleting", "startTime": "2023-07-31T11:45:42.5584039Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:17:10.1551986Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '561' + - '563' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:48:40 GMT + - Fri, 04 Aug 2023 10:20:11 GMT etag: - - '"29006e94-0000-0c00-0000-64c79ee60000"' + - '"0500228e-0000-0600-0000-64ccd0260000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -7438,25 +8101,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", - "name": "21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", + "name": "ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", - "status": "Succeeded", "startTime": "2023-07-31T11:45:42.5584039Z", "properties": + "status": "Succeeded", "startTime": "2023-08-04T10:17:10.1551986Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '582' + - '584' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:49:11 GMT + - Fri, 04 Aug 2023 10:20:41 GMT etag: - - '"2900579a-0000-0c00-0000-64c79fa10000"' + - '"0d003012-0000-0100-0000-64ccd0e10000"' expires: - '-1' pragma: @@ -7489,25 +8152,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", - "name": "21e824a5-5118-4069-80cd-df625735dfed*FF62BE6B20755CBFC66988D4CB66468BAE2075697ABB6AAF9EB14196611A357B", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", + "name": "ca3fb410-4258-4b71-95fe-c44a95fb1278*1A808619A3A416E0547B486BAECDBEAD3A07A370ABAB93D6F08395BE8F231FB5", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-acr", - "status": "Succeeded", "startTime": "2023-07-31T11:45:42.5584039Z", "properties": + "status": "Succeeded", "startTime": "2023-08-04T10:17:10.1551986Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '582' + - '584' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:49:11 GMT + - Fri, 04 Aug 2023 10:20:41 GMT etag: - - '"2900579a-0000-0c00-0000-64c79fa10000"' + - '"0d003012-0000-0100-0000-64ccd0e10000"' expires: - '-1' pragma: @@ -7548,7 +8211,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview cache-control: - no-cache content-length: @@ -7556,13 +8219,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:49:11 GMT + - Fri, 04 Aug 2023 10:20:42 GMT etag: - - '"49008e37-0000-0c00-0000-64c79fb70000"' + - '"0000c1e3-0000-0600-0000-64ccd0fb0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -7595,30 +8258,130 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", + "name": "9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", + "status": "Deleting", "startTime": "2023-08-04T10:20:43.1204416Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '570' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 04 Aug 2023 10:20:42 GMT + etag: + - '"0500218f-0000-0600-0000-64ccd0fb0000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview + response: + body: + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", + "name": "9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", + "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", + "status": "Deleting", "startTime": "2023-08-04T10:20:43.1204416Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview + cache-control: + - no-cache + content-length: + - '570' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 04 Aug 2023 10:21:13 GMT + etag: + - '"0500218f-0000-0600-0000-64ccd0fb0000"' + expires: + - '-1' + location: + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aosm nfd delete + Connection: + - keep-alive + ParameterSetName: + - --definition-type -f --clean --force + User-Agent: + - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 + (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) + method: GET + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", - "name": "512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", + "name": "9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", - "status": "Deleting", "startTime": "2023-07-31T11:49:11.7141577Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:20:43.1204416Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '568' + - '570' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:49:11 GMT + - Fri, 04 Aug 2023 10:21:43 GMT etag: - - '"2900de9a-0000-0c00-0000-64c79fb70000"' + - '"0500218f-0000-0600-0000-64ccd0fb0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -7645,30 +8408,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", - "name": "512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", + "name": "9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", - "status": "Deleting", "startTime": "2023-07-31T11:49:11.7141577Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:20:43.1204416Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '568' + - '570' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:49:41 GMT + - Fri, 04 Aug 2023 10:22:13 GMT etag: - - '"2900de9a-0000-0c00-0000-64c79fb70000"' + - '"0500218f-0000-0600-0000-64ccd0fb0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -7695,30 +8458,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", - "name": "512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", + "name": "9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", - "status": "Deleting", "startTime": "2023-07-31T11:49:11.7141577Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:20:43.1204416Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '568' + - '570' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:50:10 GMT + - Fri, 04 Aug 2023 10:22:43 GMT etag: - - '"2900de9a-0000-0c00-0000-64c79fb70000"' + - '"0500218f-0000-0600-0000-64ccd0fb0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -7745,30 +8508,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", - "name": "512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", + "name": "9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", - "status": "Deleting", "startTime": "2023-07-31T11:49:11.7141577Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:20:43.1204416Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '568' + - '570' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:50:39 GMT + - Fri, 04 Aug 2023 10:23:14 GMT etag: - - '"2900de9a-0000-0c00-0000-64c79fb70000"' + - '"0500218f-0000-0600-0000-64ccd0fb0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -7795,30 +8558,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", - "name": "512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", + "name": "9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", - "status": "Deleting", "startTime": "2023-07-31T11:49:11.7141577Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:20:43.1204416Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '568' + - '570' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:51:09 GMT + - Fri, 04 Aug 2023 10:23:44 GMT etag: - - '"2900de9a-0000-0c00-0000-64c79fb70000"' + - '"0500218f-0000-0600-0000-64ccd0fb0000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -7845,25 +8608,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", - "name": "512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", + "name": "9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", - "status": "Succeeded", "startTime": "2023-07-31T11:49:11.7141577Z", "properties": + "status": "Succeeded", "startTime": "2023-08-04T10:20:43.1204416Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '589' + - '591' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:51:39 GMT + - Fri, 04 Aug 2023 10:24:14 GMT etag: - - '"0800439a-0000-0d00-0000-64c7a0350000"' + - '"0500e58f-0000-0600-0000-64ccd1b60000"' expires: - '-1' pragma: @@ -7896,25 +8659,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", - "name": "512f2082-054b-440e-95ee-f56a1f9017a6*F822EC67836CB3402D55849A2B388DDE252FD109C5675C02CA315CB7B3C61B82", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", + "name": "9e36188e-ff7d-46a7-8d97-48ce059b2599*3F0B7CDB1AB809608CF733A0EB0366D225BD148ADAD8236DD57835140CC4E7DF", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher/artifactStores/ubuntu-blob-store", - "status": "Succeeded", "startTime": "2023-07-31T11:49:11.7141577Z", "properties": + "status": "Succeeded", "startTime": "2023-08-04T10:20:43.1204416Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '589' + - '591' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:51:39 GMT + - Fri, 04 Aug 2023 10:24:14 GMT etag: - - '"0800439a-0000-0d00-0000-64c7a0350000"' + - '"0500e58f-0000-0600-0000-64ccd1b60000"' expires: - '-1' pragma: @@ -7955,7 +8718,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A?api-version=2020-01-01-preview cache-control: - no-cache content-length: @@ -7963,13 +8726,13 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:51:43 GMT + - Fri, 04 Aug 2023 10:24:18 GMT etag: - - '"4f004c75-0000-0c00-0000-64c7a04f0000"' + - '"0000c708-0000-0600-0000-64ccd1d30000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -8002,30 +8765,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", - "name": "19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A", + "name": "58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", - "status": "Deleting", "startTime": "2023-07-31T11:51:43.6684897Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:24:19.0836606Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '535' + - '537' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:51:43 GMT + - Fri, 04 Aug 2023 10:24:18 GMT etag: - - '"2900929e-0000-0c00-0000-64c7a04f0000"' + - '"05000190-0000-0600-0000-64ccd1d30000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -8052,30 +8815,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", - "name": "19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A", + "name": "58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", - "status": "Deleting", "startTime": "2023-07-31T11:51:43.6684897Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:24:19.0836606Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '535' + - '537' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:52:13 GMT + - Fri, 04 Aug 2023 10:24:49 GMT etag: - - '"2900929e-0000-0c00-0000-64c7a04f0000"' + - '"05000190-0000-0600-0000-64ccd1d30000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -8102,30 +8865,30 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", - "name": "19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A", + "name": "58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", - "status": "Deleting", "startTime": "2023-07-31T11:51:43.6684897Z"}' + "status": "Deleting", "startTime": "2023-08-04T10:24:19.0836606Z"}' headers: azure-asyncoperation: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A?api-version=2020-01-01-preview cache-control: - no-cache content-length: - - '535' + - '537' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:52:44 GMT + - Fri, 04 Aug 2023 10:25:19 GMT etag: - - '"2900929e-0000-0c00-0000-64c7a04f0000"' + - '"05000190-0000-0600-0000-64ccd1d30000"' expires: - '-1' location: - - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/northeurope/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + - https://management.azure.com/providers/Microsoft.HybridNetwork/locations/westcentralus/operationStatuses/58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A?api-version=2020-01-01-preview pragma: - no-cache strict-transport-security: @@ -8152,25 +8915,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", - "name": "19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A", + "name": "58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", - "status": "Succeeded", "startTime": "2023-07-31T11:51:43.6684897Z", "properties": + "status": "Succeeded", "startTime": "2023-08-04T10:24:19.0836606Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '556' + - '558' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:53:12 GMT + - Fri, 04 Aug 2023 10:25:50 GMT etag: - - '"0800329b-0000-0d00-0000-64c7a0920000"' + - '"77013ad5-0000-0700-0000-64ccd2150000"' expires: - '-1' pragma: @@ -8203,25 +8966,25 @@ interactions: - AZURECLI/2.48.1 azsdk-python-hybridnetwork/2020-01-01-preview Python/3.8.10 (Linux-5.15.90.1-microsoft-standard-WSL2-x86_64-with-glibc2.29) method: GET - uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7?api-version=2020-01-01-preview + uri: https://management.azure.com/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A?api-version=2020-01-01-preview response: body: - string: '{"id": "/providers/Microsoft.HybridNetwork/locations/NORTHEUROPE/operationStatuses/19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", - "name": "19db05fa-6304-4ed7-ab97-8d0ef4bf6ce9*F791E62B33C7D312F3E8CD14C7D879B373F87E4429D79B9DA540320DF4FC7EA7", + string: '{"id": "/providers/Microsoft.HybridNetwork/locations/WESTCENTRALUS/operationStatuses/58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A", + "name": "58e5358a-8e1f-4278-8f1c-8f7d7b39461c*F619308E657B8D2169725F37019D27A0C669FB3CB04A8358B74ED2DA6B71436A", "resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_vnf_nsd_000001/providers/Microsoft.HybridNetwork/publishers/ubuntuPublisher", - "status": "Succeeded", "startTime": "2023-07-31T11:51:43.6684897Z", "properties": + "status": "Succeeded", "startTime": "2023-08-04T10:24:19.0836606Z", "properties": null}' headers: cache-control: - no-cache content-length: - - '556' + - '558' content-type: - application/json; charset=utf-8 date: - - Mon, 31 Jul 2023 11:53:12 GMT + - Fri, 04 Aug 2023 10:25:50 GMT etag: - - '"0800329b-0000-0d00-0000-64c7a0920000"' + - '"77013ad5-0000-0700-0000-64ccd2150000"' expires: - '-1' pragma: diff --git a/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/cnf_input_template.json b/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/cnf_input_template.json index 299b3f75527..769af305695 100644 --- a/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/cnf_input_template.json +++ b/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/cnf_input_template.json @@ -5,7 +5,7 @@ "version": "1.0.0", "acr_artifact_store_name": "nginx-nsd-acr", "location": "northeurope", - "source_registry_id": "/subscriptions/602a6b57-fb02-4c3d-bc44-5f8852be10ee/resourceGroups/CLI_testing_resources/providers/Microsoft.ContainerRegistry/registries/CliTestRegistry", + "source_registry_id": "{{source_registry_id}}", "source_registry_namespace": "", "helm_packages": [ { diff --git a/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/vnf_input_template.json b/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/vnf_input_template.json index b55450c0564..b8ba87110ca 100644 --- a/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/vnf_input_template.json +++ b/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/vnf_input_template.json @@ -2,7 +2,7 @@ "publisher_name": "ubuntuPublisher", "publisher_resource_group_name": "{{publisher_resource_group_name}}", "acr_artifact_store_name": "ubuntu-acr", - "location": "northeurope", + "location": "westcentralus", "nf_name": "ubuntu-vm", "version": "1.0.0", "blob_artifact_store_name": "ubuntu-blob-store", @@ -12,7 +12,7 @@ "version": "1.0.0" }, "vhd": { - "blob_sas_url": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", + "file_path": "../vnf_mocks/ubuntu.vhd", "version": "1-0-0" } } \ No newline at end of file diff --git a/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/vnf_nsd_input_template.json b/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/vnf_nsd_input_template.json index 2edde10b2ec..694b543c320 100644 --- a/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/vnf_nsd_input_template.json +++ b/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/mock_input_templates/vnf_nsd_input_template.json @@ -1,5 +1,5 @@ { - "location": "uksouth", + "location": "westcentralus", "publisher_name": "ubuntuPublisher", "publisher_resource_group_name": "{{publisher_resource_group_name}}", "acr_artifact_store_name": "ubuntu-acr", @@ -7,7 +7,7 @@ { "name": "ubuntu-vm-nfdg", "version": "1.0.0", - "publisher_offering_location": "northeurope", + "publisher_offering_location": "westcentralus", "type": "vnf", "multiple_instances": false, "publisher": "ubuntuPublisher", diff --git a/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/vnf_mocks/ubuntu.vhd b/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/vnf_mocks/ubuntu.vhd new file mode 100644 index 00000000000..8f1a1c99b84 --- /dev/null +++ b/src/aosm/azext_aosm/tests/latest/scenario_test_mocks/vnf_mocks/ubuntu.vhd @@ -0,0 +1,11 @@ +61 38 6b 92 16 4b cc ac 6f d4 02 5c 6f 62 79 b9 +8e 62 ae 07 02 1c dc 73 5b 7a 51 e7 56 4e 4a b0 +54 4a 93 2e 6b dd 3c b5 8b 60 fa 80 b1 80 1b 89 +1e 4d 7d 86 8e 25 76 58 24 8d 21 87 83 06 88 d6 +a4 fd 94 9c 66 b6 db ee 92 46 f0 25 fc 84 bb f5 +3f d9 49 28 ea 54 6a 2a 33 fa e0 47 eb 22 af 91 +d4 34 a6 d9 fe 58 cb 54 03 35 d6 45 40 96 4e f3 +31 ea 78 20 45 e9 f2 3a de cb 38 53 c0 9c b2 b7 +12 9e 57 d9 f6 1b cb 20 23 8c 86 d3 40 da 84 c3 +22 5b 48 61 63 e2 5f 5f 43 6d 8f 41 fc ce c1 87 +33 e1 e2 61 63 e2 5f 5 \ No newline at end of file diff --git a/src/aosm/azext_aosm/tests/latest/test_aosm_vnf_publish_and_delete.py b/src/aosm/azext_aosm/tests/latest/test_aosm_vnf_publish_and_delete.py index 6c9544c2b4a..1c5ece27dd0 100644 --- a/src/aosm/azext_aosm/tests/latest/test_aosm_vnf_publish_and_delete.py +++ b/src/aosm/azext_aosm/tests/latest/test_aosm_vnf_publish_and_delete.py @@ -105,16 +105,30 @@ def test_vnf_nsd_publish_and_delete(self, resource_group): f'az aosm nfd publish -f "{nfd_input_file_path}" --definition-type vnf' ) break - except Exception: + except Exception as exception: retry_attempts += 1 + if retry_attempts == 2: + # If the command fails twice, then the test should fail. + # We still need to clean up the resources, so we run the delete command. + self.cmd( + f'az aosm nfd delete --definition-type vnf -f "{nfd_input_file_path}" --clean --force' + ) + raise exception + nsd_input_file_path = update_resource_group_in_input_file( NSD_INPUT_TEMPLATE_NAME, NSD_INPUT_FILE_NAME, resource_group ) self.cmd(f'az aosm nsd build -f "{nsd_input_file_path}" --force') - self.cmd(f'az aosm nsd publish -f "{nsd_input_file_path}"') + try: + self.cmd(f'az aosm nsd publish -f "{nsd_input_file_path}"') + except Exception as exception: + # If the command fails, then the test should fail. + # We still need to clean up the resources, so we run the delete command. + self.cmd(f'az aosm nsd delete -f "{nsd_input_file_path}" --clean --force') + raise exception self.cmd(f'az aosm nsd delete -f "{nsd_input_file_path}" --clean --force') self.cmd( From 9acf07604949b072d1dd04283ff0240bdfcc23ae Mon Sep 17 00:00:00 2001 From: Patryk Kulik Date: Tue, 8 Aug 2023 14:28:36 +0100 Subject: [PATCH 9/9] Markups --- .../latest/test_aosm_vnf_publish_and_delete.py | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/aosm/azext_aosm/tests/latest/test_aosm_vnf_publish_and_delete.py b/src/aosm/azext_aosm/tests/latest/test_aosm_vnf_publish_and_delete.py index 1c5ece27dd0..c3a79b3ffee 100644 --- a/src/aosm/azext_aosm/tests/latest/test_aosm_vnf_publish_and_delete.py +++ b/src/aosm/azext_aosm/tests/latest/test_aosm_vnf_publish_and_delete.py @@ -105,7 +105,7 @@ def test_vnf_nsd_publish_and_delete(self, resource_group): f'az aosm nfd publish -f "{nfd_input_file_path}" --definition-type vnf' ) break - except Exception as exception: + except Exception: retry_attempts += 1 if retry_attempts == 2: @@ -114,7 +114,7 @@ def test_vnf_nsd_publish_and_delete(self, resource_group): self.cmd( f'az aosm nfd delete --definition-type vnf -f "{nfd_input_file_path}" --clean --force' ) - raise exception + raise nsd_input_file_path = update_resource_group_in_input_file( NSD_INPUT_TEMPLATE_NAME, NSD_INPUT_FILE_NAME, resource_group @@ -124,13 +124,10 @@ def test_vnf_nsd_publish_and_delete(self, resource_group): try: self.cmd(f'az aosm nsd publish -f "{nsd_input_file_path}"') - except Exception as exception: + finally: # If the command fails, then the test should fail. # We still need to clean up the resources, so we run the delete command. self.cmd(f'az aosm nsd delete -f "{nsd_input_file_path}" --clean --force') - raise exception - - self.cmd(f'az aosm nsd delete -f "{nsd_input_file_path}" --clean --force') - self.cmd( - f'az aosm nfd delete --definition-type vnf -f "{nfd_input_file_path}" --clean --force' - ) + self.cmd( + f'az aosm nfd delete --definition-type vnf -f "{nfd_input_file_path}" --clean --force' + )