From b07f2f7ac73b51c5ebec99ee62a8a85cc2139138 Mon Sep 17 00:00:00 2001 From: Jonathan Innis Date: Fri, 23 Jul 2021 20:18:24 -0700 Subject: [PATCH 01/20] [k8s-extension] Fix Identity Within the Property Bag (#3692) * Create pull.yml * Update pull.yml * Update azure-pipelines.yml * Initial commit of k8s-extension * Update pipelines file * Update CODEOWNERS * Update private preview pipelines * Remove open service mesh from public release * Update pipeline files * Update public extension pipeline * Change condition variable * Add version to public preview/private preview * Update pipelines * Add different testing based on private branch * Add annotations to extension model * Update k8s-custom-pipelines.yml * Update SDKs with Updated Swagger Spec for 2020-07-01-preview (#13) * Update sdks with updated swagger spec * Update version and history rst * Reorder release history timeline * Fix ExtensionInstanceForCreate for import * remove py2 bdist support * Add custom table formatting * Remove unnecessary files * Fix style issues * Fix branch based on comments * Update identity piece manually * Don't handle defaults at the CLI level * Remove defaults from CLI client * Check null target namespace with namespace scope * Update style * Add cassandra operator and location to model * Stage Public Version of k8s-extension 0.2.0 for official release (#15) * Create pull.yml * Update pull.yml * Update azure-pipelines.yml * Initial commit of k8s-extension * Update pipelines file * Update CODEOWNERS * Update private preview pipelines * Remove open service mesh from public release * Update pipeline files * Update public extension pipeline * Change condition variable * Add version to public preview/private preview * Update pipelines * Add different testing based on private branch * Add annotations to extension model * Update k8s-custom-pipelines.yml * Update SDKs with Updated Swagger Spec for 2020-07-01-preview (#13) * Update sdks with updated swagger spec * Update version and history rst * Reorder release history timeline * Fix ExtensionInstanceForCreate for import * remove py2 bdist support * Add custom table formatting * Remove unnecessary files * Fix style issues * Fix branch based on comments * Update identity piece manually * Don't handle defaults at the CLI level * Remove defaults from CLI client * Check null target namespace with namespace scope * Update style * Add cassandra operator and location to model Co-authored-by: action@github.com * Remove custom pipelines file * Update extension description, remove private const * Update pipeline file * Disable refs docs * Update to include better create warning logs and remove update context (#20) * Update to include better create warning logs and remove update context * Remove help text for update * Fix spelling error * Update message * Fix k8s-extension conflict with private version * Fix style errors * Fix filename * add customization for microsoft.azureml.kubernetes (#23) * add customization for microsoft.azureml.kubernetes * Update release history Co-authored-by: Yue Yu Co-authored-by: jonathan-innis * Add E2E Testing from Separate branch into internal code (#26) * Add internal e2e testing * Change to testing folder * Inference CLI validation for Scoring FE (#24) * cli validation starter * added the call to the fe validation function * nodeport validation not required * test fix Co-authored-by: Jonathan Innis * legal warning added (#27) * Remove deprecated method logger.warn * Update k8s-custom-pipelines.yml for Azure Pipelines * Update k8s-custom-pipelines.yml for Azure Pipelines * Add Azure Defender to E2E testing (#28) * Add azure defender testing to e2e * Remove the debug flag * Add configuration testing * Fix pipeline failures * Make test script more intuitive * Remove parameter from testing * Fix wrong location for k8s config whl * Fix pip upgrade issue * Fix pip install upgrade issue * Fix pip install issue * delete resurce in testcase (#29) Co-authored-by: Yue Yu Co-authored-by: Jonathan Innis * Check Provider is Registered with Subscription Before Making Requests (#18) * Add check for KubernetesConfiguration * Disable pylint and rename * Update provider registration link * Update version * Remove extra blank line * Fix bug in import * only validate scoring fe when inference is enabled (#31) * only validate scoring fe when inference is enabled * Fix versioning Co-authored-by: Yue Yu Co-authored-by: jonathan-innis * Provider registration case insensitive * do not validate against scoring fe if inference is not enabled. (#33) * do not validate against scoring fe if inference is not enabled. * add inference enabled scenario * refine * increase sleeping time * fix Co-authored-by: Yue Yu Co-authored-by: Jonathan Innis * Add OSM as Public Preview Extension (#34) * Add OSM as public preview extension * Add osm testing * Add release train to tests * Fix failing osm test * Upgrade pip in integration testing * Remove ununsed import * Fix release train check in update * Parallelize E2E Testing (#36) * Add OSM as public preview extension * Add osm testing * Update test logic to parallelize * Fix test success checking * Parallelize extension testing * Better error checking logic * Fix azureml deletion * Fix private build (#40) * change amlk8s to amlarc (#42) Co-authored-by: Yue Yu * Servicebus client model changes (#44) * Servicebus client model changes * Fix testing script * Update history file and pipeline * Update min cli core version for track 2 updates * Read SSL cert and key from files (#38) * first sketch of the change fixes removed extra blank lines changes regarding param renaming added ssl tests added more detail to the unit test additional import moved pem files out of public folder fixed import chenged import changed import unit tests fix unit test fix fixed unit tests fixed unit test unit test fix changes int test cert and key * test protected config * fix test typo * temporary changes reverted * fixing tests * fixed file paths * removed accidentally added file * changes according to review comments * more changes according to review comments * changes according to review comments Co-authored-by: Jonathan Innis * Upgrade release version * Liakaz/inference read ssl from file (#47) * first sketch of the change fixes removed extra blank lines changes regarding param renaming added ssl tests added more detail to the unit test additional import moved pem files out of public folder fixed import chenged import changed import unit tests fix unit test fix fixed unit tests fixed unit test unit test fix changes int test cert and key * test protected config * fix test typo * temporary changes reverted * fixing tests * fixed file paths * removed accidentally added file * changes according to review comments * more changes according to review comments * changes according to review comments * fixed decode error * renamed the experimental param Co-authored-by: Jonathan Innis * Fix style issues (#51) * Fixed scoring fe related extension param names (#49) * fixed scoring fe related extension params * bug fix and style fixes * variable rename * fixed the error type * set cluster to prod by default * Add distro validation for osm-arc (#50) * Add distro validation for osm-arc * fixed indentation * Fix linting * Resolve comments * Add unit test * fix lint Co-authored-by: Jonathan Innis * Add distro validation for osm-arc (#50) * Add distro validation for osm-arc * fixed indentation * Fix linting * Resolve comments * Add unit test * fix lint Co-authored-by: Jonathan Innis * Add distro validation for osm-arc (#53) removed release-train logic * Add Custom Delete Logic for Partners (#54) * Add custom delete logic * Fix failing unit tests * Add warning message when deleting amlarc extension (#55) * add warning message * fix indentation * Update release version * Remove Pyhelm from OSM customization (#58) * Fix OSM pyhelm bug * Debug bootstrap error * Update release message * Remove pyhelm dependency * Update tests to only check extensionconfig creation (#61) * Update tests to only check extensionconfig creation * Single set of CRUD for AzureML * Debug logs for connectedk8s * Increase open service mesh version number * Update k8s-extension Models to Track2 (#64) * Update k8s-extension models to track2 * Add debug for failed cleanup * Increase version number * Exit 0 on failed cleanup * Fix identity in wrong place in model (#66) * Remove unneeded fields Co-authored-by: action@github.com Co-authored-by: yuyue9284 <15863499+yuyue9284@users.noreply.github.com> Co-authored-by: Yue Yu Co-authored-by: Lia Kazakova <58274127+liakaz@users.noreply.github.com> Co-authored-by: Niranjan Shankar Co-authored-by: jingyizhu99 <83610845+jingyizhu99@users.noreply.github.com> --- .../azext_k8s_extension/vendored_sdks/models/_models.py | 2 +- .../azext_k8s_extension/vendored_sdks/models/_models_py3.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models.py b/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models.py index ef31b453ddc..315237c6587 100644 --- a/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models.py +++ b/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models.py @@ -310,7 +310,7 @@ class ExtensionInstance(ProxyResource): 'last_modified_time': {'key': 'properties.lastModifiedTime', 'type': 'str'}, 'last_status_time': {'key': 'properties.lastStatusTime', 'type': 'str'}, 'error_info': {'key': 'properties.errorInfo', 'type': 'ErrorDefinition'}, - 'identity': {'key': 'properties.identity', 'type': 'ConfigurationIdentity'}, + 'identity': {'key': 'identity', 'type': 'ConfigurationIdentity'}, } def __init__( diff --git a/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models_py3.py b/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models_py3.py index 7d8c10c5306..f749d3d7078 100644 --- a/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models_py3.py +++ b/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models_py3.py @@ -328,7 +328,7 @@ class ExtensionInstance(ProxyResource): 'last_modified_time': {'key': 'properties.lastModifiedTime', 'type': 'str'}, 'last_status_time': {'key': 'properties.lastStatusTime', 'type': 'str'}, 'error_info': {'key': 'properties.errorInfo', 'type': 'ErrorDefinition'}, - 'identity': {'key': 'properties.identity', 'type': 'ConfigurationIdentity'}, + 'identity': {'key': 'identity', 'type': 'ConfigurationIdentity'}, } def __init__( From 2aa392c2148b932876d1f002972f9452d541fea3 Mon Sep 17 00:00:00 2001 From: Azure CLI Bot Date: Mon, 26 Jul 2021 09:26:58 +0800 Subject: [PATCH 02/20] [Release] Update index.json for extension [ k8s-configuration ] (#3690) Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=1012981 Last commit: https://github.com/Azure/azure-cli-extensions/commit/e298f5799535edd85c4182a28d88ae7938e40c0f --- src/index.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/src/index.json b/src/index.json index 11cc04f0eb6..81020b32ce2 100644 --- a/src/index.json +++ b/src/index.json @@ -13192,6 +13192,56 @@ "version": "1.0.0" }, "sha256Digest": "80b79b09d9caa8e1813dad25703c442aec35e01d60a3ea13389ebaec3e94933c" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/k8s_configuration-1.1.0-py3-none-any.whl", + "filename": "k8s_configuration-1.1.0-py3-none-any.whl", + "metadata": { + "azext.minCliCoreVersion": "2.15.0", + "classifiers": [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "License :: OSI Approved :: MIT License" + ], + "extensions": { + "python.details": { + "contacts": [ + { + "email": "azpycli@microsoft.com", + "name": "Microsoft Corporation", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst" + }, + "project_urls": { + "Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/k8s-configuration" + } + } + }, + "extras": [], + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "k8s-configuration", + "run_requires": [ + { + "requires": [ + "pycryptodome (~=3.9.8)" + ] + } + ], + "summary": "Microsoft Azure Command-Line Tools K8s-configuration Extension", + "version": "1.1.0" + }, + "sha256Digest": "2ca4d1e87dfa0614592b758d3441bfeaaa85e4d151b734ce27cc74c6a400edec" } ], "k8s-extension": [ From bdb9f239b7f6118cb47cd700a54ebbc0de821081 Mon Sep 17 00:00:00 2001 From: Azure CLI Bot Date: Mon, 26 Jul 2021 09:27:16 +0800 Subject: [PATCH 03/20] [Release] Update index.json for extension [ k8s-extension ] (#3687) Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=1010584 Last commit: https://github.com/Azure/azure-cli-extensions/commit/12fca0873ce466a0e113a82f12ab885de3a699ba --- src/index.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/src/index.json b/src/index.json index 81020b32ce2..7a9b0351b0f 100644 --- a/src/index.json +++ b/src/index.json @@ -13682,6 +13682,49 @@ "version": "0.5.1" }, "sha256Digest": "b04378d1c1699cf8cf37fc84a0f77fd5b87c653cc4d06049ba546660ce57fe42" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.6.0-py3-none-any.whl", + "filename": "k8s_extension-0.6.0-py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.24.0", + "classifiers": [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "License :: OSI Approved :: MIT License" + ], + "extensions": { + "python.details": { + "contacts": [ + { + "email": "azpycli@microsoft.com", + "name": "Microsoft Corporation", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst" + }, + "project_urls": { + "Home": "https://github.com/Azure/azure-cli-extensions" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "k8s-extension", + "summary": "Microsoft Azure Command-Line Tools K8s-extension Extension", + "version": "0.6.0" + }, + "sha256Digest": "a1b642402345b71cb0f06aa31653a3161ab3f5f874e29d59863b987200bc535d" } ], "k8sconfiguration": [ From facef1105e533dfde286d33bda7c8f34962cdd66 Mon Sep 17 00:00:00 2001 From: kai ru <69238381+kairu-ms@users.noreply.github.com> Date: Mon, 26 Jul 2021 11:50:20 +0800 Subject: [PATCH 04/20] add azure-batch-cli-extension in blocklist as azure-batch-cli-extension (#3695) --- scripts/ci/build_ext_cmd_tree.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/ci/build_ext_cmd_tree.sh b/scripts/ci/build_ext_cmd_tree.sh index d1f9af9111a..6320bcccc0b 100644 --- a/scripts/ci/build_ext_cmd_tree.sh +++ b/scripts/ci/build_ext_cmd_tree.sh @@ -19,7 +19,8 @@ export AZURE_EXTENSION_INDEX_URL=https://raw.githubusercontent.com/Azure/azure-c output=$(az extension list-available --query [].name -otsv) # azure-cli-ml is replaced by ml -blocklist=("azure-cli-ml") +# TODO: azure-batch-cli-extensions is not compatible with latest batch SDK. +blocklist=("azure-cli-ml" "azure-batch-cli-extensions") rm -f ~/.azure/extCmdTreeToUpload.json From 5118e24d645b17ed9ece9a475b631492217e89cb Mon Sep 17 00:00:00 2001 From: kai ru <69238381+kairu-ms@users.noreply.github.com> Date: Mon, 26 Jul 2021 15:40:44 +0800 Subject: [PATCH 05/20] [Firewall] create a Firewall Policy Network Rule with FQDNs (#3685) * support fqdns parameters for 'az network firewall policy rule-collection-group collection' * add tests for fqdns update --- src/azure-firewall/HISTORY.rst | 6 + src/azure-firewall/azext_firewall/_params.py | 1 + src/azure-firewall/azext_firewall/custom.py | 22 +- ...zure_firewall_policy_rules_with_fqdns.yaml | 1672 +++++++++++++++++ .../latest/test_azure_firewall_scenario.py | 75 + src/azure-firewall/setup.py | 2 +- 6 files changed, 1769 insertions(+), 9 deletions(-) create mode 100644 src/azure-firewall/azext_firewall/tests/latest/recordings/test_azure_firewall_policy_rules_with_fqdns.yaml diff --git a/src/azure-firewall/HISTORY.rst b/src/azure-firewall/HISTORY.rst index d402ffdf4c9..bdd9ae832bb 100644 --- a/src/azure-firewall/HISTORY.rst +++ b/src/azure-firewall/HISTORY.rst @@ -3,6 +3,12 @@ Release History =============== +0.12.0 +++++++ +* `az network firewall policy rule-collection-group collection add-filter-collection`: Add parameter `--destination-fqdns` +* `az network firewall policy rule-collection-group collection rule add`: Add parameters `--destination-fqdns` and `--translated-fqdn` +* `az network firewall policy rule-collection-group collection rule update`: Add parameters `--destination-fqdns` and `--translated-fqdn` + 0.11.0 ++++++ * Fix issue: `create_or_update` not found diff --git a/src/azure-firewall/azext_firewall/_params.py b/src/azure-firewall/azext_firewall/_params.py index 2eb6f13e547..b548038c601 100644 --- a/src/azure-firewall/azext_firewall/_params.py +++ b/src/azure-firewall/azext_firewall/_params.py @@ -237,6 +237,7 @@ def load_arguments(self, _): with self.argument_context('network firewall policy rule-collection-group collection', arg_group='Network Rule') as c: c.argument('destination_ip_groups', options_list=['--destination-ip-groups', '--dest-ipg'], nargs='+', validator=validate_ip_groups, help='Space-separated list of name or resource id of destination IpGroups') + c.argument('destination_fqdns') with self.argument_context('network firewall policy rule-collection-group collection add-filter-collection') as c: c.argument('filter_action', options_list=['--action'], arg_type=get_enum_type(['Allow', 'Deny']), help='The action type of a rule collection.') diff --git a/src/azure-firewall/azext_firewall/custom.py b/src/azure-firewall/azext_firewall/custom.py index 1c35f855353..122744215ab 100644 --- a/src/azure-firewall/azext_firewall/custom.py +++ b/src/azure-firewall/azext_firewall/custom.py @@ -810,6 +810,7 @@ def add_azure_firewall_policy_filter_rule_collection(cmd, resource_group_name, f destination_ports=None, protocols=None, fqdn_tags=None, target_fqdns=None, source_ip_groups=None, destination_ip_groups=None, + destination_fqdns=None, target_urls=None, enable_tls_inspection=False, web_categories=None): NetworkRule, FirewallPolicyRuleApplicationProtocol,\ ApplicationRule, FirewallPolicyFilterRuleCollectionAction, FirewallPolicyFilterRuleCollection =\ @@ -828,7 +829,8 @@ def add_azure_firewall_policy_filter_rule_collection(cmd, resource_group_name, f destination_addresses=destination_addresses, destination_ports=destination_ports, source_ip_groups=source_ip_groups, - destination_ip_groups=destination_ip_groups) + destination_ip_groups=destination_ip_groups, + destination_fqdns=destination_fqdns) else: def map_application_rule_protocol(item): return FirewallPolicyRuleApplicationProtocol(protocol_type=item['protocol_type'], @@ -883,8 +885,8 @@ def add_azure_firewall_policy_filter_rule(cmd, resource_group_name, firewall_pol description=None, ip_protocols=None, source_addresses=None, destination_addresses=None, destination_ports=None, protocols=None, fqdn_tags=None, target_fqdns=None, - source_ip_groups=None, destination_ip_groups=None, - translated_address=None, translated_port=None, + source_ip_groups=None, destination_ip_groups=None, destination_fqdns=None, + translated_address=None, translated_port=None, translated_fqdn=None, target_urls=None, enable_tls_inspection=False, web_categories=None): (NetworkRule, FirewallPolicyRuleApplicationProtocol, @@ -918,7 +920,8 @@ def add_azure_firewall_policy_filter_rule(cmd, resource_group_name, firewall_pol destination_addresses=destination_addresses, destination_ports=destination_ports, source_ip_groups=source_ip_groups, - destination_ip_groups=destination_ip_groups) + destination_ip_groups=destination_ip_groups, + destination_fqdns=destination_fqdns) elif rule_type == 'ApplicationRule': def map_application_rule_protocol(item): return FirewallPolicyRuleApplicationProtocol(protocol_type=item['protocol_type'], @@ -947,7 +950,8 @@ def map_application_rule_protocol(item): destination_ports=destination_ports, translated_address=translated_address, translated_port=translated_port, - source_ip_groups=source_ip_groups) + source_ip_groups=source_ip_groups, + translated_fqdn=translated_fqdn) target_rule_collection.rules.append(rule) return client.begin_create_or_update(resource_group_name, firewall_policy_name, rule_collection_group_name, rule_collection_group) @@ -979,8 +983,8 @@ def update_azure_firewall_policy_filter_rule(cmd, instance, rule_collection_name description=None, ip_protocols=None, source_addresses=None, destination_addresses=None, destination_ports=None, protocols=None, fqdn_tags=None, target_fqdns=None, - source_ip_groups=None, destination_ip_groups=None, - translated_address=None, translated_port=None, + source_ip_groups=None, destination_ip_groups=None, destination_fqdns=None, + translated_address=None, translated_port=None, translated_fqdn=None, target_urls=None, enable_tls_inspection=None, web_categories=None): (NetworkRule, FirewallPolicyRuleApplicationProtocol, @@ -1008,7 +1012,8 @@ def update_azure_firewall_policy_filter_rule(cmd, instance, rule_collection_name destination_addresses=(destination_addresses or rule.destination_addresses), destination_ports=(destination_ports or rule.destination_ports), source_ip_groups=(source_ip_groups or rule.source_ip_groups), - destination_ip_groups=(destination_ip_groups or rule.destination_ip_groups)) + destination_ip_groups=(destination_ip_groups or rule.destination_ip_groups), + destination_fqdns=(destination_fqdns or rule.destination_fqdns)) elif rule.rule_type == 'ApplicationRule': def map_application_rule_protocol(item): return FirewallPolicyRuleApplicationProtocol(protocol_type=item['protocol_type'], @@ -1037,6 +1042,7 @@ def map_application_rule_protocol(item): destination_ports=(destination_ports or rule.destination_ports), translated_address=(translated_address or rule.translated_address), translated_port=(translated_port or rule.translated_port), + translated_fqdn=(translated_fqdn or rule.translated_fqdn), source_ip_groups=(source_ip_groups or rule.source_ip_groups)) if new_rule: target_rule_collection.rules[i] = copy.deepcopy(new_rule) diff --git a/src/azure-firewall/azext_firewall/tests/latest/recordings/test_azure_firewall_policy_rules_with_fqdns.yaml b/src/azure-firewall/azext_firewall/tests/latest/recordings/test_azure_firewall_policy_rules_with_fqdns.yaml new file mode 100644 index 00000000000..b11f3ad3ca5 --- /dev/null +++ b/src/azure-firewall/azext_firewall/tests/latest/recordings/test_azure_firewall_policy_rules_with_fqdns.yaml @@ -0,0 +1,1672 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network ip-group create + Connection: + - keep-alive + ParameterSetName: + - -n -g --ip-addresses + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_azure_firewall_policy000001?api-version=2020-10-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001","name":"cli_test_azure_firewall_policy000001","type":"Microsoft.Resources/resourceGroups","location":"eastus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-22T02:30:00Z"},"properties":{"provisioningState":"Succeeded"}}' + headers: + cache-control: + - no-cache + content-length: + - '429' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:30:03 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus2", "properties": {"ipAddresses": ["10.0.0.0", "10.0.0.1"]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network ip-group create + Connection: + - keep-alive + Content-Length: + - '80' + Content-Type: + - application/json; charset=utf-8 + ParameterSetName: + - -n -g --ip-addresses + User-Agent: + - python/3.8.10 (Windows-10-10.0.19043-SP0) msrest/0.6.21 msrest_azure/0.6.3 + azure-mgmt-network/7.0.0 Azure-SDK-For-Python AZURECLI/2.26.0 + accept-language: + - en-US + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup?api-version=2019-09-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"firewalls\": [],\r\n \"firewallPolicies\": + [],\r\n \"ipAddresses\": [\r\n \"10.0.0.0\",\r\n \"10.0.0.1\"\r\n + \ ],\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\",\r\n + \ \"name\": \"sourceipgroup\",\r\n \"type\": \"Microsoft.Network/IpGroups\",\r\n + \ \"etag\": \"5a2b2182-c6d1-4fc5-8f4c-202b13898a71\",\r\n \"location\": \"eastus2\"\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/nfvOperations/7a641eb3-caf0-435c-ae43-3d969c35f022?api-version=2019-09-01 + cache-control: + - no-cache + content-length: + - '535' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:30:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network ip-group create + Connection: + - keep-alive + ParameterSetName: + - -n -g --ip-addresses + User-Agent: + - python/3.8.10 (Windows-10-10.0.19043-SP0) msrest/0.6.21 msrest_azure/0.6.3 + azure-mgmt-network/7.0.0 Azure-SDK-For-Python AZURECLI/2.26.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/nfvOperations/7a641eb3-caf0-435c-ae43-3d969c35f022?api-version=2019-09-01 + response: + body: + string: "{\r\n \"status\": \"Succeeded\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '29' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:30:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network ip-group create + Connection: + - keep-alive + ParameterSetName: + - -n -g --ip-addresses + User-Agent: + - python/3.8.10 (Windows-10-10.0.19043-SP0) msrest/0.6.21 msrest_azure/0.6.3 + azure-mgmt-network/7.0.0 Azure-SDK-For-Python AZURECLI/2.26.0 + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup?api-version=2019-09-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"firewalls\": [],\r\n \"firewallPolicies\": + [],\r\n \"ipAddresses\": [\r\n \"10.0.0.0\",\r\n \"10.0.0.1\"\r\n + \ ],\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\",\r\n + \ \"name\": \"sourceipgroup\",\r\n \"type\": \"Microsoft.Network/IpGroups\",\r\n + \ \"etag\": \"5a2b2182-c6d1-4fc5-8f4c-202b13898a71\",\r\n \"location\": \"eastus2\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '536' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:30:24 GMT + etag: + - '"5a2b2182-c6d1-4fc5-8f4c-202b13898a71"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"location": "eastus2", "properties": {"dnsSettings": {"servers": ["10.0.0.2", + "10.0.0.3"], "enableProxy": true}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy create + Connection: + - keep-alive + Content-Length: + - '114' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --location --name --dns-servers --enable-dns-proxy + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy?api-version=2020-07-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Standard\"\r\n + \ },\r\n \"threatIntelMode\": \"Alert\",\r\n \"dnsSettings\": {\r\n + \ \"servers\": [\r\n \"10.0.0.2\",\r\n \"10.0.0.3\"\r\n + \ ],\r\n \"enableProxy\": true\r\n },\r\n \"childPolicies\": + [],\r\n \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"provisioningState\": + \"Updating\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy\",\r\n + \ \"name\": \"myclipolicy\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n + \ \"etag\": \"3b572107-c882-42d1-90f1-7ea1ad6b3049\",\r\n \"location\": \"eastus2\"\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/nfvOperations/709b1437-b1c3-4db3-a205-ee46d4a84d1b?api-version=2020-07-01 + cache-control: + - no-cache + content-length: + - '719' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:30:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --location --name --dns-servers --enable-dns-proxy + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/nfvOperations/709b1437-b1c3-4db3-a205-ee46d4a84d1b?api-version=2020-07-01 + response: + body: + string: "{\r\n \"status\": \"Succeeded\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '29' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:30:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --location --name --dns-servers --enable-dns-proxy + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy?api-version=2020-07-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"tier\": \"Standard\"\r\n + \ },\r\n \"threatIntelMode\": \"Alert\",\r\n \"dnsSettings\": {\r\n + \ \"servers\": [\r\n \"10.0.0.2\",\r\n \"10.0.0.3\"\r\n + \ ],\r\n \"enableProxy\": true\r\n },\r\n \"childPolicies\": + [],\r\n \"ruleCollectionGroups\": [],\r\n \"firewalls\": [],\r\n \"provisioningState\": + \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy\",\r\n + \ \"name\": \"myclipolicy\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies\",\r\n + \ \"etag\": \"3b572107-c882-42d1-90f1-7ea1ad6b3049\",\r\n \"location\": \"eastus2\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '720' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:30:46 GMT + etag: + - '"3b572107-c882-42d1-90f1-7ea1ad6b3049"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"name": "myclirulecollectiongroup", "properties": {"priority": 10000}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy rule-collection-group create + Connection: + - keep-alive + Content-Length: + - '71' + Content-Type: + - application/json + ParameterSetName: + - -g --priority --policy-name -n + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup?api-version=2020-07-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"priority\": 10000,\r\n \"ruleCollections\": + [],\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup\",\r\n + \ \"name\": \"myclirulecollectiongroup\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies/RuleCollectionGroups\",\r\n + \ \"etag\": \"0c6ae0a8-ba01-4346-a01e-eebbcc4ed5c9\",\r\n \"location\": \"eastus2\"\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/nfvOperations/06e36fe1-159c-4952-9d1e-bba4418c8051?api-version=2020-07-01 + cache-control: + - no-cache + content-length: + - '561' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:30:50 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1197' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy rule-collection-group create + Connection: + - keep-alive + ParameterSetName: + - -g --priority --policy-name -n + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/nfvOperations/06e36fe1-159c-4952-9d1e-bba4418c8051?api-version=2020-07-01 + response: + body: + string: "{\r\n \"status\": \"Succeeded\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '29' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:31:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy rule-collection-group create + Connection: + - keep-alive + ParameterSetName: + - -g --priority --policy-name -n + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup?api-version=2020-07-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"priority\": 10000,\r\n \"ruleCollections\": + [],\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup\",\r\n + \ \"name\": \"myclirulecollectiongroup\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies/RuleCollectionGroups\",\r\n + \ \"etag\": \"0c6ae0a8-ba01-4346-a01e-eebbcc4ed5c9\",\r\n \"location\": \"eastus2\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '562' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:31:01 GMT + etag: + - '"0c6ae0a8-ba01-4346-a01e-eebbcc4ed5c9"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy rule-collection-group collection add-filter-collection + Connection: + - keep-alive + ParameterSetName: + - -g --policy-name --rule-collection-group-name -n --collection-priority --action + --rule-name --rule-type --description --destination-fqdns --source-ip-groups + --destination-ports --ip-protocols + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup?api-version=2020-07-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"priority\": 10000,\r\n \"ruleCollections\": + [],\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup\",\r\n + \ \"name\": \"myclirulecollectiongroup\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies/RuleCollectionGroups\",\r\n + \ \"etag\": \"0c6ae0a8-ba01-4346-a01e-eebbcc4ed5c9\",\r\n \"location\": \"eastus2\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '562' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:31:02 GMT + etag: + - '"0c6ae0a8-ba01-4346-a01e-eebbcc4ed5c9"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup", + "name": "myclirulecollectiongroup", "properties": {"priority": 10000, "ruleCollections": + [{"ruleCollectionType": "FirewallPolicyFilterRuleCollection", "name": "filter-collection-1", + "priority": 15000, "action": {"type": "Allow"}, "rules": [{"name": "network-rule", + "description": "test", "ruleType": "NetworkRule", "ipProtocols": ["Any", "ICMP"], + "destinationPorts": ["12003", "12004"], "sourceIpGroups": ["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup"], + "destinationFqdns": ["www.bing.com"]}]}]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy rule-collection-group collection add-filter-collection + Connection: + - keep-alive + Content-Length: + - '902' + Content-Type: + - application/json + ParameterSetName: + - -g --policy-name --rule-collection-group-name -n --collection-priority --action + --rule-name --rule-type --description --destination-fqdns --source-ip-groups + --destination-ports --ip-protocols + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup?api-version=2020-07-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"priority\": 10000,\r\n \"ruleCollections\": + [\r\n {\r\n \"ruleCollectionType\": \"FirewallPolicyFilterRuleCollection\",\r\n + \ \"action\": {\r\n \"type\": \"Allow\"\r\n },\r\n \"rules\": + [\r\n {\r\n \"ruleType\": \"NetworkRule\",\r\n \"name\": + \"network-rule\",\r\n \"ipProtocols\": [\r\n \"Any\",\r\n + \ \"ICMP\"\r\n ],\r\n \"sourceAddresses\": + [],\r\n \"sourceIpGroups\": [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [],\r\n \"destinationIpGroups\": + [],\r\n \"destinationFqdns\": [\r\n \"www.bing.com\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12003\",\r\n + \ \"12004\"\r\n ]\r\n }\r\n ],\r\n + \ \"name\": \"filter-collection-1\",\r\n \"priority\": 15000\r\n + \ }\r\n ],\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"id\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup\",\r\n + \ \"name\": \"myclirulecollectiongroup\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies/RuleCollectionGroups\",\r\n + \ \"etag\": \"474c710b-3a92-417a-baf0-b834b4f48ce2\",\r\n \"location\": \"eastus2\"\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/nfvOperations/8ea9597e-5a5e-48df-a098-7713cf49e0a3?api-version=2020-07-01 + cache-control: + - no-cache + content-length: + - '1561' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:31:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy rule-collection-group collection add-filter-collection + Connection: + - keep-alive + ParameterSetName: + - -g --policy-name --rule-collection-group-name -n --collection-priority --action + --rule-name --rule-type --description --destination-fqdns --source-ip-groups + --destination-ports --ip-protocols + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/nfvOperations/8ea9597e-5a5e-48df-a098-7713cf49e0a3?api-version=2020-07-01 + response: + body: + string: "{\r\n \"status\": \"Succeeded\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '29' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:31:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy rule-collection-group collection add-filter-collection + Connection: + - keep-alive + ParameterSetName: + - -g --policy-name --rule-collection-group-name -n --collection-priority --action + --rule-name --rule-type --description --destination-fqdns --source-ip-groups + --destination-ports --ip-protocols + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup?api-version=2020-07-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"priority\": 10000,\r\n \"ruleCollections\": + [\r\n {\r\n \"ruleCollectionType\": \"FirewallPolicyFilterRuleCollection\",\r\n + \ \"action\": {\r\n \"type\": \"Allow\"\r\n },\r\n \"rules\": + [\r\n {\r\n \"ruleType\": \"NetworkRule\",\r\n \"name\": + \"network-rule\",\r\n \"ipProtocols\": [\r\n \"Any\",\r\n + \ \"ICMP\"\r\n ],\r\n \"sourceAddresses\": + [],\r\n \"sourceIpGroups\": [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [],\r\n \"destinationIpGroups\": + [],\r\n \"destinationFqdns\": [\r\n \"www.bing.com\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12003\",\r\n + \ \"12004\"\r\n ]\r\n }\r\n ],\r\n + \ \"name\": \"filter-collection-1\",\r\n \"priority\": 15000\r\n + \ }\r\n ],\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup\",\r\n + \ \"name\": \"myclirulecollectiongroup\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies/RuleCollectionGroups\",\r\n + \ \"etag\": \"474c710b-3a92-417a-baf0-b834b4f48ce2\",\r\n \"location\": \"eastus2\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '1562' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:31:17 GMT + etag: + - '"474c710b-3a92-417a-baf0-b834b4f48ce2"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy rule-collection-group collection rule add + Connection: + - keep-alive + ParameterSetName: + - -g --policy-name --rule-collection-group-name --collection-name --name --rule-type + --description --destination-fqdns --source-ip-groups --destination-ports --ip-protocols + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup?api-version=2020-07-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"priority\": 10000,\r\n \"ruleCollections\": + [\r\n {\r\n \"ruleCollectionType\": \"FirewallPolicyFilterRuleCollection\",\r\n + \ \"action\": {\r\n \"type\": \"Allow\"\r\n },\r\n \"rules\": + [\r\n {\r\n \"ruleType\": \"NetworkRule\",\r\n \"name\": + \"network-rule\",\r\n \"ipProtocols\": [\r\n \"Any\",\r\n + \ \"ICMP\"\r\n ],\r\n \"sourceAddresses\": + [],\r\n \"sourceIpGroups\": [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [],\r\n \"destinationIpGroups\": + [],\r\n \"destinationFqdns\": [\r\n \"www.bing.com\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12003\",\r\n + \ \"12004\"\r\n ]\r\n }\r\n ],\r\n + \ \"name\": \"filter-collection-1\",\r\n \"priority\": 15000\r\n + \ }\r\n ],\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup\",\r\n + \ \"name\": \"myclirulecollectiongroup\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies/RuleCollectionGroups\",\r\n + \ \"etag\": \"474c710b-3a92-417a-baf0-b834b4f48ce2\",\r\n \"location\": \"eastus2\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '1562' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:31:20 GMT + etag: + - '"474c710b-3a92-417a-baf0-b834b4f48ce2"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup", + "name": "myclirulecollectiongroup", "properties": {"priority": 10000, "ruleCollections": + [{"ruleCollectionType": "FirewallPolicyFilterRuleCollection", "name": "filter-collection-1", + "priority": 15000, "action": {"type": "Allow"}, "rules": [{"name": "network-rule", + "ruleType": "NetworkRule", "ipProtocols": ["Any", "ICMP"], "sourceAddresses": + [], "destinationAddresses": [], "destinationPorts": ["12003", "12004"], "sourceIpGroups": + ["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup"], + "destinationIpGroups": [], "destinationFqdns": ["www.bing.com"]}, {"name": "network-rule-2", + "description": "test", "ruleType": "NetworkRule", "ipProtocols": ["Any", "ICMP"], + "destinationPorts": ["12003", "12004"], "sourceIpGroups": ["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup"], + "destinationFqdns": ["www.google.com"]}]}]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy rule-collection-group collection rule add + Connection: + - keep-alive + Content-Length: + - '1364' + Content-Type: + - application/json + ParameterSetName: + - -g --policy-name --rule-collection-group-name --collection-name --name --rule-type + --description --destination-fqdns --source-ip-groups --destination-ports --ip-protocols + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup?api-version=2020-07-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"priority\": 10000,\r\n \"ruleCollections\": + [\r\n {\r\n \"ruleCollectionType\": \"FirewallPolicyFilterRuleCollection\",\r\n + \ \"action\": {\r\n \"type\": \"Allow\"\r\n },\r\n \"rules\": + [\r\n {\r\n \"ruleType\": \"NetworkRule\",\r\n \"name\": + \"network-rule\",\r\n \"ipProtocols\": [\r\n \"Any\",\r\n + \ \"ICMP\"\r\n ],\r\n \"sourceAddresses\": + [],\r\n \"sourceIpGroups\": [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [],\r\n \"destinationIpGroups\": + [],\r\n \"destinationFqdns\": [\r\n \"www.bing.com\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12003\",\r\n + \ \"12004\"\r\n ]\r\n },\r\n {\r\n + \ \"ruleType\": \"NetworkRule\",\r\n \"name\": \"network-rule-2\",\r\n + \ \"ipProtocols\": [\r\n \"Any\",\r\n \"ICMP\"\r\n + \ ],\r\n \"sourceAddresses\": [],\r\n \"sourceIpGroups\": + [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [],\r\n \"destinationIpGroups\": + [],\r\n \"destinationFqdns\": [\r\n \"www.google.com\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12003\",\r\n + \ \"12004\"\r\n ]\r\n }\r\n ],\r\n + \ \"name\": \"filter-collection-1\",\r\n \"priority\": 15000\r\n + \ }\r\n ],\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"id\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup\",\r\n + \ \"name\": \"myclirulecollectiongroup\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies/RuleCollectionGroups\",\r\n + \ \"etag\": \"0fe8c2b1-cad5-4750-95bd-a3ba12d94801\",\r\n \"location\": \"eastus2\"\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/nfvOperations/c83f877b-b042-403e-b19e-7fb42361232f?api-version=2020-07-01 + cache-control: + - no-cache + content-length: + - '2314' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:31:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy rule-collection-group collection rule add + Connection: + - keep-alive + ParameterSetName: + - -g --policy-name --rule-collection-group-name --collection-name --name --rule-type + --description --destination-fqdns --source-ip-groups --destination-ports --ip-protocols + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/nfvOperations/c83f877b-b042-403e-b19e-7fb42361232f?api-version=2020-07-01 + response: + body: + string: "{\r\n \"status\": \"Succeeded\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '29' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:31:34 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy rule-collection-group collection rule add + Connection: + - keep-alive + ParameterSetName: + - -g --policy-name --rule-collection-group-name --collection-name --name --rule-type + --description --destination-fqdns --source-ip-groups --destination-ports --ip-protocols + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup?api-version=2020-07-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"priority\": 10000,\r\n \"ruleCollections\": + [\r\n {\r\n \"ruleCollectionType\": \"FirewallPolicyFilterRuleCollection\",\r\n + \ \"action\": {\r\n \"type\": \"Allow\"\r\n },\r\n \"rules\": + [\r\n {\r\n \"ruleType\": \"NetworkRule\",\r\n \"name\": + \"network-rule\",\r\n \"ipProtocols\": [\r\n \"Any\",\r\n + \ \"ICMP\"\r\n ],\r\n \"sourceAddresses\": + [],\r\n \"sourceIpGroups\": [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [],\r\n \"destinationIpGroups\": + [],\r\n \"destinationFqdns\": [\r\n \"www.bing.com\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12003\",\r\n + \ \"12004\"\r\n ]\r\n },\r\n {\r\n + \ \"ruleType\": \"NetworkRule\",\r\n \"name\": \"network-rule-2\",\r\n + \ \"ipProtocols\": [\r\n \"Any\",\r\n \"ICMP\"\r\n + \ ],\r\n \"sourceAddresses\": [],\r\n \"sourceIpGroups\": + [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [],\r\n \"destinationIpGroups\": + [],\r\n \"destinationFqdns\": [\r\n \"www.google.com\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12003\",\r\n + \ \"12004\"\r\n ]\r\n }\r\n ],\r\n + \ \"name\": \"filter-collection-1\",\r\n \"priority\": 15000\r\n + \ }\r\n ],\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup\",\r\n + \ \"name\": \"myclirulecollectiongroup\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies/RuleCollectionGroups\",\r\n + \ \"etag\": \"0fe8c2b1-cad5-4750-95bd-a3ba12d94801\",\r\n \"location\": \"eastus2\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '2315' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:31:35 GMT + etag: + - '"0fe8c2b1-cad5-4750-95bd-a3ba12d94801"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy rule-collection-group collection add-nat-collection + Connection: + - keep-alive + ParameterSetName: + - -n --policy-name --rule-collection-group-name -g --collection-priority --action + --rule-name --description --destination-addresses --source-ip-groups --translated-address + --translated-port --destination-ports --ip-protocols + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup?api-version=2020-07-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"priority\": 10000,\r\n \"ruleCollections\": + [\r\n {\r\n \"ruleCollectionType\": \"FirewallPolicyFilterRuleCollection\",\r\n + \ \"action\": {\r\n \"type\": \"Allow\"\r\n },\r\n \"rules\": + [\r\n {\r\n \"ruleType\": \"NetworkRule\",\r\n \"name\": + \"network-rule\",\r\n \"ipProtocols\": [\r\n \"Any\",\r\n + \ \"ICMP\"\r\n ],\r\n \"sourceAddresses\": + [],\r\n \"sourceIpGroups\": [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [],\r\n \"destinationIpGroups\": + [],\r\n \"destinationFqdns\": [\r\n \"www.bing.com\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12003\",\r\n + \ \"12004\"\r\n ]\r\n },\r\n {\r\n + \ \"ruleType\": \"NetworkRule\",\r\n \"name\": \"network-rule-2\",\r\n + \ \"ipProtocols\": [\r\n \"Any\",\r\n \"ICMP\"\r\n + \ ],\r\n \"sourceAddresses\": [],\r\n \"sourceIpGroups\": + [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [],\r\n \"destinationIpGroups\": + [],\r\n \"destinationFqdns\": [\r\n \"www.google.com\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12003\",\r\n + \ \"12004\"\r\n ]\r\n }\r\n ],\r\n + \ \"name\": \"filter-collection-1\",\r\n \"priority\": 15000\r\n + \ }\r\n ],\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup\",\r\n + \ \"name\": \"myclirulecollectiongroup\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies/RuleCollectionGroups\",\r\n + \ \"etag\": \"0fe8c2b1-cad5-4750-95bd-a3ba12d94801\",\r\n \"location\": \"eastus2\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '2315' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:31:36 GMT + etag: + - '"0fe8c2b1-cad5-4750-95bd-a3ba12d94801"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup", + "name": "myclirulecollectiongroup", "properties": {"priority": 10000, "ruleCollections": + [{"ruleCollectionType": "FirewallPolicyFilterRuleCollection", "name": "filter-collection-1", + "priority": 15000, "action": {"type": "Allow"}, "rules": [{"name": "network-rule", + "ruleType": "NetworkRule", "ipProtocols": ["Any", "ICMP"], "sourceAddresses": + [], "destinationAddresses": [], "destinationPorts": ["12003", "12004"], "sourceIpGroups": + ["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup"], + "destinationIpGroups": [], "destinationFqdns": ["www.bing.com"]}, {"name": "network-rule-2", + "ruleType": "NetworkRule", "ipProtocols": ["Any", "ICMP"], "sourceAddresses": + [], "destinationAddresses": [], "destinationPorts": ["12003", "12004"], "sourceIpGroups": + ["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup"], + "destinationIpGroups": [], "destinationFqdns": ["www.google.com"]}]}, {"ruleCollectionType": + "FirewallPolicyNatRuleCollection", "name": "nat-collection", "priority": 10005, + "action": {"type": "DNAT"}, "rules": [{"name": "nat-rule", "description": "test", + "ruleType": "NatRule", "ipProtocols": ["TCP", "UDP"], "destinationAddresses": + ["202.120.36.15"], "destinationPorts": ["12001"], "translatedAddress": "128.1.1.1", + "translatedPort": "1234", "sourceIpGroups": ["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup"]}]}]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy rule-collection-group collection add-nat-collection + Connection: + - keep-alive + Content-Length: + - '2012' + Content-Type: + - application/json + ParameterSetName: + - -n --policy-name --rule-collection-group-name -g --collection-priority --action + --rule-name --description --destination-addresses --source-ip-groups --translated-address + --translated-port --destination-ports --ip-protocols + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup?api-version=2020-07-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"priority\": 10000,\r\n \"ruleCollections\": + [\r\n {\r\n \"ruleCollectionType\": \"FirewallPolicyFilterRuleCollection\",\r\n + \ \"action\": {\r\n \"type\": \"Allow\"\r\n },\r\n \"rules\": + [\r\n {\r\n \"ruleType\": \"NetworkRule\",\r\n \"name\": + \"network-rule\",\r\n \"ipProtocols\": [\r\n \"Any\",\r\n + \ \"ICMP\"\r\n ],\r\n \"sourceAddresses\": + [],\r\n \"sourceIpGroups\": [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [],\r\n \"destinationIpGroups\": + [],\r\n \"destinationFqdns\": [\r\n \"www.bing.com\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12003\",\r\n + \ \"12004\"\r\n ]\r\n },\r\n {\r\n + \ \"ruleType\": \"NetworkRule\",\r\n \"name\": \"network-rule-2\",\r\n + \ \"ipProtocols\": [\r\n \"Any\",\r\n \"ICMP\"\r\n + \ ],\r\n \"sourceAddresses\": [],\r\n \"sourceIpGroups\": + [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [],\r\n \"destinationIpGroups\": + [],\r\n \"destinationFqdns\": [\r\n \"www.google.com\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12003\",\r\n + \ \"12004\"\r\n ]\r\n }\r\n ],\r\n + \ \"name\": \"filter-collection-1\",\r\n \"priority\": 15000\r\n + \ },\r\n {\r\n \"ruleCollectionType\": \"FirewallPolicyNatRuleCollection\",\r\n + \ \"action\": {\r\n \"type\": \"Dnat\"\r\n },\r\n \"rules\": + [\r\n {\r\n \"ruleType\": \"NatRule\",\r\n \"name\": + \"nat-rule\",\r\n \"translatedAddress\": \"128.1.1.1\",\r\n \"translatedPort\": + \"1234\",\r\n \"ipProtocols\": [\r\n \"TCP\",\r\n + \ \"UDP\"\r\n ],\r\n \"sourceAddresses\": + [],\r\n \"sourceIpGroups\": [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [\r\n \"202.120.36.15\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12001\"\r\n + \ ]\r\n }\r\n ],\r\n \"name\": \"nat-collection\",\r\n + \ \"priority\": 10005\r\n }\r\n ],\r\n \"provisioningState\": + \"Updating\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup\",\r\n + \ \"name\": \"myclirulecollectiongroup\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies/RuleCollectionGroups\",\r\n + \ \"etag\": \"c6a4df66-b0ff-422e-b584-c1f2aa1d7e7f\",\r\n \"location\": \"eastus2\"\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/nfvOperations/0def84f6-4d4f-40f0-ba6f-02d73f6f4375?api-version=2020-07-01 + cache-control: + - no-cache + content-length: + - '3277' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:31:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy rule-collection-group collection add-nat-collection + Connection: + - keep-alive + ParameterSetName: + - -n --policy-name --rule-collection-group-name -g --collection-priority --action + --rule-name --description --destination-addresses --source-ip-groups --translated-address + --translated-port --destination-ports --ip-protocols + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/nfvOperations/0def84f6-4d4f-40f0-ba6f-02d73f6f4375?api-version=2020-07-01 + response: + body: + string: "{\r\n \"status\": \"Succeeded\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '29' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:31:50 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy rule-collection-group collection add-nat-collection + Connection: + - keep-alive + ParameterSetName: + - -n --policy-name --rule-collection-group-name -g --collection-priority --action + --rule-name --description --destination-addresses --source-ip-groups --translated-address + --translated-port --destination-ports --ip-protocols + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup?api-version=2020-07-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"priority\": 10000,\r\n \"ruleCollections\": + [\r\n {\r\n \"ruleCollectionType\": \"FirewallPolicyFilterRuleCollection\",\r\n + \ \"action\": {\r\n \"type\": \"Allow\"\r\n },\r\n \"rules\": + [\r\n {\r\n \"ruleType\": \"NetworkRule\",\r\n \"name\": + \"network-rule\",\r\n \"ipProtocols\": [\r\n \"Any\",\r\n + \ \"ICMP\"\r\n ],\r\n \"sourceAddresses\": + [],\r\n \"sourceIpGroups\": [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [],\r\n \"destinationIpGroups\": + [],\r\n \"destinationFqdns\": [\r\n \"www.bing.com\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12003\",\r\n + \ \"12004\"\r\n ]\r\n },\r\n {\r\n + \ \"ruleType\": \"NetworkRule\",\r\n \"name\": \"network-rule-2\",\r\n + \ \"ipProtocols\": [\r\n \"Any\",\r\n \"ICMP\"\r\n + \ ],\r\n \"sourceAddresses\": [],\r\n \"sourceIpGroups\": + [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [],\r\n \"destinationIpGroups\": + [],\r\n \"destinationFqdns\": [\r\n \"www.google.com\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12003\",\r\n + \ \"12004\"\r\n ]\r\n }\r\n ],\r\n + \ \"name\": \"filter-collection-1\",\r\n \"priority\": 15000\r\n + \ },\r\n {\r\n \"ruleCollectionType\": \"FirewallPolicyNatRuleCollection\",\r\n + \ \"action\": {\r\n \"type\": \"Dnat\"\r\n },\r\n \"rules\": + [\r\n {\r\n \"ruleType\": \"NatRule\",\r\n \"name\": + \"nat-rule\",\r\n \"translatedAddress\": \"128.1.1.1\",\r\n \"translatedPort\": + \"1234\",\r\n \"ipProtocols\": [\r\n \"TCP\",\r\n + \ \"UDP\"\r\n ],\r\n \"sourceAddresses\": + [],\r\n \"sourceIpGroups\": [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [\r\n \"202.120.36.15\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12001\"\r\n + \ ]\r\n }\r\n ],\r\n \"name\": \"nat-collection\",\r\n + \ \"priority\": 10005\r\n }\r\n ],\r\n \"provisioningState\": + \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup\",\r\n + \ \"name\": \"myclirulecollectiongroup\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies/RuleCollectionGroups\",\r\n + \ \"etag\": \"c6a4df66-b0ff-422e-b584-c1f2aa1d7e7f\",\r\n \"location\": \"eastus2\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '3278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:31:51 GMT + etag: + - '"c6a4df66-b0ff-422e-b584-c1f2aa1d7e7f"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy rule-collection-group collection rule add + Connection: + - keep-alive + ParameterSetName: + - -g --policy-name --rule-collection-group-name --collection-name --name --rule-type + --description --destination-addresses --source-ip-groups --translated-fqdn + --translated-port --destination-ports --ip-protocols + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup?api-version=2020-07-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"priority\": 10000,\r\n \"ruleCollections\": + [\r\n {\r\n \"ruleCollectionType\": \"FirewallPolicyFilterRuleCollection\",\r\n + \ \"action\": {\r\n \"type\": \"Allow\"\r\n },\r\n \"rules\": + [\r\n {\r\n \"ruleType\": \"NetworkRule\",\r\n \"name\": + \"network-rule\",\r\n \"ipProtocols\": [\r\n \"Any\",\r\n + \ \"ICMP\"\r\n ],\r\n \"sourceAddresses\": + [],\r\n \"sourceIpGroups\": [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [],\r\n \"destinationIpGroups\": + [],\r\n \"destinationFqdns\": [\r\n \"www.bing.com\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12003\",\r\n + \ \"12004\"\r\n ]\r\n },\r\n {\r\n + \ \"ruleType\": \"NetworkRule\",\r\n \"name\": \"network-rule-2\",\r\n + \ \"ipProtocols\": [\r\n \"Any\",\r\n \"ICMP\"\r\n + \ ],\r\n \"sourceAddresses\": [],\r\n \"sourceIpGroups\": + [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [],\r\n \"destinationIpGroups\": + [],\r\n \"destinationFqdns\": [\r\n \"www.google.com\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12003\",\r\n + \ \"12004\"\r\n ]\r\n }\r\n ],\r\n + \ \"name\": \"filter-collection-1\",\r\n \"priority\": 15000\r\n + \ },\r\n {\r\n \"ruleCollectionType\": \"FirewallPolicyNatRuleCollection\",\r\n + \ \"action\": {\r\n \"type\": \"Dnat\"\r\n },\r\n \"rules\": + [\r\n {\r\n \"ruleType\": \"NatRule\",\r\n \"name\": + \"nat-rule\",\r\n \"translatedAddress\": \"128.1.1.1\",\r\n \"translatedPort\": + \"1234\",\r\n \"ipProtocols\": [\r\n \"TCP\",\r\n + \ \"UDP\"\r\n ],\r\n \"sourceAddresses\": + [],\r\n \"sourceIpGroups\": [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [\r\n \"202.120.36.15\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12001\"\r\n + \ ]\r\n }\r\n ],\r\n \"name\": \"nat-collection\",\r\n + \ \"priority\": 10005\r\n }\r\n ],\r\n \"provisioningState\": + \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup\",\r\n + \ \"name\": \"myclirulecollectiongroup\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies/RuleCollectionGroups\",\r\n + \ \"etag\": \"c6a4df66-b0ff-422e-b584-c1f2aa1d7e7f\",\r\n \"location\": \"eastus2\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '3278' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:31:53 GMT + etag: + - '"c6a4df66-b0ff-422e-b584-c1f2aa1d7e7f"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup", + "name": "myclirulecollectiongroup", "properties": {"priority": 10000, "ruleCollections": + [{"ruleCollectionType": "FirewallPolicyFilterRuleCollection", "name": "filter-collection-1", + "priority": 15000, "action": {"type": "Allow"}, "rules": [{"name": "network-rule", + "ruleType": "NetworkRule", "ipProtocols": ["Any", "ICMP"], "sourceAddresses": + [], "destinationAddresses": [], "destinationPorts": ["12003", "12004"], "sourceIpGroups": + ["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup"], + "destinationIpGroups": [], "destinationFqdns": ["www.bing.com"]}, {"name": "network-rule-2", + "ruleType": "NetworkRule", "ipProtocols": ["Any", "ICMP"], "sourceAddresses": + [], "destinationAddresses": [], "destinationPorts": ["12003", "12004"], "sourceIpGroups": + ["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup"], + "destinationIpGroups": [], "destinationFqdns": ["www.google.com"]}]}, {"ruleCollectionType": + "FirewallPolicyNatRuleCollection", "name": "nat-collection", "priority": 10005, + "action": {"type": "Dnat"}, "rules": [{"name": "nat-rule", "ruleType": "NatRule", + "ipProtocols": ["TCP", "UDP"], "sourceAddresses": [], "destinationAddresses": + ["202.120.36.15"], "destinationPorts": ["12001"], "translatedAddress": "128.1.1.1", + "translatedPort": "1234", "sourceIpGroups": ["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup"]}, + {"name": "nat-rule-2", "description": "test", "ruleType": "NatRule", "ipProtocols": + ["TCP", "UDP"], "destinationAddresses": ["202.120.36.16"], "destinationPorts": + ["12000"], "translatedPort": "1234", "sourceIpGroups": ["/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup"], + "translatedFqdn": "www.bing2.com"}]}]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy rule-collection-group collection rule add + Connection: + - keep-alive + Content-Length: + - '2465' + Content-Type: + - application/json + ParameterSetName: + - -g --policy-name --rule-collection-group-name --collection-name --name --rule-type + --description --destination-addresses --source-ip-groups --translated-fqdn + --translated-port --destination-ports --ip-protocols + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup?api-version=2020-07-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"priority\": 10000,\r\n \"ruleCollections\": + [\r\n {\r\n \"ruleCollectionType\": \"FirewallPolicyFilterRuleCollection\",\r\n + \ \"action\": {\r\n \"type\": \"Allow\"\r\n },\r\n \"rules\": + [\r\n {\r\n \"ruleType\": \"NetworkRule\",\r\n \"name\": + \"network-rule\",\r\n \"ipProtocols\": [\r\n \"Any\",\r\n + \ \"ICMP\"\r\n ],\r\n \"sourceAddresses\": + [],\r\n \"sourceIpGroups\": [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [],\r\n \"destinationIpGroups\": + [],\r\n \"destinationFqdns\": [\r\n \"www.bing.com\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12003\",\r\n + \ \"12004\"\r\n ]\r\n },\r\n {\r\n + \ \"ruleType\": \"NetworkRule\",\r\n \"name\": \"network-rule-2\",\r\n + \ \"ipProtocols\": [\r\n \"Any\",\r\n \"ICMP\"\r\n + \ ],\r\n \"sourceAddresses\": [],\r\n \"sourceIpGroups\": + [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [],\r\n \"destinationIpGroups\": + [],\r\n \"destinationFqdns\": [\r\n \"www.google.com\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12003\",\r\n + \ \"12004\"\r\n ]\r\n }\r\n ],\r\n + \ \"name\": \"filter-collection-1\",\r\n \"priority\": 15000\r\n + \ },\r\n {\r\n \"ruleCollectionType\": \"FirewallPolicyNatRuleCollection\",\r\n + \ \"action\": {\r\n \"type\": \"Dnat\"\r\n },\r\n \"rules\": + [\r\n {\r\n \"ruleType\": \"NatRule\",\r\n \"name\": + \"nat-rule\",\r\n \"translatedAddress\": \"128.1.1.1\",\r\n \"translatedPort\": + \"1234\",\r\n \"ipProtocols\": [\r\n \"TCP\",\r\n + \ \"UDP\"\r\n ],\r\n \"sourceAddresses\": + [],\r\n \"sourceIpGroups\": [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [\r\n \"202.120.36.15\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12001\"\r\n + \ ]\r\n },\r\n {\r\n \"ruleType\": + \"NatRule\",\r\n \"name\": \"nat-rule-2\",\r\n \"translatedFqdn\": + \"www.bing2.com\",\r\n \"translatedPort\": \"1234\",\r\n \"ipProtocols\": + [\r\n \"TCP\",\r\n \"UDP\"\r\n ],\r\n + \ \"sourceAddresses\": [],\r\n \"sourceIpGroups\": [\r\n + \ \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [\r\n \"202.120.36.16\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12000\"\r\n + \ ]\r\n }\r\n ],\r\n \"name\": \"nat-collection\",\r\n + \ \"priority\": 10005\r\n }\r\n ],\r\n \"provisioningState\": + \"Updating\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup\",\r\n + \ \"name\": \"myclirulecollectiongroup\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies/RuleCollectionGroups\",\r\n + \ \"etag\": \"142cb8a7-f829-4719-9926-1fcc5771c863\",\r\n \"location\": \"eastus2\"\r\n}" + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/nfvOperations/1df2d280-157e-4ad1-97f7-d970343779aa?api-version=2020-07-01 + cache-control: + - no-cache + content-length: + - '4006' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:31:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy rule-collection-group collection rule add + Connection: + - keep-alive + ParameterSetName: + - -g --policy-name --rule-collection-group-name --collection-name --name --rule-type + --description --destination-addresses --source-ip-groups --translated-fqdn + --translated-port --destination-ports --ip-protocols + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus2/nfvOperations/1df2d280-157e-4ad1-97f7-d970343779aa?api-version=2020-07-01 + response: + body: + string: "{\r\n \"status\": \"Succeeded\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '29' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:32:07 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network firewall policy rule-collection-group collection rule add + Connection: + - keep-alive + ParameterSetName: + - -g --policy-name --rule-collection-group-name --collection-name --name --rule-type + --description --destination-addresses --source-ip-groups --translated-fqdn + --translated-port --destination-ports --ip-protocols + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup?api-version=2020-07-01 + response: + body: + string: "{\r\n \"properties\": {\r\n \"priority\": 10000,\r\n \"ruleCollections\": + [\r\n {\r\n \"ruleCollectionType\": \"FirewallPolicyFilterRuleCollection\",\r\n + \ \"action\": {\r\n \"type\": \"Allow\"\r\n },\r\n \"rules\": + [\r\n {\r\n \"ruleType\": \"NetworkRule\",\r\n \"name\": + \"network-rule\",\r\n \"ipProtocols\": [\r\n \"Any\",\r\n + \ \"ICMP\"\r\n ],\r\n \"sourceAddresses\": + [],\r\n \"sourceIpGroups\": [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [],\r\n \"destinationIpGroups\": + [],\r\n \"destinationFqdns\": [\r\n \"www.bing.com\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12003\",\r\n + \ \"12004\"\r\n ]\r\n },\r\n {\r\n + \ \"ruleType\": \"NetworkRule\",\r\n \"name\": \"network-rule-2\",\r\n + \ \"ipProtocols\": [\r\n \"Any\",\r\n \"ICMP\"\r\n + \ ],\r\n \"sourceAddresses\": [],\r\n \"sourceIpGroups\": + [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [],\r\n \"destinationIpGroups\": + [],\r\n \"destinationFqdns\": [\r\n \"www.google.com\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12003\",\r\n + \ \"12004\"\r\n ]\r\n }\r\n ],\r\n + \ \"name\": \"filter-collection-1\",\r\n \"priority\": 15000\r\n + \ },\r\n {\r\n \"ruleCollectionType\": \"FirewallPolicyNatRuleCollection\",\r\n + \ \"action\": {\r\n \"type\": \"Dnat\"\r\n },\r\n \"rules\": + [\r\n {\r\n \"ruleType\": \"NatRule\",\r\n \"name\": + \"nat-rule\",\r\n \"translatedAddress\": \"128.1.1.1\",\r\n \"translatedPort\": + \"1234\",\r\n \"ipProtocols\": [\r\n \"TCP\",\r\n + \ \"UDP\"\r\n ],\r\n \"sourceAddresses\": + [],\r\n \"sourceIpGroups\": [\r\n \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [\r\n \"202.120.36.15\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12001\"\r\n + \ ]\r\n },\r\n {\r\n \"ruleType\": + \"NatRule\",\r\n \"name\": \"nat-rule-2\",\r\n \"translatedFqdn\": + \"www.bing2.com\",\r\n \"translatedPort\": \"1234\",\r\n \"ipProtocols\": + [\r\n \"TCP\",\r\n \"UDP\"\r\n ],\r\n + \ \"sourceAddresses\": [],\r\n \"sourceIpGroups\": [\r\n + \ \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/ipGroups/sourceipgroup\"\r\n + \ ],\r\n \"destinationAddresses\": [\r\n \"202.120.36.16\"\r\n + \ ],\r\n \"destinationPorts\": [\r\n \"12000\"\r\n + \ ]\r\n }\r\n ],\r\n \"name\": \"nat-collection\",\r\n + \ \"priority\": 10005\r\n }\r\n ],\r\n \"provisioningState\": + \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_azure_firewall_policy000001/providers/Microsoft.Network/firewallPolicies/myclipolicy/ruleCollectionGroups/myclirulecollectiongroup\",\r\n + \ \"name\": \"myclirulecollectiongroup\",\r\n \"type\": \"Microsoft.Network/FirewallPolicies/RuleCollectionGroups\",\r\n + \ \"etag\": \"142cb8a7-f829-4719-9926-1fcc5771c863\",\r\n \"location\": \"eastus2\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '4007' + content-type: + - application/json; charset=utf-8 + date: + - Thu, 22 Jul 2021 02:32:07 GMT + etag: + - '"142cb8a7-f829-4719-9926-1fcc5771c863"' + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/azure-firewall/azext_firewall/tests/latest/test_azure_firewall_scenario.py b/src/azure-firewall/azext_firewall/tests/latest/test_azure_firewall_scenario.py index 7534d8eabbf..be9e247dece 100644 --- a/src/azure-firewall/azext_firewall/tests/latest/test_azure_firewall_scenario.py +++ b/src/azure-firewall/azext_firewall/tests/latest/test_azure_firewall_scenario.py @@ -664,6 +664,81 @@ def test_firewall_policy_with_dns_settings(self, resource_group): self.cmd('network firewall policy delete --resource-group {rg} --name {policy} ') + @ResourceGroupPreparer(name_prefix='cli_test_azure_firewall_policy', location='eastus2') + def test_azure_firewall_policy_rules_with_fqdns(self, resource_group, resource_group_location): + self.kwargs.update({ + 'collectiongroup': 'myclirulecollectiongroup', + 'policy': 'myclipolicy', + 'rg': resource_group, + 'location': resource_group_location, + 'collection_group_priority': 10000, + 'source_ip_group': 'sourceipgroup', + 'destination_ip_group': 'destinationipgroup', + 'fw': 'fw1', + 'dns_servers': '10.0.0.2 10.0.0.3' + }) + + self.cmd('network ip-group create -n {source_ip_group} -g {rg} --ip-addresses 10.0.0.0 10.0.0.1') + self.cmd('network firewall policy create ' + '--resource-group {rg} ' + '--location {location} ' + '--name {policy} ' + '--dns-servers {dns_servers} ' + '--enable-dns-proxy', checks=[ + self.check('type', 'Microsoft.Network/FirewallPolicies'), + self.check('name', '{policy}') + ]) + + self.cmd( + 'network firewall policy rule-collection-group create -g {rg} --priority {collection_group_priority} --policy-name {policy} -n {collectiongroup}', + checks=[ + self.check('type', 'Microsoft.Network/FirewallPolicies/RuleCollectionGroups'), + self.check('name', '{collectiongroup}') + ]) + + self.cmd('network firewall policy rule-collection-group collection add-filter-collection -g {rg} --policy-name {policy} ' + '--rule-collection-group-name {collectiongroup} -n filter-collection-1 --collection-priority 15000 ' + '--action Allow --rule-name network-rule --rule-type NetworkRule ' + '--description "test" --destination-fqdns www.bing.com --source-ip-groups {source_ip_group} ' + '--destination-ports 12003 12004 --ip-protocols Any ICMP', + checks=[ + self.check('length(ruleCollections)', 1), + self.check('ruleCollections[0].ruleCollectionType', "FirewallPolicyFilterRuleCollection"), + self.check('ruleCollections[0].name', "filter-collection-1") + ]) + + self.cmd('network firewall policy rule-collection-group collection rule add -g {rg} --policy-name {policy} ' + '--rule-collection-group-name {collectiongroup} --collection-name filter-collection-1 ' + '--name network-rule-2 --rule-type NetworkRule ' + '--description "test" --destination-fqdns www.google.com --source-ip-groups {source_ip_group} ' + '--destination-ports 12003 12004 --ip-protocols Any ICMP', + checks=[ + self.check('length(ruleCollections[0].rules)', 2) + ]) + + self.cmd('az network firewall policy rule-collection-group collection add-nat-collection -n nat-collection ' + '--policy-name {policy} --rule-collection-group-name {collectiongroup} -g {rg} --collection-priority 10005 ' + '--action DNAT --rule-name nat-rule --description "test" ' + '--destination-addresses "202.120.36.15" --source-ip-groups {source_ip_group} ' + '--translated-address 128.1.1.1 --translated-port 1234 ' + '--destination-ports 12001 --ip-protocols TCP UDP', + checks=[ + self.check('length(ruleCollections)', 2), + self.check('ruleCollections[1].ruleCollectionType', "FirewallPolicyNatRuleCollection"), + self.check('ruleCollections[1].name', "nat-collection"), + self.check('length(ruleCollections[1].rules)', 1) + ]) + + self.cmd('network firewall policy rule-collection-group collection rule add -g {rg} --policy-name {policy} ' + '--rule-collection-group-name {collectiongroup} --collection-name nat-collection ' + '--name nat-rule-2 --rule-type NatRule --description "test" ' + '--destination-addresses "202.120.36.16" --source-ip-groups {source_ip_group} ' + '--translated-fqdn www.bing2.com --translated-port 1234 ' + '--destination-ports 12000 --ip-protocols TCP UDP', + checks=[ + self.check('length(ruleCollections[1].rules)', 2) + ]) + @ResourceGroupPreparer(name_prefix='cli_test_azure_firewall_policy', location='eastus2') def test_azure_firewall_policy_rules_with_ip_groups(self, resource_group, resource_group_location): self.kwargs.update({ diff --git a/src/azure-firewall/setup.py b/src/azure-firewall/setup.py index 9e6e1862340..e522357779d 100644 --- a/src/azure-firewall/setup.py +++ b/src/azure-firewall/setup.py @@ -8,7 +8,7 @@ from codecs import open from setuptools import setup, find_packages -VERSION = "0.11.0" +VERSION = "0.12.0" CLASSIFIERS = [ 'Development Status :: 4 - Beta', From 344dda267d452d9b24563c2db7cb526f5243edc3 Mon Sep 17 00:00:00 2001 From: FumingZhang <81607949+FumingZhang@users.noreply.github.com> Date: Mon, 26 Jul 2021 16:15:25 +0800 Subject: [PATCH 06/20] exclude case for acs (#3691) --- .../azcli_aks_live_test/configs/cli_matrix_default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/aks-preview/azcli_aks_live_test/configs/cli_matrix_default.json b/src/aks-preview/azcli_aks_live_test/configs/cli_matrix_default.json index 33c36b35b85..e063803096e 100644 --- a/src/aks-preview/azcli_aks_live_test/configs/cli_matrix_default.json +++ b/src/aks-preview/azcli_aks_live_test/configs/cli_matrix_default.json @@ -6,7 +6,8 @@ }, "exclude": { "need additional feature": [ - "test_managed_aad_enable_azure_rbac" + "test_managed_aad_enable_azure_rbac", + "test_aks_create_edge_zone" ] } } \ No newline at end of file From fa207098b7bbe12c8e074b81e7fe55d6e028d49c Mon Sep 17 00:00:00 2001 From: Azure CLI Bot Date: Mon, 26 Jul 2021 16:52:33 +0800 Subject: [PATCH 07/20] [Release] Update index.json for extension [ azure-firewall ] (#3696) Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=1015931 Last commit: https://github.com/Azure/azure-cli-extensions/commit/5118e24d645b17ed9ece9a475b631492217e89cb --- src/index.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/src/index.json b/src/index.json index 7a9b0351b0f..057e31b2c93 100644 --- a/src/index.json +++ b/src/index.json @@ -5620,6 +5620,51 @@ "version": "0.11.0" }, "sha256Digest": "31100b4d554939502454bf9dbe0a42e2ee4319a1af3f9c93c9b51200bb547707" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-0.12.0-py2.py3-none-any.whl", + "filename": "azure_firewall-0.12.0-py2.py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.15.0", + "classifiers": [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "Programming Language :: Python", + "Programming Language :: Python :: 2", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "License :: OSI Approved :: MIT License" + ], + "extensions": { + "python.details": { + "contacts": [ + { + "email": "azpycli@microsoft.com", + "name": "Microsoft Corporation", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst" + }, + "project_urls": { + "Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/azure-firewall" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "azure-firewall", + "summary": "Manage Azure Firewall resources.", + "version": "0.12.0" + }, + "sha256Digest": "e8273165377adcbc1effcaaa447d4b7b38c49aadd1ff9255cabf400f6846edb4" } ], "azure-iot": [ From 611b81fcd59015c9021eb7136aa78cb0bf844fb9 Mon Sep 17 00:00:00 2001 From: Jonathan Innis Date: Tue, 27 Jul 2021 14:51:02 -0700 Subject: [PATCH 08/20] Don't Send Identity Headers If In DF (#67) * Don't send identity for clusters in dogfood * Add location to model for identity * Add identity validation to testing --- src/k8s-extension/HISTORY.rst | 6 ++++++ src/k8s-extension/azext_k8s_extension/consts.py | 1 + src/k8s-extension/azext_k8s_extension/custom.py | 7 ++++++- .../azext_k8s_extension/vendored_sdks/models/_models.py | 4 ++++ .../vendored_sdks/models/_models_py3.py | 5 +++++ src/k8s-extension/setup.py | 2 +- testing/test/extensions/public/AzureMonitor.Tests.ps1 | 4 +++- testing/test/helper/Helper.ps1 | 6 ++++++ 8 files changed, 32 insertions(+), 3 deletions(-) diff --git a/src/k8s-extension/HISTORY.rst b/src/k8s-extension/HISTORY.rst index 5855f96591f..295bb0e4136 100644 --- a/src/k8s-extension/HISTORY.rst +++ b/src/k8s-extension/HISTORY.rst @@ -3,6 +3,12 @@ Release History =============== +0.6.1 +++++++++++++++++++ +* Remove sending identity for clusters in Dogfood +* Provide fix for getting tested distros for microsoft.openservicemesh +* Add location to model for identity + 0.6.0 ++++++++++++++++++ * Update extension resource models to Track2 diff --git a/src/k8s-extension/azext_k8s_extension/consts.py b/src/k8s-extension/azext_k8s_extension/consts.py index c75489d2362..b7fe91cb8eb 100644 --- a/src/k8s-extension/azext_k8s_extension/consts.py +++ b/src/k8s-extension/azext_k8s_extension/consts.py @@ -8,3 +8,4 @@ EXTENSION_PACKAGE_NAME = "azext_k8s_extension" PROVIDER_NAMESPACE = 'Microsoft.KubernetesConfiguration' REGISTERED = "Registered" +DF_RM_ENDPOINT = 'https://api-dogfood.resources.windows-int.net/' diff --git a/src/k8s-extension/azext_k8s_extension/custom.py b/src/k8s-extension/azext_k8s_extension/custom.py index 9a6bdb10656..42f5d3234fc 100644 --- a/src/k8s-extension/azext_k8s_extension/custom.py +++ b/src/k8s-extension/azext_k8s_extension/custom.py @@ -138,7 +138,8 @@ def create_k8s_extension(cmd, client, resource_group_name, cluster_name, name, c validate_cc_registration(cmd) # Create identity, if required - if create_identity: + # We don't create the identity if we are in DF + if create_identity and not __is_dogfood_cluster(cmd): extension_instance.identity, extension_instance.location = \ __create_identity(cmd, resource_group_name, cluster_name, cluster_type, cluster_rp) @@ -292,3 +293,7 @@ def __get_config_settings_from_file(file_path): raise Exception("File {} is empty".format(file_path)) return settings + + +def __is_dogfood_cluster(cmd): + return cmd.cli_ctx.cloud.endpoints.resource_manager == consts.DF_RM_ENDPOINT diff --git a/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models.py b/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models.py index 315237c6587..9370d28bbff 100644 --- a/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models.py +++ b/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models.py @@ -279,6 +279,8 @@ class ExtensionInstance(ProxyResource): :param identity: The identity of the configuration. :type identity: ~azure.mgmt.kubernetesconfiguration.v2020_07_01_preview.models.ConfigurationIdentity + :param location: Location of resource type + :type location: str """ _validation = { @@ -311,6 +313,7 @@ class ExtensionInstance(ProxyResource): 'last_status_time': {'key': 'properties.lastStatusTime', 'type': 'str'}, 'error_info': {'key': 'properties.errorInfo', 'type': 'ErrorDefinition'}, 'identity': {'key': 'identity', 'type': 'ConfigurationIdentity'}, + 'location': {'key': 'location', 'type': 'str'}, } def __init__( @@ -332,6 +335,7 @@ def __init__( self.last_status_time = None self.error_info = None self.identity = kwargs.get('identity', None) + self.location = kwargs.get('location', None) class ExtensionInstancesList(msrest.serialization.Model): diff --git a/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models_py3.py b/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models_py3.py index f749d3d7078..a3cb0d37faf 100644 --- a/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models_py3.py +++ b/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models_py3.py @@ -297,6 +297,8 @@ class ExtensionInstance(ProxyResource): :param identity: The identity of the configuration. :type identity: ~azure.mgmt.kubernetesconfiguration.v2020_07_01_preview.models.ConfigurationIdentity + :param location: Location of resource type + :type location: str """ _validation = { @@ -329,6 +331,7 @@ class ExtensionInstance(ProxyResource): 'last_status_time': {'key': 'properties.lastStatusTime', 'type': 'str'}, 'error_info': {'key': 'properties.errorInfo', 'type': 'ErrorDefinition'}, 'identity': {'key': 'identity', 'type': 'ConfigurationIdentity'}, + 'location': {'key': 'location', 'type': 'str'}, } def __init__( @@ -344,6 +347,7 @@ def __init__( configuration_protected_settings: Optional[Dict[str, str]] = None, statuses: Optional[List["ExtensionStatus"]] = None, identity: Optional["ConfigurationIdentity"] = None, + location: Optional[str] = None, **kwargs ): super(ExtensionInstance, self).__init__(system_data=system_data, **kwargs) @@ -361,6 +365,7 @@ def __init__( self.last_status_time = None self.error_info = None self.identity = identity + self.location = location class ExtensionInstancesList(msrest.serialization.Model): diff --git a/src/k8s-extension/setup.py b/src/k8s-extension/setup.py index 6efb1bc5a59..014ed287490 100644 --- a/src/k8s-extension/setup.py +++ b/src/k8s-extension/setup.py @@ -32,7 +32,7 @@ # TODO: Add any additional SDK dependencies here DEPENDENCIES = [] -VERSION = "0.6.0" +VERSION = "0.6.1" with open('README.rst', 'r', encoding='utf-8') as f: README = f.read() diff --git a/testing/test/extensions/public/AzureMonitor.Tests.ps1 b/testing/test/extensions/public/AzureMonitor.Tests.ps1 index a78ec6ba980..bc7b1fedd8f 100644 --- a/testing/test/extensions/public/AzureMonitor.Tests.ps1 +++ b/testing/test/extensions/public/AzureMonitor.Tests.ps1 @@ -24,7 +24,9 @@ Describe 'Azure Monitor Testing' { do { if (Has-ExtensionData $extensionName) { - break + if (Has-Identity-Provisioned) { + break + } } Start-Sleep -Seconds 10 $n += 1 diff --git a/testing/test/helper/Helper.ps1 b/testing/test/helper/Helper.ps1 index 7bb11146ab2..4ff949e7ab4 100644 --- a/testing/test/helper/Helper.ps1 +++ b/testing/test/helper/Helper.ps1 @@ -18,6 +18,12 @@ function Has-ExtensionData { return $false } + +function Has-Identity-Provisioned { + $output = kubectl get azureclusteridentityrequests -n azure-arc container-insights-clusteridentityrequest -o json | ConvertFrom-Json + return ($null -ne $output.status.expirationTime) -and ($null -ne $output.status.tokenReference.dataName) -and ($null -ne $output.status.tokenReference.secretName) +} + function Get-ExtensionStatus { param( [string]$extensionName From e7fa0b915e1bdbb7f8bd33c83e034b13947687a8 Mon Sep 17 00:00:00 2001 From: Jonathan Innis Date: Tue, 27 Jul 2021 15:58:44 -0700 Subject: [PATCH 09/20] [k8s-extension] Release v0.6.1 with Identity Fix (#3703) * Create pull.yml * Update pull.yml * Update azure-pipelines.yml * Initial commit of k8s-extension * Update pipelines file * Update CODEOWNERS * Update private preview pipelines * Remove open service mesh from public release * Update pipeline files * Update public extension pipeline * Change condition variable * Add version to public preview/private preview * Update pipelines * Add different testing based on private branch * Add annotations to extension model * Update k8s-custom-pipelines.yml * Update SDKs with Updated Swagger Spec for 2020-07-01-preview (#13) * Update sdks with updated swagger spec * Update version and history rst * Reorder release history timeline * Fix ExtensionInstanceForCreate for import * remove py2 bdist support * Add custom table formatting * Remove unnecessary files * Fix style issues * Fix branch based on comments * Update identity piece manually * Don't handle defaults at the CLI level * Remove defaults from CLI client * Check null target namespace with namespace scope * Update style * Add cassandra operator and location to model * Stage Public Version of k8s-extension 0.2.0 for official release (#15) * Create pull.yml * Update pull.yml * Update azure-pipelines.yml * Initial commit of k8s-extension * Update pipelines file * Update CODEOWNERS * Update private preview pipelines * Remove open service mesh from public release * Update pipeline files * Update public extension pipeline * Change condition variable * Add version to public preview/private preview * Update pipelines * Add different testing based on private branch * Add annotations to extension model * Update k8s-custom-pipelines.yml * Update SDKs with Updated Swagger Spec for 2020-07-01-preview (#13) * Update sdks with updated swagger spec * Update version and history rst * Reorder release history timeline * Fix ExtensionInstanceForCreate for import * remove py2 bdist support * Add custom table formatting * Remove unnecessary files * Fix style issues * Fix branch based on comments * Update identity piece manually * Don't handle defaults at the CLI level * Remove defaults from CLI client * Check null target namespace with namespace scope * Update style * Add cassandra operator and location to model Co-authored-by: action@github.com * Remove custom pipelines file * Update extension description, remove private const * Update pipeline file * Disable refs docs * Update to include better create warning logs and remove update context (#20) * Update to include better create warning logs and remove update context * Remove help text for update * Fix spelling error * Update message * Fix k8s-extension conflict with private version * Fix style errors * Fix filename * add customization for microsoft.azureml.kubernetes (#23) * add customization for microsoft.azureml.kubernetes * Update release history Co-authored-by: Yue Yu Co-authored-by: jonathan-innis * Add E2E Testing from Separate branch into internal code (#26) * Add internal e2e testing * Change to testing folder * Inference CLI validation for Scoring FE (#24) * cli validation starter * added the call to the fe validation function * nodeport validation not required * test fix Co-authored-by: Jonathan Innis * legal warning added (#27) * Remove deprecated method logger.warn * Update k8s-custom-pipelines.yml for Azure Pipelines * Update k8s-custom-pipelines.yml for Azure Pipelines * Add Azure Defender to E2E testing (#28) * Add azure defender testing to e2e * Remove the debug flag * Add configuration testing * Fix pipeline failures * Make test script more intuitive * Remove parameter from testing * Fix wrong location for k8s config whl * Fix pip upgrade issue * Fix pip install upgrade issue * Fix pip install issue * delete resurce in testcase (#29) Co-authored-by: Yue Yu Co-authored-by: Jonathan Innis * Check Provider is Registered with Subscription Before Making Requests (#18) * Add check for KubernetesConfiguration * Disable pylint and rename * Update provider registration link * Update version * Remove extra blank line * Fix bug in import * only validate scoring fe when inference is enabled (#31) * only validate scoring fe when inference is enabled * Fix versioning Co-authored-by: Yue Yu Co-authored-by: jonathan-innis * Provider registration case insensitive * do not validate against scoring fe if inference is not enabled. (#33) * do not validate against scoring fe if inference is not enabled. * add inference enabled scenario * refine * increase sleeping time * fix Co-authored-by: Yue Yu Co-authored-by: Jonathan Innis * Add OSM as Public Preview Extension (#34) * Add OSM as public preview extension * Add osm testing * Add release train to tests * Fix failing osm test * Upgrade pip in integration testing * Remove ununsed import * Fix release train check in update * Parallelize E2E Testing (#36) * Add OSM as public preview extension * Add osm testing * Update test logic to parallelize * Fix test success checking * Parallelize extension testing * Better error checking logic * Fix azureml deletion * Fix private build (#40) * change amlk8s to amlarc (#42) Co-authored-by: Yue Yu * Servicebus client model changes (#44) * Servicebus client model changes * Fix testing script * Update history file and pipeline * Update min cli core version for track 2 updates * Read SSL cert and key from files (#38) * first sketch of the change fixes removed extra blank lines changes regarding param renaming added ssl tests added more detail to the unit test additional import moved pem files out of public folder fixed import chenged import changed import unit tests fix unit test fix fixed unit tests fixed unit test unit test fix changes int test cert and key * test protected config * fix test typo * temporary changes reverted * fixing tests * fixed file paths * removed accidentally added file * changes according to review comments * more changes according to review comments * changes according to review comments Co-authored-by: Jonathan Innis * Upgrade release version * Liakaz/inference read ssl from file (#47) * first sketch of the change fixes removed extra blank lines changes regarding param renaming added ssl tests added more detail to the unit test additional import moved pem files out of public folder fixed import chenged import changed import unit tests fix unit test fix fixed unit tests fixed unit test unit test fix changes int test cert and key * test protected config * fix test typo * temporary changes reverted * fixing tests * fixed file paths * removed accidentally added file * changes according to review comments * more changes according to review comments * changes according to review comments * fixed decode error * renamed the experimental param Co-authored-by: Jonathan Innis * Fix style issues (#51) * Fixed scoring fe related extension param names (#49) * fixed scoring fe related extension params * bug fix and style fixes * variable rename * fixed the error type * set cluster to prod by default * Add distro validation for osm-arc (#50) * Add distro validation for osm-arc * fixed indentation * Fix linting * Resolve comments * Add unit test * fix lint Co-authored-by: Jonathan Innis * Add distro validation for osm-arc (#50) * Add distro validation for osm-arc * fixed indentation * Fix linting * Resolve comments * Add unit test * fix lint Co-authored-by: Jonathan Innis * Add distro validation for osm-arc (#53) removed release-train logic * Add Custom Delete Logic for Partners (#54) * Add custom delete logic * Fix failing unit tests * Add warning message when deleting amlarc extension (#55) * add warning message * fix indentation * Update release version * Remove Pyhelm from OSM customization (#58) * Fix OSM pyhelm bug * Debug bootstrap error * Update release message * Remove pyhelm dependency * Update tests to only check extensionconfig creation (#61) * Update tests to only check extensionconfig creation * Single set of CRUD for AzureML * Debug logs for connectedk8s * Increase open service mesh version number * Update k8s-extension Models to Track2 (#64) * Update k8s-extension models to track2 * Add debug for failed cleanup * Increase version number * Exit 0 on failed cleanup * Fix identity in wrong place in model (#66) * Readd osm-arc distro validation (#62) * Add distro validation for osm-arc removed release-train logic * Readd osm_arc distro validation * Fix style * Rm space * Edit test * Fixed tests and error logic * Remove dependency * Add delete method Co-authored-by: Jonathan Innis * Don't Send Identity Headers If In DF (#67) * Don't send identity for clusters in dogfood * Add location to model for identity * Add identity validation to testing * Remove unneeded files Co-authored-by: action@github.com Co-authored-by: yuyue9284 <15863499+yuyue9284@users.noreply.github.com> Co-authored-by: Yue Yu Co-authored-by: Lia Kazakova <58274127+liakaz@users.noreply.github.com> Co-authored-by: Niranjan Shankar Co-authored-by: jingyizhu99 <83610845+jingyizhu99@users.noreply.github.com> --- src/k8s-extension/HISTORY.rst | 6 ++ .../azext_k8s_extension/consts.py | 1 + .../azext_k8s_extension/custom.py | 7 +- .../partner_extensions/OpenServiceMesh.py | 83 +++++++++---------- .../tests/latest/test_open_service_mesh.py | 13 ++- .../vendored_sdks/models/_models.py | 4 + .../vendored_sdks/models/_models_py3.py | 5 ++ src/k8s-extension/setup.py | 2 +- 8 files changed, 67 insertions(+), 54 deletions(-) diff --git a/src/k8s-extension/HISTORY.rst b/src/k8s-extension/HISTORY.rst index 5855f96591f..295bb0e4136 100644 --- a/src/k8s-extension/HISTORY.rst +++ b/src/k8s-extension/HISTORY.rst @@ -3,6 +3,12 @@ Release History =============== +0.6.1 +++++++++++++++++++ +* Remove sending identity for clusters in Dogfood +* Provide fix for getting tested distros for microsoft.openservicemesh +* Add location to model for identity + 0.6.0 ++++++++++++++++++ * Update extension resource models to Track2 diff --git a/src/k8s-extension/azext_k8s_extension/consts.py b/src/k8s-extension/azext_k8s_extension/consts.py index c75489d2362..b7fe91cb8eb 100644 --- a/src/k8s-extension/azext_k8s_extension/consts.py +++ b/src/k8s-extension/azext_k8s_extension/consts.py @@ -8,3 +8,4 @@ EXTENSION_PACKAGE_NAME = "azext_k8s_extension" PROVIDER_NAMESPACE = 'Microsoft.KubernetesConfiguration' REGISTERED = "Registered" +DF_RM_ENDPOINT = 'https://api-dogfood.resources.windows-int.net/' diff --git a/src/k8s-extension/azext_k8s_extension/custom.py b/src/k8s-extension/azext_k8s_extension/custom.py index 9a6bdb10656..42f5d3234fc 100644 --- a/src/k8s-extension/azext_k8s_extension/custom.py +++ b/src/k8s-extension/azext_k8s_extension/custom.py @@ -138,7 +138,8 @@ def create_k8s_extension(cmd, client, resource_group_name, cluster_name, name, c validate_cc_registration(cmd) # Create identity, if required - if create_identity: + # We don't create the identity if we are in DF + if create_identity and not __is_dogfood_cluster(cmd): extension_instance.identity, extension_instance.location = \ __create_identity(cmd, resource_group_name, cluster_name, cluster_type, cluster_rp) @@ -292,3 +293,7 @@ def __get_config_settings_from_file(file_path): raise Exception("File {} is empty".format(file_path)) return settings + + +def __is_dogfood_cluster(cmd): + return cmd.cli_ctx.cloud.endpoints.resource_manager == consts.DF_RM_ENDPOINT diff --git a/src/k8s-extension/azext_k8s_extension/partner_extensions/OpenServiceMesh.py b/src/k8s-extension/azext_k8s_extension/partner_extensions/OpenServiceMesh.py index 048dfe58637..ff65193b3dd 100644 --- a/src/k8s-extension/azext_k8s_extension/partner_extensions/OpenServiceMesh.py +++ b/src/k8s-extension/azext_k8s_extension/partner_extensions/OpenServiceMesh.py @@ -14,6 +14,7 @@ from packaging import version import yaml +import requests from ..partner_extensions import PartnerExtensionModel @@ -32,8 +33,6 @@ class OpenServiceMesh(PartnerExtensionModel): - CHART_NAME = "osm-arc" - CHART_LOCATION = "https://azure.github.io/osm-azure" def Create(self, cmd, client, resource_group_name, cluster_name, name, cluster_type, extension_type, scope, auto_upgrade_minor_version, release_train, version, target_namespace, @@ -67,7 +66,7 @@ def Create(self, cmd, client, resource_group_name, cluster_name, name, cluster_t # NOTE-2: Return a valid ExtensionInstance object, Instance name and flag for Identity create_identity = False - # _validate_tested_distro(cmd, resource_group_name, cluster_name, version) + _validate_tested_distro(cmd, resource_group_name, cluster_name, version) extension_instance = ExtensionInstance( extension_type=extension_type, @@ -105,58 +104,52 @@ def Delete(self, client, resource_group_name, cluster_name, name, cluster_type): pass -# def _validate_tested_distro(cmd, cluster_resource_group_name, cluster_name, extension_version): +def _validate_tested_distro(cmd, cluster_resource_group_name, cluster_name, extension_version): -# field_unavailable_error = '\"testedDistros\" field unavailable for version {0} of microsoft.openservicemesh, ' \ -# 'cannot determine if this Kubernetes distribution has been properly tested'.format(extension_version) + field_unavailable_error = '\"testedDistros\" field unavailable for version {0} of microsoft.openservicemesh, ' \ + 'cannot determine if this Kubernetes distribution has been properly tested'.format(extension_version) -# if version.parse(str(extension_version)) <= version.parse("0.8.3"): -# logger.warning(field_unavailable_error) -# return + if version.parse(str(extension_version)) <= version.parse("0.8.3"): + logger.warning(field_unavailable_error) + return -# subscription_id = get_subscription_id(cmd.cli_ctx) -# resources = cf_resources(cmd.cli_ctx, subscription_id) + subscription_id = get_subscription_id(cmd.cli_ctx) + resources = cf_resources(cmd.cli_ctx, subscription_id) -# cluster_resource_id = '/subscriptions/{0}/resourceGroups/{1}/providers/Microsoft.Kubernetes' \ -# '/connectedClusters/{2}'.format(subscription_id, cluster_resource_group_name, cluster_name) + cluster_resource_id = '/subscriptions/{0}/resourceGroups/{1}/providers/Microsoft.Kubernetes' \ + '/connectedClusters/{2}'.format(subscription_id, cluster_resource_group_name, cluster_name) -# resource = resources.get_by_id(cluster_resource_id, '2020-01-01-preview') -# cluster_distro = resource.properties['distribution'].lower() + resource = resources.get_by_id(cluster_resource_id, '2020-01-01-preview') + cluster_distro = resource.properties['distribution'].lower() -# if cluster_distro == "general": -# logger.warning('Unable to determine if distro has been tested for microsoft.openservicemesh, ' -# 'kubernetes distro: \"general\"') -# return + if cluster_distro == "general": + logger.warning('Unable to determine if distro has been tested for microsoft.openservicemesh, ' + 'kubernetes distro: \"general\"') + return -# tested_distros = _get_tested_distros(extension_version) + tested_distros = _get_tested_distros(extension_version) -# if tested_distros is None: -# logger.warning(field_unavailable_error) -# elif cluster_distro not in tested_distros.split(): -# logger.warning('Untested kubernetes distro for microsoft.openservicemesh, Kubernetes distro is %s', -# cluster_distro) + if tested_distros is None: + logger.warning(field_unavailable_error) + elif cluster_distro not in tested_distros.split(): + logger.warning('Untested kubernetes distro for microsoft.openservicemesh, Kubernetes distro is %s', + cluster_distro) -# def _get_tested_distros(chart_version): +def _get_tested_distros(chart_version): -# try: -# chart_arc = ChartBuilder({ -# "name": OpenServiceMesh.CHART_NAME, -# "version": str(chart_version), -# "source": { -# "type": "repo", -# "location": OpenServiceMesh.CHART_LOCATION -# } -# }) -# except VersionError: -# raise InvalidArgumentValueError( -# "Invalid version '{}' for microsoft.openservicemesh".format(chart_version) -# ) + chart_url = 'https://raw.githubusercontent.com/Azure/osm-azure/' \ + 'v{0}/charts/osm-arc/values.yaml'.format(chart_version) + chart_request = requests.get(url=chart_url) -# values = chart_arc.get_values() -# values_yaml = yaml.load(values.raw, Loader=yaml.FullLoader) + if chart_request.status_code == 404: + raise InvalidArgumentValueError( + "Invalid version '{}' for microsoft.openservicemesh".format(chart_version) + ) + + values_yaml = yaml.load(chart_request.text, Loader=yaml.FullLoader) -# try: -# return values_yaml['OpenServiceMesh']['testedDistros'] -# except KeyError: -# return None + try: + return values_yaml['OpenServiceMesh']['testedDistros'] + except KeyError: + return None diff --git a/src/k8s-extension/azext_k8s_extension/tests/latest/test_open_service_mesh.py b/src/k8s-extension/azext_k8s_extension/tests/latest/test_open_service_mesh.py index 61b774045ce..72e94a06831 100644 --- a/src/k8s-extension/azext_k8s_extension/tests/latest/test_open_service_mesh.py +++ b/src/k8s-extension/azext_k8s_extension/tests/latest/test_open_service_mesh.py @@ -9,15 +9,14 @@ import unittest from azure.cli.core.azclierror import InvalidArgumentValueError -# from azext_k8s_extension.partner_extensions.OpenServiceMesh import _get_tested_distros +from azext_k8s_extension.partner_extensions.OpenServiceMesh import _get_tested_distros TEST_DIR = os.path.abspath(os.path.join(os.path.abspath(__file__), '..')) class TestOpenServiceMesh(unittest.TestCase): def test_bad_osm_arc_version(self): - # version = "0.7.1" - # err = "Invalid version \'" + str(version) + "\' for microsoft.openservicemesh" - # with self.assertRaises(InvalidArgumentValueError) as argError: - # _get_tested_distros(version) - # self.assertEqual(str(argError.exception), err) - pass + version = "0.7.1" + err = "Invalid version \'" + str(version) + "\' for microsoft.openservicemesh" + with self.assertRaises(InvalidArgumentValueError) as argError: + _get_tested_distros(version) + self.assertEqual(str(argError.exception), err) diff --git a/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models.py b/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models.py index 315237c6587..9370d28bbff 100644 --- a/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models.py +++ b/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models.py @@ -279,6 +279,8 @@ class ExtensionInstance(ProxyResource): :param identity: The identity of the configuration. :type identity: ~azure.mgmt.kubernetesconfiguration.v2020_07_01_preview.models.ConfigurationIdentity + :param location: Location of resource type + :type location: str """ _validation = { @@ -311,6 +313,7 @@ class ExtensionInstance(ProxyResource): 'last_status_time': {'key': 'properties.lastStatusTime', 'type': 'str'}, 'error_info': {'key': 'properties.errorInfo', 'type': 'ErrorDefinition'}, 'identity': {'key': 'identity', 'type': 'ConfigurationIdentity'}, + 'location': {'key': 'location', 'type': 'str'}, } def __init__( @@ -332,6 +335,7 @@ def __init__( self.last_status_time = None self.error_info = None self.identity = kwargs.get('identity', None) + self.location = kwargs.get('location', None) class ExtensionInstancesList(msrest.serialization.Model): diff --git a/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models_py3.py b/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models_py3.py index f749d3d7078..a3cb0d37faf 100644 --- a/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models_py3.py +++ b/src/k8s-extension/azext_k8s_extension/vendored_sdks/models/_models_py3.py @@ -297,6 +297,8 @@ class ExtensionInstance(ProxyResource): :param identity: The identity of the configuration. :type identity: ~azure.mgmt.kubernetesconfiguration.v2020_07_01_preview.models.ConfigurationIdentity + :param location: Location of resource type + :type location: str """ _validation = { @@ -329,6 +331,7 @@ class ExtensionInstance(ProxyResource): 'last_status_time': {'key': 'properties.lastStatusTime', 'type': 'str'}, 'error_info': {'key': 'properties.errorInfo', 'type': 'ErrorDefinition'}, 'identity': {'key': 'identity', 'type': 'ConfigurationIdentity'}, + 'location': {'key': 'location', 'type': 'str'}, } def __init__( @@ -344,6 +347,7 @@ def __init__( configuration_protected_settings: Optional[Dict[str, str]] = None, statuses: Optional[List["ExtensionStatus"]] = None, identity: Optional["ConfigurationIdentity"] = None, + location: Optional[str] = None, **kwargs ): super(ExtensionInstance, self).__init__(system_data=system_data, **kwargs) @@ -361,6 +365,7 @@ def __init__( self.last_status_time = None self.error_info = None self.identity = identity + self.location = location class ExtensionInstancesList(msrest.serialization.Model): diff --git a/src/k8s-extension/setup.py b/src/k8s-extension/setup.py index 6efb1bc5a59..014ed287490 100644 --- a/src/k8s-extension/setup.py +++ b/src/k8s-extension/setup.py @@ -32,7 +32,7 @@ # TODO: Add any additional SDK dependencies here DEPENDENCIES = [] -VERSION = "0.6.0" +VERSION = "0.6.1" with open('README.rst', 'r', encoding='utf-8') as f: README = f.read() From a082d9cd54fbc345f97a5328cd1c3943504245f6 Mon Sep 17 00:00:00 2001 From: Azure CLI Bot Date: Wed, 28 Jul 2021 07:16:36 +0800 Subject: [PATCH 10/20] [Release] Update index.json for extension [ k8s-extension ] (#3704) Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=1019643 Last commit: https://github.com/Azure/azure-cli-extensions/commit/e7fa0b915e1bdbb7f8bd33c83e034b13947687a8 --- src/index.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/src/index.json b/src/index.json index 057e31b2c93..011ae550fa1 100644 --- a/src/index.json +++ b/src/index.json @@ -13770,6 +13770,49 @@ "version": "0.6.0" }, "sha256Digest": "a1b642402345b71cb0f06aa31653a3161ab3f5f874e29d59863b987200bc535d" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-0.6.1-py3-none-any.whl", + "filename": "k8s_extension-0.6.1-py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.24.0", + "classifiers": [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "License :: OSI Approved :: MIT License" + ], + "extensions": { + "python.details": { + "contacts": [ + { + "email": "azpycli@microsoft.com", + "name": "Microsoft Corporation", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst" + }, + "project_urls": { + "Home": "https://github.com/Azure/azure-cli-extensions" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "k8s-extension", + "summary": "Microsoft Azure Command-Line Tools K8s-extension Extension", + "version": "0.6.1" + }, + "sha256Digest": "42b366184ab6dd9f46bb44e7c0e10eace4f25f514f97dd1912552c6900f2fd9e" } ], "k8sconfiguration": [ From cb5c2a51eba2b5da61315f1810682ac1c7984f63 Mon Sep 17 00:00:00 2001 From: FumingZhang <81607949+FumingZhang@users.noreply.github.com> Date: Wed, 28 Jul 2021 09:39:00 +0800 Subject: [PATCH 11/20] {AKS} Fix AKS pipeline (#3701) * fix setup venv * fix recordings due to arm api version update * update recording file for run_command --- .../azcli_aks_live_test/scripts/setup_venv.sh | 1 + ...ate_aadv1_and_update_with_managed_aad.yaml | 271 +-- ...tsecretsprovider_with_secret_rotation.yaml | 2 +- ...ks_create_and_update_with_managed_aad.yaml | 792 +++++-- ...te_with_managed_aad_enable_azure_rbac.yaml | 703 ++++--- ...te_nonaad_and_update_with_managed_aad.yaml | 370 ++-- ...test_aks_create_none_private_dns_zone.yaml | 425 ++-- ...ks_create_private_cluster_public_fqdn.yaml | 2 +- ...ng_azurecni_with_pod_identity_enabled.yaml | 2 +- .../recordings/test_aks_create_with_ahub.yaml | 1412 +++++++------ ..._aks_create_with_auto_upgrade_channel.yaml | 2 +- ...th_azurekeyvaultsecretsprovider_addon.yaml | 2 +- .../test_aks_create_with_confcom_addon.yaml | 362 ++-- ...ate_with_confcom_addon_helper_enabled.yaml | 332 ++- .../test_aks_create_with_ephemeral_disk.yaml | 555 +++-- .../recordings/test_aks_create_with_fips.yaml | 2 +- ...est_aks_create_with_http_proxy_config.yaml | 118 +- ...t_aks_create_with_ingress_appgw_addon.yaml | 350 ++-- ...gw_addon_with_deprecated_subet_prefix.yaml | 322 +-- .../test_aks_create_with_managed_disk.yaml | 507 ++--- .../test_aks_create_with_node_config.yaml | 2 +- ...aks_create_with_openservicemesh_addon.yaml | 2 +- .../test_aks_create_with_ossku.yaml | 2 +- ..._aks_create_with_pod_identity_enabled.yaml | 2 +- .../test_aks_create_with_windows.yaml | 1490 +++++++++----- ...est_aks_disable_addon_openservicemesh.yaml | 2 +- ...test_aks_disable_addons_confcom_addon.yaml | 1298 +++--------- ...don_with_azurekeyvaultsecretsprovider.yaml | 2 +- ...aks_enable_addon_with_openservicemesh.yaml | 2 +- .../test_aks_enable_addons_confcom_addon.yaml | 696 ++++--- .../recordings/test_aks_enable_utlra_ssd.yaml | 162 +- .../test_aks_maintenanceconfiguration.yaml | 244 ++- .../test_aks_nodepool_add_with_ossku.yaml | 2 +- .../test_aks_nodepool_get_upgrades.yaml | 307 +-- .../recordings/test_aks_run_command.yaml | 576 ++---- .../recordings/test_aks_stop_and_start.yaml | 499 +++-- ...tsecretsprovider_with_secret_rotation.yaml | 2 +- .../test_aks_update_to_msi_cluster.yaml | 208 +- ...test_aks_update_with_windows_password.yaml | 1818 +++++++++-------- ...t_aks_upgrade_node_image_only_cluster.yaml | 552 +++-- ..._aks_upgrade_node_image_only_nodepool.yaml | 466 +++-- .../recordings/test_aks_upgrade_nodepool.yaml | 1392 +++++++++---- 42 files changed, 9015 insertions(+), 7243 deletions(-) diff --git a/src/aks-preview/azcli_aks_live_test/scripts/setup_venv.sh b/src/aks-preview/azcli_aks_live_test/scripts/setup_venv.sh index 632a020afc5..05829add154 100755 --- a/src/aks-preview/azcli_aks_live_test/scripts/setup_venv.sh +++ b/src/aks-preview/azcli_aks_live_test/scripts/setup_venv.sh @@ -5,6 +5,7 @@ [[ -z "${PYTHON_VERSION}" ]] && (echo "PYTHON_VERSION is empty"; exit 1) patchImageTools(){ + apt update apt install -y curl } diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_aadv1_and_update_with_managed_aad.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_aadv1_and_update_with_managed_aad.yaml index 8150abacf6d..043342b6ae0 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_aadv1_and_update_with_managed_aad.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_aadv1_and_update_with_managed_aad.yaml @@ -12,14 +12,14 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret - --aad-client-app-id --aad-tenant-id -o + --aad-client-app-id --aad-tenant-id --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-12T10:56:45Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:20:19Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +28,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 12 Jul 2021 10:56:47 GMT + - Tue, 27 Jul 2021 06:20:21 GMT expires: - '-1' pragma: @@ -44,13 +44,13 @@ interactions: message: OK - request: body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "", "dnsPrefix": "cliakstest-clitestf75gdxugb-79a739", "agentPoolProfiles": + "", "dnsPrefix": "cliakstest-clitestgdbmc7vuf-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ"}]}}, + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": @@ -73,9 +73,9 @@ interactions: - application/json ParameterSetName: - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret - --aad-client-app-id --aad-tenant-id -o + --aad-client-app-id --aad-tenant-id --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -85,9 +85,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestf75gdxugb-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestf75gdxugb-79a739-009fd58d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestf75gdxugb-79a739-009fd58d.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestgdbmc7vuf-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestgdbmc7vuf-79a739-354d1d18.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgdbmc7vuf-79a739-354d1d18.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -96,10 +96,10 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": @@ -117,7 +117,7 @@ interactions: {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/270beb9b-f6ad-422c-9392-d776f74f7cac?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71aeeca1-9851-42fa-97f8-d40449c9ea1a?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -125,7 +125,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 10:56:57 GMT + - Tue, 27 Jul 2021 06:20:30 GMT expires: - '-1' pragma: @@ -137,7 +137,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -154,16 +154,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret - --aad-client-app-id --aad-tenant-id -o + --aad-client-app-id --aad-tenant-id --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/270beb9b-f6ad-422c-9392-d776f74f7cac?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71aeeca1-9851-42fa-97f8-d40449c9ea1a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9beb0b27-adf6-2c42-9392-d776f74f7cac\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:56:56.7166666Z\"\n }" + string: "{\n \"name\": \"a1ecae71-5198-fa42-97f8-d40449c9ea1a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:29.5733333Z\"\n }" headers: cache-control: - no-cache @@ -172,7 +172,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 10:57:26 GMT + - Tue, 27 Jul 2021 06:20:59 GMT expires: - '-1' pragma: @@ -203,16 +203,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret - --aad-client-app-id --aad-tenant-id -o + --aad-client-app-id --aad-tenant-id --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/270beb9b-f6ad-422c-9392-d776f74f7cac?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71aeeca1-9851-42fa-97f8-d40449c9ea1a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9beb0b27-adf6-2c42-9392-d776f74f7cac\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:56:56.7166666Z\"\n }" + string: "{\n \"name\": \"a1ecae71-5198-fa42-97f8-d40449c9ea1a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:29.5733333Z\"\n }" headers: cache-control: - no-cache @@ -221,7 +221,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 10:57:57 GMT + - Tue, 27 Jul 2021 06:21:30 GMT expires: - '-1' pragma: @@ -252,16 +252,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret - --aad-client-app-id --aad-tenant-id -o + --aad-client-app-id --aad-tenant-id --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/270beb9b-f6ad-422c-9392-d776f74f7cac?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71aeeca1-9851-42fa-97f8-d40449c9ea1a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9beb0b27-adf6-2c42-9392-d776f74f7cac\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:56:56.7166666Z\"\n }" + string: "{\n \"name\": \"a1ecae71-5198-fa42-97f8-d40449c9ea1a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:29.5733333Z\"\n }" headers: cache-control: - no-cache @@ -270,7 +270,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 10:58:27 GMT + - Tue, 27 Jul 2021 06:22:00 GMT expires: - '-1' pragma: @@ -301,16 +301,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret - --aad-client-app-id --aad-tenant-id -o + --aad-client-app-id --aad-tenant-id --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/270beb9b-f6ad-422c-9392-d776f74f7cac?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71aeeca1-9851-42fa-97f8-d40449c9ea1a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9beb0b27-adf6-2c42-9392-d776f74f7cac\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:56:56.7166666Z\"\n }" + string: "{\n \"name\": \"a1ecae71-5198-fa42-97f8-d40449c9ea1a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:29.5733333Z\"\n }" headers: cache-control: - no-cache @@ -319,7 +319,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 10:58:56 GMT + - Tue, 27 Jul 2021 06:22:29 GMT expires: - '-1' pragma: @@ -350,16 +350,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret - --aad-client-app-id --aad-tenant-id -o + --aad-client-app-id --aad-tenant-id --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/270beb9b-f6ad-422c-9392-d776f74f7cac?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71aeeca1-9851-42fa-97f8-d40449c9ea1a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9beb0b27-adf6-2c42-9392-d776f74f7cac\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:56:56.7166666Z\"\n }" + string: "{\n \"name\": \"a1ecae71-5198-fa42-97f8-d40449c9ea1a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:29.5733333Z\"\n }" headers: cache-control: - no-cache @@ -368,7 +368,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 10:59:27 GMT + - Tue, 27 Jul 2021 06:23:00 GMT expires: - '-1' pragma: @@ -399,16 +399,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret - --aad-client-app-id --aad-tenant-id -o + --aad-client-app-id --aad-tenant-id --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/270beb9b-f6ad-422c-9392-d776f74f7cac?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71aeeca1-9851-42fa-97f8-d40449c9ea1a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9beb0b27-adf6-2c42-9392-d776f74f7cac\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:56:56.7166666Z\"\n }" + string: "{\n \"name\": \"a1ecae71-5198-fa42-97f8-d40449c9ea1a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:29.5733333Z\"\n }" headers: cache-control: - no-cache @@ -417,7 +417,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 10:59:57 GMT + - Tue, 27 Jul 2021 06:23:31 GMT expires: - '-1' pragma: @@ -448,66 +448,17 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret - --aad-client-app-id --aad-tenant-id -o + --aad-client-app-id --aad-tenant-id --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/270beb9b-f6ad-422c-9392-d776f74f7cac?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/71aeeca1-9851-42fa-97f8-d40449c9ea1a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9beb0b27-adf6-2c42-9392-d776f74f7cac\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:56:56.7166666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Mon, 12 Jul 2021 11:00:27 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - 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: - - aks create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret - --aad-client-app-id --aad-tenant-id -o - User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 - (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/270beb9b-f6ad-422c-9392-d776f74f7cac?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"9beb0b27-adf6-2c42-9392-d776f74f7cac\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-07-12T10:56:56.7166666Z\",\n \"endTime\": - \"2021-07-12T11:00:29.2336103Z\"\n }" + string: "{\n \"name\": \"a1ecae71-5198-fa42-97f8-d40449c9ea1a\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:20:29.5733333Z\",\n \"endTime\": + \"2021-07-27T06:23:53.7227175Z\"\n }" headers: cache-control: - no-cache @@ -516,7 +467,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:00:58 GMT + - Tue, 27 Jul 2021 06:24:00 GMT expires: - '-1' pragma: @@ -547,9 +498,9 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --aad-server-app-id --aad-server-app-secret - --aad-client-app-id --aad-tenant-id -o + --aad-client-app-id --aad-tenant-id --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -559,9 +510,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestf75gdxugb-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestf75gdxugb-79a739-009fd58d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestf75gdxugb-79a739-009fd58d.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestgdbmc7vuf-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestgdbmc7vuf-79a739-354d1d18.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgdbmc7vuf-79a739-354d1d18.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -570,16 +521,16 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b514c445-694d-4bdc-bbfc-e788a697a006\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/ac9fa42a-d2c6-4234-bb59-83e86d2c0b5a\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"aadProfile\": @@ -601,7 +552,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:00:58 GMT + - Tue, 27 Jul 2021 06:24:01 GMT expires: - '-1' pragma: @@ -634,7 +585,7 @@ interactions: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -644,9 +595,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestf75gdxugb-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestf75gdxugb-79a739-009fd58d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestf75gdxugb-79a739-009fd58d.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestgdbmc7vuf-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestgdbmc7vuf-79a739-354d1d18.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgdbmc7vuf-79a739-354d1d18.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -655,16 +606,16 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b514c445-694d-4bdc-bbfc-e788a697a006\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/ac9fa42a-d2c6-4234-bb59-83e86d2c0b5a\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"aadProfile\": @@ -686,7 +637,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:00:59 GMT + - Tue, 27 Jul 2021 06:24:02 GMT expires: - '-1' pragma: @@ -706,21 +657,21 @@ interactions: message: OK - request: body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "1.19.11", "dnsPrefix": "cliakstest-clitestf75gdxugb-79a739", "agentPoolProfiles": + "1.19.11", "dnsPrefix": "cliakstest-clitestgdbmc7vuf-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.19.11", "enableNodePublicIP": false, "nodeLabels": {}, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ"}]}}, + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b514c445-694d-4bdc-bbfc-e788a697a006"}]}}, + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/ac9fa42a-d2c6-4234-bb59-83e86d2c0b5a"}]}}, "aadProfile": {"managed": true, "adminGroupObjectIDs": ["00000000-0000-0000-0000-000000000003"], "tenantID": "00000000-0000-0000-0000-000000000004"}, "autoUpgradeProfile": {}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -744,7 +695,7 @@ interactions: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -754,9 +705,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestf75gdxugb-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestf75gdxugb-79a739-009fd58d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestf75gdxugb-79a739-009fd58d.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestgdbmc7vuf-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestgdbmc7vuf-79a739-354d1d18.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgdbmc7vuf-79a739-354d1d18.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -765,16 +716,16 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b514c445-694d-4bdc-bbfc-e788a697a006\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/ac9fa42a-d2c6-4234-bb59-83e86d2c0b5a\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"aadProfile\": @@ -789,7 +740,7 @@ interactions: {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1805ffa4-e2bb-4017-add4-d5bb4dfc7c30?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3f3b1e87-0318-4602-a560-c4d0c0a1ae6d?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -797,7 +748,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:01:03 GMT + - Tue, 27 Jul 2021 06:24:05 GMT expires: - '-1' pragma: @@ -813,7 +764,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1197' status: code: 200 message: OK @@ -832,23 +783,23 @@ interactions: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1805ffa4-e2bb-4017-add4-d5bb4dfc7c30?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3f3b1e87-0318-4602-a560-c4d0c0a1ae6d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a4ff0518-bbe2-1740-add4-d5bb4dfc7c30\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T11:01:02.9866666Z\"\n }" + string: "{\n \"name\": \"871e3b3f-1803-0246-a560-c4d0c0a1ae6d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:24:05.17Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Mon, 12 Jul 2021 11:01:33 GMT + - Tue, 27 Jul 2021 06:24:35 GMT expires: - '-1' pragma: @@ -881,24 +832,24 @@ interactions: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1805ffa4-e2bb-4017-add4-d5bb4dfc7c30?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3f3b1e87-0318-4602-a560-c4d0c0a1ae6d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a4ff0518-bbe2-1740-add4-d5bb4dfc7c30\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-07-12T11:01:02.9866666Z\",\n \"endTime\": - \"2021-07-12T11:02:00.4647103Z\"\n }" + string: "{\n \"name\": \"871e3b3f-1803-0246-a560-c4d0c0a1ae6d\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:24:05.17Z\",\n \"endTime\": + \"2021-07-27T06:25:03.9883242Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '165' content-type: - application/json date: - - Mon, 12 Jul 2021 11:02:03 GMT + - Tue, 27 Jul 2021 06:25:06 GMT expires: - '-1' pragma: @@ -931,7 +882,7 @@ interactions: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -941,9 +892,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestf75gdxugb-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestf75gdxugb-79a739-009fd58d.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestf75gdxugb-79a739-009fd58d.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestgdbmc7vuf-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestgdbmc7vuf-79a739-354d1d18.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestgdbmc7vuf-79a739-354d1d18.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -952,16 +903,16 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b514c445-694d-4bdc-bbfc-e788a697a006\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/ac9fa42a-d2c6-4234-bb59-83e86d2c0b5a\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"aadProfile\": @@ -982,7 +933,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:02:04 GMT + - Tue, 27 Jul 2021 06:25:06 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_addon_with_azurekeyvaultsecretsprovider_with_secret_rotation.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_addon_with_azurekeyvaultsecretsprovider_with_secret_rotation.yaml index 481c3e1e365..b72bd7e252c 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_addon_with_azurekeyvaultsecretsprovider_with_secret_rotation.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_addon_with_azurekeyvaultsecretsprovider_with_secret_rotation.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-06-23T08:01:22Z"},"properties":{"provisioningState":"Succeeded"}}' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_aad.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_aad.yaml index dc1552f61c8..fd69047a512 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_aad.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_aad.yaml @@ -12,14 +12,14 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids - -o + --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-12T11:00:19Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:12:36Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +28,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 12 Jul 2021 11:00:21 GMT + - Tue, 27 Jul 2021 06:12:37 GMT expires: - '-1' pragma: @@ -44,13 +44,13 @@ interactions: message: OK - request: body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "", "dnsPrefix": "cliakstest-clitest7dxxxdjxh-79a739", "agentPoolProfiles": + "", "dnsPrefix": "cliakstest-clitestsums3uzmh-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ"}]}}, + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": @@ -72,9 +72,9 @@ interactions: - application/json ParameterSetName: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids - -o + --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -84,9 +84,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitest7dxxxdjxh-79a739\",\n - \ \"fqdn\": \"cliakstest-clitest7dxxxdjxh-79a739-aa9789a4.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest7dxxxdjxh-79a739-aa9789a4.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestsums3uzmh-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestsums3uzmh-79a739-c227ff41.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestsums3uzmh-79a739-c227ff41.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -95,10 +95,10 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": @@ -115,7 +115,7 @@ interactions: {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eccc1701-5c5c-463b-b354-1cd295790109?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/741139e3-5484-441c-8d42-f72172272e30?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -123,7 +123,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:00:27 GMT + - Tue, 27 Jul 2021 06:12:43 GMT expires: - '-1' pragma: @@ -152,16 +152,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids - -o + --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eccc1701-5c5c-463b-b354-1cd295790109?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/741139e3-5484-441c-8d42-f72172272e30?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0117ccec-5c5c-3b46-b354-1cd295790109\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T11:00:27.0166666Z\"\n }" + string: "{\n \"name\": \"e3391174-8454-1c44-8d42-f72172272e30\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:12:43.0033333Z\"\n }" headers: cache-control: - no-cache @@ -170,7 +170,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:00:56 GMT + - Tue, 27 Jul 2021 06:13:13 GMT expires: - '-1' pragma: @@ -201,16 +201,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids - -o + --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eccc1701-5c5c-463b-b354-1cd295790109?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/741139e3-5484-441c-8d42-f72172272e30?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0117ccec-5c5c-3b46-b354-1cd295790109\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T11:00:27.0166666Z\"\n }" + string: "{\n \"name\": \"e3391174-8454-1c44-8d42-f72172272e30\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:12:43.0033333Z\"\n }" headers: cache-control: - no-cache @@ -219,7 +219,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:01:27 GMT + - Tue, 27 Jul 2021 06:13:42 GMT expires: - '-1' pragma: @@ -250,16 +250,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids - -o + --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eccc1701-5c5c-463b-b354-1cd295790109?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/741139e3-5484-441c-8d42-f72172272e30?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0117ccec-5c5c-3b46-b354-1cd295790109\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T11:00:27.0166666Z\"\n }" + string: "{\n \"name\": \"e3391174-8454-1c44-8d42-f72172272e30\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:12:43.0033333Z\"\n }" headers: cache-control: - no-cache @@ -268,7 +268,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:01:57 GMT + - Tue, 27 Jul 2021 06:14:13 GMT expires: - '-1' pragma: @@ -299,16 +299,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids - -o + --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eccc1701-5c5c-463b-b354-1cd295790109?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/741139e3-5484-441c-8d42-f72172272e30?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0117ccec-5c5c-3b46-b354-1cd295790109\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T11:00:27.0166666Z\"\n }" + string: "{\n \"name\": \"e3391174-8454-1c44-8d42-f72172272e30\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:12:43.0033333Z\"\n }" headers: cache-control: - no-cache @@ -317,7 +317,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:02:27 GMT + - Tue, 27 Jul 2021 06:14:43 GMT expires: - '-1' pragma: @@ -348,16 +348,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids - -o + --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eccc1701-5c5c-463b-b354-1cd295790109?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/741139e3-5484-441c-8d42-f72172272e30?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0117ccec-5c5c-3b46-b354-1cd295790109\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T11:00:27.0166666Z\"\n }" + string: "{\n \"name\": \"e3391174-8454-1c44-8d42-f72172272e30\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:12:43.0033333Z\"\n }" headers: cache-control: - no-cache @@ -366,7 +366,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:02:57 GMT + - Tue, 27 Jul 2021 06:15:13 GMT expires: - '-1' pragma: @@ -397,16 +397,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids - -o + --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eccc1701-5c5c-463b-b354-1cd295790109?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/741139e3-5484-441c-8d42-f72172272e30?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0117ccec-5c5c-3b46-b354-1cd295790109\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T11:00:27.0166666Z\"\n }" + string: "{\n \"name\": \"e3391174-8454-1c44-8d42-f72172272e30\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:12:43.0033333Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +415,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:03:27 GMT + - Tue, 27 Jul 2021 06:15:43 GMT expires: - '-1' pragma: @@ -446,16 +446,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids - -o + --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eccc1701-5c5c-463b-b354-1cd295790109?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/741139e3-5484-441c-8d42-f72172272e30?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0117ccec-5c5c-3b46-b354-1cd295790109\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T11:00:27.0166666Z\"\n }" + string: "{\n \"name\": \"e3391174-8454-1c44-8d42-f72172272e30\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:12:43.0033333Z\"\n }" headers: cache-control: - no-cache @@ -464,7 +464,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:03:57 GMT + - Tue, 27 Jul 2021 06:16:13 GMT expires: - '-1' pragma: @@ -495,16 +495,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids - -o + --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eccc1701-5c5c-463b-b354-1cd295790109?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/741139e3-5484-441c-8d42-f72172272e30?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0117ccec-5c5c-3b46-b354-1cd295790109\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T11:00:27.0166666Z\"\n }" + string: "{\n \"name\": \"e3391174-8454-1c44-8d42-f72172272e30\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:12:43.0033333Z\"\n }" headers: cache-control: - no-cache @@ -513,7 +513,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:04:27 GMT + - Tue, 27 Jul 2021 06:16:43 GMT expires: - '-1' pragma: @@ -544,16 +544,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids - -o + --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eccc1701-5c5c-463b-b354-1cd295790109?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/741139e3-5484-441c-8d42-f72172272e30?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0117ccec-5c5c-3b46-b354-1cd295790109\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T11:00:27.0166666Z\"\n }" + string: "{\n \"name\": \"e3391174-8454-1c44-8d42-f72172272e30\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:12:43.0033333Z\"\n }" headers: cache-control: - no-cache @@ -562,7 +562,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:04:58 GMT + - Tue, 27 Jul 2021 06:17:14 GMT expires: - '-1' pragma: @@ -593,17 +593,507 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids - -o + --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eccc1701-5c5c-463b-b354-1cd295790109?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/741139e3-5484-441c-8d42-f72172272e30?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0117ccec-5c5c-3b46-b354-1cd295790109\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-07-12T11:00:27.0166666Z\",\n \"endTime\": - \"2021-07-12T11:05:09.1246951Z\"\n }" + string: "{\n \"name\": \"e3391174-8454-1c44-8d42-f72172272e30\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:12:43.0033333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:17:43 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --generate-ssh-keys -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/741139e3-5484-441c-8d42-f72172272e30?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e3391174-8454-1c44-8d42-f72172272e30\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:12:43.0033333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:18:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --generate-ssh-keys -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/741139e3-5484-441c-8d42-f72172272e30?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e3391174-8454-1c44-8d42-f72172272e30\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:12:43.0033333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:18:43 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --generate-ssh-keys -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/741139e3-5484-441c-8d42-f72172272e30?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e3391174-8454-1c44-8d42-f72172272e30\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:12:43.0033333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:19:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --generate-ssh-keys -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/741139e3-5484-441c-8d42-f72172272e30?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e3391174-8454-1c44-8d42-f72172272e30\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:12:43.0033333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:19:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --generate-ssh-keys -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/741139e3-5484-441c-8d42-f72172272e30?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e3391174-8454-1c44-8d42-f72172272e30\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:12:43.0033333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:20:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --generate-ssh-keys -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/741139e3-5484-441c-8d42-f72172272e30?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e3391174-8454-1c44-8d42-f72172272e30\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:12:43.0033333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:20:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --generate-ssh-keys -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/741139e3-5484-441c-8d42-f72172272e30?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e3391174-8454-1c44-8d42-f72172272e30\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:12:43.0033333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:21:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --generate-ssh-keys -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/741139e3-5484-441c-8d42-f72172272e30?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e3391174-8454-1c44-8d42-f72172272e30\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:12:43.0033333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:21:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --generate-ssh-keys -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/741139e3-5484-441c-8d42-f72172272e30?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e3391174-8454-1c44-8d42-f72172272e30\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:12:43.0033333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:22:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --generate-ssh-keys -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/741139e3-5484-441c-8d42-f72172272e30?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e3391174-8454-1c44-8d42-f72172272e30\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:12:43.0033333Z\",\n \"endTime\": + \"2021-07-27T06:22:16.5276265Z\"\n }" headers: cache-control: - no-cache @@ -612,7 +1102,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:05:28 GMT + - Tue, 27 Jul 2021 06:22:45 GMT expires: - '-1' pragma: @@ -643,9 +1133,9 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids - -o + --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -655,9 +1145,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitest7dxxxdjxh-79a739\",\n - \ \"fqdn\": \"cliakstest-clitest7dxxxdjxh-79a739-aa9789a4.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest7dxxxdjxh-79a739-aa9789a4.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestsums3uzmh-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestsums3uzmh-79a739-c227ff41.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestsums3uzmh-79a739-c227ff41.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -666,16 +1156,16 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a3371b7e-c078-4f40-ac94-4c687f300c1e\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/69f767f0-bd4e-48d2-8908-05c8368fe8cf\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"aadProfile\": @@ -696,7 +1186,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:05:28 GMT + - Tue, 27 Jul 2021 06:22:45 GMT expires: - '-1' pragma: @@ -728,7 +1218,7 @@ interactions: ParameterSetName: - --resource-group --name --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -738,9 +1228,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitest7dxxxdjxh-79a739\",\n - \ \"fqdn\": \"cliakstest-clitest7dxxxdjxh-79a739-aa9789a4.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest7dxxxdjxh-79a739-aa9789a4.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestsums3uzmh-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestsums3uzmh-79a739-c227ff41.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestsums3uzmh-79a739-c227ff41.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -749,16 +1239,16 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a3371b7e-c078-4f40-ac94-4c687f300c1e\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/69f767f0-bd4e-48d2-8908-05c8368fe8cf\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"aadProfile\": @@ -779,7 +1269,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:05:29 GMT + - Tue, 27 Jul 2021 06:22:46 GMT expires: - '-1' pragma: @@ -799,21 +1289,21 @@ interactions: message: OK - request: body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "1.19.11", "dnsPrefix": "cliakstest-clitest7dxxxdjxh-79a739", "agentPoolProfiles": + "1.19.11", "dnsPrefix": "cliakstest-clitestsums3uzmh-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.19.11", "enableNodePublicIP": false, "nodeLabels": {}, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ"}]}}, + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a3371b7e-c078-4f40-ac94-4c687f300c1e"}]}}, + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/69f767f0-bd4e-48d2-8908-05c8368fe8cf"}]}}, "aadProfile": {"managed": true, "enableAzureRBAC": false, "adminGroupObjectIDs": ["00000000-0000-0000-0000-000000000002"], "tenantID": "00000000-0000-0000-0000-000000000003"}, "autoUpgradeProfile": {}, "identityProfile": {"kubeletidentity": {"resourceId": @@ -837,7 +1327,7 @@ interactions: ParameterSetName: - --resource-group --name --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -847,9 +1337,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitest7dxxxdjxh-79a739\",\n - \ \"fqdn\": \"cliakstest-clitest7dxxxdjxh-79a739-aa9789a4.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest7dxxxdjxh-79a739-aa9789a4.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestsums3uzmh-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestsums3uzmh-79a739-c227ff41.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestsums3uzmh-79a739-c227ff41.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -858,16 +1348,16 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a3371b7e-c078-4f40-ac94-4c687f300c1e\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/69f767f0-bd4e-48d2-8908-05c8368fe8cf\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"aadProfile\": @@ -882,7 +1372,7 @@ interactions: {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b8db6c8d-0080-4db2-92c4-fc5c6346dc5e?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/55d7a84a-388f-4873-bc82-4dabde996cd0?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -890,7 +1380,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:05:33 GMT + - Tue, 27 Jul 2021 06:22:50 GMT expires: - '-1' pragma: @@ -906,55 +1396,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - aks update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --aad-admin-group-object-ids --aad-tenant-id -o - User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 - (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b8db6c8d-0080-4db2-92c4-fc5c6346dc5e?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"8d6cdbb8-8000-b24d-92c4-fc5c6346dc5e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T11:05:33.74Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '121' - content-type: - - application/json - date: - - Mon, 12 Jul 2021 11:06:04 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff + - '1197' status: code: 200 message: OK @@ -972,14 +1414,14 @@ interactions: ParameterSetName: - --resource-group --name --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b8db6c8d-0080-4db2-92c4-fc5c6346dc5e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/55d7a84a-388f-4873-bc82-4dabde996cd0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8d6cdbb8-8000-b24d-92c4-fc5c6346dc5e\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T11:05:33.74Z\"\n }" + string: "{\n \"name\": \"4aa8d755-8f38-7348-bc82-4dabde996cd0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:22:49.24Z\"\n }" headers: cache-control: - no-cache @@ -988,7 +1430,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:06:34 GMT + - Tue, 27 Jul 2021 06:23:20 GMT expires: - '-1' pragma: @@ -1020,24 +1462,24 @@ interactions: ParameterSetName: - --resource-group --name --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b8db6c8d-0080-4db2-92c4-fc5c6346dc5e?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/55d7a84a-388f-4873-bc82-4dabde996cd0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8d6cdbb8-8000-b24d-92c4-fc5c6346dc5e\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-07-12T11:05:33.74Z\",\n \"endTime\": - \"2021-07-12T11:06:37.4202239Z\"\n }" + string: "{\n \"name\": \"4aa8d755-8f38-7348-bc82-4dabde996cd0\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:22:49.24Z\",\n \"endTime\": + \"2021-07-27T06:23:44.249801Z\"\n }" headers: cache-control: - no-cache content-length: - - '165' + - '164' content-type: - application/json date: - - Mon, 12 Jul 2021 11:07:04 GMT + - Tue, 27 Jul 2021 06:23:50 GMT expires: - '-1' pragma: @@ -1069,7 +1511,7 @@ interactions: ParameterSetName: - --resource-group --name --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -1079,9 +1521,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitest7dxxxdjxh-79a739\",\n - \ \"fqdn\": \"cliakstest-clitest7dxxxdjxh-79a739-aa9789a4.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest7dxxxdjxh-79a739-aa9789a4.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestsums3uzmh-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestsums3uzmh-79a739-c227ff41.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestsums3uzmh-79a739-c227ff41.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -1090,16 +1532,16 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a3371b7e-c078-4f40-ac94-4c687f300c1e\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/69f767f0-bd4e-48d2-8908-05c8368fe8cf\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"aadProfile\": @@ -1120,7 +1562,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:07:05 GMT + - Tue, 27 Jul 2021 06:23:50 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_aad_enable_azure_rbac.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_aad_enable_azure_rbac.yaml index d97cece899f..c4865658fa9 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_aad_enable_azure_rbac.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_and_update_with_managed_aad_enable_azure_rbac.yaml @@ -12,17 +12,14 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids - -o + --generate-ssh-keys -o User-Agent: - - python/3.8.3 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.3 - azure-mgmt-resource/12.1.0 Azure-SDK-For-Python AZURECLI/2.23.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-05-12T09:51:28Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:23:15Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -31,7 +28,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 12 May 2021 09:51:33 GMT + - Tue, 27 Jul 2021 06:23:16 GMT expires: - '-1' pragma: @@ -46,19 +43,20 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "", "dnsPrefix": - "cliakstest-clitest77foj7ury-8ecadf", "agentPoolProfiles": [{"count": 1, "vmSize": - "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": - "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": - "Delete", "enableEncryptionAtHost": false, "enableFIPS": false, "name": "nodepool1"}], + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "", "dnsPrefix": "cliakstest-clitestv6wkn2rqa-79a739", "agentPoolProfiles": + [{"count": 1, "vmSize": "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", + "mode": "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", + "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": + false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUD35PmihbRsUfSsGqy36LKn6F1hAi69B1G4rkK9dSheOWTschY1mFeYC1qR4bfAd+7UzH9I8VCZLfoOp5OpUs8pcHX6135oQ7WJ0jCjtLR58HjgEuzq7LQh4JSt1XkxB7fEihYWmVEHpgatcXjhnK0bDX5RGbyVCDKkCGxmwKBbcIhVKdCt9rSjnE9uEm8qjiwk6dJxpuPtY3XHWKYJAzLEBl/B6PuDgRYcL7yEtHqUFY35HDR7QcBv5a4Mgbnk6zJtTwpuM7Q5gfyUtNAlnztDyLDUEXMcuL2TdCdGiCaU1kmLUkMItuhqR8YIDhOG1BRowiw3Cwhaw6B9SkF2NX"}]}}, + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "standard"}, "aadProfile": {"managed": true, - "enableAzureRBAC": false, "adminGroupObjectIDs": ["00000000-0000-0000-0000-000000000001"]}}, - "identity": {"type": "SystemAssigned"}}' + "enableAzureRBAC": false, "adminGroupObjectIDs": ["00000000-0000-0000-0000-000000000001"]}, + "disableLocalAccounts": false}, "location": "westus2"}' headers: Accept: - application/json @@ -69,17 +67,15 @@ interactions: Connection: - keep-alive Content-Length: - - '1368' + - '1446' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids - -o + --generate-ssh-keys -o User-Agent: - - python/3.8.3 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.23.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: @@ -88,20 +84,21 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.9\",\n \"dnsPrefix\": \"cliakstest-clitest77foj7ury-8ecadf\",\n \"fqdn\": - \"cliakstest-clitest77foj7ury-8ecadf-bf2ad927.hcp.westus2.azmk8s.io\",\n \"azurePortalFQDN\": - \"cliakstest-clitest77foj7ury-8ecadf-bf2ad927.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestv6wkn2rqa-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestv6wkn2rqa-79a739-162d62cb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestv6wkn2rqa-79a739-162d62cb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Creating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.19.9\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n - \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\": - \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.04.22\",\n - \ \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": - \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUD35PmihbRsUfSsGqy36LKn6F1hAi69B1G4rkK9dSheOWTschY1mFeYC1qR4bfAd+7UzH9I8VCZLfoOp5OpUs8pcHX6135oQ7WJ0jCjtLR58HjgEuzq7LQh4JSt1XkxB7fEihYWmVEHpgatcXjhnK0bDX5RGbyVCDKkCGxmwKBbcIhVKdCt9rSjnE9uEm8qjiwk6dJxpuPtY3XHWKYJAzLEBl/B6PuDgRYcL7yEtHqUFY35HDR7QcBv5a4Mgbnk6zJtTwpuM7Q5gfyUtNAlnztDyLDUEXMcuL2TdCdGiCaU1kmLUkMItuhqR8YIDhOG1BRowiw3Cwhaw6B9SkF2NX\"\n + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": @@ -112,21 +109,21 @@ interactions: \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"aadProfile\": {\n \"managed\": true,\n \"adminGroupObjectIDs\": [\n \"00000000-0000-0000-0000-000000000001\"\n \ ],\n \"enableAzureRBAC\": false,\n \"tenantID\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n - \ },\n \"maxAgentPools\": 100\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n - \ \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \"tenantId\": - \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": - \"Basic\",\n \"tier\": \"Free\"\n }\n }" + \ },\n \"maxAgentPools\": 100,\n \"disableLocalAccounts\": false\n },\n + \ \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ef2ce29f-dc70-40e1-bee4-8be21d8ebe4a?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2793a171-1520-49a2-9263-73a7c092f228?api-version=2016-03-30 cache-control: - no-cache content-length: - - '2813' + - '2903' content-type: - application/json date: - - Wed, 12 May 2021 09:51:48 GMT + - Tue, 27 Jul 2021 06:23:22 GMT expires: - '-1' pragma: @@ -138,7 +135,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -146,7 +143,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -155,16 +152,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids - -o + --generate-ssh-keys -o User-Agent: - - python/3.8.3 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.23.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ef2ce29f-dc70-40e1-bee4-8be21d8ebe4a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2793a171-1520-49a2-9263-73a7c092f228?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9fe22cef-70dc-e140-bee4-8be21d8ebe4a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-05-12T09:51:48.4133333Z\"\n }" + string: "{\n \"name\": \"71a19327-2015-a249-9263-73a7c092f228\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:23:22.1333333Z\"\n }" headers: cache-control: - no-cache @@ -173,7 +170,7 @@ interactions: content-type: - application/json date: - - Wed, 12 May 2021 09:52:20 GMT + - Tue, 27 Jul 2021 06:23:52 GMT expires: - '-1' pragma: @@ -195,7 +192,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -204,16 +201,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids - -o + --generate-ssh-keys -o User-Agent: - - python/3.8.3 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.23.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ef2ce29f-dc70-40e1-bee4-8be21d8ebe4a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2793a171-1520-49a2-9263-73a7c092f228?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9fe22cef-70dc-e140-bee4-8be21d8ebe4a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-05-12T09:51:48.4133333Z\"\n }" + string: "{\n \"name\": \"71a19327-2015-a249-9263-73a7c092f228\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:23:22.1333333Z\"\n }" headers: cache-control: - no-cache @@ -222,7 +219,7 @@ interactions: content-type: - application/json date: - - Wed, 12 May 2021 09:52:52 GMT + - Tue, 27 Jul 2021 06:24:22 GMT expires: - '-1' pragma: @@ -244,7 +241,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -253,16 +250,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids - -o + --generate-ssh-keys -o User-Agent: - - python/3.8.3 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.23.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ef2ce29f-dc70-40e1-bee4-8be21d8ebe4a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2793a171-1520-49a2-9263-73a7c092f228?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9fe22cef-70dc-e140-bee4-8be21d8ebe4a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-05-12T09:51:48.4133333Z\"\n }" + string: "{\n \"name\": \"71a19327-2015-a249-9263-73a7c092f228\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:23:22.1333333Z\"\n }" headers: cache-control: - no-cache @@ -271,7 +268,7 @@ interactions: content-type: - application/json date: - - Wed, 12 May 2021 09:53:25 GMT + - Tue, 27 Jul 2021 06:24:52 GMT expires: - '-1' pragma: @@ -293,7 +290,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -302,16 +299,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids - -o + --generate-ssh-keys -o User-Agent: - - python/3.8.3 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.23.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ef2ce29f-dc70-40e1-bee4-8be21d8ebe4a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2793a171-1520-49a2-9263-73a7c092f228?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9fe22cef-70dc-e140-bee4-8be21d8ebe4a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-05-12T09:51:48.4133333Z\"\n }" + string: "{\n \"name\": \"71a19327-2015-a249-9263-73a7c092f228\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:23:22.1333333Z\"\n }" headers: cache-control: - no-cache @@ -320,7 +317,7 @@ interactions: content-type: - application/json date: - - Wed, 12 May 2021 09:53:57 GMT + - Tue, 27 Jul 2021 06:25:22 GMT expires: - '-1' pragma: @@ -342,7 +339,56 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --generate-ssh-keys -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2793a171-1520-49a2-9263-73a7c092f228?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"71a19327-2015-a249-9263-73a7c092f228\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:23:22.1333333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:25:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -351,16 +397,16 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids - -o + --generate-ssh-keys -o User-Agent: - - python/3.8.3 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.23.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ef2ce29f-dc70-40e1-bee4-8be21d8ebe4a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2793a171-1520-49a2-9263-73a7c092f228?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9fe22cef-70dc-e140-bee4-8be21d8ebe4a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-05-12T09:51:48.4133333Z\"\n }" + string: "{\n \"name\": \"71a19327-2015-a249-9263-73a7c092f228\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:23:22.1333333Z\"\n }" headers: cache-control: - no-cache @@ -369,7 +415,7 @@ interactions: content-type: - application/json date: - - Wed, 12 May 2021 09:54:28 GMT + - Tue, 27 Jul 2021 06:26:22 GMT expires: - '-1' pragma: @@ -391,7 +437,56 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids + --generate-ssh-keys -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2793a171-1520-49a2-9263-73a7c092f228?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"71a19327-2015-a249-9263-73a7c092f228\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:23:22.1333333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:26:52 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -400,17 +495,17 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids - -o + --generate-ssh-keys -o User-Agent: - - python/3.8.3 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.23.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ef2ce29f-dc70-40e1-bee4-8be21d8ebe4a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2793a171-1520-49a2-9263-73a7c092f228?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9fe22cef-70dc-e140-bee4-8be21d8ebe4a\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-05-12T09:51:48.4133333Z\",\n \"endTime\": - \"2021-05-12T09:54:53.4442894Z\"\n }" + string: "{\n \"name\": \"71a19327-2015-a249-9263-73a7c092f228\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:23:22.1333333Z\",\n \"endTime\": + \"2021-07-27T06:26:54.4358196Z\"\n }" headers: cache-control: - no-cache @@ -419,7 +514,7 @@ interactions: content-type: - application/json date: - - Wed, 12 May 2021 09:54:59 GMT + - Tue, 27 Jul 2021 06:27:23 GMT expires: - '-1' pragma: @@ -441,7 +536,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -450,10 +545,10 @@ interactions: - keep-alive ParameterSetName: - --resource-group --name --vm-set-type -c --enable-aad --aad-admin-group-object-ids - -o + --generate-ssh-keys -o User-Agent: - - python/3.8.3 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.23.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: @@ -462,26 +557,27 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.9\",\n \"dnsPrefix\": \"cliakstest-clitest77foj7ury-8ecadf\",\n \"fqdn\": - \"cliakstest-clitest77foj7ury-8ecadf-bf2ad927.hcp.westus2.azmk8s.io\",\n \"azurePortalFQDN\": - \"cliakstest-clitest77foj7ury-8ecadf-bf2ad927.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestv6wkn2rqa-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestv6wkn2rqa-79a739-162d62cb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestv6wkn2rqa-79a739-162d62cb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.19.9\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n - \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\": - \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.04.22\",\n - \ \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": - \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUD35PmihbRsUfSsGqy36LKn6F1hAi69B1G4rkK9dSheOWTschY1mFeYC1qR4bfAd+7UzH9I8VCZLfoOp5OpUs8pcHX6135oQ7WJ0jCjtLR58HjgEuzq7LQh4JSt1XkxB7fEihYWmVEHpgatcXjhnK0bDX5RGbyVCDKkCGxmwKBbcIhVKdCt9rSjnE9uEm8qjiwk6dJxpuPtY3XHWKYJAzLEBl/B6PuDgRYcL7yEtHqUFY35HDR7QcBv5a4Mgbnk6zJtTwpuM7Q5gfyUtNAlnztDyLDUEXMcuL2TdCdGiCaU1kmLUkMItuhqR8YIDhOG1BRowiw3Cwhaw6B9SkF2NX\"\n + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4bf28a6c-faad-4fba-9be2-77cc66677f80\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e9114b53-fb06-4be8-829d-da866f6eca92\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"aadProfile\": @@ -490,18 +586,19 @@ interactions: \ },\n \"maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n - \ }\n }\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '3476' + - '3566' content-type: - application/json date: - - Wed, 12 May 2021 09:55:01 GMT + - Tue, 27 Jul 2021 06:27:23 GMT expires: - '-1' pragma: @@ -533,10 +630,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-azure-rbac -o User-Agent: - - python/3.8.3 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.23.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: @@ -545,26 +640,27 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.9\",\n \"dnsPrefix\": \"cliakstest-clitest77foj7ury-8ecadf\",\n \"fqdn\": - \"cliakstest-clitest77foj7ury-8ecadf-bf2ad927.hcp.westus2.azmk8s.io\",\n \"azurePortalFQDN\": - \"cliakstest-clitest77foj7ury-8ecadf-bf2ad927.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestv6wkn2rqa-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestv6wkn2rqa-79a739-162d62cb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestv6wkn2rqa-79a739-162d62cb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.19.9\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n - \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\": - \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.04.22\",\n - \ \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": - \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUD35PmihbRsUfSsGqy36LKn6F1hAi69B1G4rkK9dSheOWTschY1mFeYC1qR4bfAd+7UzH9I8VCZLfoOp5OpUs8pcHX6135oQ7WJ0jCjtLR58HjgEuzq7LQh4JSt1XkxB7fEihYWmVEHpgatcXjhnK0bDX5RGbyVCDKkCGxmwKBbcIhVKdCt9rSjnE9uEm8qjiwk6dJxpuPtY3XHWKYJAzLEBl/B6PuDgRYcL7yEtHqUFY35HDR7QcBv5a4Mgbnk6zJtTwpuM7Q5gfyUtNAlnztDyLDUEXMcuL2TdCdGiCaU1kmLUkMItuhqR8YIDhOG1BRowiw3Cwhaw6B9SkF2NX\"\n + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4bf28a6c-faad-4fba-9be2-77cc66677f80\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e9114b53-fb06-4be8-829d-da866f6eca92\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"aadProfile\": @@ -573,18 +669,19 @@ interactions: \ },\n \"maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n - \ }\n }\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '3476' + - '3566' content-type: - application/json date: - - Wed, 12 May 2021 09:55:04 GMT + - Tue, 27 Jul 2021 06:27:24 GMT expires: - '-1' pragma: @@ -603,27 +700,29 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "1.19.9", "dnsPrefix": - "cliakstest-clitest77foj7ury-8ecadf", "agentPoolProfiles": [{"count": 1, "vmSize": - "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": - "OS", "maxPods": 110, "osType": "Linux", "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.19.9", "enableNodePublicIP": false, - "nodeLabels": {}, "enableEncryptionAtHost": false, "enableFIPS": false, "name": - "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUD35PmihbRsUfSsGqy36LKn6F1hAi69B1G4rkK9dSheOWTschY1mFeYC1qR4bfAd+7UzH9I8VCZLfoOp5OpUs8pcHX6135oQ7WJ0jCjtLR58HjgEuzq7LQh4JSt1XkxB7fEihYWmVEHpgatcXjhnK0bDX5RGbyVCDKkCGxmwKBbcIhVKdCt9rSjnE9uEm8qjiwk6dJxpuPtY3XHWKYJAzLEBl/B6PuDgRYcL7yEtHqUFY35HDR7QcBv5a4Mgbnk6zJtTwpuM7Q5gfyUtNAlnztDyLDUEXMcuL2TdCdGiCaU1kmLUkMItuhqR8YIDhOG1BRowiw3Cwhaw6B9SkF2NX"}]}}, + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "1.19.11", "dnsPrefix": "cliakstest-clitestv6wkn2rqa-79a739", "agentPoolProfiles": + [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": + "Managed", "kubeletDiskType": "OS", "maxPods": 110, "osType": "Linux", "osSKU": + "Ubuntu", "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": + "1.19.11", "enableNodePublicIP": false, "nodeLabels": {}, "enableEncryptionAtHost": + false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], + "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4bf28a6c-faad-4fba-9be2-77cc66677f80"}]}}, + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e9114b53-fb06-4be8-829d-da866f6eca92"}]}}, "aadProfile": {"managed": true, "enableAzureRBAC": true, "adminGroupObjectIDs": ["00000000-0000-0000-0000-000000000001"], "tenantID": "72f988bf-86f1-41af-91ab-2d7cd011db47"}, "autoUpgradeProfile": {}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", - "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}}, - "identity": {"type": "SystemAssigned"}, "sku": {"name": "Basic", "tier": "Free"}}' + "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}, + "disableLocalAccounts": false}, "location": "westus2", "sku": {"name": "Basic", + "tier": "Free"}}' headers: Accept: - application/json @@ -634,16 +733,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2317' + - '2394' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --enable-azure-rbac -o User-Agent: - - python/3.8.3 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.23.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: @@ -652,26 +749,27 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.9\",\n \"dnsPrefix\": \"cliakstest-clitest77foj7ury-8ecadf\",\n \"fqdn\": - \"cliakstest-clitest77foj7ury-8ecadf-bf2ad927.hcp.westus2.azmk8s.io\",\n \"azurePortalFQDN\": - \"cliakstest-clitest77foj7ury-8ecadf-bf2ad927.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestv6wkn2rqa-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestv6wkn2rqa-79a739-162d62cb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestv6wkn2rqa-79a739-162d62cb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.19.9\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n - \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\": - \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.04.22\",\n - \ \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": - \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUD35PmihbRsUfSsGqy36LKn6F1hAi69B1G4rkK9dSheOWTschY1mFeYC1qR4bfAd+7UzH9I8VCZLfoOp5OpUs8pcHX6135oQ7WJ0jCjtLR58HjgEuzq7LQh4JSt1XkxB7fEihYWmVEHpgatcXjhnK0bDX5RGbyVCDKkCGxmwKBbcIhVKdCt9rSjnE9uEm8qjiwk6dJxpuPtY3XHWKYJAzLEBl/B6PuDgRYcL7yEtHqUFY35HDR7QcBv5a4Mgbnk6zJtTwpuM7Q5gfyUtNAlnztDyLDUEXMcuL2TdCdGiCaU1kmLUkMItuhqR8YIDhOG1BRowiw3Cwhaw6B9SkF2NX\"\n + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4bf28a6c-faad-4fba-9be2-77cc66677f80\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e9114b53-fb06-4be8-829d-da866f6eca92\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"aadProfile\": @@ -680,20 +778,21 @@ interactions: \ },\n \"maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n - \ }\n }\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/977fd0d7-a898-41a5-b7f0-ae643a7436db?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf989402-827e-48af-84a7-10caa1f6e08b?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3473' + - '3563' content-type: - application/json date: - - Wed, 12 May 2021 09:55:18 GMT + - Tue, 27 Jul 2021 06:27:28 GMT expires: - '-1' pragma: @@ -709,7 +808,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1196' status: code: 200 message: OK @@ -717,7 +816,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -727,23 +826,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-azure-rbac -o User-Agent: - - python/3.8.3 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.23.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/977fd0d7-a898-41a5-b7f0-ae643a7436db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf989402-827e-48af-84a7-10caa1f6e08b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d7d07f97-98a8-a541-b7f0-ae643a7436db\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-05-12T09:55:15.01Z\"\n }" + string: "{\n \"name\": \"029498bf-7e82-af48-84a7-10caa1f6e08b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:27:27.2633333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 12 May 2021 09:55:49 GMT + - Tue, 27 Jul 2021 06:27:57 GMT expires: - '-1' pragma: @@ -765,7 +864,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -775,24 +874,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-azure-rbac -o User-Agent: - - python/3.8.3 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.23.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/977fd0d7-a898-41a5-b7f0-ae643a7436db?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf989402-827e-48af-84a7-10caa1f6e08b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d7d07f97-98a8-a541-b7f0-ae643a7436db\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-05-12T09:55:15.01Z\",\n \"endTime\": - \"2021-05-12T09:56:08.3448833Z\"\n }" + string: "{\n \"name\": \"029498bf-7e82-af48-84a7-10caa1f6e08b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:27:27.2633333Z\"\n }" headers: cache-control: - no-cache content-length: - - '165' + - '126' content-type: - application/json date: - - Wed, 12 May 2021 09:56:20 GMT + - Tue, 27 Jul 2021 06:28:28 GMT expires: - '-1' pragma: @@ -814,7 +912,56 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-azure-rbac -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bf989402-827e-48af-84a7-10caa1f6e08b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"029498bf-7e82-af48-84a7-10caa1f6e08b\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:27:27.2633333Z\",\n \"endTime\": + \"2021-07-27T06:28:33.3149531Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '170' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:28:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -824,8 +971,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-azure-rbac -o User-Agent: - - python/3.8.3 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.23.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: @@ -834,26 +981,27 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.9\",\n \"dnsPrefix\": \"cliakstest-clitest77foj7ury-8ecadf\",\n \"fqdn\": - \"cliakstest-clitest77foj7ury-8ecadf-bf2ad927.hcp.westus2.azmk8s.io\",\n \"azurePortalFQDN\": - \"cliakstest-clitest77foj7ury-8ecadf-bf2ad927.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestv6wkn2rqa-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestv6wkn2rqa-79a739-162d62cb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestv6wkn2rqa-79a739-162d62cb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.19.9\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n - \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\": - \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.04.22\",\n - \ \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": - \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUD35PmihbRsUfSsGqy36LKn6F1hAi69B1G4rkK9dSheOWTschY1mFeYC1qR4bfAd+7UzH9I8VCZLfoOp5OpUs8pcHX6135oQ7WJ0jCjtLR58HjgEuzq7LQh4JSt1XkxB7fEihYWmVEHpgatcXjhnK0bDX5RGbyVCDKkCGxmwKBbcIhVKdCt9rSjnE9uEm8qjiwk6dJxpuPtY3XHWKYJAzLEBl/B6PuDgRYcL7yEtHqUFY35HDR7QcBv5a4Mgbnk6zJtTwpuM7Q5gfyUtNAlnztDyLDUEXMcuL2TdCdGiCaU1kmLUkMItuhqR8YIDhOG1BRowiw3Cwhaw6B9SkF2NX\"\n + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4bf28a6c-faad-4fba-9be2-77cc66677f80\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e9114b53-fb06-4be8-829d-da866f6eca92\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"aadProfile\": @@ -862,18 +1010,19 @@ interactions: \ },\n \"maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n - \ }\n }\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '3475' + - '3565' content-type: - application/json date: - - Wed, 12 May 2021 09:56:22 GMT + - Tue, 27 Jul 2021 06:28:58 GMT expires: - '-1' pragma: @@ -905,10 +1054,8 @@ interactions: ParameterSetName: - --resource-group --name --disable-azure-rbac -o User-Agent: - - python/3.8.3 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.23.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: @@ -917,26 +1064,27 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.9\",\n \"dnsPrefix\": \"cliakstest-clitest77foj7ury-8ecadf\",\n \"fqdn\": - \"cliakstest-clitest77foj7ury-8ecadf-bf2ad927.hcp.westus2.azmk8s.io\",\n \"azurePortalFQDN\": - \"cliakstest-clitest77foj7ury-8ecadf-bf2ad927.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestv6wkn2rqa-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestv6wkn2rqa-79a739-162d62cb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestv6wkn2rqa-79a739-162d62cb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.19.9\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n - \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\": - \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.04.22\",\n - \ \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": - \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUD35PmihbRsUfSsGqy36LKn6F1hAi69B1G4rkK9dSheOWTschY1mFeYC1qR4bfAd+7UzH9I8VCZLfoOp5OpUs8pcHX6135oQ7WJ0jCjtLR58HjgEuzq7LQh4JSt1XkxB7fEihYWmVEHpgatcXjhnK0bDX5RGbyVCDKkCGxmwKBbcIhVKdCt9rSjnE9uEm8qjiwk6dJxpuPtY3XHWKYJAzLEBl/B6PuDgRYcL7yEtHqUFY35HDR7QcBv5a4Mgbnk6zJtTwpuM7Q5gfyUtNAlnztDyLDUEXMcuL2TdCdGiCaU1kmLUkMItuhqR8YIDhOG1BRowiw3Cwhaw6B9SkF2NX\"\n + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4bf28a6c-faad-4fba-9be2-77cc66677f80\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e9114b53-fb06-4be8-829d-da866f6eca92\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"aadProfile\": @@ -945,18 +1093,19 @@ interactions: \ },\n \"maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n - \ }\n }\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '3475' + - '3565' content-type: - application/json date: - - Wed, 12 May 2021 09:56:24 GMT + - Tue, 27 Jul 2021 06:28:59 GMT expires: - '-1' pragma: @@ -975,27 +1124,29 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "1.19.9", "dnsPrefix": - "cliakstest-clitest77foj7ury-8ecadf", "agentPoolProfiles": [{"count": 1, "vmSize": - "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": - "OS", "maxPods": 110, "osType": "Linux", "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.19.9", "enableNodePublicIP": false, - "nodeLabels": {}, "enableEncryptionAtHost": false, "enableFIPS": false, "name": - "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUD35PmihbRsUfSsGqy36LKn6F1hAi69B1G4rkK9dSheOWTschY1mFeYC1qR4bfAd+7UzH9I8VCZLfoOp5OpUs8pcHX6135oQ7WJ0jCjtLR58HjgEuzq7LQh4JSt1XkxB7fEihYWmVEHpgatcXjhnK0bDX5RGbyVCDKkCGxmwKBbcIhVKdCt9rSjnE9uEm8qjiwk6dJxpuPtY3XHWKYJAzLEBl/B6PuDgRYcL7yEtHqUFY35HDR7QcBv5a4Mgbnk6zJtTwpuM7Q5gfyUtNAlnztDyLDUEXMcuL2TdCdGiCaU1kmLUkMItuhqR8YIDhOG1BRowiw3Cwhaw6B9SkF2NX"}]}}, + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "1.19.11", "dnsPrefix": "cliakstest-clitestv6wkn2rqa-79a739", "agentPoolProfiles": + [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": + "Managed", "kubeletDiskType": "OS", "maxPods": 110, "osType": "Linux", "osSKU": + "Ubuntu", "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": + "1.19.11", "enableNodePublicIP": false, "nodeLabels": {}, "enableEncryptionAtHost": + false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], + "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4bf28a6c-faad-4fba-9be2-77cc66677f80"}]}}, + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e9114b53-fb06-4be8-829d-da866f6eca92"}]}}, "aadProfile": {"managed": true, "enableAzureRBAC": false, "adminGroupObjectIDs": ["00000000-0000-0000-0000-000000000001"], "tenantID": "72f988bf-86f1-41af-91ab-2d7cd011db47"}, "autoUpgradeProfile": {}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", - "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}}, - "identity": {"type": "SystemAssigned"}, "sku": {"name": "Basic", "tier": "Free"}}' + "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}, + "disableLocalAccounts": false}, "location": "westus2", "sku": {"name": "Basic", + "tier": "Free"}}' headers: Accept: - application/json @@ -1006,16 +1157,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2318' + - '2395' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --disable-azure-rbac -o User-Agent: - - python/3.8.3 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.23.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: @@ -1024,26 +1173,27 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.9\",\n \"dnsPrefix\": \"cliakstest-clitest77foj7ury-8ecadf\",\n \"fqdn\": - \"cliakstest-clitest77foj7ury-8ecadf-bf2ad927.hcp.westus2.azmk8s.io\",\n \"azurePortalFQDN\": - \"cliakstest-clitest77foj7ury-8ecadf-bf2ad927.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestv6wkn2rqa-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestv6wkn2rqa-79a739-162d62cb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestv6wkn2rqa-79a739-162d62cb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Updating\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.19.9\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n - \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\": - \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.04.22\",\n - \ \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": - \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUD35PmihbRsUfSsGqy36LKn6F1hAi69B1G4rkK9dSheOWTschY1mFeYC1qR4bfAd+7UzH9I8VCZLfoOp5OpUs8pcHX6135oQ7WJ0jCjtLR58HjgEuzq7LQh4JSt1XkxB7fEihYWmVEHpgatcXjhnK0bDX5RGbyVCDKkCGxmwKBbcIhVKdCt9rSjnE9uEm8qjiwk6dJxpuPtY3XHWKYJAzLEBl/B6PuDgRYcL7yEtHqUFY35HDR7QcBv5a4Mgbnk6zJtTwpuM7Q5gfyUtNAlnztDyLDUEXMcuL2TdCdGiCaU1kmLUkMItuhqR8YIDhOG1BRowiw3Cwhaw6B9SkF2NX\"\n + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4bf28a6c-faad-4fba-9be2-77cc66677f80\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e9114b53-fb06-4be8-829d-da866f6eca92\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"aadProfile\": @@ -1052,20 +1202,21 @@ interactions: \ },\n \"maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n - \ }\n }\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2b9799a3-21b9-41d1-b6ff-5abd164fef91?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/714dfdfc-7d67-4cc2-83f4-d2650061aed2?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3474' + - '3564' content-type: - application/json date: - - Wed, 12 May 2021 09:56:34 GMT + - Tue, 27 Jul 2021 06:29:02 GMT expires: - '-1' pragma: @@ -1081,7 +1232,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -1089,7 +1240,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1099,23 +1250,23 @@ interactions: ParameterSetName: - --resource-group --name --disable-azure-rbac -o User-Agent: - - python/3.8.3 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.23.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2b9799a3-21b9-41d1-b6ff-5abd164fef91?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/714dfdfc-7d67-4cc2-83f4-d2650061aed2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a399972b-b921-d141-b6ff-5abd164fef91\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-05-12T09:56:30.72Z\"\n }" + string: "{\n \"name\": \"fcfd4d71-677d-c24c-83f4-d2650061aed2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:29:02.8033333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 12 May 2021 09:57:04 GMT + - Tue, 27 Jul 2021 06:29:33 GMT expires: - '-1' pragma: @@ -1137,7 +1288,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1147,23 +1298,23 @@ interactions: ParameterSetName: - --resource-group --name --disable-azure-rbac -o User-Agent: - - python/3.8.3 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.23.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2b9799a3-21b9-41d1-b6ff-5abd164fef91?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/714dfdfc-7d67-4cc2-83f4-d2650061aed2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a399972b-b921-d141-b6ff-5abd164fef91\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-05-12T09:56:30.72Z\"\n }" + string: "{\n \"name\": \"fcfd4d71-677d-c24c-83f4-d2650061aed2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:29:02.8033333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 12 May 2021 09:57:36 GMT + - Tue, 27 Jul 2021 06:30:03 GMT expires: - '-1' pragma: @@ -1185,7 +1336,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1195,24 +1346,24 @@ interactions: ParameterSetName: - --resource-group --name --disable-azure-rbac -o User-Agent: - - python/3.8.3 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.23.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2b9799a3-21b9-41d1-b6ff-5abd164fef91?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/714dfdfc-7d67-4cc2-83f4-d2650061aed2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"a399972b-b921-d141-b6ff-5abd164fef91\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-05-12T09:56:30.72Z\",\n \"endTime\": - \"2021-05-12T09:58:06.3585047Z\"\n }" + string: "{\n \"name\": \"fcfd4d71-677d-c24c-83f4-d2650061aed2\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:29:02.8033333Z\",\n \"endTime\": + \"2021-07-27T06:30:07.4281076Z\"\n }" headers: cache-control: - no-cache content-length: - - '165' + - '170' content-type: - application/json date: - - Wed, 12 May 2021 09:58:07 GMT + - Tue, 27 Jul 2021 06:30:33 GMT expires: - '-1' pragma: @@ -1234,7 +1385,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1244,8 +1395,8 @@ interactions: ParameterSetName: - --resource-group --name --disable-azure-rbac -o User-Agent: - - python/3.8.3 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.23.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: @@ -1254,26 +1405,27 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.9\",\n \"dnsPrefix\": \"cliakstest-clitest77foj7ury-8ecadf\",\n \"fqdn\": - \"cliakstest-clitest77foj7ury-8ecadf-bf2ad927.hcp.westus2.azmk8s.io\",\n \"azurePortalFQDN\": - \"cliakstest-clitest77foj7ury-8ecadf-bf2ad927.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestv6wkn2rqa-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestv6wkn2rqa-79a739-162d62cb.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestv6wkn2rqa-79a739-162d62cb.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": - \"1.19.9\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n - \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\": - \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.04.22\",\n - \ \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": - \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCUD35PmihbRsUfSsGqy36LKn6F1hAi69B1G4rkK9dSheOWTschY1mFeYC1qR4bfAd+7UzH9I8VCZLfoOp5OpUs8pcHX6135oQ7WJ0jCjtLR58HjgEuzq7LQh4JSt1XkxB7fEihYWmVEHpgatcXjhnK0bDX5RGbyVCDKkCGxmwKBbcIhVKdCt9rSjnE9uEm8qjiwk6dJxpuPtY3XHWKYJAzLEBl/B6PuDgRYcL7yEtHqUFY35HDR7QcBv5a4Mgbnk6zJtTwpuM7Q5gfyUtNAlnztDyLDUEXMcuL2TdCdGiCaU1kmLUkMItuhqR8YIDhOG1BRowiw3Cwhaw6B9SkF2NX\"\n + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/4bf28a6c-faad-4fba-9be2-77cc66677f80\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e9114b53-fb06-4be8-829d-da866f6eca92\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"aadProfile\": @@ -1282,18 +1434,19 @@ interactions: \ },\n \"maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n - \ }\n }\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '3476' + - '3566' content-type: - application/json date: - - Wed, 12 May 2021 09:58:08 GMT + - Tue, 27 Jul 2021 06:30:34 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_nonaad_and_update_with_managed_aad.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_nonaad_and_update_with_managed_aad.yaml index 6e676935002..01433216b69 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_nonaad_and_update_with_managed_aad.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_nonaad_and_update_with_managed_aad.yaml @@ -11,14 +11,14 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --vm-set-type --node-count --ssh-key-value -o + - --resource-group --name --vm-set-type --node-count --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-12T10:46:19Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:14:41Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 12 Jul 2021 10:46:21 GMT + - Tue, 27 Jul 2021 06:14:42 GMT expires: - '-1' pragma: @@ -43,18 +43,18 @@ interactions: message: OK - request: body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "", "dnsPrefix": "cliakstest-clitestcv3ulz25h-79a739", "agentPoolProfiles": + "", "dnsPrefix": "cliakstest-clitestghganprfl-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ== - test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": - false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", - "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": - "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "standard"}, - "disableLocalAccounts": false}, "location": "westus2"}' + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, + "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": + {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", + "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": + "loadBalancer", "loadBalancerSku": "standard"}, "disableLocalAccounts": false}, + "location": "westus2"}' headers: Accept: - application/json @@ -65,13 +65,13 @@ interactions: Connection: - keep-alive Content-Length: - - '1685' + - '1322' Content-Type: - application/json ParameterSetName: - - --resource-group --name --vm-set-type --node-count --ssh-key-value -o + - --resource-group --name --vm-set-type --node-count --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -81,9 +81,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestcv3ulz25h-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestcv3ulz25h-79a739-c2a8287e.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestcv3ulz25h-79a739-c2a8287e.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestghganprfl-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestghganprfl-79a739-1f22dfee.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestghganprfl-79a739-1f22dfee.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -92,33 +92,33 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ== - test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": - \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": - {\n \"managedOutboundIPs\": {\n \"count\": 1\n }\n },\n \"podCidr\": - \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": - \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": - \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"disableLocalAccounts\": - false\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n }\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n \"type\": + \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73770495-ca58-4f5e-8462-5ba47575bfba?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a702b1c1-3244-41ca-9b53-4711d5bbcea2?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3055' + - '2692' content-type: - application/json date: - - Mon, 12 Jul 2021 10:46:30 GMT + - Tue, 27 Jul 2021 06:14:47 GMT expires: - '-1' pragma: @@ -130,7 +130,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -146,25 +146,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --vm-set-type --node-count --ssh-key-value -o + - --resource-group --name --vm-set-type --node-count --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73770495-ca58-4f5e-8462-5ba47575bfba?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a702b1c1-3244-41ca-9b53-4711d5bbcea2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"95047773-58ca-5e4f-8462-5ba47575bfba\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:46:30.6466666Z\"\n }" + string: "{\n \"name\": \"c1b102a7-4432-ca41-9b53-4711d5bbcea2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:14:47.67Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Mon, 12 Jul 2021 10:47:01 GMT + - Tue, 27 Jul 2021 06:15:17 GMT expires: - '-1' pragma: @@ -194,25 +194,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --vm-set-type --node-count --ssh-key-value -o + - --resource-group --name --vm-set-type --node-count --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73770495-ca58-4f5e-8462-5ba47575bfba?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a702b1c1-3244-41ca-9b53-4711d5bbcea2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"95047773-58ca-5e4f-8462-5ba47575bfba\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:46:30.6466666Z\"\n }" + string: "{\n \"name\": \"c1b102a7-4432-ca41-9b53-4711d5bbcea2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:14:47.67Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Mon, 12 Jul 2021 10:47:31 GMT + - Tue, 27 Jul 2021 06:15:48 GMT expires: - '-1' pragma: @@ -242,25 +242,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --vm-set-type --node-count --ssh-key-value -o + - --resource-group --name --vm-set-type --node-count --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73770495-ca58-4f5e-8462-5ba47575bfba?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a702b1c1-3244-41ca-9b53-4711d5bbcea2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"95047773-58ca-5e4f-8462-5ba47575bfba\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:46:30.6466666Z\"\n }" + string: "{\n \"name\": \"c1b102a7-4432-ca41-9b53-4711d5bbcea2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:14:47.67Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Mon, 12 Jul 2021 10:48:00 GMT + - Tue, 27 Jul 2021 06:16:17 GMT expires: - '-1' pragma: @@ -290,25 +290,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --vm-set-type --node-count --ssh-key-value -o + - --resource-group --name --vm-set-type --node-count --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73770495-ca58-4f5e-8462-5ba47575bfba?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a702b1c1-3244-41ca-9b53-4711d5bbcea2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"95047773-58ca-5e4f-8462-5ba47575bfba\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:46:30.6466666Z\"\n }" + string: "{\n \"name\": \"c1b102a7-4432-ca41-9b53-4711d5bbcea2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:14:47.67Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Mon, 12 Jul 2021 10:48:31 GMT + - Tue, 27 Jul 2021 06:16:48 GMT expires: - '-1' pragma: @@ -338,25 +338,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --vm-set-type --node-count --ssh-key-value -o + - --resource-group --name --vm-set-type --node-count --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73770495-ca58-4f5e-8462-5ba47575bfba?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a702b1c1-3244-41ca-9b53-4711d5bbcea2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"95047773-58ca-5e4f-8462-5ba47575bfba\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:46:30.6466666Z\"\n }" + string: "{\n \"name\": \"c1b102a7-4432-ca41-9b53-4711d5bbcea2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:14:47.67Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Mon, 12 Jul 2021 10:49:01 GMT + - Tue, 27 Jul 2021 06:17:17 GMT expires: - '-1' pragma: @@ -386,25 +386,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --vm-set-type --node-count --ssh-key-value -o + - --resource-group --name --vm-set-type --node-count --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73770495-ca58-4f5e-8462-5ba47575bfba?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a702b1c1-3244-41ca-9b53-4711d5bbcea2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"95047773-58ca-5e4f-8462-5ba47575bfba\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:46:30.6466666Z\"\n }" + string: "{\n \"name\": \"c1b102a7-4432-ca41-9b53-4711d5bbcea2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:14:47.67Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Mon, 12 Jul 2021 10:49:31 GMT + - Tue, 27 Jul 2021 06:17:48 GMT expires: - '-1' pragma: @@ -434,26 +434,74 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --vm-set-type --node-count --ssh-key-value -o + - --resource-group --name --vm-set-type --node-count --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/73770495-ca58-4f5e-8462-5ba47575bfba?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a702b1c1-3244-41ca-9b53-4711d5bbcea2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"95047773-58ca-5e4f-8462-5ba47575bfba\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-07-12T10:46:30.6466666Z\",\n \"endTime\": - \"2021-07-12T10:49:56.0776679Z\"\n }" + string: "{\n \"name\": \"c1b102a7-4432-ca41-9b53-4711d5bbcea2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:14:47.67Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '121' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:18:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --vm-set-type --node-count --generate-ssh-keys -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a702b1c1-3244-41ca-9b53-4711d5bbcea2?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"c1b102a7-4432-ca41-9b53-4711d5bbcea2\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:14:47.67Z\",\n \"endTime\": + \"2021-07-27T06:18:34.7107034Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '165' content-type: - application/json date: - - Mon, 12 Jul 2021 10:50:01 GMT + - Tue, 27 Jul 2021 06:18:48 GMT expires: - '-1' pragma: @@ -483,9 +531,9 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --vm-set-type --node-count --ssh-key-value -o + - --resource-group --name --vm-set-type --node-count --generate-ssh-keys -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -495,9 +543,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestcv3ulz25h-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestcv3ulz25h-79a739-c2a8287e.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestcv3ulz25h-79a739-c2a8287e.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestghganprfl-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestghganprfl-79a739-1f22dfee.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestghganprfl-79a739-1f22dfee.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -506,17 +554,16 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ== - test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": - \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": - {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": - [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b4ffb958-5385-44f4-bbaf-75671e25a0f8\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/77a2366f-90d5-40ec-ba32-76ccccbbd72f\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": @@ -531,11 +578,11 @@ interactions: cache-control: - no-cache content-length: - - '3718' + - '3355' content-type: - application/json date: - - Mon, 12 Jul 2021 10:50:01 GMT + - Tue, 27 Jul 2021 06:18:49 GMT expires: - '-1' pragma: @@ -568,7 +615,7 @@ interactions: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -578,9 +625,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestcv3ulz25h-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestcv3ulz25h-79a739-c2a8287e.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestcv3ulz25h-79a739-c2a8287e.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestghganprfl-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestghganprfl-79a739-1f22dfee.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestghganprfl-79a739-1f22dfee.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -589,17 +636,16 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ== - test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": - \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": - {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": - [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b4ffb958-5385-44f4-bbaf-75671e25a0f8\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/77a2366f-90d5-40ec-ba32-76ccccbbd72f\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": @@ -614,11 +660,11 @@ interactions: cache-control: - no-cache content-length: - - '3718' + - '3355' content-type: - application/json date: - - Mon, 12 Jul 2021 10:50:02 GMT + - Tue, 27 Jul 2021 06:18:49 GMT expires: - '-1' pragma: @@ -638,21 +684,21 @@ interactions: message: OK - request: body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "1.19.11", "dnsPrefix": "cliakstest-clitestcv3ulz25h-79a739", "agentPoolProfiles": + "1.19.11", "dnsPrefix": "cliakstest-clitestghganprfl-79a739", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.19.11", "enableNodePublicIP": false, "nodeLabels": {}, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ== - test@example.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, + "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b4ffb958-5385-44f4-bbaf-75671e25a0f8"}]}}, + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/77a2366f-90d5-40ec-ba32-76ccccbbd72f"}]}}, "aadProfile": {"managed": true, "adminGroupObjectIDs": ["00000000-0000-0000-0000-000000000001"], "tenantID": "00000000-0000-0000-0000-000000000002"}, "autoUpgradeProfile": {}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", @@ -669,14 +715,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2732' + - '2369' Content-Type: - application/json ParameterSetName: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -686,9 +732,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestcv3ulz25h-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestcv3ulz25h-79a739-c2a8287e.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestcv3ulz25h-79a739-c2a8287e.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestghganprfl-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestghganprfl-79a739-1f22dfee.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestghganprfl-79a739-1f22dfee.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -697,17 +743,16 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ== - test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": - \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": - {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": - [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b4ffb958-5385-44f4-bbaf-75671e25a0f8\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/77a2366f-90d5-40ec-ba32-76ccccbbd72f\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"aadProfile\": @@ -722,15 +767,15 @@ interactions: {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/28886799-a243-4ce2-a9f7-b959de13eddc?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/80acabe6-a135-421d-a333-81cd3d42c75f?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3897' + - '3534' content-type: - application/json date: - - Mon, 12 Jul 2021 10:50:06 GMT + - Tue, 27 Jul 2021 06:18:52 GMT expires: - '-1' pragma: @@ -746,7 +791,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1196' status: code: 200 message: OK @@ -765,14 +810,14 @@ interactions: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/28886799-a243-4ce2-a9f7-b959de13eddc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/80acabe6-a135-421d-a333-81cd3d42c75f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"99678828-43a2-e24c-a9f7-b959de13eddc\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:50:05.8533333Z\"\n }" + string: "{\n \"name\": \"e6abac80-35a1-1d42-a333-81cd3d42c75f\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:18:51.9866666Z\"\n }" headers: cache-control: - no-cache @@ -781,7 +826,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 10:50:37 GMT + - Tue, 27 Jul 2021 06:19:22 GMT expires: - '-1' pragma: @@ -814,15 +859,15 @@ interactions: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/28886799-a243-4ce2-a9f7-b959de13eddc?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/80acabe6-a135-421d-a333-81cd3d42c75f?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"99678828-43a2-e24c-a9f7-b959de13eddc\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-07-12T10:50:05.8533333Z\",\n \"endTime\": - \"2021-07-12T10:51:06.8753723Z\"\n }" + string: "{\n \"name\": \"e6abac80-35a1-1d42-a333-81cd3d42c75f\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:18:51.9866666Z\",\n \"endTime\": + \"2021-07-27T06:19:52.1503788Z\"\n }" headers: cache-control: - no-cache @@ -831,7 +876,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 10:51:06 GMT + - Tue, 27 Jul 2021 06:19:52 GMT expires: - '-1' pragma: @@ -864,7 +909,7 @@ interactions: - --resource-group --name --enable-aad --aad-admin-group-object-ids --aad-tenant-id -o User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -874,9 +919,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestcv3ulz25h-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestcv3ulz25h-79a739-c2a8287e.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestcv3ulz25h-79a739-c2a8287e.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestghganprfl-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestghganprfl-79a739-1f22dfee.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestghganprfl-79a739-1f22dfee.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -885,17 +930,16 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ== - test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": - \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": - {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": - [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b4ffb958-5385-44f4-bbaf-75671e25a0f8\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/77a2366f-90d5-40ec-ba32-76ccccbbd72f\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"aadProfile\": @@ -912,11 +956,11 @@ interactions: cache-control: - no-cache content-length: - - '3899' + - '3536' content-type: - application/json date: - - Mon, 12 Jul 2021 10:51:07 GMT + - Tue, 27 Jul 2021 06:19:53 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_none_private_dns_zone.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_none_private_dns_zone.yaml index a1a5570cec5..38f53a131c6 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_none_private_dns_zone.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_none_private_dns_zone.yaml @@ -14,12 +14,12 @@ interactions: - --resource-group --name --node-count --generate-ssh-keys --load-balancer-sku --enable-private-cluster --private-dns-zone User-Agent: - - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-06-23T08:01:22Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:13:11Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +28,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 23 Jun 2021 08:01:25 GMT + - Tue, 27 Jul 2021 06:13:13 GMT expires: - '-1' pragma: @@ -43,19 +43,20 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "", "dnsPrefix": - "cliakstest-clitestcktp7ru3l-8ecadf", "agentPoolProfiles": [{"count": 1, "vmSize": - "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": - "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": - "Delete", "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": - false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", - "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": - false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", - "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": - "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "standard"}, - "apiServerAccessProfile": {"enablePrivateCluster": true, "privateDNSZone": "none"}, - "disableLocalAccounts": false}, "identity": {"type": "SystemAssigned"}}' + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "", "dnsPrefix": "cliakstest-clitestpoyyz5dpl-79a739", "agentPoolProfiles": + [{"count": 1, "vmSize": "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", + "mode": "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", + "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": + false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], + "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, + "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": + {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", + "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": + "loadBalancer", "loadBalancerSku": "standard"}, "apiServerAccessProfile": {"enablePrivateCluster": + true, "privateDNSZone": "none"}, "disableLocalAccounts": false}, "location": + "westus2"}' headers: Accept: - application/json @@ -66,18 +67,15 @@ interactions: Connection: - keep-alive Content-Length: - - '1412' + - '1406' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --node-count --generate-ssh-keys --load-balancer-sku --enable-private-cluster --private-dns-zone User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: @@ -86,10 +84,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestcktp7ru3l-8ecadf\",\n - \ \"fqdn\": \"cliakstest-clitestcktp7ru3l-8ecadf-472c3cf3.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cabb0a43d17d6964121803e7ce150b4c-priv.portal.hcp.westus2.azmk8s.io\",\n - \ \"privateFQDN\": \"cliakstest-clitestcktp7ru3l-8ecadf-472c3cf3.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestpoyyz5dpl-79a739\",\n + \ \"azurePortalFQDN\": \"9ed6074208b507e837415fb8aa8f1403-priv.portal.hcp.westus2.azmk8s.io\",\n + \ \"privateFQDN\": \"cliakstest-clitestpoyyz5dpl-79a739-a8c147fd.02eb3721-f6ce-45cb-88b2-a790f62ce369.privatelink.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -98,38 +95,37 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.02\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": - \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": - {\n \"managedOutboundIPs\": {\n \"count\": 1\n }\n },\n \"podCidr\": - \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": - \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": - \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"privateLinkResources\": - [\n {\n \"name\": \"management\",\n \"type\": \"Microsoft.ContainerService/managedClusters/privateLinkResources\",\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n }\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"privateLinkResources\": [\n {\n \"name\": \"management\",\n + \ \"type\": \"Microsoft.ContainerService/managedClusters/privateLinkResources\",\n \ \"groupId\": \"management\",\n \"requiredMembers\": [\n \"management\"\n \ ]\n }\n ],\n \"apiServerAccessProfile\": {\n \"enablePrivateCluster\": - true,\n \"privateDNSZone\": \"none\",\n \"enablePrivateClusterPublicFQDN\": - true\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n - \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + true,\n \"privateDNSZone\": \"none\"\n },\n \"disableLocalAccounts\": + false\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44f5a00-8d0b-4174-9e27-e410186082c6?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4be1bcbe-f393-4c63-ac7b-5d21b5f1d661?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3181' + - '3074' content-type: - application/json date: - - Wed, 23 Jun 2021 08:01:35 GMT + - Tue, 27 Jul 2021 06:13:22 GMT expires: - '-1' pragma: @@ -141,7 +137,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1199' status: code: 201 message: Created @@ -149,7 +145,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -160,24 +156,23 @@ interactions: - --resource-group --name --node-count --generate-ssh-keys --load-balancer-sku --enable-private-cluster --private-dns-zone User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44f5a00-8d0b-4174-9e27-e410186082c6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4be1bcbe-f393-4c63-ac7b-5d21b5f1d661?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"005a4ff4-0b8d-7441-9e27-e410186082c6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:01:34.9766666Z\"\n }" + string: "{\n \"name\": \"bebce14b-93f3-634c-ac7b-5d21b5f1d661\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:22.13Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:02:07 GMT + - Tue, 27 Jul 2021 06:13:52 GMT expires: - '-1' pragma: @@ -199,7 +194,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -210,24 +205,23 @@ interactions: - --resource-group --name --node-count --generate-ssh-keys --load-balancer-sku --enable-private-cluster --private-dns-zone User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44f5a00-8d0b-4174-9e27-e410186082c6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4be1bcbe-f393-4c63-ac7b-5d21b5f1d661?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"005a4ff4-0b8d-7441-9e27-e410186082c6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:01:34.9766666Z\"\n }" + string: "{\n \"name\": \"bebce14b-93f3-634c-ac7b-5d21b5f1d661\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:22.13Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:02:39 GMT + - Tue, 27 Jul 2021 06:14:22 GMT expires: - '-1' pragma: @@ -249,7 +243,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -260,24 +254,23 @@ interactions: - --resource-group --name --node-count --generate-ssh-keys --load-balancer-sku --enable-private-cluster --private-dns-zone User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44f5a00-8d0b-4174-9e27-e410186082c6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4be1bcbe-f393-4c63-ac7b-5d21b5f1d661?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"005a4ff4-0b8d-7441-9e27-e410186082c6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:01:34.9766666Z\"\n }" + string: "{\n \"name\": \"bebce14b-93f3-634c-ac7b-5d21b5f1d661\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:22.13Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:03:10 GMT + - Tue, 27 Jul 2021 06:14:52 GMT expires: - '-1' pragma: @@ -299,7 +292,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -310,24 +303,23 @@ interactions: - --resource-group --name --node-count --generate-ssh-keys --load-balancer-sku --enable-private-cluster --private-dns-zone User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44f5a00-8d0b-4174-9e27-e410186082c6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4be1bcbe-f393-4c63-ac7b-5d21b5f1d661?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"005a4ff4-0b8d-7441-9e27-e410186082c6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:01:34.9766666Z\"\n }" + string: "{\n \"name\": \"bebce14b-93f3-634c-ac7b-5d21b5f1d661\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:22.13Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:03:41 GMT + - Tue, 27 Jul 2021 06:15:22 GMT expires: - '-1' pragma: @@ -349,7 +341,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -360,24 +352,23 @@ interactions: - --resource-group --name --node-count --generate-ssh-keys --load-balancer-sku --enable-private-cluster --private-dns-zone User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44f5a00-8d0b-4174-9e27-e410186082c6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4be1bcbe-f393-4c63-ac7b-5d21b5f1d661?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"005a4ff4-0b8d-7441-9e27-e410186082c6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:01:34.9766666Z\"\n }" + string: "{\n \"name\": \"bebce14b-93f3-634c-ac7b-5d21b5f1d661\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:22.13Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:04:13 GMT + - Tue, 27 Jul 2021 06:15:52 GMT expires: - '-1' pragma: @@ -399,7 +390,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -410,24 +401,23 @@ interactions: - --resource-group --name --node-count --generate-ssh-keys --load-balancer-sku --enable-private-cluster --private-dns-zone User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44f5a00-8d0b-4174-9e27-e410186082c6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4be1bcbe-f393-4c63-ac7b-5d21b5f1d661?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"005a4ff4-0b8d-7441-9e27-e410186082c6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:01:34.9766666Z\"\n }" + string: "{\n \"name\": \"bebce14b-93f3-634c-ac7b-5d21b5f1d661\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:22.13Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:04:43 GMT + - Tue, 27 Jul 2021 06:16:23 GMT expires: - '-1' pragma: @@ -449,7 +439,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -460,24 +450,23 @@ interactions: - --resource-group --name --node-count --generate-ssh-keys --load-balancer-sku --enable-private-cluster --private-dns-zone User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44f5a00-8d0b-4174-9e27-e410186082c6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4be1bcbe-f393-4c63-ac7b-5d21b5f1d661?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"005a4ff4-0b8d-7441-9e27-e410186082c6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:01:34.9766666Z\"\n }" + string: "{\n \"name\": \"bebce14b-93f3-634c-ac7b-5d21b5f1d661\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:22.13Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:05:15 GMT + - Tue, 27 Jul 2021 06:16:52 GMT expires: - '-1' pragma: @@ -499,7 +488,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -510,24 +499,23 @@ interactions: - --resource-group --name --node-count --generate-ssh-keys --load-balancer-sku --enable-private-cluster --private-dns-zone User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44f5a00-8d0b-4174-9e27-e410186082c6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4be1bcbe-f393-4c63-ac7b-5d21b5f1d661?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"005a4ff4-0b8d-7441-9e27-e410186082c6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:01:34.9766666Z\"\n }" + string: "{\n \"name\": \"bebce14b-93f3-634c-ac7b-5d21b5f1d661\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:22.13Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:05:47 GMT + - Tue, 27 Jul 2021 06:17:23 GMT expires: - '-1' pragma: @@ -549,7 +537,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -560,24 +548,23 @@ interactions: - --resource-group --name --node-count --generate-ssh-keys --load-balancer-sku --enable-private-cluster --private-dns-zone User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44f5a00-8d0b-4174-9e27-e410186082c6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4be1bcbe-f393-4c63-ac7b-5d21b5f1d661?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"005a4ff4-0b8d-7441-9e27-e410186082c6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:01:34.9766666Z\"\n }" + string: "{\n \"name\": \"bebce14b-93f3-634c-ac7b-5d21b5f1d661\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:22.13Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:06:18 GMT + - Tue, 27 Jul 2021 06:17:53 GMT expires: - '-1' pragma: @@ -599,7 +586,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -610,24 +597,23 @@ interactions: - --resource-group --name --node-count --generate-ssh-keys --load-balancer-sku --enable-private-cluster --private-dns-zone User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44f5a00-8d0b-4174-9e27-e410186082c6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4be1bcbe-f393-4c63-ac7b-5d21b5f1d661?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"005a4ff4-0b8d-7441-9e27-e410186082c6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:01:34.9766666Z\"\n }" + string: "{\n \"name\": \"bebce14b-93f3-634c-ac7b-5d21b5f1d661\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:22.13Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:06:50 GMT + - Tue, 27 Jul 2021 06:18:23 GMT expires: - '-1' pragma: @@ -649,7 +635,56 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-count --generate-ssh-keys --load-balancer-sku + --enable-private-cluster --private-dns-zone + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4be1bcbe-f393-4c63-ac7b-5d21b5f1d661?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"bebce14b-93f3-634c-ac7b-5d21b5f1d661\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:22.13Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '121' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:18:53 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -660,25 +695,23 @@ interactions: - --resource-group --name --node-count --generate-ssh-keys --load-balancer-sku --enable-private-cluster --private-dns-zone User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f44f5a00-8d0b-4174-9e27-e410186082c6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4be1bcbe-f393-4c63-ac7b-5d21b5f1d661?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"005a4ff4-0b8d-7441-9e27-e410186082c6\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-06-23T08:01:34.9766666Z\",\n \"endTime\": - \"2021-06-23T08:07:10.5181472Z\"\n }" + string: "{\n \"name\": \"bebce14b-93f3-634c-ac7b-5d21b5f1d661\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:22.13Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:07:20 GMT + - Tue, 27 Jul 2021 06:19:23 GMT expires: - '-1' pragma: @@ -700,7 +733,57 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --node-count --generate-ssh-keys --load-balancer-sku + --enable-private-cluster --private-dns-zone + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4be1bcbe-f393-4c63-ac7b-5d21b5f1d661?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"bebce14b-93f3-634c-ac7b-5d21b5f1d661\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:13:22.13Z\",\n \"endTime\": + \"2021-07-27T06:19:34.4371041Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '165' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:19:53 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -711,9 +794,8 @@ interactions: - --resource-group --name --node-count --generate-ssh-keys --load-balancer-sku --enable-private-cluster --private-dns-zone User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: @@ -722,10 +804,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestcktp7ru3l-8ecadf\",\n - \ \"fqdn\": \"cliakstest-clitestcktp7ru3l-8ecadf-472c3cf3.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cabb0a43d17d6964121803e7ce150b4c-priv.portal.hcp.westus2.azmk8s.io\",\n - \ \"privateFQDN\": \"cliakstest-clitestcktp7ru3l-8ecadf-472c3cf3.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestpoyyz5dpl-79a739\",\n + \ \"azurePortalFQDN\": \"9ed6074208b507e837415fb8aa8f1403-priv.portal.hcp.westus2.azmk8s.io\",\n + \ \"privateFQDN\": \"cliakstest-clitestpoyyz5dpl-79a739-a8c147fd.02eb3721-f6ce-45cb-88b2-a790f62ce369.privatelink.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -734,17 +815,16 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.02\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": - \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": - {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": - [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/e0e8828e-1811-4c7a-ba41-c476bbd490d9\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/692da6ff-4eb3-4a07-8dd0-3a0b5c505d8f\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": @@ -752,9 +832,8 @@ interactions: \ \"name\": \"management\",\n \"type\": \"Microsoft.ContainerService/managedClusters/privateLinkResources\",\n \ \"groupId\": \"management\",\n \"requiredMembers\": [\n \"management\"\n \ ]\n }\n ],\n \"apiServerAccessProfile\": {\n \"enablePrivateCluster\": - true,\n \"privateDNSZone\": \"none\",\n \"enablePrivateClusterPublicFQDN\": - true\n },\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": - \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool\",\n + true,\n \"privateDNSZone\": \"none\"\n },\n \"identityProfile\": {\n + \ \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool\",\n \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n @@ -764,11 +843,11 @@ interactions: cache-control: - no-cache content-length: - - '4045' + - '3938' content-type: - application/json date: - - Wed, 23 Jun 2021 08:07:23 GMT + - Tue, 27 Jul 2021 06:19:54 GMT expires: - '-1' pragma: @@ -802,8 +881,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.25.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: @@ -811,17 +890,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b7fd8b76-3f06-4e3a-872d-dd0f1a427594?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0235b79-9f6c-4962-aba4-a4052a5b244c?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Wed, 23 Jun 2021 08:07:27 GMT + - Tue, 27 Jul 2021 06:19:56 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/b7fd8b76-3f06-4e3a-872d-dd0f1a427594?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/f0235b79-9f6c-4962-aba4-a4052a5b244c?api-version=2016-03-30 pragma: - no-cache server: @@ -831,7 +910,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14997' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_private_cluster_public_fqdn.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_private_cluster_public_fqdn.yaml index 5ac82986559..3057257b6f4 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_private_cluster_public_fqdn.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_private_cluster_public_fqdn.yaml @@ -16,7 +16,7 @@ interactions: User-Agent: - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-06-23T08:01:22Z"},"properties":{"provisioningState":"Succeeded"}}' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_using_azurecni_with_pod_identity_enabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_using_azurecni_with_pod_identity_enabled.yaml index b9aadce5eda..981bef10817 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_using_azurecni_with_pod_identity_enabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_using_azurecni_with_pod_identity_enabled.yaml @@ -16,7 +16,7 @@ interactions: User-Agent: - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-06-23T08:01:22Z"},"properties":{"provisioningState":"Succeeded"}}' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ahub.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ahub.yaml index ff77c90761b..70f089f9416 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ahub.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ahub.yaml @@ -15,12 +15,12 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --enable-ahub User-Agent: - - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-06-23T08:01:46Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:30:36Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -29,7 +29,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 23 Jun 2021 08:01:49 GMT + - Tue, 27 Jul 2021 06:30:36 GMT expires: - '-1' pragma: @@ -44,18 +44,18 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "", "dnsPrefix": - "cliaksdns000002", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", - "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": "System", "enableNodePublicIP": - false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "enableEncryptionAtHost": - false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], - "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\n"}]}}, "windowsProfile": {"adminUsername": "azureuser1", - "adminPassword": "replace-Password1234$", "licenseType": "Windows_Server"}, - "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": - {"networkPlugin": "azure", "outboundType": "loadBalancer", "loadBalancerSku": - "standard"}, "disableLocalAccounts": false}, "identity": {"type": "SystemAssigned"}}' + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": [{"count": 1, "vmSize": + "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": + "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": + "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": false, "enableUltraSSD": + false, "enableFIPS": false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, + "windowsProfile": {"adminUsername": "azureuser1", "adminPassword": "replace-Password1234$", + "licenseType": "Windows_Server"}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": + false, "networkProfile": {"networkPlugin": "azure", "outboundType": "loadBalancer", + "loadBalancerSku": "standard"}, "disableLocalAccounts": false}, "location": + "westus2"}' headers: Accept: - application/json @@ -66,19 +66,16 @@ interactions: Connection: - keep-alive Content-Length: - - '1310' + - '1304' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --generate-ssh-keys --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: @@ -87,8 +84,8 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-cb7cf354.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-cb7cf354.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-301f8108.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-301f8108.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": @@ -97,13 +94,13 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.02\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": - {\n \"adminUsername\": \"azureuser1\",\n \"licenseType\": \"Windows_Server\",\n - \ \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": + \"azureuser1\",\n \"licenseType\": \"Windows_Server\",\n \"enableCSIProxy\": + true\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"standard\",\n @@ -116,15 +113,15 @@ interactions: {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/002564d8-8d06-4001-b246-e015de764597?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4400e06-f0d5-46a9-b42d-ab2ec3f63b2c?api-version=2016-03-30 cache-control: - no-cache content-length: - - '2759' + - '2731' content-type: - application/json date: - - Wed, 23 Jun 2021 08:02:01 GMT + - Tue, 27 Jul 2021 06:30:42 GMT expires: - '-1' pragma: @@ -136,7 +133,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1196' status: code: 201 message: Created @@ -144,7 +141,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -156,24 +153,23 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/002564d8-8d06-4001-b246-e015de764597?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4400e06-f0d5-46a9-b42d-ab2ec3f63b2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d8642500-068d-0140-b246-e015de764597\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:02:01.0033333Z\"\n }" + string: "{\n \"name\": \"060e40f4-d5f0-a946-b42d-ab2ec3f63b2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:30:42.17Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:02:33 GMT + - Tue, 27 Jul 2021 06:31:12 GMT expires: - '-1' pragma: @@ -195,58 +191,7 @@ interactions: body: null headers: Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aks create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --location --dns-name-prefix --node-count --generate-ssh-keys - --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type - --network-plugin --enable-ahub - User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/002564d8-8d06-4001-b246-e015de764597?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"d8642500-068d-0140-b246-e015de764597\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:02:01.0033333Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Wed, 23 Jun 2021 08:03:04 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - 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: @@ -258,24 +203,23 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/002564d8-8d06-4001-b246-e015de764597?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4400e06-f0d5-46a9-b42d-ab2ec3f63b2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d8642500-068d-0140-b246-e015de764597\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:02:01.0033333Z\"\n }" + string: "{\n \"name\": \"060e40f4-d5f0-a946-b42d-ab2ec3f63b2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:30:42.17Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:03:35 GMT + - Tue, 27 Jul 2021 06:31:42 GMT expires: - '-1' pragma: @@ -297,7 +241,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -309,24 +253,23 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/002564d8-8d06-4001-b246-e015de764597?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4400e06-f0d5-46a9-b42d-ab2ec3f63b2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d8642500-068d-0140-b246-e015de764597\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:02:01.0033333Z\"\n }" + string: "{\n \"name\": \"060e40f4-d5f0-a946-b42d-ab2ec3f63b2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:30:42.17Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:04:07 GMT + - Tue, 27 Jul 2021 06:32:12 GMT expires: - '-1' pragma: @@ -348,7 +291,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -360,24 +303,23 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/002564d8-8d06-4001-b246-e015de764597?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4400e06-f0d5-46a9-b42d-ab2ec3f63b2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d8642500-068d-0140-b246-e015de764597\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:02:01.0033333Z\"\n }" + string: "{\n \"name\": \"060e40f4-d5f0-a946-b42d-ab2ec3f63b2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:30:42.17Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:04:37 GMT + - Tue, 27 Jul 2021 06:32:42 GMT expires: - '-1' pragma: @@ -399,7 +341,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -411,24 +353,23 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/002564d8-8d06-4001-b246-e015de764597?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4400e06-f0d5-46a9-b42d-ab2ec3f63b2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d8642500-068d-0140-b246-e015de764597\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:02:01.0033333Z\"\n }" + string: "{\n \"name\": \"060e40f4-d5f0-a946-b42d-ab2ec3f63b2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:30:42.17Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:05:08 GMT + - Tue, 27 Jul 2021 06:33:12 GMT expires: - '-1' pragma: @@ -450,7 +391,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -462,24 +403,23 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/002564d8-8d06-4001-b246-e015de764597?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4400e06-f0d5-46a9-b42d-ab2ec3f63b2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d8642500-068d-0140-b246-e015de764597\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:02:01.0033333Z\"\n }" + string: "{\n \"name\": \"060e40f4-d5f0-a946-b42d-ab2ec3f63b2c\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:30:42.17Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:05:40 GMT + - Tue, 27 Jul 2021 06:33:43 GMT expires: - '-1' pragma: @@ -501,7 +441,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -513,25 +453,24 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/002564d8-8d06-4001-b246-e015de764597?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4400e06-f0d5-46a9-b42d-ab2ec3f63b2c?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d8642500-068d-0140-b246-e015de764597\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-06-23T08:02:01.0033333Z\",\n \"endTime\": - \"2021-06-23T08:05:41.5874985Z\"\n }" + string: "{\n \"name\": \"060e40f4-d5f0-a946-b42d-ab2ec3f63b2c\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:30:42.17Z\",\n \"endTime\": + \"2021-07-27T06:33:55.623936Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '164' content-type: - application/json date: - - Wed, 23 Jun 2021 08:06:11 GMT + - Tue, 27 Jul 2021 06:34:12 GMT expires: - '-1' pragma: @@ -553,7 +492,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -565,9 +504,8 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: @@ -576,8 +514,8 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-cb7cf354.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-cb7cf354.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-301f8108.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-301f8108.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": @@ -586,18 +524,18 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.02\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": - {\n \"adminUsername\": \"azureuser1\",\n \"licenseType\": \"Windows_Server\",\n - \ \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": + \"azureuser1\",\n \"licenseType\": \"Windows_Server\",\n \"enableCSIProxy\": + true\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/0e77c1cf-b7cc-457a-966e-22aea2b46709\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/6c84e356-d8ee-44b1-a023-ef978bcf6961\"\n \ }\n ]\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": @@ -611,11 +549,11 @@ interactions: cache-control: - no-cache content-length: - - '3422' + - '3394' content-type: - application/json date: - - Wed, 23 Jun 2021 08:06:12 GMT + - Tue, 27 Jul 2021 06:34:12 GMT expires: - '-1' pragma: @@ -647,11 +585,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2021-05-01 response: @@ -665,7 +600,7 @@ interactions: \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.02\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \ \"enableFIPS\": false\n }\n }\n ]\n }" headers: cache-control: @@ -675,7 +610,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:06:14 GMT + - Tue, 27 Jul 2021 06:34:14 GMT expires: - '-1' pragma: @@ -695,8 +630,8 @@ interactions: message: OK - request: body: '{"properties": {"count": 1, "vmSize": "Standard_D2s_v3", "osType": "Windows", - "type": "VirtualMachineScaleSets", "mode": "User", "upgradeSettings": {}, "enableNodePublicIP": - false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "nodeTaints": + "mode": "User", "upgradeSettings": {}, "enableNodePublicIP": false, "scaleSetPriority": + "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false}}' headers: @@ -709,17 +644,14 @@ interactions: Connection: - keep-alive Content-Length: - - '345' + - '332' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2021-05-01 response: @@ -732,11 +664,11 @@ interactions: \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": - false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1971.210526\",\n + false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": \"AKSWindows-2019-17763.2061.210714\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6c9e490f-2ee2-45d4-be8f-2fe1fbaa46e6?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c5bb7600-c079-49a1-8fcf-ba5818b1caea?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -744,7 +676,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:06:19 GMT + - Tue, 27 Jul 2021 06:34:15 GMT expires: - '-1' pragma: @@ -756,7 +688,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1191' status: code: 201 message: Created @@ -764,7 +696,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -774,24 +706,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6c9e490f-2ee2-45d4-be8f-2fe1fbaa46e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c5bb7600-c079-49a1-8fcf-ba5818b1caea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0f499e6c-e22e-d445-be8f-2fe1fbaa46e6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:06:18.9766666Z\"\n }" + string: "{\n \"name\": \"0076bbc5-79c0-a149-8fcf-ba5818b1caea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:34:16.42Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:06:49 GMT + - Tue, 27 Jul 2021 06:34:46 GMT expires: - '-1' pragma: @@ -813,7 +744,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -823,24 +754,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6c9e490f-2ee2-45d4-be8f-2fe1fbaa46e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c5bb7600-c079-49a1-8fcf-ba5818b1caea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0f499e6c-e22e-d445-be8f-2fe1fbaa46e6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:06:18.9766666Z\"\n }" + string: "{\n \"name\": \"0076bbc5-79c0-a149-8fcf-ba5818b1caea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:34:16.42Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:07:20 GMT + - Tue, 27 Jul 2021 06:35:16 GMT expires: - '-1' pragma: @@ -862,7 +792,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -872,24 +802,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6c9e490f-2ee2-45d4-be8f-2fe1fbaa46e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c5bb7600-c079-49a1-8fcf-ba5818b1caea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0f499e6c-e22e-d445-be8f-2fe1fbaa46e6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:06:18.9766666Z\"\n }" + string: "{\n \"name\": \"0076bbc5-79c0-a149-8fcf-ba5818b1caea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:34:16.42Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:07:53 GMT + - Tue, 27 Jul 2021 06:35:45 GMT expires: - '-1' pragma: @@ -911,7 +840,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -921,24 +850,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6c9e490f-2ee2-45d4-be8f-2fe1fbaa46e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c5bb7600-c079-49a1-8fcf-ba5818b1caea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0f499e6c-e22e-d445-be8f-2fe1fbaa46e6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:06:18.9766666Z\"\n }" + string: "{\n \"name\": \"0076bbc5-79c0-a149-8fcf-ba5818b1caea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:34:16.42Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:08:24 GMT + - Tue, 27 Jul 2021 06:36:16 GMT expires: - '-1' pragma: @@ -960,7 +888,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -970,24 +898,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6c9e490f-2ee2-45d4-be8f-2fe1fbaa46e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c5bb7600-c079-49a1-8fcf-ba5818b1caea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0f499e6c-e22e-d445-be8f-2fe1fbaa46e6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:06:18.9766666Z\"\n }" + string: "{\n \"name\": \"0076bbc5-79c0-a149-8fcf-ba5818b1caea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:34:16.42Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:08:55 GMT + - Tue, 27 Jul 2021 06:36:46 GMT expires: - '-1' pragma: @@ -1009,7 +936,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1019,24 +946,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6c9e490f-2ee2-45d4-be8f-2fe1fbaa46e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c5bb7600-c079-49a1-8fcf-ba5818b1caea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0f499e6c-e22e-d445-be8f-2fe1fbaa46e6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:06:18.9766666Z\"\n }" + string: "{\n \"name\": \"0076bbc5-79c0-a149-8fcf-ba5818b1caea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:34:16.42Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:09:27 GMT + - Tue, 27 Jul 2021 06:37:16 GMT expires: - '-1' pragma: @@ -1058,7 +984,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1068,24 +994,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6c9e490f-2ee2-45d4-be8f-2fe1fbaa46e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c5bb7600-c079-49a1-8fcf-ba5818b1caea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0f499e6c-e22e-d445-be8f-2fe1fbaa46e6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:06:18.9766666Z\"\n }" + string: "{\n \"name\": \"0076bbc5-79c0-a149-8fcf-ba5818b1caea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:34:16.42Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:09:59 GMT + - Tue, 27 Jul 2021 06:37:46 GMT expires: - '-1' pragma: @@ -1107,7 +1032,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1117,24 +1042,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6c9e490f-2ee2-45d4-be8f-2fe1fbaa46e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c5bb7600-c079-49a1-8fcf-ba5818b1caea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0f499e6c-e22e-d445-be8f-2fe1fbaa46e6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:06:18.9766666Z\"\n }" + string: "{\n \"name\": \"0076bbc5-79c0-a149-8fcf-ba5818b1caea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:34:16.42Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:10:29 GMT + - Tue, 27 Jul 2021 06:38:17 GMT expires: - '-1' pragma: @@ -1156,7 +1080,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1166,24 +1090,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6c9e490f-2ee2-45d4-be8f-2fe1fbaa46e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c5bb7600-c079-49a1-8fcf-ba5818b1caea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0f499e6c-e22e-d445-be8f-2fe1fbaa46e6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:06:18.9766666Z\"\n }" + string: "{\n \"name\": \"0076bbc5-79c0-a149-8fcf-ba5818b1caea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:34:16.42Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:11:01 GMT + - Tue, 27 Jul 2021 06:38:46 GMT expires: - '-1' pragma: @@ -1205,7 +1128,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1215,24 +1138,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6c9e490f-2ee2-45d4-be8f-2fe1fbaa46e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c5bb7600-c079-49a1-8fcf-ba5818b1caea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0f499e6c-e22e-d445-be8f-2fe1fbaa46e6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:06:18.9766666Z\"\n }" + string: "{\n \"name\": \"0076bbc5-79c0-a149-8fcf-ba5818b1caea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:34:16.42Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:11:32 GMT + - Tue, 27 Jul 2021 06:39:17 GMT expires: - '-1' pragma: @@ -1254,7 +1176,55 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --os-type --node-count + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c5bb7600-c079-49a1-8fcf-ba5818b1caea?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"0076bbc5-79c0-a149-8fcf-ba5818b1caea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:34:16.42Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '121' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:39:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -1264,24 +1234,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6c9e490f-2ee2-45d4-be8f-2fe1fbaa46e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c5bb7600-c079-49a1-8fcf-ba5818b1caea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0f499e6c-e22e-d445-be8f-2fe1fbaa46e6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:06:18.9766666Z\"\n }" + string: "{\n \"name\": \"0076bbc5-79c0-a149-8fcf-ba5818b1caea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:34:16.42Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:12:04 GMT + - Tue, 27 Jul 2021 06:40:17 GMT expires: - '-1' pragma: @@ -1303,7 +1272,55 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --os-type --node-count + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c5bb7600-c079-49a1-8fcf-ba5818b1caea?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"0076bbc5-79c0-a149-8fcf-ba5818b1caea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:34:16.42Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '121' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:40:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -1313,24 +1330,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6c9e490f-2ee2-45d4-be8f-2fe1fbaa46e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c5bb7600-c079-49a1-8fcf-ba5818b1caea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0f499e6c-e22e-d445-be8f-2fe1fbaa46e6\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:06:18.9766666Z\"\n }" + string: "{\n \"name\": \"0076bbc5-79c0-a149-8fcf-ba5818b1caea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:34:16.42Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:12:35 GMT + - Tue, 27 Jul 2021 06:41:17 GMT expires: - '-1' pragma: @@ -1352,7 +1368,55 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --os-type --node-count + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c5bb7600-c079-49a1-8fcf-ba5818b1caea?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"0076bbc5-79c0-a149-8fcf-ba5818b1caea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:34:16.42Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '121' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:41:48 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -1362,25 +1426,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6c9e490f-2ee2-45d4-be8f-2fe1fbaa46e6?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c5bb7600-c079-49a1-8fcf-ba5818b1caea?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0f499e6c-e22e-d445-be8f-2fe1fbaa46e6\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-06-23T08:06:18.9766666Z\",\n \"endTime\": - \"2021-06-23T08:12:43.2956097Z\"\n }" + string: "{\n \"name\": \"0076bbc5-79c0-a149-8fcf-ba5818b1caea\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:34:16.42Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:13:07 GMT + - Tue, 27 Jul 2021 06:42:17 GMT expires: - '-1' pragma: @@ -1402,7 +1464,56 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --os-type --node-count + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c5bb7600-c079-49a1-8fcf-ba5818b1caea?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"0076bbc5-79c0-a149-8fcf-ba5818b1caea\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:34:16.42Z\",\n \"endTime\": + \"2021-07-27T06:42:43.6456029Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '165' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:42:48 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -1412,9 +1523,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2021-05-01 response: @@ -1427,7 +1537,7 @@ interactions: \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": - false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1971.210526\",\n + false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": \"AKSWindows-2019-17763.2061.210714\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n }" headers: cache-control: @@ -1437,7 +1547,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:13:08 GMT + - Tue, 27 Jul 2021 06:42:48 GMT expires: - '-1' pragma: @@ -1469,11 +1579,8 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: @@ -1482,8 +1589,8 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-cb7cf354.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-cb7cf354.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-301f8108.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-301f8108.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": @@ -1492,7 +1599,7 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.02\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ },\n {\n \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \ \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n @@ -1500,18 +1607,18 @@ interactions: \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": - \"AKSWindows-2019-17763.1971.210526\",\n \"upgradeSettings\": {},\n \"enableFIPS\": + \"AKSWindows-2019-17763.2061.210714\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": - {\n \"adminUsername\": \"azureuser1\",\n \"licenseType\": \"Windows_Server\",\n - \ \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": + \"azureuser1\",\n \"licenseType\": \"Windows_Server\",\n \"enableCSIProxy\": + true\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/0e77c1cf-b7cc-457a-966e-22aea2b46709\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/6c84e356-d8ee-44b1-a023-ef978bcf6961\"\n \ }\n ]\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": @@ -1525,11 +1632,11 @@ interactions: cache-control: - no-cache content-length: - - '4049' + - '4021' content-type: - application/json date: - - Wed, 23 Jun 2021 08:13:10 GMT + - Tue, 27 Jul 2021 06:42:49 GMT expires: - '-1' pragma: @@ -1548,9 +1655,9 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "1.19.11", - "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": [{"count": 1, "vmSize": - "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "1.19.11", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": [{"count": 1, + "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "maxPods": 30, "osType": "Linux", "osSKU": "Ubuntu", "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.19.11", "enableNodePublicIP": false, "nodeLabels": {}, "enableEncryptionAtHost": false, "enableUltraSSD": false, @@ -1560,20 +1667,20 @@ interactions: "orchestratorVersion": "1.19.11", "upgradeSettings": {}, "enableNodePublicIP": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "name": "npwin"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": - {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\n"}]}}, "windowsProfile": {"adminUsername": "azureuser1", - "licenseType": "None", "enableCSIProxy": true}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, + {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, + "windowsProfile": {"adminUsername": "azureuser1", "licenseType": "None", "enableCSIProxy": + true}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "nodeResourceGroup": "MC_clitest000001_cliakstest000001_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "azure", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": {"count": 1}, "effectiveOutboundIPs": - [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/0e77c1cf-b7cc-457a-966e-22aea2b46709"}]}}, + [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/6c84e356-d8ee-44b1-a023-ef978bcf6961"}]}}, "autoUpgradeProfile": {}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool", "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}, - "disableLocalAccounts": false}, "identity": {"type": "SystemAssigned"}, "sku": - {"name": "Basic", "tier": "Free"}}' + "disableLocalAccounts": false}, "location": "westus2", "sku": {"name": "Basic", + "tier": "Free"}}' headers: Accept: - application/json @@ -1584,17 +1691,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2679' + - '2651' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: @@ -1603,8 +1707,8 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-cb7cf354.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-cb7cf354.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-301f8108.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-301f8108.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": @@ -1613,7 +1717,7 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.02\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ },\n {\n \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \ \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n @@ -1621,18 +1725,18 @@ interactions: \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": - \"AKSWindows-2019-17763.1971.210526\",\n \"upgradeSettings\": {},\n \"enableFIPS\": + \"AKSWindows-2019-17763.2061.210714\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": - {\n \"adminUsername\": \"azureuser1\",\n \"licenseType\": \"None\",\n - \ \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": + \"azureuser1\",\n \"licenseType\": \"None\",\n \"enableCSIProxy\": true\n + \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/0e77c1cf-b7cc-457a-966e-22aea2b46709\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/6c84e356-d8ee-44b1-a023-ef978bcf6961\"\n \ }\n ]\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": @@ -1644,15 +1748,15 @@ interactions: {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4036' + - '4008' content-type: - application/json date: - - Wed, 23 Jun 2021 08:13:18 GMT + - Tue, 27 Jul 2021 06:42:53 GMT expires: - '-1' pragma: @@ -1668,7 +1772,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1193' status: code: 200 message: OK @@ -1676,7 +1780,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1686,15 +1790,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -1703,7 +1806,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:13:50 GMT + - Tue, 27 Jul 2021 06:43:23 GMT expires: - '-1' pragma: @@ -1725,7 +1828,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1735,15 +1838,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -1752,7 +1854,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:14:21 GMT + - Tue, 27 Jul 2021 06:43:53 GMT expires: - '-1' pragma: @@ -1774,7 +1876,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1784,15 +1886,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -1801,7 +1902,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:14:52 GMT + - Tue, 27 Jul 2021 06:44:23 GMT expires: - '-1' pragma: @@ -1823,7 +1924,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1833,15 +1934,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -1850,7 +1950,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:15:23 GMT + - Tue, 27 Jul 2021 06:44:54 GMT expires: - '-1' pragma: @@ -1872,7 +1972,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1882,15 +1982,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -1899,7 +1998,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:15:55 GMT + - Tue, 27 Jul 2021 06:45:23 GMT expires: - '-1' pragma: @@ -1921,7 +2020,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1931,15 +2030,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -1948,7 +2046,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:16:26 GMT + - Tue, 27 Jul 2021 06:45:54 GMT expires: - '-1' pragma: @@ -1970,7 +2068,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1980,15 +2078,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -1997,7 +2094,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:16:58 GMT + - Tue, 27 Jul 2021 06:46:24 GMT expires: - '-1' pragma: @@ -2019,7 +2116,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2029,15 +2126,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -2046,7 +2142,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:17:30 GMT + - Tue, 27 Jul 2021 06:46:54 GMT expires: - '-1' pragma: @@ -2068,7 +2164,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2078,15 +2174,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -2095,7 +2190,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:18:00 GMT + - Tue, 27 Jul 2021 06:47:24 GMT expires: - '-1' pragma: @@ -2117,7 +2212,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2127,15 +2222,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -2144,7 +2238,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:18:32 GMT + - Tue, 27 Jul 2021 06:47:54 GMT expires: - '-1' pragma: @@ -2166,7 +2260,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2176,15 +2270,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -2193,7 +2286,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:19:03 GMT + - Tue, 27 Jul 2021 06:48:24 GMT expires: - '-1' pragma: @@ -2215,7 +2308,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2225,15 +2318,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -2242,7 +2334,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:19:34 GMT + - Tue, 27 Jul 2021 06:48:54 GMT expires: - '-1' pragma: @@ -2264,7 +2356,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2274,15 +2366,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -2291,7 +2382,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:20:06 GMT + - Tue, 27 Jul 2021 06:49:24 GMT expires: - '-1' pragma: @@ -2313,7 +2404,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2323,15 +2414,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -2340,7 +2430,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:20:37 GMT + - Tue, 27 Jul 2021 06:49:54 GMT expires: - '-1' pragma: @@ -2362,7 +2452,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2372,15 +2462,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -2389,7 +2478,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:21:07 GMT + - Tue, 27 Jul 2021 06:50:25 GMT expires: - '-1' pragma: @@ -2411,7 +2500,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2421,15 +2510,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -2438,7 +2526,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:21:40 GMT + - Tue, 27 Jul 2021 06:50:55 GMT expires: - '-1' pragma: @@ -2460,7 +2548,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2470,15 +2558,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -2487,7 +2574,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:22:11 GMT + - Tue, 27 Jul 2021 06:51:25 GMT expires: - '-1' pragma: @@ -2509,7 +2596,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2519,15 +2606,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -2536,7 +2622,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:22:43 GMT + - Tue, 27 Jul 2021 06:51:55 GMT expires: - '-1' pragma: @@ -2558,7 +2644,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2568,15 +2654,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -2585,7 +2670,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:23:14 GMT + - Tue, 27 Jul 2021 06:52:26 GMT expires: - '-1' pragma: @@ -2607,7 +2692,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2617,15 +2702,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -2634,7 +2718,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:23:46 GMT + - Tue, 27 Jul 2021 06:52:55 GMT expires: - '-1' pragma: @@ -2656,7 +2740,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2666,15 +2750,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -2683,7 +2766,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:24:17 GMT + - Tue, 27 Jul 2021 06:53:25 GMT expires: - '-1' pragma: @@ -2705,7 +2788,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2715,15 +2798,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -2732,7 +2814,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:24:48 GMT + - Tue, 27 Jul 2021 06:53:55 GMT expires: - '-1' pragma: @@ -2754,7 +2836,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2764,15 +2846,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -2781,7 +2862,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:25:20 GMT + - Tue, 27 Jul 2021 06:54:26 GMT expires: - '-1' pragma: @@ -2803,7 +2884,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2813,15 +2894,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -2830,7 +2910,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:25:52 GMT + - Tue, 27 Jul 2021 06:54:56 GMT expires: - '-1' pragma: @@ -2852,7 +2932,55 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --disable-ahub + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:55:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -2862,15 +2990,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -2879,7 +3006,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:26:24 GMT + - Tue, 27 Jul 2021 06:55:56 GMT expires: - '-1' pragma: @@ -2901,7 +3028,55 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --disable-ahub + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:56:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -2911,15 +3086,14 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" headers: cache-control: - no-cache @@ -2928,7 +3102,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:26:56 GMT + - Tue, 27 Jul 2021 06:56:56 GMT expires: - '-1' pragma: @@ -2950,7 +3124,55 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --disable-ahub + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:57:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -2960,16 +3182,15 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d83f0f56-5e16-493a-8757-331729c21098?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f0967f75-625b-47f8-aead-955c49bac1b6?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"560f3fd8-165e-3a49-8757-331729c21098\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-06-23T08:13:16.7933333Z\",\n \"endTime\": - \"2021-06-23T08:27:24.2055657Z\"\n }" + string: "{\n \"name\": \"757f96f0-5b62-f847-aead-955c49bac1b6\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:42:52.9033333Z\",\n \"endTime\": + \"2021-07-27T06:57:51.3043268Z\"\n }" headers: cache-control: - no-cache @@ -2978,7 +3199,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:27:28 GMT + - Tue, 27 Jul 2021 06:57:57 GMT expires: - '-1' pragma: @@ -3000,7 +3221,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -3010,9 +3231,8 @@ interactions: ParameterSetName: - --resource-group --name --disable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: @@ -3021,8 +3241,8 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-cb7cf354.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-cb7cf354.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-301f8108.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-301f8108.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": @@ -3031,7 +3251,7 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.02\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ },\n {\n \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \ \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n @@ -3039,18 +3259,18 @@ interactions: \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": - \"AKSWindows-2019-17763.1971.210526\",\n \"upgradeSettings\": {},\n \"enableFIPS\": + \"AKSWindows-2019-17763.2061.210714\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": - {\n \"adminUsername\": \"azureuser1\",\n \"licenseType\": \"None\",\n - \ \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": + \"azureuser1\",\n \"licenseType\": \"None\",\n \"enableCSIProxy\": true\n + \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/0e77c1cf-b7cc-457a-966e-22aea2b46709\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/6c84e356-d8ee-44b1-a023-ef978bcf6961\"\n \ }\n ]\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": @@ -3064,11 +3284,11 @@ interactions: cache-control: - no-cache content-length: - - '4039' + - '4011' content-type: - application/json date: - - Wed, 23 Jun 2021 08:27:29 GMT + - Tue, 27 Jul 2021 06:57:57 GMT expires: - '-1' pragma: @@ -3100,11 +3320,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --no-wait User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2021-05-01 response: @@ -3118,7 +3335,7 @@ interactions: \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.02\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \ \"enableFIPS\": false\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n \ \"name\": \"npwin\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n @@ -3128,7 +3345,7 @@ interactions: \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": - \"AKSWindows-2019-17763.1971.210526\",\n \"upgradeSettings\": {},\n \"enableFIPS\": + \"AKSWindows-2019-17763.2061.210714\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n }\n ]\n }" headers: cache-control: @@ -3138,7 +3355,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:27:32 GMT + - Tue, 27 Jul 2021 06:57:58 GMT expires: - '-1' pragma: @@ -3172,11 +3389,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --no-wait User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2021-05-01 response: @@ -3184,17 +3398,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d4c40e8f-8f40-492c-b35c-50fe1dd7e566?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d2e6efa8-ab91-49b0-ab8f-e72eccd06228?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Wed, 23 Jun 2021 08:27:33 GMT + - Tue, 27 Jul 2021 06:57:58 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/d4c40e8f-8f40-492c-b35c-50fe1dd7e566?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/d2e6efa8-ab91-49b0-ab8f-e72eccd06228?api-version=2016-03-30 pragma: - no-cache server: @@ -3224,8 +3438,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.25.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: @@ -3233,17 +3447,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c95b569f-bc8b-4609-b2c0-2228d8f1d01e?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f5519f28-f65e-439d-9cd1-7cf1560a498f?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Wed, 23 Jun 2021 08:27:36 GMT + - Tue, 27 Jul 2021 06:58:00 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/c95b569f-bc8b-4609-b2c0-2228d8f1d01e?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/f5519f28-f65e-439d-9cd1-7cf1560a498f?api-version=2016-03-30 pragma: - no-cache server: @@ -3253,7 +3467,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14995' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_auto_upgrade_channel.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_auto_upgrade_channel.yaml index 36fb1ea264d..71985849cbc 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_auto_upgrade_channel.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_auto_upgrade_channel.yaml @@ -16,7 +16,7 @@ interactions: User-Agent: - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-06-23T08:01:22Z"},"properties":{"provisioningState":"Succeeded"}}' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_azurekeyvaultsecretsprovider_addon.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_azurekeyvaultsecretsprovider_addon.yaml index 03917b663de..0f4ae4f9e86 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_azurekeyvaultsecretsprovider_addon.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_azurekeyvaultsecretsprovider_addon.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-06-23T08:01:22Z"},"properties":{"provisioningState":"Succeeded"}}' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_confcom_addon.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_confcom_addon.yaml index 213ec7c0ef1..36566f21ddc 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_confcom_addon.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_confcom_addon.yaml @@ -13,15 +13,12 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-resource/12.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-02-05T23:56:39Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:14:19Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -30,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 05 Feb 2021 23:56:42 GMT + - Tue, 27 Jul 2021 06:14:20 GMT expires: - '-1' pragma: @@ -45,17 +42,20 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "", "dnsPrefix": - "cliakstest-clitestq22oiv26y-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": - "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": - "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": - "Delete", "enableEncryptionAtHost": false, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWxDOAMPBNO/G5aCm7dLf0e7IqGiG/qlTfRBLZEQN5oinPUzeAr5I+NQhPjmI+D98WWYZIdGBLsFjfBv6rto+MGGhussfzRCbkMUNOIbWm3FcO2pBxtI/vu2QtrgScS75mo80/VAU7dGFUXUKUL31YfnM2iVikQmSXKWrXET5SxjE358YtFuZCfKplf/9YVkozaJBkcbp6rk9Jk/INq1BunvRj8rBLPuMIr4QO7NIZcKJesYzOu0SjMAa+2AGSM36V8EGvhLxnbvqDOkkkH/UPsjWIMzI/91hdVhRzM6WkmF/UvDmsnVcFN8nDseykFhAS1/wCHZzbDkvE+yXi8Gmz"}]}}, + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "", "dnsPrefix": "cliakstest-clitestceq4ym76g-79a739", "agentPoolProfiles": + [{"count": 3, "vmSize": "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", + "mode": "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", + "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": + false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], + "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, "addonProfiles": {"ACCSGXDevicePlugin": {"enabled": true, "config": {"ACCSGXQuoteHelperEnabled": "false"}}}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": - "loadBalancer", "loadBalancerSku": "standard"}}, "identity": {"type": "SystemAssigned"}}' + "loadBalancer", "loadBalancerSku": "standard"}, "disableLocalAccounts": false}, + "location": "westus2"}' headers: Accept: - application/json @@ -66,65 +66,62 @@ interactions: Connection: - keep-alive Content-Length: - - '1311' + - '1410' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.18.14\",\n \"dnsPrefix\"\ - : \"cliakstest-clitestq22oiv26y-8ecadf\",\n \"fqdn\": \"cliakstest-clitestq22oiv26y-8ecadf-43ca9c50.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"\ - code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\",\n\ - \ \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"mode\"\ - : \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\": \"\ - Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804-2021.01.06\"\n }\n\ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAABAQDWxDOAMPBNO/G5aCm7dLf0e7IqGiG/qlTfRBLZEQN5oinPUzeAr5I+NQhPjmI+D98WWYZIdGBLsFjfBv6rto+MGGhussfzRCbkMUNOIbWm3FcO2pBxtI/vu2QtrgScS75mo80/VAU7dGFUXUKUL31YfnM2iVikQmSXKWrXET5SxjE358YtFuZCfKplf/9YVkozaJBkcbp6rk9Jk/INq1BunvRj8rBLPuMIr4QO7NIZcKJesYzOu0SjMAa+2AGSM36V8EGvhLxnbvqDOkkkH/UPsjWIMzI/91hdVhRzM6WkmF/UvDmsnVcFN8nDseykFhAS1/wCHZzbDkvE+yXi8Gmz\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\"\ - : {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\"\ - : {\n \"ACCSGXQuoteHelperEnabled\": \"false\"\n }\n },\n \"\ - KubeDashboard\": {\n \"enabled\": false,\n \"config\": null\n }\n\ - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n }\n },\n \"podCidr\": \"10.244.0.0/16\"\ - ,\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\"\ - ,\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"\ - loadBalancer\"\n },\n \"maxAgentPools\": 100\n },\n \"identity\": {\n\ - \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestceq4ym76g-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestceq4ym76g-79a739-56ea6eb0.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestceq4ym76g-79a739-56ea6eb0.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": + true,\n \"config\": {\n \"ACCSGXQuoteHelperEnabled\": \"false\"\n + \ }\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n }\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n \"type\": + \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/64e234e7-8a89-48e9-af60-a4374a09fc07?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f40883c1-5a3d-44e4-9836-83b21cb5afb0?api-version=2016-03-30 cache-control: - no-cache content-length: - - '2689' + - '2842' content-type: - application/json date: - - Fri, 05 Feb 2021 23:56:50 GMT + - Tue, 27 Jul 2021 06:14:29 GMT expires: - '-1' pragma: @@ -144,7 +141,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -154,23 +151,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/64e234e7-8a89-48e9-af60-a4374a09fc07?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f40883c1-5a3d-44e4-9836-83b21cb5afb0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e734e264-898a-e948-af60-a4374a09fc07\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-05T23:56:51.1001583Z\"\n }" + string: "{\n \"name\": \"c18308f4-3d5a-e444-9836-83b21cb5afb0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:14:29.02Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Fri, 05 Feb 2021 23:57:21 GMT + - Tue, 27 Jul 2021 06:14:59 GMT expires: - '-1' pragma: @@ -192,7 +189,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -202,23 +199,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/64e234e7-8a89-48e9-af60-a4374a09fc07?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f40883c1-5a3d-44e4-9836-83b21cb5afb0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e734e264-898a-e948-af60-a4374a09fc07\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-05T23:56:51.1001583Z\"\n }" + string: "{\n \"name\": \"c18308f4-3d5a-e444-9836-83b21cb5afb0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:14:29.02Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Fri, 05 Feb 2021 23:57:51 GMT + - Tue, 27 Jul 2021 06:15:28 GMT expires: - '-1' pragma: @@ -240,7 +237,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -250,23 +247,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/64e234e7-8a89-48e9-af60-a4374a09fc07?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f40883c1-5a3d-44e4-9836-83b21cb5afb0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e734e264-898a-e948-af60-a4374a09fc07\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-05T23:56:51.1001583Z\"\n }" + string: "{\n \"name\": \"c18308f4-3d5a-e444-9836-83b21cb5afb0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:14:29.02Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Fri, 05 Feb 2021 23:58:21 GMT + - Tue, 27 Jul 2021 06:15:59 GMT expires: - '-1' pragma: @@ -288,7 +285,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -298,23 +295,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/64e234e7-8a89-48e9-af60-a4374a09fc07?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f40883c1-5a3d-44e4-9836-83b21cb5afb0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e734e264-898a-e948-af60-a4374a09fc07\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-05T23:56:51.1001583Z\"\n }" + string: "{\n \"name\": \"c18308f4-3d5a-e444-9836-83b21cb5afb0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:14:29.02Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Fri, 05 Feb 2021 23:58:52 GMT + - Tue, 27 Jul 2021 06:16:29 GMT expires: - '-1' pragma: @@ -336,7 +333,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -346,23 +343,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/64e234e7-8a89-48e9-af60-a4374a09fc07?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f40883c1-5a3d-44e4-9836-83b21cb5afb0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e734e264-898a-e948-af60-a4374a09fc07\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-05T23:56:51.1001583Z\"\n }" + string: "{\n \"name\": \"c18308f4-3d5a-e444-9836-83b21cb5afb0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:14:29.02Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Fri, 05 Feb 2021 23:59:23 GMT + - Tue, 27 Jul 2021 06:16:59 GMT expires: - '-1' pragma: @@ -384,7 +381,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -394,23 +391,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/64e234e7-8a89-48e9-af60-a4374a09fc07?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f40883c1-5a3d-44e4-9836-83b21cb5afb0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e734e264-898a-e948-af60-a4374a09fc07\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-05T23:56:51.1001583Z\"\n }" + string: "{\n \"name\": \"c18308f4-3d5a-e444-9836-83b21cb5afb0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:14:29.02Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Fri, 05 Feb 2021 23:59:54 GMT + - Tue, 27 Jul 2021 06:17:30 GMT expires: - '-1' pragma: @@ -432,7 +429,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -442,24 +439,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/64e234e7-8a89-48e9-af60-a4374a09fc07?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f40883c1-5a3d-44e4-9836-83b21cb5afb0?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e734e264-898a-e948-af60-a4374a09fc07\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2021-02-05T23:56:51.1001583Z\",\n \"\ - endTime\": \"2021-02-05T23:59:57.8122779Z\"\n }" + string: "{\n \"name\": \"c18308f4-3d5a-e444-9836-83b21cb5afb0\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:14:29.02Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '121' content-type: - application/json date: - - Sat, 06 Feb 2021 00:00:24 GMT + - Tue, 27 Jul 2021 06:17:59 GMT expires: - '-1' pragma: @@ -481,7 +477,56 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f40883c1-5a3d-44e4-9836-83b21cb5afb0?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"c18308f4-3d5a-e444-9836-83b21cb5afb0\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:14:29.02Z\",\n \"endTime\": + \"2021-07-27T06:18:05.7212911Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '165' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:18:30 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -491,63 +536,60 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.18.14\",\n \"dnsPrefix\"\ - : \"cliakstest-clitestq22oiv26y-8ecadf\",\n \"fqdn\": \"cliakstest-clitestq22oiv26y-8ecadf-43ca9c50.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\"\ - ,\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"\ - mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\"\ - : \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804-2021.01.06\"\n \ - \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\"\ - ,\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"\ - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWxDOAMPBNO/G5aCm7dLf0e7IqGiG/qlTfRBLZEQN5oinPUzeAr5I+NQhPjmI+D98WWYZIdGBLsFjfBv6rto+MGGhussfzRCbkMUNOIbWm3FcO2pBxtI/vu2QtrgScS75mo80/VAU7dGFUXUKUL31YfnM2iVikQmSXKWrXET5SxjE358YtFuZCfKplf/9YVkozaJBkcbp6rk9Jk/INq1BunvRj8rBLPuMIr4QO7NIZcKJesYzOu0SjMAa+2AGSM36V8EGvhLxnbvqDOkkkH/UPsjWIMzI/91hdVhRzM6WkmF/UvDmsnVcFN8nDseykFhAS1/wCHZzbDkvE+yXi8Gmz\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\"\ - : {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\"\ - : {\n \"ACCSGXQuoteHelperEnabled\": \"false\"\n },\n \"identity\"\ - : {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/accsgxdeviceplugin-cliakstest000002\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"\ - objectId\":\"00000000-0000-0000-0000-000000000001\"\n }\n },\n \"\ - KubeDashboard\": {\n \"enabled\": false,\n \"config\": null\n }\n\ - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n \ - \ {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/72d24f75-118b-4282-96c5-b3ff8be47956\"\ - \n }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\"\ - : \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\"\ - : \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"\ - maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\"\ - : {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n }\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestceq4ym76g-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestceq4ym76g-79a739-56ea6eb0.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestceq4ym76g-79a739-56ea6eb0.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": + true,\n \"config\": {\n \"ACCSGXQuoteHelperEnabled\": \"false\"\n + \ },\n \"identity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/accsgxdeviceplugin-cliakstest000002\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/f5e72e48-31e1-4fa4-a841-d02e7397c3ad\"\n + \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '3725' + - '3878' content-type: - application/json date: - - Sat, 06 Feb 2021 00:00:35 GMT + - Tue, 27 Jul 2021 06:18:30 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_confcom_addon_helper_enabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_confcom_addon_helper_enabled.yaml index 1e373095808..6297f6c697c 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_confcom_addon_helper_enabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_confcom_addon_helper_enabled.yaml @@ -14,15 +14,12 @@ interactions: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --enable-sgxquotehelper -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-resource/12.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-02-06T00:03:00Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:18:32Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -31,7 +28,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 Feb 2021 00:03:18 GMT + - Tue, 27 Jul 2021 06:18:33 GMT expires: - '-1' pragma: @@ -46,17 +43,20 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "", "dnsPrefix": - "cliakstest-clitestusgxjxybw-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": - "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": - "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": - "Delete", "enableEncryptionAtHost": false, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWxDOAMPBNO/G5aCm7dLf0e7IqGiG/qlTfRBLZEQN5oinPUzeAr5I+NQhPjmI+D98WWYZIdGBLsFjfBv6rto+MGGhussfzRCbkMUNOIbWm3FcO2pBxtI/vu2QtrgScS75mo80/VAU7dGFUXUKUL31YfnM2iVikQmSXKWrXET5SxjE358YtFuZCfKplf/9YVkozaJBkcbp6rk9Jk/INq1BunvRj8rBLPuMIr4QO7NIZcKJesYzOu0SjMAa+2AGSM36V8EGvhLxnbvqDOkkkH/UPsjWIMzI/91hdVhRzM6WkmF/UvDmsnVcFN8nDseykFhAS1/wCHZzbDkvE+yXi8Gmz"}]}}, + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "", "dnsPrefix": "cliakstest-clitestuvk3dmrbz-79a739", "agentPoolProfiles": + [{"count": 3, "vmSize": "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", + "mode": "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", + "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": + false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], + "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, "addonProfiles": {"ACCSGXDevicePlugin": {"enabled": true, "config": {"ACCSGXQuoteHelperEnabled": "true"}}}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": - "loadBalancer", "loadBalancerSku": "standard"}}, "identity": {"type": "SystemAssigned"}}' + "loadBalancer", "loadBalancerSku": "standard"}, "disableLocalAccounts": false}, + "location": "westus2"}' headers: Accept: - application/json @@ -67,66 +67,63 @@ interactions: Connection: - keep-alive Content-Length: - - '1310' + - '1409' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --enable-sgxquotehelper -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.18.14\",\n \"dnsPrefix\"\ - : \"cliakstest-clitestusgxjxybw-8ecadf\",\n \"fqdn\": \"cliakstest-clitestusgxjxybw-8ecadf-6a323b57.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"\ - code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\",\n\ - \ \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"mode\"\ - : \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\": \"\ - Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804-2021.01.06\"\n }\n\ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAABAQDWxDOAMPBNO/G5aCm7dLf0e7IqGiG/qlTfRBLZEQN5oinPUzeAr5I+NQhPjmI+D98WWYZIdGBLsFjfBv6rto+MGGhussfzRCbkMUNOIbWm3FcO2pBxtI/vu2QtrgScS75mo80/VAU7dGFUXUKUL31YfnM2iVikQmSXKWrXET5SxjE358YtFuZCfKplf/9YVkozaJBkcbp6rk9Jk/INq1BunvRj8rBLPuMIr4QO7NIZcKJesYzOu0SjMAa+2AGSM36V8EGvhLxnbvqDOkkkH/UPsjWIMzI/91hdVhRzM6WkmF/UvDmsnVcFN8nDseykFhAS1/wCHZzbDkvE+yXi8Gmz\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\"\ - : {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\"\ - : {\n \"ACCSGXQuoteHelperEnabled\": \"true\"\n }\n },\n \"\ - KubeDashboard\": {\n \"enabled\": false,\n \"config\": null\n }\n\ - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n }\n },\n \"podCidr\": \"10.244.0.0/16\"\ - ,\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\"\ - ,\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"\ - loadBalancer\"\n },\n \"maxAgentPools\": 100\n },\n \"identity\": {\n\ - \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestuvk3dmrbz-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestuvk3dmrbz-79a739-d3c2e648.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestuvk3dmrbz-79a739-d3c2e648.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": + true,\n \"config\": {\n \"ACCSGXQuoteHelperEnabled\": \"true\"\n + \ }\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n }\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n \"type\": + \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/98a90474-d51d-4915-a5c4-4ffea21e8571?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5cf1ce24-1fd2-4b59-90ac-51086f803ee1?api-version=2016-03-30 cache-control: - no-cache content-length: - - '2688' + - '2841' content-type: - application/json date: - - Sat, 06 Feb 2021 00:03:34 GMT + - Tue, 27 Jul 2021 06:18:42 GMT expires: - '-1' pragma: @@ -138,7 +135,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 201 message: Created @@ -146,7 +143,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -157,14 +154,14 @@ interactions: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --enable-sgxquotehelper -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/98a90474-d51d-4915-a5c4-4ffea21e8571?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5cf1ce24-1fd2-4b59-90ac-51086f803ee1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7404a998-1dd5-1549-a5c4-4ffea21e8571\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:03:34.8845027Z\"\n }" + string: "{\n \"name\": \"24cef15c-d21f-594b-90ac-51086f803ee1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:18:42.7366666Z\"\n }" headers: cache-control: - no-cache @@ -173,7 +170,7 @@ interactions: content-type: - application/json date: - - Sat, 06 Feb 2021 00:04:04 GMT + - Tue, 27 Jul 2021 06:19:12 GMT expires: - '-1' pragma: @@ -195,7 +192,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -206,14 +203,14 @@ interactions: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --enable-sgxquotehelper -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/98a90474-d51d-4915-a5c4-4ffea21e8571?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5cf1ce24-1fd2-4b59-90ac-51086f803ee1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7404a998-1dd5-1549-a5c4-4ffea21e8571\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:03:34.8845027Z\"\n }" + string: "{\n \"name\": \"24cef15c-d21f-594b-90ac-51086f803ee1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:18:42.7366666Z\"\n }" headers: cache-control: - no-cache @@ -222,7 +219,7 @@ interactions: content-type: - application/json date: - - Sat, 06 Feb 2021 00:04:35 GMT + - Tue, 27 Jul 2021 06:19:43 GMT expires: - '-1' pragma: @@ -244,7 +241,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -255,14 +252,14 @@ interactions: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --enable-sgxquotehelper -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/98a90474-d51d-4915-a5c4-4ffea21e8571?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5cf1ce24-1fd2-4b59-90ac-51086f803ee1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7404a998-1dd5-1549-a5c4-4ffea21e8571\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:03:34.8845027Z\"\n }" + string: "{\n \"name\": \"24cef15c-d21f-594b-90ac-51086f803ee1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:18:42.7366666Z\"\n }" headers: cache-control: - no-cache @@ -271,7 +268,7 @@ interactions: content-type: - application/json date: - - Sat, 06 Feb 2021 00:05:05 GMT + - Tue, 27 Jul 2021 06:20:12 GMT expires: - '-1' pragma: @@ -293,7 +290,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -304,14 +301,14 @@ interactions: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --enable-sgxquotehelper -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/98a90474-d51d-4915-a5c4-4ffea21e8571?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5cf1ce24-1fd2-4b59-90ac-51086f803ee1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7404a998-1dd5-1549-a5c4-4ffea21e8571\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:03:34.8845027Z\"\n }" + string: "{\n \"name\": \"24cef15c-d21f-594b-90ac-51086f803ee1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:18:42.7366666Z\"\n }" headers: cache-control: - no-cache @@ -320,7 +317,7 @@ interactions: content-type: - application/json date: - - Sat, 06 Feb 2021 00:05:36 GMT + - Tue, 27 Jul 2021 06:20:43 GMT expires: - '-1' pragma: @@ -342,7 +339,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -353,14 +350,14 @@ interactions: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --enable-sgxquotehelper -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/98a90474-d51d-4915-a5c4-4ffea21e8571?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5cf1ce24-1fd2-4b59-90ac-51086f803ee1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7404a998-1dd5-1549-a5c4-4ffea21e8571\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:03:34.8845027Z\"\n }" + string: "{\n \"name\": \"24cef15c-d21f-594b-90ac-51086f803ee1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:18:42.7366666Z\"\n }" headers: cache-control: - no-cache @@ -369,7 +366,7 @@ interactions: content-type: - application/json date: - - Sat, 06 Feb 2021 00:06:06 GMT + - Tue, 27 Jul 2021 06:21:13 GMT expires: - '-1' pragma: @@ -391,7 +388,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -402,14 +399,14 @@ interactions: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --enable-sgxquotehelper -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/98a90474-d51d-4915-a5c4-4ffea21e8571?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5cf1ce24-1fd2-4b59-90ac-51086f803ee1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7404a998-1dd5-1549-a5c4-4ffea21e8571\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:03:34.8845027Z\"\n }" + string: "{\n \"name\": \"24cef15c-d21f-594b-90ac-51086f803ee1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:18:42.7366666Z\"\n }" headers: cache-control: - no-cache @@ -418,7 +415,7 @@ interactions: content-type: - application/json date: - - Sat, 06 Feb 2021 00:06:37 GMT + - Tue, 27 Jul 2021 06:21:43 GMT expires: - '-1' pragma: @@ -440,7 +437,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -451,14 +448,14 @@ interactions: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --enable-sgxquotehelper -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/98a90474-d51d-4915-a5c4-4ffea21e8571?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5cf1ce24-1fd2-4b59-90ac-51086f803ee1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7404a998-1dd5-1549-a5c4-4ffea21e8571\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:03:34.8845027Z\"\n }" + string: "{\n \"name\": \"24cef15c-d21f-594b-90ac-51086f803ee1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:18:42.7366666Z\"\n }" headers: cache-control: - no-cache @@ -467,7 +464,7 @@ interactions: content-type: - application/json date: - - Sat, 06 Feb 2021 00:07:07 GMT + - Tue, 27 Jul 2021 06:22:13 GMT expires: - '-1' pragma: @@ -489,7 +486,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -500,14 +497,14 @@ interactions: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --enable-sgxquotehelper -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/98a90474-d51d-4915-a5c4-4ffea21e8571?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5cf1ce24-1fd2-4b59-90ac-51086f803ee1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7404a998-1dd5-1549-a5c4-4ffea21e8571\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:03:34.8845027Z\"\n }" + string: "{\n \"name\": \"24cef15c-d21f-594b-90ac-51086f803ee1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:18:42.7366666Z\"\n }" headers: cache-control: - no-cache @@ -516,7 +513,7 @@ interactions: content-type: - application/json date: - - Sat, 06 Feb 2021 00:07:37 GMT + - Tue, 27 Jul 2021 06:22:43 GMT expires: - '-1' pragma: @@ -538,7 +535,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -549,15 +546,15 @@ interactions: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --enable-sgxquotehelper -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/98a90474-d51d-4915-a5c4-4ffea21e8571?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5cf1ce24-1fd2-4b59-90ac-51086f803ee1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"7404a998-1dd5-1549-a5c4-4ffea21e8571\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2021-02-06T00:03:34.8845027Z\",\n \"\ - endTime\": \"2021-02-06T00:07:48.2659138Z\"\n }" + string: "{\n \"name\": \"24cef15c-d21f-594b-90ac-51086f803ee1\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:18:42.7366666Z\",\n \"endTime\": + \"2021-07-27T06:22:57.3117427Z\"\n }" headers: cache-control: - no-cache @@ -566,7 +563,7 @@ interactions: content-type: - application/json date: - - Sat, 06 Feb 2021 00:08:08 GMT + - Tue, 27 Jul 2021 06:23:13 GMT expires: - '-1' pragma: @@ -588,7 +585,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -599,63 +596,60 @@ interactions: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --enable-sgxquotehelper -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.18.14\",\n \"dnsPrefix\"\ - : \"cliakstest-clitestusgxjxybw-8ecadf\",\n \"fqdn\": \"cliakstest-clitestusgxjxybw-8ecadf-6a323b57.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\"\ - ,\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"\ - mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\"\ - : \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804-2021.01.06\"\n \ - \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\"\ - ,\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"\ - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWxDOAMPBNO/G5aCm7dLf0e7IqGiG/qlTfRBLZEQN5oinPUzeAr5I+NQhPjmI+D98WWYZIdGBLsFjfBv6rto+MGGhussfzRCbkMUNOIbWm3FcO2pBxtI/vu2QtrgScS75mo80/VAU7dGFUXUKUL31YfnM2iVikQmSXKWrXET5SxjE358YtFuZCfKplf/9YVkozaJBkcbp6rk9Jk/INq1BunvRj8rBLPuMIr4QO7NIZcKJesYzOu0SjMAa+2AGSM36V8EGvhLxnbvqDOkkkH/UPsjWIMzI/91hdVhRzM6WkmF/UvDmsnVcFN8nDseykFhAS1/wCHZzbDkvE+yXi8Gmz\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\"\ - : {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\"\ - : {\n \"ACCSGXQuoteHelperEnabled\": \"true\"\n },\n \"identity\"\ - : {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/accsgxdeviceplugin-cliakstest000002\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"\ - objectId\":\"00000000-0000-0000-0000-000000000001\"\n }\n },\n \"\ - KubeDashboard\": {\n \"enabled\": false,\n \"config\": null\n }\n\ - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n \ - \ {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/5bf34520-de2b-44c8-ac98-59e5ea11c329\"\ - \n }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\"\ - : \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\"\ - : \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"\ - maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\"\ - : {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n }\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestuvk3dmrbz-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestuvk3dmrbz-79a739-d3c2e648.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestuvk3dmrbz-79a739-d3c2e648.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": + true,\n \"config\": {\n \"ACCSGXQuoteHelperEnabled\": \"true\"\n + \ },\n \"identity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/accsgxdeviceplugin-cliakstest000002\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/d662a784-5b09-4b98-a46c-311c5679333a\"\n + \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '3724' + - '3877' content-type: - application/json date: - - Sat, 06 Feb 2021 00:08:08 GMT + - Tue, 27 Jul 2021 06:23:14 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ephemeral_disk.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ephemeral_disk.yaml index f7ac350444d..2f43838a759 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ephemeral_disk.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ephemeral_disk.yaml @@ -14,15 +14,12 @@ interactions: - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type --node-osdisk-size User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-resource/10.2.0 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2020-11-18T02:43:55Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:08:55Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -31,7 +28,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 Nov 2020 02:44:00 GMT + - Tue, 27 Jul 2021 06:08:58 GMT expires: - '-1' pragma: @@ -46,19 +43,19 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "", "dnsPrefix": - "cliakstest-clitestarn63qksa-8ecadf", "agentPoolProfiles": [{"count": 1, "vmSize": - "Standard_DS2_v2", "osDiskSizeGB": 60, "osDiskType": "Ephemeral", "osType": - "Linux", "type": "VirtualMachineScaleSets", "mode": "System", "enableNodePublicIP": - false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "name": - "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": - [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYRnnAOYtJxfJD2GKLeYL38bYKHWkwfPVgmrAf4K8an9DbZ6mCJH9E/PuPp9RJyYHjLUnpCXfLA9dNiW3SRToHHvsEq0i9TX573OkzPSROOye6AR8CGFWHOQ9B3K+ggi+auo6XBovoflcioyewxyW9K4kKAt+nW65nG6n7qh4/cajjSaLwMWRU60XDLukX1VfPHwrxGgR/UF7pOqkf8Rm8qigpZHsi4i6fg5ATxlRTi1xKOlJ1/oiILRvtxqHHJ2qmw7cxKOROD4WMbB8ssKlhl2dvZlvnpuD1EU+YoEhI64Z6lovLn69SkZv3djd1RGvmRIz9M0JoNfxdYPLCz+L5"}]}}, - "servicePrincipalProfile": {"clientId": "00000000-0000-0000-0000-000000000001", - "secret": "fake-secret"}, "addonProfiles": {}, "enableRBAC": true, - "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", - "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", - "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": - "standard"}}}' + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "", "dnsPrefix": "cliakstest-clitestksu7mv5wd-79a739", "agentPoolProfiles": + [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 60, "osDiskType": + "Ephemeral", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": "System", + "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": + "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": false, "enableUltraSSD": + false, "enableFIPS": false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, + "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": + {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", + "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": + "loadBalancer", "loadBalancerSku": "standard"}, "disableLocalAccounts": false}, + "location": "westus2"}' headers: Accept: - application/json @@ -69,60 +66,61 @@ interactions: Connection: - keep-alive Content-Length: - - '1313' + - '1369' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type --node-osdisk-size User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.17.13\",\n \"dnsPrefix\"\ - : \"cliakstest-clitestarn63qksa-8ecadf\",\n \"fqdn\": \"cliakstest-clitestarn63qksa-8ecadf-4c203976.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 60,\n \"osDiskType\": \"Ephemeral\",\n \"maxPods\": 110,\n \"\ - type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Creating\"\ - ,\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\"\ - : \"1.17.13\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\":\ - \ {},\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804-2021.01.06\"\n }\n ],\n \"linuxProfile\": {\n \ - \ \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\"\ - : [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYRnnAOYtJxfJD2GKLeYL38bYKHWkwfPVgmrAf4K8an9DbZ6mCJH9E/PuPp9RJyYHjLUnpCXfLA9dNiW3SRToHHvsEq0i9TX573OkzPSROOye6AR8CGFWHOQ9B3K+ggi+auo6XBovoflcioyewxyW9K4kKAt+nW65nG6n7qh4/cajjSaLwMWRU60XDLukX1VfPHwrxGgR/UF7pOqkf8Rm8qigpZHsi4i6fg5ATxlRTi1xKOlJ1/oiILRvtxqHHJ2qmw7cxKOROD4WMbB8ssKlhl2dvZlvnpuD1EU+YoEhI64Z6lovLn69SkZv3djd1RGvmRIz9M0JoNfxdYPLCz+L5\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\": \"55f7461f-2b11-46c6-8c94-8bb41513ca1a\"\n },\n \"addonProfiles\"\ - : {\n \"KubeDashboard\": {\n \"enabled\": true,\n \"config\": null\n\ - \ }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n }\n },\n \"podCidr\": \"10.244.0.0/16\"\ - ,\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\"\ - ,\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"\ - loadBalancer\"\n },\n \"maxAgentPools\": 100\n },\n \"sku\": {\n \"\ - name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestksu7mv5wd-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestksu7mv5wd-79a739-779ec5d4.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestksu7mv5wd-79a739-779ec5d4.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 60,\n \"osDiskType\": + \"Ephemeral\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n }\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n \"type\": + \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c7892f5b-9ebf-4403-be25-a06879b08894?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdfb976f-5beb-4201-badc-8001f88c1dd3?api-version=2016-03-30 cache-control: - no-cache content-length: - - '2369' + - '2693' content-type: - application/json date: - - Wed, 18 Nov 2020 02:44:02 GMT + - Tue, 27 Jul 2021 06:09:06 GMT expires: - '-1' pragma: @@ -142,7 +140,56 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type + --node-osdisk-size + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdfb976f-5beb-4201-badc-8001f88c1dd3?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"6f97fbbd-eb5b-0142-badc-8001f88c1dd3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:06.6866666Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:09:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -153,14 +200,14 @@ interactions: - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type --node-osdisk-size User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c7892f5b-9ebf-4403-be25-a06879b08894?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdfb976f-5beb-4201-badc-8001f88c1dd3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5b2f89c7-bf9e-0344-be25-a06879b08894\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2020-11-18T02:44:03.4314723Z\"\n }" + string: "{\n \"name\": \"6f97fbbd-eb5b-0142-badc-8001f88c1dd3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:06.6866666Z\"\n }" headers: cache-control: - no-cache @@ -169,7 +216,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Nov 2020 02:44:33 GMT + - Tue, 27 Jul 2021 06:10:06 GMT expires: - '-1' pragma: @@ -191,7 +238,56 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type + --node-osdisk-size + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdfb976f-5beb-4201-badc-8001f88c1dd3?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"6f97fbbd-eb5b-0142-badc-8001f88c1dd3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:06.6866666Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:10:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -202,14 +298,14 @@ interactions: - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type --node-osdisk-size User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c7892f5b-9ebf-4403-be25-a06879b08894?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdfb976f-5beb-4201-badc-8001f88c1dd3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5b2f89c7-bf9e-0344-be25-a06879b08894\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2020-11-18T02:44:03.4314723Z\"\n }" + string: "{\n \"name\": \"6f97fbbd-eb5b-0142-badc-8001f88c1dd3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:06.6866666Z\"\n }" headers: cache-control: - no-cache @@ -218,7 +314,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Nov 2020 02:45:03 GMT + - Tue, 27 Jul 2021 06:11:07 GMT expires: - '-1' pragma: @@ -240,7 +336,56 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type + --node-osdisk-size + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdfb976f-5beb-4201-badc-8001f88c1dd3?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"6f97fbbd-eb5b-0142-badc-8001f88c1dd3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:06.6866666Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:11:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -251,14 +396,14 @@ interactions: - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type --node-osdisk-size User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c7892f5b-9ebf-4403-be25-a06879b08894?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdfb976f-5beb-4201-badc-8001f88c1dd3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5b2f89c7-bf9e-0344-be25-a06879b08894\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2020-11-18T02:44:03.4314723Z\"\n }" + string: "{\n \"name\": \"6f97fbbd-eb5b-0142-badc-8001f88c1dd3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:06.6866666Z\"\n }" headers: cache-control: - no-cache @@ -267,7 +412,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Nov 2020 02:45:35 GMT + - Tue, 27 Jul 2021 06:12:07 GMT expires: - '-1' pragma: @@ -289,7 +434,56 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type + --node-osdisk-size + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdfb976f-5beb-4201-badc-8001f88c1dd3?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"6f97fbbd-eb5b-0142-badc-8001f88c1dd3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:06.6866666Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:12:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -300,14 +494,14 @@ interactions: - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type --node-osdisk-size User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c7892f5b-9ebf-4403-be25-a06879b08894?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdfb976f-5beb-4201-badc-8001f88c1dd3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5b2f89c7-bf9e-0344-be25-a06879b08894\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2020-11-18T02:44:03.4314723Z\"\n }" + string: "{\n \"name\": \"6f97fbbd-eb5b-0142-badc-8001f88c1dd3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:06.6866666Z\"\n }" headers: cache-control: - no-cache @@ -316,7 +510,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Nov 2020 02:46:04 GMT + - Tue, 27 Jul 2021 06:13:07 GMT expires: - '-1' pragma: @@ -338,7 +532,56 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type + --node-osdisk-size + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdfb976f-5beb-4201-badc-8001f88c1dd3?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"6f97fbbd-eb5b-0142-badc-8001f88c1dd3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:06.6866666Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:13:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -349,14 +592,14 @@ interactions: - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type --node-osdisk-size User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c7892f5b-9ebf-4403-be25-a06879b08894?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdfb976f-5beb-4201-badc-8001f88c1dd3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5b2f89c7-bf9e-0344-be25-a06879b08894\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2020-11-18T02:44:03.4314723Z\"\n }" + string: "{\n \"name\": \"6f97fbbd-eb5b-0142-badc-8001f88c1dd3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:06.6866666Z\"\n }" headers: cache-control: - no-cache @@ -365,7 +608,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Nov 2020 02:46:35 GMT + - Tue, 27 Jul 2021 06:14:07 GMT expires: - '-1' pragma: @@ -387,7 +630,56 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type + --node-osdisk-size + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdfb976f-5beb-4201-badc-8001f88c1dd3?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"6f97fbbd-eb5b-0142-badc-8001f88c1dd3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:06.6866666Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:14:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -398,15 +690,15 @@ interactions: - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type --node-osdisk-size User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/c7892f5b-9ebf-4403-be25-a06879b08894?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/bdfb976f-5beb-4201-badc-8001f88c1dd3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"5b2f89c7-bf9e-0344-be25-a06879b08894\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2020-11-18T02:44:03.4314723Z\",\n \"\ - endTime\": \"2020-11-18T02:46:48.5564282Z\"\n }" + string: "{\n \"name\": \"6f97fbbd-eb5b-0142-badc-8001f88c1dd3\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:09:06.6866666Z\",\n \"endTime\": + \"2021-07-27T06:15:01.9428141Z\"\n }" headers: cache-control: - no-cache @@ -415,7 +707,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Nov 2020 02:47:06 GMT + - Tue, 27 Jul 2021 06:15:07 GMT expires: - '-1' pragma: @@ -437,7 +729,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -448,51 +740,56 @@ interactions: - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type --node-osdisk-size User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.17.13\",\n \"dnsPrefix\"\ - : \"cliakstest-clitestarn63qksa-8ecadf\",\n \"fqdn\": \"cliakstest-clitestarn63qksa-8ecadf-4c203976.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 60,\n \"osDiskType\": \"Ephemeral\",\n \"maxPods\": 110,\n \"\ - type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\"\ - ,\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\"\ - : \"1.17.13\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\":\ - \ {},\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804-2021.01.06\"\n }\n ],\n \"linuxProfile\": {\n \ - \ \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\"\ - : [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYRnnAOYtJxfJD2GKLeYL38bYKHWkwfPVgmrAf4K8an9DbZ6mCJH9E/PuPp9RJyYHjLUnpCXfLA9dNiW3SRToHHvsEq0i9TX573OkzPSROOye6AR8CGFWHOQ9B3K+ggi+auo6XBovoflcioyewxyW9K4kKAt+nW65nG6n7qh4/cajjSaLwMWRU60XDLukX1VfPHwrxGgR/UF7pOqkf8Rm8qigpZHsi4i6fg5ATxlRTi1xKOlJ1/oiILRvtxqHHJ2qmw7cxKOROD4WMbB8ssKlhl2dvZlvnpuD1EU+YoEhI64Z6lovLn69SkZv3djd1RGvmRIz9M0JoNfxdYPLCz+L5\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\": \"55f7461f-2b11-46c6-8c94-8bb41513ca1a\"\n },\n \"addonProfiles\"\ - : {\n \"KubeDashboard\": {\n \"enabled\": true,\n \"config\": null\n\ - \ }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n \ - \ {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c53f37d7-1221-43dd-8698-421e6bea67a9\"\ - \n }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\"\ - : \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\"\ - : \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"\ - maxAgentPools\": 100\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\"\ - : \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestksu7mv5wd-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestksu7mv5wd-79a739-779ec5d4.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestksu7mv5wd-79a739-779ec5d4.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 60,\n \"osDiskType\": + \"Ephemeral\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/ac11ecf9-8422-4889-a474-3614eb7b9a76\"\n + \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '2637' + - '3356' content-type: - application/json date: - - Wed, 18 Nov 2020 02:47:07 GMT + - Tue, 27 Jul 2021 06:15:08 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_fips.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_fips.yaml index 28c1c2a25b9..905f14c821d 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_fips.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_fips.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-06-23T10:16:37Z"},"properties":{"provisioningState":"Succeeded"}}' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_http_proxy_config.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_http_proxy_config.yaml index fdb981ba644..f066f22a55a 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_http_proxy_config.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_http_proxy_config.yaml @@ -15,10 +15,10 @@ interactions: User-Agent: - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-22T19:14:11Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:19:55Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 22 Jul 2021 19:14:12 GMT + - Tue, 27 Jul 2021 06:19:58 GMT expires: - '-1' pragma: @@ -43,13 +43,13 @@ interactions: message: OK - request: body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "", "dnsPrefix": "cliakstest-clitestbqkgxci4l-79a739", "agentPoolProfiles": + "", "dnsPrefix": "cliakstest-clitestrkdbiydyj-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTvSGQzrsV75ga46AU3nXIbkZjijQ2DBT+lyixTM0ZTXzqYveVVBReV0N5+zO4IkJN6sDAEb+9tUvlFJSjjBhxoMHtBj3jUi8FrDchfJE65tO3+lXFGwJeZuaGZTp2VGm7utXofIxlaOFfSRWwpe5xsOZlLi2QoMPGrbvKasaBez8Qv4PLXOUXu4YXYH4sDx+37UXCvNuOWg9fRZAZIat7vffUeWvYr9g5dV/6yhWB9IwRzBv2kvT1urubaXdAgyohDtywnMQGhZDerk9KFT+voUSAaOafjYnLGjajS6zKYIs/QfIHxnslgevmCMOBex2r+qm39FKNSw/F9Nggl2Zn"}]}}, + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": @@ -84,9 +84,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestbqkgxci4l-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestbqkgxci4l-79a739-4e07d4ec.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestbqkgxci4l-79a739-4e07d4ec.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestrkdbiydyj-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestrkdbiydyj-79a739-8dc03140.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestrkdbiydyj-79a739-8dc03140.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -98,7 +98,7 @@ interactions: \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDTvSGQzrsV75ga46AU3nXIbkZjijQ2DBT+lyixTM0ZTXzqYveVVBReV0N5+zO4IkJN6sDAEb+9tUvlFJSjjBhxoMHtBj3jUi8FrDchfJE65tO3+lXFGwJeZuaGZTp2VGm7utXofIxlaOFfSRWwpe5xsOZlLi2QoMPGrbvKasaBez8Qv4PLXOUXu4YXYH4sDx+37UXCvNuOWg9fRZAZIat7vffUeWvYr9g5dV/6yhWB9IwRzBv2kvT1urubaXdAgyohDtywnMQGhZDerk9KFT+voUSAaOafjYnLGjajS6zKYIs/QfIHxnslgevmCMOBex2r+qm39FKNSw/F9Nggl2Zn\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": @@ -113,7 +113,7 @@ interactions: {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb514742-4fde-480a-ae89-d8ce3761b9f2?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1300dbd1-3b6b-41ee-9ebf-0acc50735e9b?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -121,7 +121,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 19:14:14 GMT + - Tue, 27 Jul 2021 06:20:03 GMT expires: - '-1' pragma: @@ -133,7 +133,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1199' status: code: 201 message: Created @@ -154,20 +154,20 @@ interactions: - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb514742-4fde-480a-ae89-d8ce3761b9f2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1300dbd1-3b6b-41ee-9ebf-0acc50735e9b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"424751fb-de4f-0a48-ae89-d8ce3761b9f2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T19:14:14.7633333Z\"\n }" + string: "{\n \"name\": \"d1db0013-6b3b-ee41-9ebf-0acc50735e9b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:02.9Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '120' content-type: - application/json date: - - Thu, 22 Jul 2021 19:14:45 GMT + - Tue, 27 Jul 2021 06:20:32 GMT expires: - '-1' pragma: @@ -202,20 +202,20 @@ interactions: - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb514742-4fde-480a-ae89-d8ce3761b9f2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1300dbd1-3b6b-41ee-9ebf-0acc50735e9b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"424751fb-de4f-0a48-ae89-d8ce3761b9f2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T19:14:14.7633333Z\"\n }" + string: "{\n \"name\": \"d1db0013-6b3b-ee41-9ebf-0acc50735e9b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:02.9Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '120' content-type: - application/json date: - - Thu, 22 Jul 2021 19:15:14 GMT + - Tue, 27 Jul 2021 06:21:03 GMT expires: - '-1' pragma: @@ -250,20 +250,20 @@ interactions: - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb514742-4fde-480a-ae89-d8ce3761b9f2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1300dbd1-3b6b-41ee-9ebf-0acc50735e9b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"424751fb-de4f-0a48-ae89-d8ce3761b9f2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T19:14:14.7633333Z\"\n }" + string: "{\n \"name\": \"d1db0013-6b3b-ee41-9ebf-0acc50735e9b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:02.9Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '120' content-type: - application/json date: - - Thu, 22 Jul 2021 19:15:45 GMT + - Tue, 27 Jul 2021 06:21:33 GMT expires: - '-1' pragma: @@ -298,20 +298,20 @@ interactions: - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb514742-4fde-480a-ae89-d8ce3761b9f2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1300dbd1-3b6b-41ee-9ebf-0acc50735e9b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"424751fb-de4f-0a48-ae89-d8ce3761b9f2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T19:14:14.7633333Z\"\n }" + string: "{\n \"name\": \"d1db0013-6b3b-ee41-9ebf-0acc50735e9b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:02.9Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '120' content-type: - application/json date: - - Thu, 22 Jul 2021 19:16:14 GMT + - Tue, 27 Jul 2021 06:22:03 GMT expires: - '-1' pragma: @@ -346,20 +346,20 @@ interactions: - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb514742-4fde-480a-ae89-d8ce3761b9f2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1300dbd1-3b6b-41ee-9ebf-0acc50735e9b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"424751fb-de4f-0a48-ae89-d8ce3761b9f2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T19:14:14.7633333Z\"\n }" + string: "{\n \"name\": \"d1db0013-6b3b-ee41-9ebf-0acc50735e9b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:02.9Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '120' content-type: - application/json date: - - Thu, 22 Jul 2021 19:16:44 GMT + - Tue, 27 Jul 2021 06:22:33 GMT expires: - '-1' pragma: @@ -394,20 +394,20 @@ interactions: - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb514742-4fde-480a-ae89-d8ce3761b9f2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1300dbd1-3b6b-41ee-9ebf-0acc50735e9b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"424751fb-de4f-0a48-ae89-d8ce3761b9f2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T19:14:14.7633333Z\"\n }" + string: "{\n \"name\": \"d1db0013-6b3b-ee41-9ebf-0acc50735e9b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:02.9Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '120' content-type: - application/json date: - - Thu, 22 Jul 2021 19:17:15 GMT + - Tue, 27 Jul 2021 06:23:03 GMT expires: - '-1' pragma: @@ -442,20 +442,20 @@ interactions: - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb514742-4fde-480a-ae89-d8ce3761b9f2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1300dbd1-3b6b-41ee-9ebf-0acc50735e9b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"424751fb-de4f-0a48-ae89-d8ce3761b9f2\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T19:14:14.7633333Z\"\n }" + string: "{\n \"name\": \"d1db0013-6b3b-ee41-9ebf-0acc50735e9b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:02.9Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '120' content-type: - application/json date: - - Thu, 22 Jul 2021 19:17:44 GMT + - Tue, 27 Jul 2021 06:23:33 GMT expires: - '-1' pragma: @@ -490,21 +490,21 @@ interactions: - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb514742-4fde-480a-ae89-d8ce3761b9f2?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1300dbd1-3b6b-41ee-9ebf-0acc50735e9b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"424751fb-de4f-0a48-ae89-d8ce3761b9f2\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-07-22T19:14:14.7633333Z\",\n \"endTime\": - \"2021-07-22T19:17:46.0331743Z\"\n }" + string: "{\n \"name\": \"d1db0013-6b3b-ee41-9ebf-0acc50735e9b\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:20:02.9Z\",\n \"endTime\": + \"2021-07-27T06:23:40.39994Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '162' content-type: - application/json date: - - Thu, 22 Jul 2021 19:18:15 GMT + - Tue, 27 Jul 2021 06:24:03 GMT expires: - '-1' pragma: @@ -546,9 +546,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestbqkgxci4l-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestbqkgxci4l-79a739-4e07d4ec.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestbqkgxci4l-79a739-4e07d4ec.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestrkdbiydyj-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestrkdbiydyj-79a739-8dc03140.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestrkdbiydyj-79a739-8dc03140.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -560,13 +560,13 @@ interactions: \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDTvSGQzrsV75ga46AU3nXIbkZjijQ2DBT+lyixTM0ZTXzqYveVVBReV0N5+zO4IkJN6sDAEb+9tUvlFJSjjBhxoMHtBj3jUi8FrDchfJE65tO3+lXFGwJeZuaGZTp2VGm7utXofIxlaOFfSRWwpe5xsOZlLi2QoMPGrbvKasaBez8Qv4PLXOUXu4YXYH4sDx+37UXCvNuOWg9fRZAZIat7vffUeWvYr9g5dV/6yhWB9IwRzBv2kvT1urubaXdAgyohDtywnMQGhZDerk9KFT+voUSAaOafjYnLGjajS6zKYIs/QfIHxnslgevmCMOBex2r+qm39FKNSw/F9Nggl2Zn\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/720193ef-9d38-4ae0-ac13-b48d244a29db\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/ec304099-56c8-4381-9321-f7e676355de2\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": @@ -585,7 +585,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 19:18:15 GMT + - Tue, 27 Jul 2021 06:24:04 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ingress_appgw_addon.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ingress_appgw_addon.yaml index 7a9cb63d89d..acbc342bd1f 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ingress_appgw_addon.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ingress_appgw_addon.yaml @@ -11,15 +11,15 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --enable-managed-identity --service-principal --client-secret - --generate-ssh-keys -a --appgw-subnet-cidr -o + - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-cidr + -o User-Agent: - - AZURECLI/2.24.2 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-06-10T04:34:39Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:23:26Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +28,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 10 Jun 2021 04:34:43 GMT + - Tue, 27 Jul 2021 06:23:27 GMT expires: - '-1' pragma: @@ -43,20 +43,20 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "", "dnsPrefix": - "cliakstest-clitestyrifwz6ih-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": - "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": - "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": - "Delete", "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": - false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", - "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\n"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001", - "secret":"fake-secret"}, "addonProfiles": {"ingressApplicationGateway": {"enabled": - true, "config": {"subnetCIDR": "10.2.0.0/16"}}}, "enableRBAC": true, "enablePodSecurityPolicy": - false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", - "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": - "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "standard"}, - "disableLocalAccounts": false}}' + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "", "dnsPrefix": "cliakstest-clitestwzlbrfhjw-79a739", "agentPoolProfiles": + [{"count": 3, "vmSize": "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", + "mode": "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", + "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": + false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], + "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, + "addonProfiles": {"ingressApplicationGateway": {"enabled": true, "config": {"subnetCIDR": + "10.2.0.0/16"}}}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": + {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", + "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": + "loadBalancer", "loadBalancerSku": "standard"}, "disableLocalAccounts": false}, + "location": "westus2"}' headers: Accept: - application/json @@ -67,18 +67,15 @@ interactions: Connection: - keep-alive Content-Length: - - '1504' + - '1409' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - - --resource-group --name --enable-managed-identity --service-principal --client-secret - --generate-ssh-keys -a --appgw-subnet-cidr -o + - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-cidr + -o User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.24.2 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: @@ -87,9 +84,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestyrifwz6ih-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestyrifwz6ih-79a739-0a0ef6cf.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestyrifwz6ih-79a739-0a0ef6cf.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestwzlbrfhjw-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestwzlbrfhjw-79a739-30cb7b3d.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestwzlbrfhjw-79a739-30cb7b3d.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -98,14 +95,13 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.05.19\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": - {\n \"ingressApplicationGateway\": {\n \"enabled\": true,\n \"config\": - {\n \"effectiveApplicationGatewayId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/applicationGateways/applicationgateway\",\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"addonProfiles\": {\n \"ingressApplicationGateway\": {\n \"enabled\": + true,\n \"config\": {\n \"effectiveApplicationGatewayId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/applicationGateways/applicationgateway\",\n \ \"subnetCIDR\": \"10.2.0.0/16\"\n }\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": @@ -114,19 +110,20 @@ interactions: \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"disableLocalAccounts\": - false\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n - \ }\n }" + false\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a0df9abd-3659-4191-bb85-d3487a39a9d3?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84d73666-511a-48a3-abc9-319216665f76?api-version=2016-03-30 cache-control: - no-cache content-length: - - '2962' + - '3063' content-type: - application/json date: - - Thu, 10 Jun 2021 04:34:54 GMT + - Tue, 27 Jul 2021 06:23:35 GMT expires: - '-1' pragma: @@ -138,7 +135,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 201 message: Created @@ -146,7 +143,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -154,18 +151,17 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --enable-managed-identity --service-principal --client-secret - --generate-ssh-keys -a --appgw-subnet-cidr -o + - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-cidr + -o User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.24.2 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a0df9abd-3659-4191-bb85-d3487a39a9d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84d73666-511a-48a3-abc9-319216665f76?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bd9adfa0-5936-9141-bb85-d3487a39a9d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-10T04:34:54.0433333Z\"\n }" + string: "{\n \"name\": \"6636d784-1a51-a348-abc9-319216665f76\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:23:35.8833333Z\"\n }" headers: cache-control: - no-cache @@ -174,7 +170,7 @@ interactions: content-type: - application/json date: - - Thu, 10 Jun 2021 04:35:26 GMT + - Tue, 27 Jul 2021 06:24:06 GMT expires: - '-1' pragma: @@ -196,7 +192,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -204,18 +200,17 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --enable-managed-identity --service-principal --client-secret - --generate-ssh-keys -a --appgw-subnet-cidr -o + - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-cidr + -o User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.24.2 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a0df9abd-3659-4191-bb85-d3487a39a9d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84d73666-511a-48a3-abc9-319216665f76?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bd9adfa0-5936-9141-bb85-d3487a39a9d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-10T04:34:54.0433333Z\"\n }" + string: "{\n \"name\": \"6636d784-1a51-a348-abc9-319216665f76\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:23:35.8833333Z\"\n }" headers: cache-control: - no-cache @@ -224,7 +219,7 @@ interactions: content-type: - application/json date: - - Thu, 10 Jun 2021 04:35:58 GMT + - Tue, 27 Jul 2021 06:24:35 GMT expires: - '-1' pragma: @@ -246,7 +241,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -254,18 +249,17 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --enable-managed-identity --service-principal --client-secret - --generate-ssh-keys -a --appgw-subnet-cidr -o + - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-cidr + -o User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.24.2 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a0df9abd-3659-4191-bb85-d3487a39a9d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84d73666-511a-48a3-abc9-319216665f76?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bd9adfa0-5936-9141-bb85-d3487a39a9d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-10T04:34:54.0433333Z\"\n }" + string: "{\n \"name\": \"6636d784-1a51-a348-abc9-319216665f76\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:23:35.8833333Z\"\n }" headers: cache-control: - no-cache @@ -274,7 +268,7 @@ interactions: content-type: - application/json date: - - Thu, 10 Jun 2021 04:36:29 GMT + - Tue, 27 Jul 2021 06:25:06 GMT expires: - '-1' pragma: @@ -296,7 +290,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -304,18 +298,17 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --enable-managed-identity --service-principal --client-secret - --generate-ssh-keys -a --appgw-subnet-cidr -o + - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-cidr + -o User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.24.2 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a0df9abd-3659-4191-bb85-d3487a39a9d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84d73666-511a-48a3-abc9-319216665f76?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bd9adfa0-5936-9141-bb85-d3487a39a9d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-10T04:34:54.0433333Z\"\n }" + string: "{\n \"name\": \"6636d784-1a51-a348-abc9-319216665f76\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:23:35.8833333Z\"\n }" headers: cache-control: - no-cache @@ -324,7 +317,7 @@ interactions: content-type: - application/json date: - - Thu, 10 Jun 2021 04:37:01 GMT + - Tue, 27 Jul 2021 06:25:36 GMT expires: - '-1' pragma: @@ -346,7 +339,56 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-cidr + -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84d73666-511a-48a3-abc9-319216665f76?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"6636d784-1a51-a348-abc9-319216665f76\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:23:35.8833333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:26:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -354,18 +396,17 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --enable-managed-identity --service-principal --client-secret - --generate-ssh-keys -a --appgw-subnet-cidr -o + - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-cidr + -o User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.24.2 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a0df9abd-3659-4191-bb85-d3487a39a9d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84d73666-511a-48a3-abc9-319216665f76?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bd9adfa0-5936-9141-bb85-d3487a39a9d3\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-10T04:34:54.0433333Z\"\n }" + string: "{\n \"name\": \"6636d784-1a51-a348-abc9-319216665f76\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:23:35.8833333Z\"\n }" headers: cache-control: - no-cache @@ -374,7 +415,7 @@ interactions: content-type: - application/json date: - - Thu, 10 Jun 2021 04:37:33 GMT + - Tue, 27 Jul 2021 06:26:36 GMT expires: - '-1' pragma: @@ -396,7 +437,56 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-cidr + -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84d73666-511a-48a3-abc9-319216665f76?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"6636d784-1a51-a348-abc9-319216665f76\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:23:35.8833333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:27:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -404,19 +494,18 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --enable-managed-identity --service-principal --client-secret - --generate-ssh-keys -a --appgw-subnet-cidr -o + - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-cidr + -o User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.24.2 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/a0df9abd-3659-4191-bb85-d3487a39a9d3?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/84d73666-511a-48a3-abc9-319216665f76?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"bd9adfa0-5936-9141-bb85-d3487a39a9d3\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-06-10T04:34:54.0433333Z\",\n \"endTime\": - \"2021-06-10T04:37:57.9956858Z\"\n }" + string: "{\n \"name\": \"6636d784-1a51-a348-abc9-319216665f76\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:23:35.8833333Z\",\n \"endTime\": + \"2021-07-27T06:27:28.7956948Z\"\n }" headers: cache-control: - no-cache @@ -425,7 +514,7 @@ interactions: content-type: - application/json date: - - Thu, 10 Jun 2021 04:38:04 GMT + - Tue, 27 Jul 2021 06:27:37 GMT expires: - '-1' pragma: @@ -447,7 +536,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -455,12 +544,11 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --enable-managed-identity --service-principal --client-secret - --generate-ssh-keys -a --appgw-subnet-cidr -o + - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-cidr + -o User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.24.2 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: @@ -469,9 +557,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestyrifwz6ih-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestyrifwz6ih-79a739-0a0ef6cf.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestyrifwz6ih-79a739-0a0ef6cf.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestwzlbrfhjw-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestwzlbrfhjw-79a739-30cb7b3d.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestwzlbrfhjw-79a739-30cb7b3d.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -480,34 +568,40 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.05.19\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": - {\n \"ingressApplicationGateway\": {\n \"enabled\": true,\n \"config\": - {\n \"effectiveApplicationGatewayId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/applicationGateways/applicationgateway\",\n - \ \"subnetCIDR\": \"10.2.0.0/16\"\n }\n }\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": - \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": - {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": - [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/1c95174c-07c1-4d7f-a09b-24f1aa2b801e\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"addonProfiles\": {\n \"ingressApplicationGateway\": {\n \"enabled\": + true,\n \"config\": {\n \"effectiveApplicationGatewayId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/applicationGateways/applicationgateway\",\n + \ \"subnetCIDR\": \"10.2.0.0/16\"\n },\n \"identity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ingressapplicationgateway-cliakstest000002\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/07d9fe78-db07-4cb0-8299-798702600a1e\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": - 100,\n \"disableLocalAccounts\": false\n },\n \"sku\": {\n \"name\": - \"Basic\",\n \"tier\": \"Free\"\n }\n }" + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '3230' + - '4106' content-type: - application/json date: - - Thu, 10 Jun 2021 04:38:06 GMT + - Tue, 27 Jul 2021 06:27:37 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ingress_appgw_addon_with_deprecated_subet_prefix.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ingress_appgw_addon_with_deprecated_subet_prefix.yaml index 97969aa6c31..c841b93a3a2 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ingress_appgw_addon_with_deprecated_subet_prefix.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ingress_appgw_addon_with_deprecated_subet_prefix.yaml @@ -14,12 +14,12 @@ interactions: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-prefix -o User-Agent: - - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-06-23T08:11:54Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:24:20Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -28,7 +28,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 23 Jun 2021 08:11:56 GMT + - Tue, 27 Jul 2021 06:24:22 GMT expires: - '-1' pragma: @@ -43,19 +43,20 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "", "dnsPrefix": - "cliakstest-cliteste2gjtkonk-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": - "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": - "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": - "Delete", "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": - false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", - "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\n"}]}}, "addonProfiles": {"ingressApplicationGateway": - {"enabled": true, "config": {"subnetCIDR": "10.2.0.0/16"}}}, "enableRBAC": true, - "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", - "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", - "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": - "standard"}, "disableLocalAccounts": false}, "identity": {"type": "SystemAssigned"}}' + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "", "dnsPrefix": "cliakstest-clitesttbrliqeor-79a739", "agentPoolProfiles": + [{"count": 3, "vmSize": "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", + "mode": "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", + "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": + false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], + "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, + "addonProfiles": {"ingressApplicationGateway": {"enabled": true, "config": {"subnetCIDR": + "10.2.0.0/16"}}}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": + {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", + "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": + "loadBalancer", "loadBalancerSku": "standard"}, "disableLocalAccounts": false}, + "location": "westus2"}' headers: Accept: - application/json @@ -66,18 +67,15 @@ interactions: Connection: - keep-alive Content-Length: - - '1415' + - '1409' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-prefix -o User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: @@ -86,9 +84,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-cliteste2gjtkonk-8ecadf\",\n - \ \"fqdn\": \"cliakstest-cliteste2gjtkonk-8ecadf-b12e3d23.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-cliteste2gjtkonk-8ecadf-b12e3d23.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitesttbrliqeor-79a739\",\n + \ \"fqdn\": \"cliakstest-clitesttbrliqeor-79a739-03c46b41.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesttbrliqeor-79a739-03c46b41.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -97,14 +95,13 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.02\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": - {\n \"ingressApplicationGateway\": {\n \"enabled\": true,\n \"config\": - {\n \"effectiveApplicationGatewayId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/applicationGateways/applicationgateway\",\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"addonProfiles\": {\n \"ingressApplicationGateway\": {\n \"enabled\": + true,\n \"config\": {\n \"effectiveApplicationGatewayId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/applicationGateways/applicationgateway\",\n \ \"subnetCIDR\": \"10.2.0.0/16\"\n }\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": @@ -118,15 +115,15 @@ interactions: {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4048f326-6c74-4c3d-86dc-cb376fc40103?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e4751051-0df3-418f-8b04-ce0fbb7a34d2?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3091' + - '3063' content-type: - application/json date: - - Wed, 23 Jun 2021 08:12:11 GMT + - Tue, 27 Jul 2021 06:24:30 GMT expires: - '-1' pragma: @@ -138,7 +135,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 201 message: Created @@ -146,107 +143,7 @@ interactions: body: null headers: Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aks create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-prefix - -o - User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4048f326-6c74-4c3d-86dc-cb376fc40103?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"26f34840-746c-3d4c-86dc-cb376fc40103\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:12:10.32Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '121' - content-type: - - application/json - date: - - Wed, 23 Jun 2021 08:12:42 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - 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: - - aks create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-prefix - -o - User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4048f326-6c74-4c3d-86dc-cb376fc40103?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"26f34840-746c-3d4c-86dc-cb376fc40103\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:12:10.32Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '121' - content-type: - - application/json - date: - - Wed, 23 Jun 2021 08:13:13 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - 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: @@ -257,24 +154,23 @@ interactions: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-prefix -o User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4048f326-6c74-4c3d-86dc-cb376fc40103?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e4751051-0df3-418f-8b04-ce0fbb7a34d2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"26f34840-746c-3d4c-86dc-cb376fc40103\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:12:10.32Z\"\n }" + string: "{\n \"name\": \"511075e4-f30d-8f41-8b04-ce0fbb7a34d2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:24:29.9533333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 23 Jun 2021 08:13:45 GMT + - Tue, 27 Jul 2021 06:24:59 GMT expires: - '-1' pragma: @@ -296,7 +192,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -307,24 +203,23 @@ interactions: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-prefix -o User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4048f326-6c74-4c3d-86dc-cb376fc40103?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e4751051-0df3-418f-8b04-ce0fbb7a34d2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"26f34840-746c-3d4c-86dc-cb376fc40103\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:12:10.32Z\"\n }" + string: "{\n \"name\": \"511075e4-f30d-8f41-8b04-ce0fbb7a34d2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:24:29.9533333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 23 Jun 2021 08:14:16 GMT + - Tue, 27 Jul 2021 06:25:30 GMT expires: - '-1' pragma: @@ -346,7 +241,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -357,24 +252,23 @@ interactions: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-prefix -o User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4048f326-6c74-4c3d-86dc-cb376fc40103?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e4751051-0df3-418f-8b04-ce0fbb7a34d2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"26f34840-746c-3d4c-86dc-cb376fc40103\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:12:10.32Z\"\n }" + string: "{\n \"name\": \"511075e4-f30d-8f41-8b04-ce0fbb7a34d2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:24:29.9533333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 23 Jun 2021 08:14:48 GMT + - Tue, 27 Jul 2021 06:26:00 GMT expires: - '-1' pragma: @@ -396,7 +290,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -407,24 +301,23 @@ interactions: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-prefix -o User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4048f326-6c74-4c3d-86dc-cb376fc40103?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e4751051-0df3-418f-8b04-ce0fbb7a34d2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"26f34840-746c-3d4c-86dc-cb376fc40103\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:12:10.32Z\"\n }" + string: "{\n \"name\": \"511075e4-f30d-8f41-8b04-ce0fbb7a34d2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:24:29.9533333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 23 Jun 2021 08:15:19 GMT + - Tue, 27 Jul 2021 06:26:30 GMT expires: - '-1' pragma: @@ -446,7 +339,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -457,24 +350,23 @@ interactions: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-prefix -o User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4048f326-6c74-4c3d-86dc-cb376fc40103?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e4751051-0df3-418f-8b04-ce0fbb7a34d2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"26f34840-746c-3d4c-86dc-cb376fc40103\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:12:10.32Z\"\n }" + string: "{\n \"name\": \"511075e4-f30d-8f41-8b04-ce0fbb7a34d2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:24:29.9533333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 23 Jun 2021 08:15:52 GMT + - Tue, 27 Jul 2021 06:27:00 GMT expires: - '-1' pragma: @@ -496,7 +388,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -507,24 +399,23 @@ interactions: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-prefix -o User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4048f326-6c74-4c3d-86dc-cb376fc40103?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e4751051-0df3-418f-8b04-ce0fbb7a34d2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"26f34840-746c-3d4c-86dc-cb376fc40103\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:12:10.32Z\"\n }" + string: "{\n \"name\": \"511075e4-f30d-8f41-8b04-ce0fbb7a34d2\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:24:29.9533333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 23 Jun 2021 08:16:23 GMT + - Tue, 27 Jul 2021 06:27:30 GMT expires: - '-1' pragma: @@ -546,7 +437,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -557,25 +448,24 @@ interactions: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-prefix -o User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4048f326-6c74-4c3d-86dc-cb376fc40103?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e4751051-0df3-418f-8b04-ce0fbb7a34d2?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"26f34840-746c-3d4c-86dc-cb376fc40103\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-06-23T08:12:10.32Z\",\n \"endTime\": - \"2021-06-23T08:16:50.1888844Z\"\n }" + string: "{\n \"name\": \"511075e4-f30d-8f41-8b04-ce0fbb7a34d2\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:24:29.9533333Z\",\n \"endTime\": + \"2021-07-27T06:27:58.1092483Z\"\n }" headers: cache-control: - no-cache content-length: - - '165' + - '170' content-type: - application/json date: - - Wed, 23 Jun 2021 08:16:54 GMT + - Tue, 27 Jul 2021 06:28:00 GMT expires: - '-1' pragma: @@ -597,7 +487,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -608,9 +498,8 @@ interactions: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a --appgw-subnet-prefix -o User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: @@ -619,9 +508,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-cliteste2gjtkonk-8ecadf\",\n - \ \"fqdn\": \"cliakstest-cliteste2gjtkonk-8ecadf-b12e3d23.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-cliteste2gjtkonk-8ecadf-b12e3d23.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitesttbrliqeor-79a739\",\n + \ \"fqdn\": \"cliakstest-clitesttbrliqeor-79a739-03c46b41.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesttbrliqeor-79a739-03c46b41.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -630,14 +519,13 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.02\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\": - {\n \"ingressApplicationGateway\": {\n \"enabled\": true,\n \"config\": - {\n \"effectiveApplicationGatewayId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/applicationGateways/applicationgateway\",\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"addonProfiles\": {\n \"ingressApplicationGateway\": {\n \"enabled\": + true,\n \"config\": {\n \"effectiveApplicationGatewayId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/applicationGateways/applicationgateway\",\n \ \"subnetCIDR\": \"10.2.0.0/16\"\n },\n \"identity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ingressapplicationgateway-cliakstest000002\",\n \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n @@ -645,7 +533,7 @@ interactions: \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/af52d7f5-09d8-43a7-95f1-7e1177c13d62\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/8ad916d1-2138-4109-a06c-53299e7fa916\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": @@ -660,11 +548,11 @@ interactions: cache-control: - no-cache content-length: - - '4134' + - '4106' content-type: - application/json date: - - Wed, 23 Jun 2021 08:16:56 GMT + - Tue, 27 Jul 2021 06:28:00 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_managed_disk.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_managed_disk.yaml index 6c2c1c54a3c..c9e33efc01a 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_managed_disk.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_managed_disk.yaml @@ -13,15 +13,12 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-resource/10.2.0 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2020-11-17T23:40:45Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:08:55Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -30,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 17 Nov 2020 23:40:49 GMT + - Tue, 27 Jul 2021 06:08:57 GMT expires: - '-1' pragma: @@ -45,11 +42,19 @@ interactions: code: 200 message: OK - request: - body: '{"availableToOtherTenants": false, "homepage": "http://b4235c.cliakstest-clitest3ibacm5ay-8ecadf.westus2.cloudapp.azure.com", - "passwordCredentials": [{"startDate": "2020-11-17T23:40:50.209751Z", "endDate": - "2025-11-17T23:40:50.209751Z", "keyId": "78da991a-67c9-4011-9c95-66651ad1def3", - "value": "ReplacedSPPassword123*"}], "displayName": "cliakstest000002", "identifierUris": - ["http://b4235c.cliakstest-clitest3ibacm5ay-8ecadf.westus2.cloudapp.azure.com"]}' + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "", "dnsPrefix": "cliakstest-clitestklmwmoppw-79a739", "agentPoolProfiles": + [{"count": 1, "vmSize": "Standard_DS2_v2", "osDiskType": "Managed", "osType": + "Linux", "type": "VirtualMachineScaleSets", "mode": "System", "enableNodePublicIP": + false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": + -1.0, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": + false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", + "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDfPZVTbWuvayayV1ss32Xn5D7xqj/d4BBxwXISWNsOCtR9/6dLL3ZJdfXMBVto9wu/oIVBQcimSeMxIbprPmnUWfdIgNTURwLAhNMHq27uPyNd6FWbbyw/PSieJni8DBbW5CJlbEvZjKrI0V8dD7eWeu672XkUt33gHRxLNrqDDUDSpCelx2exs5NYDxbwPVtSg/z3Fmyk0BCEs+s7/sQMu9vM0NN6rGJukU5SQL9pcKzvQc6L3c3izNAL/Ge4diUr3nihYff4qITU8d7YL0yKwWogQ+b2wops7+qxc7w9Nv3Nhr908bO2EoqrvGbUaL7eDqCSbPDe27C2w53gESXJ"}]}}, + "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": + {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", + "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": + "loadBalancer", "loadBalancerSku": "standard"}, "disableLocalAccounts": false}, + "location": "westus2"}' headers: Accept: - application/json @@ -60,301 +65,106 @@ interactions: Connection: - keep-alive Content-Length: - - '455' + - '1347' Content-Type: - - application/json; charset=utf-8 - ParameterSetName: - - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type - User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-graphrbac/0.60.0 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) - accept-language: - - en-US - method: POST - uri: https://graph.windows.net/00000000-0000-0000-0000-000000000000/applications?api-version=1.6 - response: - body: - string: '{"odata.metadata": "https://graph.windows.net/00000000-0000-0000-0000-000000000000/$metadata#directoryObjects/@Element", - "odata.type": "Microsoft.DirectoryServices.Application", "objectType": "Application", - "objectId": "4aaacd8c-bc91-4d25-bdc6-f9c45a65c90b", "deletionTimestamp": null, - "acceptMappedClaims": null, "addIns": [], "appId": "abaa1656-2cdd-4990-afca-d0d92d5667c1", - "applicationTemplateId": null, "appRoles": [], "availableToOtherTenants": - false, "displayName": "cliakstest000002", "errorUrl": null, "groupMembershipClaims": - null, "homepage": "http://b4235c.cliakstest-clitest3ibacm5ay-8ecadf.westus2.cloudapp.azure.com", - "identifierUris": ["http://b4235c.cliakstest-clitest3ibacm5ay-8ecadf.westus2.cloudapp.azure.com"], - "informationalUrls": {"termsOfService": null, "support": null, "privacy": - null, "marketing": null}, "isDeviceOnlyAuthSupported": null, "keyCredentials": - [], "knownClientApplications": [], "logoutUrl": null, "logo@odata.mediaEditLink": - "directoryObjects/4aaacd8c-bc91-4d25-bdc6-f9c45a65c90b/Microsoft.DirectoryServices.Application/logo", - "logo@odata.mediaContentType": "application/json;odata=minimalmetadata; charset=utf-8", - "logoUrl": null, "mainLogo@odata.mediaEditLink": "directoryObjects/4aaacd8c-bc91-4d25-bdc6-f9c45a65c90b/Microsoft.DirectoryServices.Application/mainLogo", - "oauth2AllowIdTokenImplicitFlow": true, "oauth2AllowImplicitFlow": false, - "oauth2AllowUrlPathMatching": false, "oauth2Permissions": [{"adminConsentDescription": - "Allow the application to access cliakstest000002 on behalf of the signed-in - user.", "adminConsentDisplayName": "Access cliakstest000002", "id": "1c8c9da8-157a-4200-92e7-6171bf5e3224", - "isEnabled": true, "type": "User", "userConsentDescription": "Allow the application - to access cliakstest000002 on your behalf.", "userConsentDisplayName": "Access - cliakstest000002", "value": "user_impersonation"}], "oauth2RequirePostResponse": - false, "optionalClaims": null, "orgRestrictions": [], "parentalControlSettings": - {"countriesBlockedForMinors": [], "legalAgeGroupRule": "Allow"}, "passwordCredentials": - [{"customKeyIdentifier": null, "endDate": "2025-11-17T23:40:50.209751Z", "keyId": - "78da991a-67c9-4011-9c95-66651ad1def3", "startDate": "2020-11-17T23:40:50.209751Z", - "value": "ReplacedSPPassword123*"}], "publicClient": null, "publisherDomain": - "microsoft.onmicrosoft.com", "recordConsentConditions": null, "replyUrls": - [], "requiredResourceAccess": [], "samlMetadataUrl": null, "signInAudience": - "AzureADMyOrg", "tokenEncryptionKeyId": null}' - headers: - access-control-allow-origin: - - '*' - cache-control: - - no-cache - content-length: - - '2375' - content-type: - - application/json; odata=minimalmetadata; streaming=true; charset=utf-8 - dataserviceversion: - - 3.0; - date: - - Tue, 17 Nov 2020 23:40:51 GMT - duration: - - '6847794' - expires: - - '-1' - location: - - https://graph.windows.net/00000000-0000-0000-0000-000000000000/directoryObjects/4aaacd8c-bc91-4d25-bdc6-f9c45a65c90b/Microsoft.DirectoryServices.Application - ocp-aad-diagnostics-server-name: - - NSNh3Nj4zOpZv/7BPIpALY9v8UlGuldFvmsP41oD7q8= - ocp-aad-session-key: - - 62GxxejDOClPdzF9rbWpKN5BVYLycUKioWwO6XryLdMPGVHl51a-US-WGxQgg0Nre6JWAoCkBkODiUdMzfQPTyS-9lVIZ5twenYpOT8AG0UPQM3wMdGp6YC1tkWep-5YKTgQ3yv5G-538aZe6VIoPmltdxgWl2dG_E3lWIkKMyM.q5qfk888e_m5SyDSOytcUoLhVHzmyXxVxNAs8e2dt5U - pragma: - - no-cache - request-id: - - a7eecf77-0272-43e1-9c08-d53073cd67fd - strict-transport-security: - - max-age=31536000; includeSubDomains - x-aspnet-version: - - 4.0.30319 - x-ms-dirapi-data-contract-version: - - '1.6' - x-ms-resource-unit: - - '1' - x-powered-by: - - ASP.NET - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aks create - Connection: - - keep-alive ParameterSetName: - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-graphrbac/0.60.0 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) - accept-language: - - en-US - method: GET - uri: https://graph.windows.net/00000000-0000-0000-0000-000000000000/applications?$filter=appId%20eq%20%27abaa1656-2cdd-4990-afca-d0d92d5667c1%27&api-version=1.6 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: '{"odata.metadata":"https://graph.windows.net/00000000-0000-0000-0000-000000000000/$metadata#directoryObjects","value":[{"odata.type":"Microsoft.DirectoryServices.Application","objectType":"Application","objectId":"4aaacd8c-bc91-4d25-bdc6-f9c45a65c90b","deletionTimestamp":null,"acceptMappedClaims":null,"addIns":[],"appId":"abaa1656-2cdd-4990-afca-d0d92d5667c1","applicationTemplateId":null,"appRoles":[],"availableToOtherTenants":false,"displayName":"cliakstest000002","errorUrl":null,"groupMembershipClaims":null,"homepage":"http://b4235c.cliakstest-clitest3ibacm5ay-8ecadf.westus2.cloudapp.azure.com","identifierUris":["http://b4235c.cliakstest-clitest3ibacm5ay-8ecadf.westus2.cloudapp.azure.com"],"informationalUrls":{"termsOfService":null,"support":null,"privacy":null,"marketing":null},"isDeviceOnlyAuthSupported":null,"keyCredentials":[],"knownClientApplications":[],"logoutUrl":null,"logo@odata.mediaEditLink":"directoryObjects/4aaacd8c-bc91-4d25-bdc6-f9c45a65c90b/Microsoft.DirectoryServices.Application/logo","logoUrl":null,"mainLogo@odata.mediaEditLink":"directoryObjects/4aaacd8c-bc91-4d25-bdc6-f9c45a65c90b/Microsoft.DirectoryServices.Application/mainLogo","oauth2AllowIdTokenImplicitFlow":true,"oauth2AllowImplicitFlow":false,"oauth2AllowUrlPathMatching":false,"oauth2Permissions":[{"adminConsentDescription":"Allow - the application to access cliakstest000002 on behalf of the signed-in user.","adminConsentDisplayName":"Access - cliakstest000002","id":"1c8c9da8-157a-4200-92e7-6171bf5e3224","isEnabled":true,"type":"User","userConsentDescription":"Allow - the application to access cliakstest000002 on your behalf.","userConsentDisplayName":"Access - cliakstest000002","value":"user_impersonation"}],"oauth2RequirePostResponse":false,"optionalClaims":null,"orgRestrictions":[],"parentalControlSettings":{"countriesBlockedForMinors":[],"legalAgeGroupRule":"Allow"},"passwordCredentials":[{"customKeyIdentifier":null,"endDate":"2025-11-17T23:40:50.209751Z","keyId":"78da991a-67c9-4011-9c95-66651ad1def3","startDate":"2020-11-17T23:40:50.209751Z","value":null}],"publicClient":null,"publisherDomain":"microsoft.onmicrosoft.com","recordConsentConditions":null,"replyUrls":[],"requiredResourceAccess":[],"samlMetadataUrl":null,"signInAudience":"AzureADMyOrg","tokenEncryptionKeyId":null}]}' + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestklmwmoppw-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestklmwmoppw-79a739-0ec2ccf6.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestklmwmoppw-79a739-0ec2ccf6.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQDfPZVTbWuvayayV1ss32Xn5D7xqj/d4BBxwXISWNsOCtR9/6dLL3ZJdfXMBVto9wu/oIVBQcimSeMxIbprPmnUWfdIgNTURwLAhNMHq27uPyNd6FWbbyw/PSieJni8DBbW5CJlbEvZjKrI0V8dD7eWeu672XkUt33gHRxLNrqDDUDSpCelx2exs5NYDxbwPVtSg/z3Fmyk0BCEs+s7/sQMu9vM0NN6rGJukU5SQL9pcKzvQc6L3c3izNAL/Ge4diUr3nihYff4qITU8d7YL0yKwWogQ+b2wops7+qxc7w9Nv3Nhr908bO2EoqrvGbUaL7eDqCSbPDe27C2w53gESXJ\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n }\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n \"type\": + \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: - access-control-allow-origin: - - '*' + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9320730b-ba5d-4303-b2a6-b40863d4977b?api-version=2016-03-30 cache-control: - no-cache content-length: - - '2292' + - '2692' content-type: - - application/json; odata=minimalmetadata; streaming=true; charset=utf-8 - dataserviceversion: - - 3.0; - date: - - Tue, 17 Nov 2020 23:40:52 GMT - duration: - - '561811' - expires: - - '-1' - ocp-aad-diagnostics-server-name: - - owTD5k1eFtVOgJ63d2vxuEJghWSMDc6QPB6TDpYF3XA= - ocp-aad-session-key: - - 0WLFMUdyaLo6w0qy3sg0I_g-croz3aPdBWcEmc5z69co7vHTp4Bu0mkVvmpx_5NIFQL5X49Y0on4E8UDk1NM9JW_-hLyg2-lZriytR-EhwPMHn-3JYmhnjru-oAlh2MiG-5fe4LGSLr-aDgbBNVBRLJvwvnNkGsNk-bsdtOE2i0.7efOCMQ28rqP3dOUAvaGoGgDW8znNsK6k2yLOlFCt-g - pragma: - - no-cache - request-id: - - 4d660192-2525-48e7-8960-3cccef0e6984 - strict-transport-security: - - max-age=31536000; includeSubDomains - x-aspnet-version: - - 4.0.30319 - x-ms-dirapi-data-contract-version: - - '1.6' - x-ms-resource-unit: - - '2' - x-powered-by: - - ASP.NET - status: - code: 200 - message: OK -- request: - body: '{"accountEnabled": "True", "appId": "abaa1656-2cdd-4990-afca-d0d92d5667c1"}' - headers: - Accept: - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aks create - Connection: - - keep-alive - Content-Length: - - '75' - Content-Type: - - application/json; charset=utf-8 - ParameterSetName: - - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type - User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-graphrbac/0.60.0 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) - accept-language: - - en-US - method: POST - uri: https://graph.windows.net/00000000-0000-0000-0000-000000000000/servicePrincipals?api-version=1.6 - response: - body: - string: '{"odata.metadata":"https://graph.windows.net/00000000-0000-0000-0000-000000000000/$metadata#directoryObjects/@Element","odata.type":"Microsoft.DirectoryServices.ServicePrincipal","objectType":"ServicePrincipal","objectId":"ba43db14-6fcb-466f-b33d-b12ed3c618fd","deletionTimestamp":null,"accountEnabled":true,"addIns":[],"alternativeNames":[],"appDisplayName":"cliakstest000002","appId":"abaa1656-2cdd-4990-afca-d0d92d5667c1","applicationTemplateId":null,"appOwnerTenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","appRoleAssignmentRequired":false,"appRoles":[],"displayName":"cliakstest000002","errorUrl":null,"homepage":"http://b4235c.cliakstest-clitest3ibacm5ay-8ecadf.westus2.cloudapp.azure.com","informationalUrls":{"termsOfService":null,"support":null,"privacy":null,"marketing":null},"keyCredentials":[],"logoutUrl":null,"notificationEmailAddresses":[],"oauth2Permissions":[{"adminConsentDescription":"Allow - the application to access cliakstest000002 on behalf of the signed-in user.","adminConsentDisplayName":"Access - cliakstest000002","id":"1c8c9da8-157a-4200-92e7-6171bf5e3224","isEnabled":true,"type":"User","userConsentDescription":"Allow - the application to access cliakstest000002 on your behalf.","userConsentDisplayName":"Access - cliakstest000002","value":"user_impersonation"}],"passwordCredentials":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyEndDateTime":null,"preferredTokenSigningKeyThumbprint":null,"publisherName":"Microsoft","replyUrls":[],"samlMetadataUrl":null,"samlSingleSignOnSettings":null,"servicePrincipalNames":["abaa1656-2cdd-4990-afca-d0d92d5667c1","http://b4235c.cliakstest-clitest3ibacm5ay-8ecadf.westus2.cloudapp.azure.com"],"servicePrincipalType":"Application","signInAudience":"AzureADMyOrg","tags":[],"tokenEncryptionKeyId":null}' - headers: - access-control-allow-origin: - - '*' - cache-control: - - no-cache - content-length: - - '1782' - content-type: - - application/json; odata=minimalmetadata; streaming=true; charset=utf-8 - dataserviceversion: - - 3.0; date: - - Tue, 17 Nov 2020 23:40:52 GMT - duration: - - '3557115' + - Tue, 27 Jul 2021 06:09:02 GMT expires: - '-1' - location: - - https://graph.windows.net/00000000-0000-0000-0000-000000000000/directoryObjects/ba43db14-6fcb-466f-b33d-b12ed3c618fd/Microsoft.DirectoryServices.ServicePrincipal - ocp-aad-diagnostics-server-name: - - hBrSXgYT6AiW34OnRqqllTrcBhIOEaEk4E+/a+pb/0s= - ocp-aad-session-key: - - 33xF_oXpwiNBzXzYHK5Rxek5n0SKr3b6faPx32400Jn1O1ak14Vv59ZmNt5KuOlWpmh804tD30kIsDKzJHNg_eRqb9Le_68UT6Hh6SNzf844ZIp4F78oRMJbX8eeBSq50QHFtcjL8YbnapheMXDBuYjcSwxygoYOlE4scpFsMiY.x3_bntUWJU27sjOEj2ndzJFokWDYrxMagMjR16pkF84 pragma: - no-cache - request-id: - - c8f5c137-9b78-4980-ba84-9cc307e4212b + server: + - nginx strict-transport-security: - max-age=31536000; includeSubDomains - x-aspnet-version: - - 4.0.30319 - x-ms-dirapi-data-contract-version: - - '1.6' - x-ms-resource-unit: - - '1' - x-powered-by: - - ASP.NET + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1199' status: code: 201 message: Created - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "", "dnsPrefix": - "cliakstest-clitest3ibacm5ay-8ecadf", "agentPoolProfiles": [{"count": 1, "vmSize": - "Standard_DS2_v2", "osDiskType": "Managed", "osType": "Linux", "type": "VirtualMachineScaleSets", - "mode": "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", - "scaleSetEvictionPolicy": "Delete", "name": "nodepool1"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8RYFQmmJUtXkLY/sWYAf7vBdonAjJucLSsmLV4KDnZ1sTKuRBAjLR1lWPiV5T/Y7NUZxQxDvg33cy/pDq6fhOFUJKpFbgTZ5vIXipTD0Od8VDqVnchM15afVky7nDDcykb05HHmYpffhBGgd0vHLT6ChZV49eR5CiknoZQKELpbZdb4jOnRbGtY9yFNoQtejv8ZYs/tXCoAMUXgm46iTSBD4Pee6PknA2Kusy/wEjCeZz3tTSKjD3nbcInO5JUN+EutMLbh137Wg4XdSpcY7pqxZ+wkdJ6Lb89R2/8h2aTs1/k4p3CVL3qbM/v2zAbB4EcNcCNjvgOuk4148sbaqP"}]}}, - "servicePrincipalProfile": {"clientId": "00000000-0000-0000-0000-000000000001", - "secret": "fake-secret"}, "addonProfiles": {}, "enableRBAC": true, - "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", - "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", - "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": - "standard"}}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - aks create Connection: - keep-alive - Content-Length: - - '1291' - Content-Type: - - application/json; charset=utf-8 ParameterSetName: - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) - accept-language: - - en-US - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9320730b-ba5d-4303-b2a6-b40863d4977b?api-version=2016-03-30 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.17.13\",\n \"dnsPrefix\"\ - : \"cliakstest-clitest3ibacm5ay-8ecadf\",\n \"fqdn\": \"cliakstest-clitest3ibacm5ay-8ecadf-4498f720.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"maxPods\": 110,\n \"\ - type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Creating\"\ - ,\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\"\ - : \"1.17.13\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\":\ - \ {},\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804-2021.01.06\"\n }\n ],\n \"linuxProfile\": {\n \ - \ \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\"\ - : [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8RYFQmmJUtXkLY/sWYAf7vBdonAjJucLSsmLV4KDnZ1sTKuRBAjLR1lWPiV5T/Y7NUZxQxDvg33cy/pDq6fhOFUJKpFbgTZ5vIXipTD0Od8VDqVnchM15afVky7nDDcykb05HHmYpffhBGgd0vHLT6ChZV49eR5CiknoZQKELpbZdb4jOnRbGtY9yFNoQtejv8ZYs/tXCoAMUXgm46iTSBD4Pee6PknA2Kusy/wEjCeZz3tTSKjD3nbcInO5JUN+EutMLbh137Wg4XdSpcY7pqxZ+wkdJ6Lb89R2/8h2aTs1/k4p3CVL3qbM/v2zAbB4EcNcCNjvgOuk4148sbaqP\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\": \"abaa1656-2cdd-4990-afca-d0d92d5667c1\"\n },\n \"addonProfiles\"\ - : {\n \"KubeDashboard\": {\n \"enabled\": true,\n \"config\": null\n\ - \ }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n }\n },\n \"podCidr\": \"10.244.0.0/16\"\ - ,\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\"\ - ,\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"\ - loadBalancer\"\n },\n \"maxAgentPools\": 100\n },\n \"sku\": {\n \"\ - name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"name\": \"0b732093-5dba-0343-b2a6-b40863d4977b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:02.6366666Z\"\n }" headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/536a518a-e8a9-4e20-87fd-5d350e5e9f2c?api-version=2016-03-30 cache-control: - no-cache content-length: - - '2368' + - '126' content-type: - application/json date: - - Tue, 17 Nov 2020 23:40:59 GMT + - Tue, 27 Jul 2021 06:09:32 GMT expires: - '-1' pragma: @@ -363,18 +173,20 @@ interactions: - nginx 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: 201 - message: Created + code: 200 + message: OK - request: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -384,14 +196,14 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/536a518a-e8a9-4e20-87fd-5d350e5e9f2c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9320730b-ba5d-4303-b2a6-b40863d4977b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8a516a53-a9e8-204e-87fd-5d350e5e9f2c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2020-11-17T23:40:59.0995418Z\"\n }" + string: "{\n \"name\": \"0b732093-5dba-0343-b2a6-b40863d4977b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:02.6366666Z\"\n }" headers: cache-control: - no-cache @@ -400,7 +212,7 @@ interactions: content-type: - application/json date: - - Tue, 17 Nov 2020 23:41:29 GMT + - Tue, 27 Jul 2021 06:10:03 GMT expires: - '-1' pragma: @@ -422,7 +234,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -432,14 +244,14 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/536a518a-e8a9-4e20-87fd-5d350e5e9f2c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9320730b-ba5d-4303-b2a6-b40863d4977b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8a516a53-a9e8-204e-87fd-5d350e5e9f2c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2020-11-17T23:40:59.0995418Z\"\n }" + string: "{\n \"name\": \"0b732093-5dba-0343-b2a6-b40863d4977b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:02.6366666Z\"\n }" headers: cache-control: - no-cache @@ -448,7 +260,7 @@ interactions: content-type: - application/json date: - - Tue, 17 Nov 2020 23:41:59 GMT + - Tue, 27 Jul 2021 06:10:33 GMT expires: - '-1' pragma: @@ -470,7 +282,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -480,14 +292,14 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/536a518a-e8a9-4e20-87fd-5d350e5e9f2c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9320730b-ba5d-4303-b2a6-b40863d4977b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8a516a53-a9e8-204e-87fd-5d350e5e9f2c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2020-11-17T23:40:59.0995418Z\"\n }" + string: "{\n \"name\": \"0b732093-5dba-0343-b2a6-b40863d4977b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:02.6366666Z\"\n }" headers: cache-control: - no-cache @@ -496,7 +308,7 @@ interactions: content-type: - application/json date: - - Tue, 17 Nov 2020 23:42:29 GMT + - Tue, 27 Jul 2021 06:11:03 GMT expires: - '-1' pragma: @@ -518,7 +330,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -528,14 +340,14 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/536a518a-e8a9-4e20-87fd-5d350e5e9f2c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9320730b-ba5d-4303-b2a6-b40863d4977b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8a516a53-a9e8-204e-87fd-5d350e5e9f2c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2020-11-17T23:40:59.0995418Z\"\n }" + string: "{\n \"name\": \"0b732093-5dba-0343-b2a6-b40863d4977b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:02.6366666Z\"\n }" headers: cache-control: - no-cache @@ -544,7 +356,7 @@ interactions: content-type: - application/json date: - - Tue, 17 Nov 2020 23:43:00 GMT + - Tue, 27 Jul 2021 06:11:33 GMT expires: - '-1' pragma: @@ -566,7 +378,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -576,14 +388,14 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/536a518a-e8a9-4e20-87fd-5d350e5e9f2c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9320730b-ba5d-4303-b2a6-b40863d4977b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8a516a53-a9e8-204e-87fd-5d350e5e9f2c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2020-11-17T23:40:59.0995418Z\"\n }" + string: "{\n \"name\": \"0b732093-5dba-0343-b2a6-b40863d4977b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:02.6366666Z\"\n }" headers: cache-control: - no-cache @@ -592,7 +404,7 @@ interactions: content-type: - application/json date: - - Tue, 17 Nov 2020 23:43:31 GMT + - Tue, 27 Jul 2021 06:12:03 GMT expires: - '-1' pragma: @@ -614,7 +426,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -624,15 +436,15 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/536a518a-e8a9-4e20-87fd-5d350e5e9f2c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9320730b-ba5d-4303-b2a6-b40863d4977b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8a516a53-a9e8-204e-87fd-5d350e5e9f2c\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2020-11-17T23:40:59.0995418Z\",\n \"\ - endTime\": \"2020-11-17T23:43:38.6095376Z\"\n }" + string: "{\n \"name\": \"0b732093-5dba-0343-b2a6-b40863d4977b\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:09:02.6366666Z\",\n \"endTime\": + \"2021-07-27T06:12:27.3048231Z\"\n }" headers: cache-control: - no-cache @@ -641,7 +453,7 @@ interactions: content-type: - application/json date: - - Tue, 17 Nov 2020 23:44:01 GMT + - Tue, 27 Jul 2021 06:12:33 GMT expires: - '-1' pragma: @@ -663,7 +475,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -673,51 +485,56 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys --vm-set-type -c --node-osdisk-type User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.17.13\",\n \"dnsPrefix\"\ - : \"cliakstest-clitest3ibacm5ay-8ecadf\",\n \"fqdn\": \"cliakstest-clitest3ibacm5ay-8ecadf-4498f720.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"maxPods\": 110,\n \"\ - type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\"\ - ,\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\"\ - : \"1.17.13\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\":\ - \ {},\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804-2021.01.06\"\n }\n ],\n \"linuxProfile\": {\n \ - \ \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\"\ - : [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8RYFQmmJUtXkLY/sWYAf7vBdonAjJucLSsmLV4KDnZ1sTKuRBAjLR1lWPiV5T/Y7NUZxQxDvg33cy/pDq6fhOFUJKpFbgTZ5vIXipTD0Od8VDqVnchM15afVky7nDDcykb05HHmYpffhBGgd0vHLT6ChZV49eR5CiknoZQKELpbZdb4jOnRbGtY9yFNoQtejv8ZYs/tXCoAMUXgm46iTSBD4Pee6PknA2Kusy/wEjCeZz3tTSKjD3nbcInO5JUN+EutMLbh137Wg4XdSpcY7pqxZ+wkdJ6Lb89R2/8h2aTs1/k4p3CVL3qbM/v2zAbB4EcNcCNjvgOuk4148sbaqP\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\": \"abaa1656-2cdd-4990-afca-d0d92d5667c1\"\n },\n \"addonProfiles\"\ - : {\n \"KubeDashboard\": {\n \"enabled\": true,\n \"config\": null\n\ - \ }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n \ - \ {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a43070aa-c7bd-4e42-8167-80228843f8c1\"\ - \n }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\"\ - : \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\"\ - : \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"\ - maxAgentPools\": 100\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\"\ - : \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestklmwmoppw-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestklmwmoppw-79a739-0ec2ccf6.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestklmwmoppw-79a739-0ec2ccf6.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQDfPZVTbWuvayayV1ss32Xn5D7xqj/d4BBxwXISWNsOCtR9/6dLL3ZJdfXMBVto9wu/oIVBQcimSeMxIbprPmnUWfdIgNTURwLAhNMHq27uPyNd6FWbbyw/PSieJni8DBbW5CJlbEvZjKrI0V8dD7eWeu672XkUt33gHRxLNrqDDUDSpCelx2exs5NYDxbwPVtSg/z3Fmyk0BCEs+s7/sQMu9vM0NN6rGJukU5SQL9pcKzvQc6L3c3izNAL/Ge4diUr3nihYff4qITU8d7YL0yKwWogQ+b2wops7+qxc7w9Nv3Nhr908bO2EoqrvGbUaL7eDqCSbPDe27C2w53gESXJ\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/49a7a98e-fd96-4e74-9529-833d2803f77f\"\n + \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '2636' + - '3355' content-type: - application/json date: - - Tue, 17 Nov 2020 23:44:01 GMT + - Tue, 27 Jul 2021 06:12:34 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_node_config.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_node_config.yaml index 3178b836b9d..ae7b132ee48 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_node_config.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_node_config.yaml @@ -16,7 +16,7 @@ interactions: User-Agent: - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-06-23T08:01:22Z"},"properties":{"provisioningState":"Succeeded"}}' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_openservicemesh_addon.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_openservicemesh_addon.yaml index 0e59d3f7800..a002a96a3df 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_openservicemesh_addon.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_openservicemesh_addon.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-06-23T08:06:00Z"},"properties":{"provisioningState":"Succeeded"}}' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ossku.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ossku.yaml index 30d097d99d0..e23c30bc428 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ossku.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_ossku.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-06-23T08:11:41Z"},"properties":{"provisioningState":"Succeeded"}}' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_pod_identity_enabled.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_pod_identity_enabled.yaml index d3c1ddd7290..923abcc40cf 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_pod_identity_enabled.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_pod_identity_enabled.yaml @@ -16,7 +16,7 @@ interactions: User-Agent: - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-06-23T08:07:30Z"},"properties":{"provisioningState":"Succeeded"}}' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_windows.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_windows.yaml index 1d14d757903..abefab1eae7 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_windows.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_create_with_windows.yaml @@ -15,12 +15,12 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin User-Agent: - - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-06-23T08:25:34Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:08:55Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -29,7 +29,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 23 Jun 2021 08:25:36 GMT + - Tue, 27 Jul 2021 06:08:57 GMT expires: - '-1' pragma: @@ -44,18 +44,17 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "", "dnsPrefix": - "cliaksdns000002", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", - "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": "System", "enableNodePublicIP": - false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "enableEncryptionAtHost": - false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], - "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\n"}]}}, "windowsProfile": {"adminUsername": "azureuser1", - "adminPassword": "replace-Password1234$"}, "addonProfiles": {}, "enableRBAC": - true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": - "azure", "outboundType": "loadBalancer", "loadBalancerSku": "standard"}, "disableLocalAccounts": - false}, "identity": {"type": "SystemAssigned"}}' + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": [{"count": 1, "vmSize": + "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": + "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": + "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": false, "enableUltraSSD": + false, "enableFIPS": false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, + "windowsProfile": {"adminUsername": "azureuser1", "adminPassword": "replace-Password1234$"}, + "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": + {"networkPlugin": "azure", "outboundType": "loadBalancer", "loadBalancerSku": + "standard"}, "disableLocalAccounts": false}, "location": "westus2"}' headers: Accept: - application/json @@ -66,19 +65,16 @@ interactions: Connection: - keep-alive Content-Length: - - '1277' + - '1271' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --generate-ssh-keys --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: @@ -87,8 +83,8 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-28bde36f.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-28bde36f.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-9c11c502.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-9c11c502.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": @@ -97,34 +93,34 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.02\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": - {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n - \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n - \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": - {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"standard\",\n - \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n }\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": - \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": - \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"disableLocalAccounts\": - false\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": + \"azureuser1\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"azure\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n }\n },\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n \"type\": + \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/98eb10cb-1080-45ce-a978-27646c0928a4?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8f22e9e1-925f-44eb-907f-9dd07acb16cc?api-version=2016-03-30 cache-control: - no-cache content-length: - - '2722' + - '2694' content-type: - application/json date: - - Wed, 23 Jun 2021 08:25:50 GMT + - Tue, 27 Jul 2021 06:09:05 GMT expires: - '-1' pragma: @@ -136,7 +132,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1199' status: code: 201 message: Created @@ -144,7 +140,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -156,24 +152,23 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/98eb10cb-1080-45ce-a978-27646c0928a4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8f22e9e1-925f-44eb-907f-9dd07acb16cc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cb10eb98-8010-ce45-a978-27646c0928a4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:25:50.2166666Z\"\n }" + string: "{\n \"name\": \"e1e9228f-5f92-eb44-907f-9dd07acb16cc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:05.53Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:26:22 GMT + - Tue, 27 Jul 2021 06:09:35 GMT expires: - '-1' pragma: @@ -195,7 +190,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -207,24 +202,23 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/98eb10cb-1080-45ce-a978-27646c0928a4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8f22e9e1-925f-44eb-907f-9dd07acb16cc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cb10eb98-8010-ce45-a978-27646c0928a4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:25:50.2166666Z\"\n }" + string: "{\n \"name\": \"e1e9228f-5f92-eb44-907f-9dd07acb16cc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:05.53Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:26:54 GMT + - Tue, 27 Jul 2021 06:10:06 GMT expires: - '-1' pragma: @@ -246,7 +240,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -258,24 +252,23 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/98eb10cb-1080-45ce-a978-27646c0928a4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8f22e9e1-925f-44eb-907f-9dd07acb16cc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cb10eb98-8010-ce45-a978-27646c0928a4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:25:50.2166666Z\"\n }" + string: "{\n \"name\": \"e1e9228f-5f92-eb44-907f-9dd07acb16cc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:05.53Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:27:25 GMT + - Tue, 27 Jul 2021 06:10:35 GMT expires: - '-1' pragma: @@ -297,7 +290,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -309,24 +302,23 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/98eb10cb-1080-45ce-a978-27646c0928a4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8f22e9e1-925f-44eb-907f-9dd07acb16cc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cb10eb98-8010-ce45-a978-27646c0928a4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:25:50.2166666Z\"\n }" + string: "{\n \"name\": \"e1e9228f-5f92-eb44-907f-9dd07acb16cc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:05.53Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:27:58 GMT + - Tue, 27 Jul 2021 06:11:06 GMT expires: - '-1' pragma: @@ -348,7 +340,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -360,24 +352,23 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/98eb10cb-1080-45ce-a978-27646c0928a4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8f22e9e1-925f-44eb-907f-9dd07acb16cc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cb10eb98-8010-ce45-a978-27646c0928a4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:25:50.2166666Z\"\n }" + string: "{\n \"name\": \"e1e9228f-5f92-eb44-907f-9dd07acb16cc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:05.53Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:28:29 GMT + - Tue, 27 Jul 2021 06:11:36 GMT expires: - '-1' pragma: @@ -399,7 +390,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -411,24 +402,23 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/98eb10cb-1080-45ce-a978-27646c0928a4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8f22e9e1-925f-44eb-907f-9dd07acb16cc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cb10eb98-8010-ce45-a978-27646c0928a4\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:25:50.2166666Z\"\n }" + string: "{\n \"name\": \"e1e9228f-5f92-eb44-907f-9dd07acb16cc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:05.53Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:29:01 GMT + - Tue, 27 Jul 2021 06:12:05 GMT expires: - '-1' pragma: @@ -450,7 +440,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -462,25 +452,23 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/98eb10cb-1080-45ce-a978-27646c0928a4?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8f22e9e1-925f-44eb-907f-9dd07acb16cc?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cb10eb98-8010-ce45-a978-27646c0928a4\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-06-23T08:25:50.2166666Z\",\n \"endTime\": - \"2021-06-23T08:29:11.2872911Z\"\n }" + string: "{\n \"name\": \"e1e9228f-5f92-eb44-907f-9dd07acb16cc\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:05.53Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '121' content-type: - application/json date: - - Wed, 23 Jun 2021 08:29:32 GMT + - Tue, 27 Jul 2021 06:12:36 GMT expires: - '-1' pragma: @@ -502,7 +490,58 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --dns-name-prefix --node-count --generate-ssh-keys + --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type + --network-plugin + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8f22e9e1-925f-44eb-907f-9dd07acb16cc?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"e1e9228f-5f92-eb44-907f-9dd07acb16cc\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:09:05.53Z\",\n \"endTime\": + \"2021-07-27T06:12:45.3462157Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '165' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:13:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -514,9 +553,8 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: @@ -525,8 +563,8 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-28bde36f.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-28bde36f.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-9c11c502.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-9c11c502.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": @@ -535,18 +573,18 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.02\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": - {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n - \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n - \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": - {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n - \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/d8901179-f410-4507-8bae-4e0321cf7a59\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": + \"azureuser1\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/bb3c7903-b32a-4bc0-922a-44b12e433fe8\"\n \ }\n ]\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": @@ -560,11 +598,11 @@ interactions: cache-control: - no-cache content-length: - - '3385' + - '3357' content-type: - application/json date: - - Wed, 23 Jun 2021 08:29:35 GMT + - Tue, 27 Jul 2021 06:13:06 GMT expires: - '-1' pragma: @@ -596,11 +634,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2021-05-01 response: @@ -614,7 +649,7 @@ interactions: \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.02\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \ \"enableFIPS\": false\n }\n }\n ]\n }" headers: cache-control: @@ -624,7 +659,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:29:37 GMT + - Tue, 27 Jul 2021 06:13:08 GMT expires: - '-1' pragma: @@ -644,8 +679,8 @@ interactions: message: OK - request: body: '{"properties": {"count": 1, "vmSize": "Standard_D2s_v3", "osType": "Windows", - "type": "VirtualMachineScaleSets", "mode": "User", "upgradeSettings": {}, "enableNodePublicIP": - false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "nodeTaints": + "mode": "User", "upgradeSettings": {}, "enableNodePublicIP": false, "scaleSetPriority": + "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false}}' headers: @@ -658,17 +693,14 @@ interactions: Connection: - keep-alive Content-Length: - - '345' + - '332' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2021-05-01 response: @@ -681,11 +713,11 @@ interactions: \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": - false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1971.210526\",\n + false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": \"AKSWindows-2019-17763.2061.210714\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ebe16362-bcca-4de5-952a-3953b58c320a?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f149b339-baa1-4e6e-93be-837ea1a32cd9?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -693,7 +725,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:29:42 GMT + - Tue, 27 Jul 2021 06:13:10 GMT expires: - '-1' pragma: @@ -705,7 +737,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1198' status: code: 201 message: Created @@ -713,7 +745,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -723,24 +755,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ebe16362-bcca-4de5-952a-3953b58c320a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f149b339-baa1-4e6e-93be-837ea1a32cd9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6263e1eb-cabc-e54d-952a-3953b58c320a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:29:42.19Z\"\n }" + string: "{\n \"name\": \"39b349f1-a1ba-6e4e-93be-837ea1a32cd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:10.7933333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 23 Jun 2021 08:30:13 GMT + - Tue, 27 Jul 2021 06:13:40 GMT expires: - '-1' pragma: @@ -762,7 +793,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -772,24 +803,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ebe16362-bcca-4de5-952a-3953b58c320a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f149b339-baa1-4e6e-93be-837ea1a32cd9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6263e1eb-cabc-e54d-952a-3953b58c320a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:29:42.19Z\"\n }" + string: "{\n \"name\": \"39b349f1-a1ba-6e4e-93be-837ea1a32cd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:10.7933333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 23 Jun 2021 08:30:45 GMT + - Tue, 27 Jul 2021 06:14:10 GMT expires: - '-1' pragma: @@ -811,7 +841,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -821,24 +851,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ebe16362-bcca-4de5-952a-3953b58c320a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f149b339-baa1-4e6e-93be-837ea1a32cd9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6263e1eb-cabc-e54d-952a-3953b58c320a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:29:42.19Z\"\n }" + string: "{\n \"name\": \"39b349f1-a1ba-6e4e-93be-837ea1a32cd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:10.7933333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 23 Jun 2021 08:31:16 GMT + - Tue, 27 Jul 2021 06:14:40 GMT expires: - '-1' pragma: @@ -860,7 +889,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -870,24 +899,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ebe16362-bcca-4de5-952a-3953b58c320a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f149b339-baa1-4e6e-93be-837ea1a32cd9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6263e1eb-cabc-e54d-952a-3953b58c320a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:29:42.19Z\"\n }" + string: "{\n \"name\": \"39b349f1-a1ba-6e4e-93be-837ea1a32cd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:10.7933333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 23 Jun 2021 08:31:47 GMT + - Tue, 27 Jul 2021 06:15:11 GMT expires: - '-1' pragma: @@ -909,7 +937,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -919,24 +947,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ebe16362-bcca-4de5-952a-3953b58c320a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f149b339-baa1-4e6e-93be-837ea1a32cd9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6263e1eb-cabc-e54d-952a-3953b58c320a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:29:42.19Z\"\n }" + string: "{\n \"name\": \"39b349f1-a1ba-6e4e-93be-837ea1a32cd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:10.7933333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 23 Jun 2021 08:32:20 GMT + - Tue, 27 Jul 2021 06:15:40 GMT expires: - '-1' pragma: @@ -958,7 +985,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -968,24 +995,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ebe16362-bcca-4de5-952a-3953b58c320a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f149b339-baa1-4e6e-93be-837ea1a32cd9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6263e1eb-cabc-e54d-952a-3953b58c320a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:29:42.19Z\"\n }" + string: "{\n \"name\": \"39b349f1-a1ba-6e4e-93be-837ea1a32cd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:10.7933333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 23 Jun 2021 08:32:51 GMT + - Tue, 27 Jul 2021 06:16:10 GMT expires: - '-1' pragma: @@ -1007,7 +1033,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1017,24 +1043,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ebe16362-bcca-4de5-952a-3953b58c320a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f149b339-baa1-4e6e-93be-837ea1a32cd9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6263e1eb-cabc-e54d-952a-3953b58c320a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:29:42.19Z\"\n }" + string: "{\n \"name\": \"39b349f1-a1ba-6e4e-93be-837ea1a32cd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:10.7933333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 23 Jun 2021 08:33:22 GMT + - Tue, 27 Jul 2021 06:16:41 GMT expires: - '-1' pragma: @@ -1056,7 +1081,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1066,24 +1091,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ebe16362-bcca-4de5-952a-3953b58c320a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f149b339-baa1-4e6e-93be-837ea1a32cd9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6263e1eb-cabc-e54d-952a-3953b58c320a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:29:42.19Z\"\n }" + string: "{\n \"name\": \"39b349f1-a1ba-6e4e-93be-837ea1a32cd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:10.7933333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 23 Jun 2021 08:33:54 GMT + - Tue, 27 Jul 2021 06:17:11 GMT expires: - '-1' pragma: @@ -1105,7 +1129,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1115,24 +1139,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ebe16362-bcca-4de5-952a-3953b58c320a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f149b339-baa1-4e6e-93be-837ea1a32cd9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6263e1eb-cabc-e54d-952a-3953b58c320a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:29:42.19Z\"\n }" + string: "{\n \"name\": \"39b349f1-a1ba-6e4e-93be-837ea1a32cd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:10.7933333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 23 Jun 2021 08:34:25 GMT + - Tue, 27 Jul 2021 06:17:41 GMT expires: - '-1' pragma: @@ -1154,7 +1177,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1164,24 +1187,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ebe16362-bcca-4de5-952a-3953b58c320a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f149b339-baa1-4e6e-93be-837ea1a32cd9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6263e1eb-cabc-e54d-952a-3953b58c320a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:29:42.19Z\"\n }" + string: "{\n \"name\": \"39b349f1-a1ba-6e4e-93be-837ea1a32cd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:10.7933333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 23 Jun 2021 08:34:57 GMT + - Tue, 27 Jul 2021 06:18:11 GMT expires: - '-1' pragma: @@ -1203,7 +1225,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1213,24 +1235,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ebe16362-bcca-4de5-952a-3953b58c320a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f149b339-baa1-4e6e-93be-837ea1a32cd9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6263e1eb-cabc-e54d-952a-3953b58c320a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:29:42.19Z\"\n }" + string: "{\n \"name\": \"39b349f1-a1ba-6e4e-93be-837ea1a32cd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:10.7933333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 23 Jun 2021 08:35:29 GMT + - Tue, 27 Jul 2021 06:18:42 GMT expires: - '-1' pragma: @@ -1252,7 +1273,55 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --os-type --node-count + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f149b339-baa1-4e6e-93be-837ea1a32cd9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"39b349f1-a1ba-6e4e-93be-837ea1a32cd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:10.7933333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:19:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -1262,25 +1331,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ebe16362-bcca-4de5-952a-3953b58c320a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f149b339-baa1-4e6e-93be-837ea1a32cd9?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6263e1eb-cabc-e54d-952a-3953b58c320a\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-06-23T08:29:42.19Z\",\n \"endTime\": - \"2021-06-23T08:35:47.7571041Z\"\n }" + string: "{\n \"name\": \"39b349f1-a1ba-6e4e-93be-837ea1a32cd9\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:10.7933333Z\"\n }" headers: cache-control: - no-cache content-length: - - '165' + - '126' content-type: - application/json date: - - Wed, 23 Jun 2021 08:36:01 GMT + - Tue, 27 Jul 2021 06:19:42 GMT expires: - '-1' pragma: @@ -1302,7 +1369,56 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --os-type --node-count + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f149b339-baa1-4e6e-93be-837ea1a32cd9?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"39b349f1-a1ba-6e4e-93be-837ea1a32cd9\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:13:10.7933333Z\",\n \"endTime\": + \"2021-07-27T06:20:03.6177321Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '170' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:20:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -1312,9 +1428,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2021-05-01 response: @@ -1327,7 +1442,7 @@ interactions: \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": - false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1971.210526\",\n + false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": \"AKSWindows-2019-17763.2061.210714\",\n \ \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n }" headers: cache-control: @@ -1337,7 +1452,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:36:04 GMT + - Tue, 27 Jul 2021 06:20:12 GMT expires: - '-1' pragma: @@ -1369,11 +1484,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: @@ -1382,8 +1494,8 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-28bde36f.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-28bde36f.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-9c11c502.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-9c11c502.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": @@ -1392,7 +1504,7 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.02\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ },\n {\n \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \ \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n @@ -1400,18 +1512,18 @@ interactions: \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": - \"AKSWindows-2019-17763.1971.210526\",\n \"upgradeSettings\": {},\n \"enableFIPS\": + \"AKSWindows-2019-17763.2061.210714\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": - {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n - \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n - \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": - {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n - \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/d8901179-f410-4507-8bae-4e0321cf7a59\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": + \"azureuser1\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/bb3c7903-b32a-4bc0-922a-44b12e433fe8\"\n \ }\n ]\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": @@ -1425,11 +1537,11 @@ interactions: cache-control: - no-cache content-length: - - '4012' + - '3984' content-type: - application/json date: - - Wed, 23 Jun 2021 08:36:05 GMT + - Tue, 27 Jul 2021 06:20:13 GMT expires: - '-1' pragma: @@ -1448,9 +1560,9 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "1.19.11", - "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": [{"count": 1, "vmSize": - "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "1.19.11", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": [{"count": 1, + "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "maxPods": 30, "osType": "Linux", "osSKU": "Ubuntu", "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.19.11", "enableNodePublicIP": false, "nodeLabels": {}, "enableEncryptionAtHost": false, "enableUltraSSD": false, @@ -1460,20 +1572,20 @@ interactions: "orchestratorVersion": "1.19.11", "upgradeSettings": {}, "enableNodePublicIP": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "name": "npwin"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": - {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\n"}]}}, "windowsProfile": {"adminUsername": "azureuser1", - "licenseType": "Windows_Server", "enableCSIProxy": true}, "servicePrincipalProfile": - {"clientId":"00000000-0000-0000-0000-000000000001"}, "nodeResourceGroup": "MC_clitest000001_cliakstest000001_westus2", - "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": + {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, + "windowsProfile": {"adminUsername": "azureuser1", "licenseType": "Windows_Server", + "enableCSIProxy": true}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, + "nodeResourceGroup": "MC_clitest000001_cliakstest000001_westus2", "enableRBAC": + true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "azure", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": {"count": 1}, "effectiveOutboundIPs": - [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/d8901179-f410-4507-8bae-4e0321cf7a59"}]}}, + [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/bb3c7903-b32a-4bc0-922a-44b12e433fe8"}]}}, "autoUpgradeProfile": {}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool", "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}, - "disableLocalAccounts": false}, "identity": {"type": "SystemAssigned"}, "sku": - {"name": "Basic", "tier": "Free"}}' + "disableLocalAccounts": false}, "location": "westus2", "sku": {"name": "Basic", + "tier": "Free"}}' headers: Accept: - application/json @@ -1484,17 +1596,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2689' + - '2661' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: @@ -1503,8 +1612,8 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-28bde36f.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-28bde36f.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-9c11c502.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-9c11c502.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": @@ -1513,7 +1622,7 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.02\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ },\n {\n \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \ \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n @@ -1521,18 +1630,18 @@ interactions: \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": - \"AKSWindows-2019-17763.1971.210526\",\n \"upgradeSettings\": {},\n \"enableFIPS\": + \"AKSWindows-2019-17763.2061.210714\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": - {\n \"adminUsername\": \"azureuser1\",\n \"licenseType\": \"Windows_Server\",\n - \ \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": + \"azureuser1\",\n \"licenseType\": \"Windows_Server\",\n \"enableCSIProxy\": + true\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/d8901179-f410-4507-8bae-4e0321cf7a59\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/bb3c7903-b32a-4bc0-922a-44b12e433fe8\"\n \ }\n ]\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": @@ -1544,15 +1653,15 @@ interactions: {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 cache-control: - no-cache content-length: - - '4046' + - '4018' content-type: - application/json date: - - Wed, 23 Jun 2021 08:36:13 GMT + - Tue, 27 Jul 2021 06:20:17 GMT expires: - '-1' pragma: @@ -1568,7 +1677,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1195' status: code: 200 message: OK @@ -1576,7 +1685,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1586,15 +1695,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -1603,7 +1711,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:36:45 GMT + - Tue, 27 Jul 2021 06:20:47 GMT expires: - '-1' pragma: @@ -1625,7 +1733,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1635,15 +1743,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -1652,7 +1759,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:37:17 GMT + - Tue, 27 Jul 2021 06:21:18 GMT expires: - '-1' pragma: @@ -1674,7 +1781,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1684,15 +1791,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -1701,7 +1807,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:37:49 GMT + - Tue, 27 Jul 2021 06:21:47 GMT expires: - '-1' pragma: @@ -1723,7 +1829,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1733,15 +1839,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -1750,7 +1855,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:38:21 GMT + - Tue, 27 Jul 2021 06:22:18 GMT expires: - '-1' pragma: @@ -1772,7 +1877,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1782,15 +1887,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -1799,7 +1903,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:38:53 GMT + - Tue, 27 Jul 2021 06:22:47 GMT expires: - '-1' pragma: @@ -1821,7 +1925,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1831,15 +1935,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -1848,7 +1951,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:39:24 GMT + - Tue, 27 Jul 2021 06:23:18 GMT expires: - '-1' pragma: @@ -1870,7 +1973,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1880,15 +1983,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -1897,7 +1999,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:39:56 GMT + - Tue, 27 Jul 2021 06:23:48 GMT expires: - '-1' pragma: @@ -1919,7 +2021,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1929,15 +2031,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -1946,7 +2047,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:40:27 GMT + - Tue, 27 Jul 2021 06:24:18 GMT expires: - '-1' pragma: @@ -1968,7 +2069,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1978,15 +2079,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -1995,7 +2095,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:41:00 GMT + - Tue, 27 Jul 2021 06:24:49 GMT expires: - '-1' pragma: @@ -2017,7 +2117,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2027,15 +2127,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -2044,7 +2143,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:41:32 GMT + - Tue, 27 Jul 2021 06:25:18 GMT expires: - '-1' pragma: @@ -2066,7 +2165,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2076,15 +2175,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -2093,7 +2191,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:42:03 GMT + - Tue, 27 Jul 2021 06:25:48 GMT expires: - '-1' pragma: @@ -2115,7 +2213,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2125,15 +2223,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -2142,7 +2239,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:42:34 GMT + - Tue, 27 Jul 2021 06:26:19 GMT expires: - '-1' pragma: @@ -2164,7 +2261,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2174,15 +2271,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -2191,7 +2287,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:43:07 GMT + - Tue, 27 Jul 2021 06:26:48 GMT expires: - '-1' pragma: @@ -2213,7 +2309,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2223,15 +2319,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -2240,7 +2335,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:43:39 GMT + - Tue, 27 Jul 2021 06:27:19 GMT expires: - '-1' pragma: @@ -2262,7 +2357,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2272,15 +2367,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -2289,7 +2383,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:44:10 GMT + - Tue, 27 Jul 2021 06:27:48 GMT expires: - '-1' pragma: @@ -2311,7 +2405,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2321,15 +2415,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -2338,7 +2431,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:44:41 GMT + - Tue, 27 Jul 2021 06:28:19 GMT expires: - '-1' pragma: @@ -2360,7 +2453,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2370,15 +2463,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -2387,7 +2479,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:45:13 GMT + - Tue, 27 Jul 2021 06:28:49 GMT expires: - '-1' pragma: @@ -2409,7 +2501,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2419,15 +2511,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -2436,7 +2527,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:45:45 GMT + - Tue, 27 Jul 2021 06:29:19 GMT expires: - '-1' pragma: @@ -2458,7 +2549,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2468,15 +2559,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -2485,7 +2575,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:46:16 GMT + - Tue, 27 Jul 2021 06:29:49 GMT expires: - '-1' pragma: @@ -2507,7 +2597,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2517,15 +2607,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -2534,7 +2623,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:46:48 GMT + - Tue, 27 Jul 2021 06:30:19 GMT expires: - '-1' pragma: @@ -2556,7 +2645,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2566,15 +2655,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -2583,7 +2671,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:47:20 GMT + - Tue, 27 Jul 2021 06:30:49 GMT expires: - '-1' pragma: @@ -2605,7 +2693,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2615,15 +2703,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -2632,7 +2719,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:47:51 GMT + - Tue, 27 Jul 2021 06:31:20 GMT expires: - '-1' pragma: @@ -2654,7 +2741,55 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-ahub + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:31:50 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -2664,15 +2799,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -2681,7 +2815,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:48:23 GMT + - Tue, 27 Jul 2021 06:32:20 GMT expires: - '-1' pragma: @@ -2703,7 +2837,55 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-ahub + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:32:50 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -2713,15 +2895,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -2730,7 +2911,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:48:54 GMT + - Tue, 27 Jul 2021 06:33:20 GMT expires: - '-1' pragma: @@ -2752,7 +2933,55 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-ahub + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:33:50 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -2762,15 +2991,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -2779,7 +3007,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:49:26 GMT + - Tue, 27 Jul 2021 06:34:20 GMT expires: - '-1' pragma: @@ -2801,7 +3029,55 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-ahub + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:34:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -2811,15 +3087,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -2828,7 +3103,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:49:57 GMT + - Tue, 27 Jul 2021 06:35:20 GMT expires: - '-1' pragma: @@ -2850,7 +3125,55 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-ahub + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:35:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -2860,15 +3183,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" headers: cache-control: - no-cache @@ -2877,7 +3199,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:50:30 GMT + - Tue, 27 Jul 2021 06:36:20 GMT expires: - '-1' pragma: @@ -2899,7 +3221,55 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-ahub + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:36:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -2909,16 +3279,15 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5efd28c7-7f58-4fde-9086-229ec1e50c09?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54f1a681-6b5a-4b7f-b842-2c4a3af8665a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"c728fd5e-587f-de4f-9086-229ec1e50c09\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-06-23T08:36:12.2833333Z\",\n \"endTime\": - \"2021-06-23T08:50:40.0850852Z\"\n }" + string: "{\n \"name\": \"81a6f154-5a6b-7f4b-b842-2c4a3af8665a\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:20:16.7733333Z\",\n \"endTime\": + \"2021-07-27T06:37:21.2159754Z\"\n }" headers: cache-control: - no-cache @@ -2927,7 +3296,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:51:02 GMT + - Tue, 27 Jul 2021 06:37:21 GMT expires: - '-1' pragma: @@ -2949,7 +3318,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2959,9 +3328,8 @@ interactions: ParameterSetName: - --resource-group --name --enable-ahub User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: @@ -2970,8 +3338,8 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-28bde36f.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-28bde36f.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-9c11c502.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-9c11c502.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": @@ -2980,7 +3348,7 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.02\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ },\n {\n \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \ \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n @@ -2988,18 +3356,18 @@ interactions: \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": - \"AKSWindows-2019-17763.1971.210526\",\n \"upgradeSettings\": {},\n \"enableFIPS\": + \"AKSWindows-2019-17763.2061.210714\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": - {\n \"adminUsername\": \"azureuser1\",\n \"licenseType\": \"Windows_Server\",\n - \ \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": + \"azureuser1\",\n \"licenseType\": \"Windows_Server\",\n \"enableCSIProxy\": + true\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/d8901179-f410-4507-8bae-4e0321cf7a59\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/bb3c7903-b32a-4bc0-922a-44b12e433fe8\"\n \ }\n ]\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": @@ -3013,11 +3381,11 @@ interactions: cache-control: - no-cache content-length: - - '4049' + - '4021' content-type: - application/json date: - - Wed, 23 Jun 2021 08:51:03 GMT + - Tue, 27 Jul 2021 06:37:21 GMT expires: - '-1' pragma: @@ -3049,11 +3417,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --no-wait User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2021-05-01 response: @@ -3067,7 +3432,7 @@ interactions: \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.02\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \ \"enableFIPS\": false\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n \ \"name\": \"npwin\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n @@ -3077,7 +3442,7 @@ interactions: \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \ \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": - \"AKSWindows-2019-17763.1971.210526\",\n \"upgradeSettings\": {},\n \"enableFIPS\": + \"AKSWindows-2019-17763.2061.210714\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n }\n ]\n }" headers: cache-control: @@ -3087,7 +3452,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:51:05 GMT + - Tue, 27 Jul 2021 06:37:23 GMT expires: - '-1' pragma: @@ -3121,11 +3486,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --no-wait User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2021-05-01 response: @@ -3133,17 +3495,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/eba16491-81e8-4360-affb-7d8128d4ffc1?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/76e6e584-7883-46ca-8de7-04a7d783f13b?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Wed, 23 Jun 2021 08:51:07 GMT + - Tue, 27 Jul 2021 06:37:23 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/eba16491-81e8-4360-affb-7d8128d4ffc1?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/76e6e584-7883-46ca-8de7-04a7d783f13b?api-version=2016-03-30 pragma: - no-cache server: @@ -3153,7 +3515,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14997' status: code: 202 message: Accepted @@ -3173,8 +3535,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.25.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: @@ -3182,17 +3544,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5579b3e5-c035-4058-916d-95a27818a804?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8a37c0e2-1ee3-4d2d-abfc-2639d8fb77c6?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Wed, 23 Jun 2021 08:51:11 GMT + - Tue, 27 Jul 2021 06:37:25 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/5579b3e5-c035-4058-916d-95a27818a804?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/8a37c0e2-1ee3-4d2d-abfc-2639d8fb77c6?api-version=2016-03-30 pragma: - no-cache server: @@ -3202,7 +3564,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14997' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addon_openservicemesh.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addon_openservicemesh.yaml index 93ace2ca950..e116a3e4a51 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addon_openservicemesh.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addon_openservicemesh.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-06-23T08:06:00Z"},"properties":{"provisioningState":"Succeeded"}}' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addons_confcom_addon.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addons_confcom_addon.yaml index f31a4461797..69a61dc910f 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addons_confcom_addon.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_disable_addons_confcom_addon.yaml @@ -13,15 +13,12 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-resource/12.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-02-06T00:10:00Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:18:11Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -30,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 Feb 2021 00:10:02 GMT + - Tue, 27 Jul 2021 06:18:13 GMT expires: - '-1' pragma: @@ -45,17 +42,20 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "", "dnsPrefix": - "cliakstest-clitest5bz3lj2o3-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": - "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": - "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": - "Delete", "enableEncryptionAtHost": false, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWxDOAMPBNO/G5aCm7dLf0e7IqGiG/qlTfRBLZEQN5oinPUzeAr5I+NQhPjmI+D98WWYZIdGBLsFjfBv6rto+MGGhussfzRCbkMUNOIbWm3FcO2pBxtI/vu2QtrgScS75mo80/VAU7dGFUXUKUL31YfnM2iVikQmSXKWrXET5SxjE358YtFuZCfKplf/9YVkozaJBkcbp6rk9Jk/INq1BunvRj8rBLPuMIr4QO7NIZcKJesYzOu0SjMAa+2AGSM36V8EGvhLxnbvqDOkkkH/UPsjWIMzI/91hdVhRzM6WkmF/UvDmsnVcFN8nDseykFhAS1/wCHZzbDkvE+yXi8Gmz"}]}}, + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "", "dnsPrefix": "cliakstest-clitestvhvs4eez2-79a739", "agentPoolProfiles": + [{"count": 3, "vmSize": "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", + "mode": "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", + "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": + false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], + "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, "addonProfiles": {"ACCSGXDevicePlugin": {"enabled": true, "config": {"ACCSGXQuoteHelperEnabled": "false"}}}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": - "loadBalancer", "loadBalancerSku": "standard"}}, "identity": {"type": "SystemAssigned"}}' + "loadBalancer", "loadBalancerSku": "standard"}, "disableLocalAccounts": false}, + "location": "westus2"}' headers: Accept: - application/json @@ -66,687 +66,62 @@ interactions: Connection: - keep-alive Content-Length: - - '1311' + - '1410' Content-Type: - - application/json; charset=utf-8 - ParameterSetName: - - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o - User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - accept-language: - - en-US - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 - response: - body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.18.14\",\n \"dnsPrefix\"\ - : \"cliakstest-clitest5bz3lj2o3-8ecadf\",\n \"fqdn\": \"cliakstest-clitest5bz3lj2o3-8ecadf-8e83120c.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"\ - code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\",\n\ - \ \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"mode\"\ - : \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\": \"\ - Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804-2021.01.06\"\n }\n\ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAABAQDWxDOAMPBNO/G5aCm7dLf0e7IqGiG/qlTfRBLZEQN5oinPUzeAr5I+NQhPjmI+D98WWYZIdGBLsFjfBv6rto+MGGhussfzRCbkMUNOIbWm3FcO2pBxtI/vu2QtrgScS75mo80/VAU7dGFUXUKUL31YfnM2iVikQmSXKWrXET5SxjE358YtFuZCfKplf/9YVkozaJBkcbp6rk9Jk/INq1BunvRj8rBLPuMIr4QO7NIZcKJesYzOu0SjMAa+2AGSM36V8EGvhLxnbvqDOkkkH/UPsjWIMzI/91hdVhRzM6WkmF/UvDmsnVcFN8nDseykFhAS1/wCHZzbDkvE+yXi8Gmz\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\"\ - : {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\"\ - : {\n \"ACCSGXQuoteHelperEnabled\": \"false\"\n }\n },\n \"\ - KubeDashboard\": {\n \"enabled\": false,\n \"config\": null\n }\n\ - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n }\n },\n \"podCidr\": \"10.244.0.0/16\"\ - ,\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\"\ - ,\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"\ - loadBalancer\"\n },\n \"maxAgentPools\": 100\n },\n \"identity\": {\n\ - \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f6f0036c-dd9e-4626-9850-c9d3bfa53962?api-version=2016-03-30 - cache-control: - - no-cache - content-length: - - '2689' - content-type: - - application/json - date: - - Sat, 06 Feb 2021 00:10:40 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - 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: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aks create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o - User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f6f0036c-dd9e-4626-9850-c9d3bfa53962?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"6c03f0f6-9edd-2646-9850-c9d3bfa53962\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:10:40.8255229Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Sat, 06 Feb 2021 00:11:11 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - 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: - - aks create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o - User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f6f0036c-dd9e-4626-9850-c9d3bfa53962?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"6c03f0f6-9edd-2646-9850-c9d3bfa53962\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:10:40.8255229Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Sat, 06 Feb 2021 00:11:42 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - 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: - - aks create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o - User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f6f0036c-dd9e-4626-9850-c9d3bfa53962?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"6c03f0f6-9edd-2646-9850-c9d3bfa53962\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:10:40.8255229Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Sat, 06 Feb 2021 00:12:11 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - 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: - - aks create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o - User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f6f0036c-dd9e-4626-9850-c9d3bfa53962?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"6c03f0f6-9edd-2646-9850-c9d3bfa53962\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:10:40.8255229Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Sat, 06 Feb 2021 00:12:42 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - 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: - - aks create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o - User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f6f0036c-dd9e-4626-9850-c9d3bfa53962?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"6c03f0f6-9edd-2646-9850-c9d3bfa53962\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:10:40.8255229Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Sat, 06 Feb 2021 00:13:12 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - 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: - - aks create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o - User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f6f0036c-dd9e-4626-9850-c9d3bfa53962?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"6c03f0f6-9edd-2646-9850-c9d3bfa53962\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:10:40.8255229Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Sat, 06 Feb 2021 00:13:43 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - 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: - - aks create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o - User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f6f0036c-dd9e-4626-9850-c9d3bfa53962?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"6c03f0f6-9edd-2646-9850-c9d3bfa53962\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:10:40.8255229Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Sat, 06 Feb 2021 00:14:13 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - 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: - - aks create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o - User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f6f0036c-dd9e-4626-9850-c9d3bfa53962?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"6c03f0f6-9edd-2646-9850-c9d3bfa53962\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:10:40.8255229Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Sat, 06 Feb 2021 00:14:44 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - 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: - - aks create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o - User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f6f0036c-dd9e-4626-9850-c9d3bfa53962?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"6c03f0f6-9edd-2646-9850-c9d3bfa53962\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:10:40.8255229Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Sat, 06 Feb 2021 00:15:14 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - 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: - - aks create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o - User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f6f0036c-dd9e-4626-9850-c9d3bfa53962?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"6c03f0f6-9edd-2646-9850-c9d3bfa53962\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:10:40.8255229Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Sat, 06 Feb 2021 00:15:44 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - 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: - - aks create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o - User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f6f0036c-dd9e-4626-9850-c9d3bfa53962?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"6c03f0f6-9edd-2646-9850-c9d3bfa53962\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:10:40.8255229Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Sat, 06 Feb 2021 00:16:15 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - 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: - - aks create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o - User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f6f0036c-dd9e-4626-9850-c9d3bfa53962?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"6c03f0f6-9edd-2646-9850-c9d3bfa53962\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:10:40.8255229Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - application/json - date: - - Sat, 06 Feb 2021 00:16:45 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - 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: - - aks create - Connection: - - keep-alive ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f6f0036c-dd9e-4626-9850-c9d3bfa53962?api-version=2016-03-30 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"name\": \"6c03f0f6-9edd-2646-9850-c9d3bfa53962\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:10:40.8255229Z\"\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestvhvs4eez2-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestvhvs4eez2-79a739-32a02c1e.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestvhvs4eez2-79a739-32a02c1e.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": + true,\n \"config\": {\n \"ACCSGXQuoteHelperEnabled\": \"false\"\n + \ }\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n }\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n \"type\": + \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/02a8327a-6b10-4b1a-8ee3-361f68e6b153?api-version=2016-03-30 cache-control: - no-cache content-length: - - '126' + - '2842' content-type: - application/json date: - - Sat, 06 Feb 2021 00:17:14 GMT + - Tue, 27 Jul 2021 06:18:17 GMT expires: - '-1' pragma: @@ -755,20 +130,18 @@ interactions: - nginx 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 + code: 201 + message: Created - request: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -778,23 +151,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f6f0036c-dd9e-4626-9850-c9d3bfa53962?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/02a8327a-6b10-4b1a-8ee3-361f68e6b153?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6c03f0f6-9edd-2646-9850-c9d3bfa53962\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:10:40.8255229Z\"\n }" + string: "{\n \"name\": \"7a32a802-106b-1a4b-8ee3-361f68e6b153\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:18:17.67Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Sat, 06 Feb 2021 00:17:45 GMT + - Tue, 27 Jul 2021 06:18:47 GMT expires: - '-1' pragma: @@ -816,7 +189,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -826,23 +199,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f6f0036c-dd9e-4626-9850-c9d3bfa53962?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/02a8327a-6b10-4b1a-8ee3-361f68e6b153?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6c03f0f6-9edd-2646-9850-c9d3bfa53962\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:10:40.8255229Z\"\n }" + string: "{\n \"name\": \"7a32a802-106b-1a4b-8ee3-361f68e6b153\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:18:17.67Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Sat, 06 Feb 2021 00:18:16 GMT + - Tue, 27 Jul 2021 06:19:18 GMT expires: - '-1' pragma: @@ -864,7 +237,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -874,23 +247,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f6f0036c-dd9e-4626-9850-c9d3bfa53962?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/02a8327a-6b10-4b1a-8ee3-361f68e6b153?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6c03f0f6-9edd-2646-9850-c9d3bfa53962\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:10:40.8255229Z\"\n }" + string: "{\n \"name\": \"7a32a802-106b-1a4b-8ee3-361f68e6b153\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:18:17.67Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Sat, 06 Feb 2021 00:18:46 GMT + - Tue, 27 Jul 2021 06:19:47 GMT expires: - '-1' pragma: @@ -912,7 +285,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -922,23 +295,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f6f0036c-dd9e-4626-9850-c9d3bfa53962?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/02a8327a-6b10-4b1a-8ee3-361f68e6b153?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6c03f0f6-9edd-2646-9850-c9d3bfa53962\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:10:40.8255229Z\"\n }" + string: "{\n \"name\": \"7a32a802-106b-1a4b-8ee3-361f68e6b153\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:18:17.67Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Sat, 06 Feb 2021 00:19:17 GMT + - Tue, 27 Jul 2021 06:20:18 GMT expires: - '-1' pragma: @@ -960,7 +333,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -970,23 +343,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f6f0036c-dd9e-4626-9850-c9d3bfa53962?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/02a8327a-6b10-4b1a-8ee3-361f68e6b153?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6c03f0f6-9edd-2646-9850-c9d3bfa53962\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:10:40.8255229Z\"\n }" + string: "{\n \"name\": \"7a32a802-106b-1a4b-8ee3-361f68e6b153\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:18:17.67Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Sat, 06 Feb 2021 00:19:48 GMT + - Tue, 27 Jul 2021 06:20:48 GMT expires: - '-1' pragma: @@ -1008,7 +381,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1018,23 +391,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f6f0036c-dd9e-4626-9850-c9d3bfa53962?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/02a8327a-6b10-4b1a-8ee3-361f68e6b153?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6c03f0f6-9edd-2646-9850-c9d3bfa53962\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:10:40.8255229Z\"\n }" + string: "{\n \"name\": \"7a32a802-106b-1a4b-8ee3-361f68e6b153\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:18:17.67Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Sat, 06 Feb 2021 00:20:17 GMT + - Tue, 27 Jul 2021 06:21:18 GMT expires: - '-1' pragma: @@ -1056,7 +429,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1066,24 +439,24 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f6f0036c-dd9e-4626-9850-c9d3bfa53962?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/02a8327a-6b10-4b1a-8ee3-361f68e6b153?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"6c03f0f6-9edd-2646-9850-c9d3bfa53962\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2021-02-06T00:10:40.8255229Z\",\n \"\ - endTime\": \"2021-02-06T00:20:26.1494158Z\"\n }" + string: "{\n \"name\": \"7a32a802-106b-1a4b-8ee3-361f68e6b153\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:18:17.67Z\",\n \"endTime\": + \"2021-07-27T06:21:35.5604532Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '165' content-type: - application/json date: - - Sat, 06 Feb 2021 00:20:48 GMT + - Tue, 27 Jul 2021 06:21:48 GMT expires: - '-1' pragma: @@ -1105,7 +478,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1115,63 +488,60 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -a -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.18.14\",\n \"dnsPrefix\"\ - : \"cliakstest-clitest5bz3lj2o3-8ecadf\",\n \"fqdn\": \"cliakstest-clitest5bz3lj2o3-8ecadf-8e83120c.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\"\ - ,\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"\ - mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\"\ - : \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804-2021.01.06\"\n \ - \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\"\ - ,\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"\ - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWxDOAMPBNO/G5aCm7dLf0e7IqGiG/qlTfRBLZEQN5oinPUzeAr5I+NQhPjmI+D98WWYZIdGBLsFjfBv6rto+MGGhussfzRCbkMUNOIbWm3FcO2pBxtI/vu2QtrgScS75mo80/VAU7dGFUXUKUL31YfnM2iVikQmSXKWrXET5SxjE358YtFuZCfKplf/9YVkozaJBkcbp6rk9Jk/INq1BunvRj8rBLPuMIr4QO7NIZcKJesYzOu0SjMAa+2AGSM36V8EGvhLxnbvqDOkkkH/UPsjWIMzI/91hdVhRzM6WkmF/UvDmsnVcFN8nDseykFhAS1/wCHZzbDkvE+yXi8Gmz\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\"\ - : {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\"\ - : {\n \"ACCSGXQuoteHelperEnabled\": \"false\"\n },\n \"identity\"\ - : {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/accsgxdeviceplugin-cliakstest000002\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"\ - objectId\":\"00000000-0000-0000-0000-000000000001\"\n }\n },\n \"\ - KubeDashboard\": {\n \"enabled\": false,\n \"config\": null\n }\n\ - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n \ - \ {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3370a5e0-b68b-4d6a-ae08-23fdb0088239\"\ - \n }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\"\ - : \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\"\ - : \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"\ - maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\"\ - : {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n }\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestvhvs4eez2-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestvhvs4eez2-79a739-32a02c1e.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestvhvs4eez2-79a739-32a02c1e.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": + true,\n \"config\": {\n \"ACCSGXQuoteHelperEnabled\": \"false\"\n + \ },\n \"identity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/accsgxdeviceplugin-cliakstest000002\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/42217277-9767-411d-ac83-fe3ecf3ce0ce\"\n + \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '3725' + - '3878' content-type: - application/json date: - - Sat, 06 Feb 2021 00:20:48 GMT + - Tue, 27 Jul 2021 06:21:48 GMT expires: - '-1' pragma: @@ -1203,65 +573,60 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.18.14\",\n \"dnsPrefix\"\ - : \"cliakstest-clitest5bz3lj2o3-8ecadf\",\n \"fqdn\": \"cliakstest-clitest5bz3lj2o3-8ecadf-8e83120c.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\"\ - ,\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"\ - mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\"\ - : \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804-2021.01.06\"\n \ - \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\"\ - ,\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"\ - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWxDOAMPBNO/G5aCm7dLf0e7IqGiG/qlTfRBLZEQN5oinPUzeAr5I+NQhPjmI+D98WWYZIdGBLsFjfBv6rto+MGGhussfzRCbkMUNOIbWm3FcO2pBxtI/vu2QtrgScS75mo80/VAU7dGFUXUKUL31YfnM2iVikQmSXKWrXET5SxjE358YtFuZCfKplf/9YVkozaJBkcbp6rk9Jk/INq1BunvRj8rBLPuMIr4QO7NIZcKJesYzOu0SjMAa+2AGSM36V8EGvhLxnbvqDOkkkH/UPsjWIMzI/91hdVhRzM6WkmF/UvDmsnVcFN8nDseykFhAS1/wCHZzbDkvE+yXi8Gmz\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\"\ - : {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\"\ - : {\n \"ACCSGXQuoteHelperEnabled\": \"false\"\n },\n \"identity\"\ - : {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/accsgxdeviceplugin-cliakstest000002\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"\ - objectId\":\"00000000-0000-0000-0000-000000000001\"\n }\n },\n \"\ - KubeDashboard\": {\n \"enabled\": false,\n \"config\": null\n }\n\ - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n \ - \ {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3370a5e0-b68b-4d6a-ae08-23fdb0088239\"\ - \n }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\"\ - : \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\"\ - : \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"\ - maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\"\ - : {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n }\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestvhvs4eez2-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestvhvs4eez2-79a739-32a02c1e.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestvhvs4eez2-79a739-32a02c1e.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": + true,\n \"config\": {\n \"ACCSGXQuoteHelperEnabled\": \"false\"\n + \ },\n \"identity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/accsgxdeviceplugin-cliakstest000002\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/42217277-9767-411d-ac83-fe3ecf3ce0ce\"\n + \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '3725' + - '3878' content-type: - application/json date: - - Sat, 06 Feb 2021 00:20:52 GMT + - Tue, 27 Jul 2021 06:21:49 GMT expires: - '-1' pragma: @@ -1280,23 +645,26 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "1.18.14", - "dnsPrefix": "cliakstest-clitest5bz3lj2o3-8ecadf", "agentPoolProfiles": [{"count": - 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", - "kubeletDiskType": "OS", "maxPods": 110, "osType": "Linux", "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.18.14", "enableNodePublicIP": false, - "nodeLabels": {}, "enableEncryptionAtHost": false, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWxDOAMPBNO/G5aCm7dLf0e7IqGiG/qlTfRBLZEQN5oinPUzeAr5I+NQhPjmI+D98WWYZIdGBLsFjfBv6rto+MGGhussfzRCbkMUNOIbWm3FcO2pBxtI/vu2QtrgScS75mo80/VAU7dGFUXUKUL31YfnM2iVikQmSXKWrXET5SxjE358YtFuZCfKplf/9YVkozaJBkcbp6rk9Jk/INq1BunvRj8rBLPuMIr4QO7NIZcKJesYzOu0SjMAa+2AGSM36V8EGvhLxnbvqDOkkkH/UPsjWIMzI/91hdVhRzM6WkmF/UvDmsnVcFN8nDseykFhAS1/wCHZzbDkvE+yXi8Gmz"}]}}, - "addonProfiles": {"ACCSGXDevicePlugin": {"enabled": false}, "KubeDashboard": - {"enabled": false}}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", - "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": - "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": - "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", - "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3370a5e0-b68b-4d6a-ae08-23fdb0088239"}]}}, + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "1.19.11", "dnsPrefix": "cliakstest-clitestvhvs4eez2-79a739", "agentPoolProfiles": + [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": + "Managed", "kubeletDiskType": "OS", "maxPods": 110, "osType": "Linux", "osSKU": + "Ubuntu", "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": + "1.19.11", "enableNodePublicIP": false, "nodeLabels": {}, "enableEncryptionAtHost": + false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], + "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, + "addonProfiles": {"ACCSGXDevicePlugin": {"enabled": false}}, "nodeResourceGroup": + "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": + false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", + "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": + "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", + "loadBalancerProfile": {"managedOutboundIPs": {"count": 1}, "effectiveOutboundIPs": + [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/42217277-9767-411d-ac83-fe3ecf3ce0ce"}]}}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", - "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}}, - "identity": {"type": "SystemAssigned"}, "sku": {"name": "Basic", "tier": "Free"}}' + "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}, + "disableLocalAccounts": false}, "location": "westus2", "sku": {"name": "Basic", + "tier": "Free"}}' headers: Accept: - application/json @@ -1307,69 +675,65 @@ interactions: Connection: - keep-alive Content-Length: - - '2147' + - '2206' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --addons --resource-group --name -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.18.14\",\n \"dnsPrefix\"\ - : \"cliakstest-clitest5bz3lj2o3-8ecadf\",\n \"fqdn\": \"cliakstest-clitest5bz3lj2o3-8ecadf-8e83120c.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"\ - code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\",\n\ - \ \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"mode\"\ - : \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\": \"\ - Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804-2021.01.06\"\n }\n\ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAABAQDWxDOAMPBNO/G5aCm7dLf0e7IqGiG/qlTfRBLZEQN5oinPUzeAr5I+NQhPjmI+D98WWYZIdGBLsFjfBv6rto+MGGhussfzRCbkMUNOIbWm3FcO2pBxtI/vu2QtrgScS75mo80/VAU7dGFUXUKUL31YfnM2iVikQmSXKWrXET5SxjE358YtFuZCfKplf/9YVkozaJBkcbp6rk9Jk/INq1BunvRj8rBLPuMIr4QO7NIZcKJesYzOu0SjMAa+2AGSM36V8EGvhLxnbvqDOkkkH/UPsjWIMzI/91hdVhRzM6WkmF/UvDmsnVcFN8nDseykFhAS1/wCHZzbDkvE+yXi8Gmz\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\"\ - : {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": false,\n \"config\"\ - : null\n },\n \"KubeDashboard\": {\n \"enabled\": false,\n \"\ - config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n \ - \ {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3370a5e0-b68b-4d6a-ae08-23fdb0088239\"\ - \n }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\"\ - : \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\"\ - : \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"\ - maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\"\ - : {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n }\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestvhvs4eez2-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestvhvs4eez2-79a739-32a02c1e.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestvhvs4eez2-79a739-32a02c1e.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Updating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": + false,\n \"config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/42217277-9767-411d-ac83-fe3ecf3ce0ce\"\n + \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e4eccc40-167f-49da-96a1-b4f15600eb81?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9f33291e-2442-444f-aeba-40b6d417f2c3?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3305' + - '3458' content-type: - application/json date: - - Sat, 06 Feb 2021 00:20:56 GMT + - Tue, 27 Jul 2021 06:21:52 GMT expires: - '-1' pragma: @@ -1385,7 +749,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1196' status: code: 200 message: OK @@ -1393,7 +757,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1403,14 +767,14 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e4eccc40-167f-49da-96a1-b4f15600eb81?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9f33291e-2442-444f-aeba-40b6d417f2c3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"40ccece4-7f16-da49-96a1-b4f15600eb81\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:20:56.5497713Z\"\n }" + string: "{\n \"name\": \"1e29339f-4224-4f44-aeba-40b6d417f2c3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:21:52.4533333Z\"\n }" headers: cache-control: - no-cache @@ -1419,7 +783,7 @@ interactions: content-type: - application/json date: - - Sat, 06 Feb 2021 00:21:27 GMT + - Tue, 27 Jul 2021 06:22:23 GMT expires: - '-1' pragma: @@ -1441,7 +805,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1451,14 +815,14 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e4eccc40-167f-49da-96a1-b4f15600eb81?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9f33291e-2442-444f-aeba-40b6d417f2c3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"40ccece4-7f16-da49-96a1-b4f15600eb81\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:20:56.5497713Z\"\n }" + string: "{\n \"name\": \"1e29339f-4224-4f44-aeba-40b6d417f2c3\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:21:52.4533333Z\"\n }" headers: cache-control: - no-cache @@ -1467,7 +831,7 @@ interactions: content-type: - application/json date: - - Sat, 06 Feb 2021 00:21:57 GMT + - Tue, 27 Jul 2021 06:22:52 GMT expires: - '-1' pragma: @@ -1489,7 +853,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1499,15 +863,15 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e4eccc40-167f-49da-96a1-b4f15600eb81?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9f33291e-2442-444f-aeba-40b6d417f2c3?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"40ccece4-7f16-da49-96a1-b4f15600eb81\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2021-02-06T00:20:56.5497713Z\",\n \"\ - endTime\": \"2021-02-06T00:22:21.8812558Z\"\n }" + string: "{\n \"name\": \"1e29339f-4224-4f44-aeba-40b6d417f2c3\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:21:52.4533333Z\",\n \"endTime\": + \"2021-07-27T06:22:54.3095553Z\"\n }" headers: cache-control: - no-cache @@ -1516,7 +880,7 @@ interactions: content-type: - application/json date: - - Sat, 06 Feb 2021 00:22:27 GMT + - Tue, 27 Jul 2021 06:23:23 GMT expires: - '-1' pragma: @@ -1538,7 +902,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1548,59 +912,57 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.18.14\",\n \"dnsPrefix\"\ - : \"cliakstest-clitest5bz3lj2o3-8ecadf\",\n \"fqdn\": \"cliakstest-clitest5bz3lj2o3-8ecadf-8e83120c.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\"\ - ,\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"\ - mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\"\ - : \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804-2021.01.06\"\n \ - \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\"\ - ,\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"\ - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWxDOAMPBNO/G5aCm7dLf0e7IqGiG/qlTfRBLZEQN5oinPUzeAr5I+NQhPjmI+D98WWYZIdGBLsFjfBv6rto+MGGhussfzRCbkMUNOIbWm3FcO2pBxtI/vu2QtrgScS75mo80/VAU7dGFUXUKUL31YfnM2iVikQmSXKWrXET5SxjE358YtFuZCfKplf/9YVkozaJBkcbp6rk9Jk/INq1BunvRj8rBLPuMIr4QO7NIZcKJesYzOu0SjMAa+2AGSM36V8EGvhLxnbvqDOkkkH/UPsjWIMzI/91hdVhRzM6WkmF/UvDmsnVcFN8nDseykFhAS1/wCHZzbDkvE+yXi8Gmz\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\"\ - : {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": false,\n \"config\"\ - : null\n },\n \"KubeDashboard\": {\n \"enabled\": false,\n \"\ - config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n \ - \ {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/3370a5e0-b68b-4d6a-ae08-23fdb0088239\"\ - \n }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\"\ - : \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\"\ - : \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"\ - maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\"\ - : {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n }\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestvhvs4eez2-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestvhvs4eez2-79a739-32a02c1e.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestvhvs4eez2-79a739-32a02c1e.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": + false,\n \"config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/42217277-9767-411d-ac83-fe3ecf3ce0ce\"\n + \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '3307' + - '3460' content-type: - application/json date: - - Sat, 06 Feb 2021 00:22:28 GMT + - Tue, 27 Jul 2021 06:23:23 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addon_with_azurekeyvaultsecretsprovider.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addon_with_azurekeyvaultsecretsprovider.yaml index 8a2beace2f6..188c8ad400d 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addon_with_azurekeyvaultsecretsprovider.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addon_with_azurekeyvaultsecretsprovider.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-06-23T08:10:05Z"},"properties":{"provisioningState":"Succeeded"}}' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addon_with_openservicemesh.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addon_with_openservicemesh.yaml index 0ea35c026a1..834f72e2c8a 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addon_with_openservicemesh.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addon_with_openservicemesh.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-06-23T08:09:41Z"},"properties":{"provisioningState":"Succeeded"}}' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addons_confcom_addon.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addons_confcom_addon.yaml index 3165e4f6479..aa72e41b76a 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addons_confcom_addon.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_addons_confcom_addon.yaml @@ -13,15 +13,12 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-resource/12.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-02-06T00:23:58Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:08:55Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -30,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Sat, 06 Feb 2021 00:23:59 GMT + - Tue, 27 Jul 2021 06:08:57 GMT expires: - '-1' pragma: @@ -45,16 +42,19 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "", "dnsPrefix": - "cliakstest-clitestr3wkvwphq-8ecadf", "agentPoolProfiles": [{"count": 3, "vmSize": - "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": - "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": - "Delete", "enableEncryptionAtHost": false, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWxDOAMPBNO/G5aCm7dLf0e7IqGiG/qlTfRBLZEQN5oinPUzeAr5I+NQhPjmI+D98WWYZIdGBLsFjfBv6rto+MGGhussfzRCbkMUNOIbWm3FcO2pBxtI/vu2QtrgScS75mo80/VAU7dGFUXUKUL31YfnM2iVikQmSXKWrXET5SxjE358YtFuZCfKplf/9YVkozaJBkcbp6rk9Jk/INq1BunvRj8rBLPuMIr4QO7NIZcKJesYzOu0SjMAa+2AGSM36V8EGvhLxnbvqDOkkkH/UPsjWIMzI/91hdVhRzM6WkmF/UvDmsnVcFN8nDseykFhAS1/wCHZzbDkvE+yXi8Gmz"}]}}, + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "", "dnsPrefix": "cliakstest-clitestzjm2uhqyj-79a739", "agentPoolProfiles": + [{"count": 3, "vmSize": "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", + "mode": "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", + "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": + false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], + "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": - "loadBalancer", "loadBalancerSku": "standard"}}, "identity": {"type": "SystemAssigned"}}' + "loadBalancer", "loadBalancerSku": "standard"}, "disableLocalAccounts": false}, + "location": "westus2"}' headers: Accept: - application/json @@ -65,63 +65,60 @@ interactions: Connection: - keep-alive Content-Length: - - '1223' + - '1322' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.18.14\",\n \"dnsPrefix\"\ - : \"cliakstest-clitestr3wkvwphq-8ecadf\",\n \"fqdn\": \"cliakstest-clitestr3wkvwphq-8ecadf-e6589266.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"\ - code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\",\n\ - \ \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"mode\"\ - : \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\": \"\ - Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804-2021.01.06\"\n }\n\ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAABAQDWxDOAMPBNO/G5aCm7dLf0e7IqGiG/qlTfRBLZEQN5oinPUzeAr5I+NQhPjmI+D98WWYZIdGBLsFjfBv6rto+MGGhussfzRCbkMUNOIbWm3FcO2pBxtI/vu2QtrgScS75mo80/VAU7dGFUXUKUL31YfnM2iVikQmSXKWrXET5SxjE358YtFuZCfKplf/9YVkozaJBkcbp6rk9Jk/INq1BunvRj8rBLPuMIr4QO7NIZcKJesYzOu0SjMAa+2AGSM36V8EGvhLxnbvqDOkkkH/UPsjWIMzI/91hdVhRzM6WkmF/UvDmsnVcFN8nDseykFhAS1/wCHZzbDkvE+yXi8Gmz\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\"\ - : {\n \"KubeDashboard\": {\n \"enabled\": false,\n \"config\":\ - \ null\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n }\n },\n \"podCidr\": \"10.244.0.0/16\"\ - ,\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\"\ - ,\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"\ - loadBalancer\"\n },\n \"maxAgentPools\": 100\n },\n \"identity\": {\n\ - \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestzjm2uhqyj-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestzjm2uhqyj-79a739-0be2b24b.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestzjm2uhqyj-79a739-0be2b24b.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n }\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n \"type\": + \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d5e90600-2bc2-42ec-a759-3d9864a74b33?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0db625a2-d39a-4ffc-9919-7bc327cb5194?api-version=2016-03-30 cache-control: - no-cache content-length: - - '2566' + - '2692' content-type: - application/json date: - - Sat, 06 Feb 2021 00:24:06 GMT + - Tue, 27 Jul 2021 06:09:02 GMT expires: - '-1' pragma: @@ -141,7 +138,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -151,23 +148,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d5e90600-2bc2-42ec-a759-3d9864a74b33?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0db625a2-d39a-4ffc-9919-7bc327cb5194?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0006e9d5-c22b-ec42-a759-3d9864a74b33\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:24:06.5983486Z\"\n }" + string: "{\n \"name\": \"a225b60d-9ad3-fc4f-9919-7bc327cb5194\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:02.53Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Sat, 06 Feb 2021 00:24:37 GMT + - Tue, 27 Jul 2021 06:09:32 GMT expires: - '-1' pragma: @@ -189,7 +186,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -199,23 +196,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d5e90600-2bc2-42ec-a759-3d9864a74b33?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0db625a2-d39a-4ffc-9919-7bc327cb5194?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0006e9d5-c22b-ec42-a759-3d9864a74b33\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:24:06.5983486Z\"\n }" + string: "{\n \"name\": \"a225b60d-9ad3-fc4f-9919-7bc327cb5194\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:02.53Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Sat, 06 Feb 2021 00:25:07 GMT + - Tue, 27 Jul 2021 06:10:03 GMT expires: - '-1' pragma: @@ -237,7 +234,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -247,23 +244,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d5e90600-2bc2-42ec-a759-3d9864a74b33?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0db625a2-d39a-4ffc-9919-7bc327cb5194?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0006e9d5-c22b-ec42-a759-3d9864a74b33\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:24:06.5983486Z\"\n }" + string: "{\n \"name\": \"a225b60d-9ad3-fc4f-9919-7bc327cb5194\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:02.53Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Sat, 06 Feb 2021 00:25:37 GMT + - Tue, 27 Jul 2021 06:10:32 GMT expires: - '-1' pragma: @@ -285,7 +282,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -295,23 +292,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d5e90600-2bc2-42ec-a759-3d9864a74b33?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0db625a2-d39a-4ffc-9919-7bc327cb5194?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0006e9d5-c22b-ec42-a759-3d9864a74b33\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:24:06.5983486Z\"\n }" + string: "{\n \"name\": \"a225b60d-9ad3-fc4f-9919-7bc327cb5194\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:02.53Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Sat, 06 Feb 2021 00:26:08 GMT + - Tue, 27 Jul 2021 06:11:03 GMT expires: - '-1' pragma: @@ -333,7 +330,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -343,23 +340,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d5e90600-2bc2-42ec-a759-3d9864a74b33?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0db625a2-d39a-4ffc-9919-7bc327cb5194?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0006e9d5-c22b-ec42-a759-3d9864a74b33\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:24:06.5983486Z\"\n }" + string: "{\n \"name\": \"a225b60d-9ad3-fc4f-9919-7bc327cb5194\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:02.53Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Sat, 06 Feb 2021 00:26:38 GMT + - Tue, 27 Jul 2021 06:11:32 GMT expires: - '-1' pragma: @@ -381,7 +378,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -391,23 +388,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d5e90600-2bc2-42ec-a759-3d9864a74b33?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0db625a2-d39a-4ffc-9919-7bc327cb5194?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0006e9d5-c22b-ec42-a759-3d9864a74b33\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:24:06.5983486Z\"\n }" + string: "{\n \"name\": \"a225b60d-9ad3-fc4f-9919-7bc327cb5194\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:02.53Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Sat, 06 Feb 2021 00:27:09 GMT + - Tue, 27 Jul 2021 06:12:02 GMT expires: - '-1' pragma: @@ -429,7 +426,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -439,24 +436,23 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/d5e90600-2bc2-42ec-a759-3d9864a74b33?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0db625a2-d39a-4ffc-9919-7bc327cb5194?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0006e9d5-c22b-ec42-a759-3d9864a74b33\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2021-02-06T00:24:06.5983486Z\",\n \"\ - endTime\": \"2021-02-06T00:27:28.4702697Z\"\n }" + string: "{\n \"name\": \"a225b60d-9ad3-fc4f-9919-7bc327cb5194\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:02.53Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '121' content-type: - application/json date: - - Sat, 06 Feb 2021 00:27:38 GMT + - Tue, 27 Jul 2021 06:12:33 GMT expires: - '-1' pragma: @@ -478,7 +474,56 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-managed-identity --generate-ssh-keys -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0db625a2-d39a-4ffc-9919-7bc327cb5194?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a225b60d-9ad3-fc4f-9919-7bc327cb5194\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:09:02.53Z\",\n \"endTime\": + \"2021-07-27T06:12:55.4358083Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '165' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:13:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -488,58 +533,56 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --generate-ssh-keys -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.18.14\",\n \"dnsPrefix\"\ - : \"cliakstest-clitestr3wkvwphq-8ecadf\",\n \"fqdn\": \"cliakstest-clitestr3wkvwphq-8ecadf-e6589266.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\"\ - ,\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"\ - mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\"\ - : \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804-2021.01.06\"\n \ - \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\"\ - ,\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"\ - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWxDOAMPBNO/G5aCm7dLf0e7IqGiG/qlTfRBLZEQN5oinPUzeAr5I+NQhPjmI+D98WWYZIdGBLsFjfBv6rto+MGGhussfzRCbkMUNOIbWm3FcO2pBxtI/vu2QtrgScS75mo80/VAU7dGFUXUKUL31YfnM2iVikQmSXKWrXET5SxjE358YtFuZCfKplf/9YVkozaJBkcbp6rk9Jk/INq1BunvRj8rBLPuMIr4QO7NIZcKJesYzOu0SjMAa+2AGSM36V8EGvhLxnbvqDOkkkH/UPsjWIMzI/91hdVhRzM6WkmF/UvDmsnVcFN8nDseykFhAS1/wCHZzbDkvE+yXi8Gmz\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\"\ - : {\n \"KubeDashboard\": {\n \"enabled\": false,\n \"config\":\ - \ null\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n \ - \ {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a0ad46cf-6a97-402c-ab18-b8739283ba12\"\ - \n }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\"\ - : \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\"\ - : \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"\ - maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\"\ - : {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n }\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestzjm2uhqyj-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestzjm2uhqyj-79a739-0be2b24b.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestzjm2uhqyj-79a739-0be2b24b.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/6e294ea2-009b-4a3b-b31a-241b7e018fa2\"\n + \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '3229' + - '3355' content-type: - application/json date: - - Sat, 06 Feb 2021 00:27:39 GMT + - Tue, 27 Jul 2021 06:13:03 GMT expires: - '-1' pragma: @@ -571,60 +614,56 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.18.14\",\n \"dnsPrefix\"\ - : \"cliakstest-clitestr3wkvwphq-8ecadf\",\n \"fqdn\": \"cliakstest-clitestr3wkvwphq-8ecadf-e6589266.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\"\ - ,\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"\ - mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\"\ - : \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804-2021.01.06\"\n \ - \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\"\ - ,\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"\ - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWxDOAMPBNO/G5aCm7dLf0e7IqGiG/qlTfRBLZEQN5oinPUzeAr5I+NQhPjmI+D98WWYZIdGBLsFjfBv6rto+MGGhussfzRCbkMUNOIbWm3FcO2pBxtI/vu2QtrgScS75mo80/VAU7dGFUXUKUL31YfnM2iVikQmSXKWrXET5SxjE358YtFuZCfKplf/9YVkozaJBkcbp6rk9Jk/INq1BunvRj8rBLPuMIr4QO7NIZcKJesYzOu0SjMAa+2AGSM36V8EGvhLxnbvqDOkkkH/UPsjWIMzI/91hdVhRzM6WkmF/UvDmsnVcFN8nDseykFhAS1/wCHZzbDkvE+yXi8Gmz\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\"\ - : {\n \"KubeDashboard\": {\n \"enabled\": false,\n \"config\":\ - \ null\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n \ - \ {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a0ad46cf-6a97-402c-ab18-b8739283ba12\"\ - \n }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\"\ - : \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\"\ - : \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"\ - maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\"\ - : {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n }\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestzjm2uhqyj-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestzjm2uhqyj-79a739-0be2b24b.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestzjm2uhqyj-79a739-0be2b24b.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/6e294ea2-009b-4a3b-b31a-241b7e018fa2\"\n + \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '3229' + - '3355' content-type: - application/json date: - - Sat, 06 Feb 2021 00:27:41 GMT + - Tue, 27 Jul 2021 06:13:05 GMT expires: - '-1' pragma: @@ -643,24 +682,26 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "1.18.14", - "dnsPrefix": "cliakstest-clitestr3wkvwphq-8ecadf", "agentPoolProfiles": [{"count": - 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", - "kubeletDiskType": "OS", "maxPods": 110, "osType": "Linux", "type": "VirtualMachineScaleSets", - "mode": "System", "orchestratorVersion": "1.18.14", "enableNodePublicIP": false, - "nodeLabels": {}, "enableEncryptionAtHost": false, "name": "nodepool1"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWxDOAMPBNO/G5aCm7dLf0e7IqGiG/qlTfRBLZEQN5oinPUzeAr5I+NQhPjmI+D98WWYZIdGBLsFjfBv6rto+MGGhussfzRCbkMUNOIbWm3FcO2pBxtI/vu2QtrgScS75mo80/VAU7dGFUXUKUL31YfnM2iVikQmSXKWrXET5SxjE358YtFuZCfKplf/9YVkozaJBkcbp6rk9Jk/INq1BunvRj8rBLPuMIr4QO7NIZcKJesYzOu0SjMAa+2AGSM36V8EGvhLxnbvqDOkkkH/UPsjWIMzI/91hdVhRzM6WkmF/UvDmsnVcFN8nDseykFhAS1/wCHZzbDkvE+yXi8Gmz"}]}}, - "addonProfiles": {"KubeDashboard": {"enabled": false}, "ACCSGXDevicePlugin": - {"enabled": true, "config": {"ACCSGXQuoteHelperEnabled": "false"}}}, "nodeResourceGroup": - "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": - false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", - "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": - "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", - "loadBalancerProfile": {"managedOutboundIPs": {"count": 1}, "effectiveOutboundIPs": - [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a0ad46cf-6a97-402c-ab18-b8739283ba12"}]}}, + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "1.19.11", "dnsPrefix": "cliakstest-clitestzjm2uhqyj-79a739", "agentPoolProfiles": + [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": + "Managed", "kubeletDiskType": "OS", "maxPods": 110, "osType": "Linux", "osSKU": + "Ubuntu", "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": + "1.19.11", "enableNodePublicIP": false, "nodeLabels": {}, "enableEncryptionAtHost": + false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], + "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, + "addonProfiles": {"ACCSGXDevicePlugin": {"enabled": true, "config": {"ACCSGXQuoteHelperEnabled": + "false"}}}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", + "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": + "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": + "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", + "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/6e294ea2-009b-4a3b-b31a-241b7e018fa2"}]}}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", - "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}}, - "identity": {"type": "SystemAssigned"}, "sku": {"name": "Basic", "tier": "Free"}}' + "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}, + "disableLocalAccounts": false}, "location": "westus2", "sku": {"name": "Basic", + "tier": "Free"}}' headers: Accept: - application/json @@ -671,70 +712,66 @@ interactions: Connection: - keep-alive Content-Length: - - '2195' + - '2254' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --addons --resource-group --name -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.18.14\",\n \"dnsPrefix\"\ - : \"cliakstest-clitestr3wkvwphq-8ecadf\",\n \"fqdn\": \"cliakstest-clitestr3wkvwphq-8ecadf-e6589266.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"\ - code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\",\n\ - \ \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"mode\"\ - : \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\": \"\ - Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804-2021.01.06\"\n }\n\ - \ ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ - \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa\ - \ AAAAB3NzaC1yc2EAAAADAQABAAABAQDWxDOAMPBNO/G5aCm7dLf0e7IqGiG/qlTfRBLZEQN5oinPUzeAr5I+NQhPjmI+D98WWYZIdGBLsFjfBv6rto+MGGhussfzRCbkMUNOIbWm3FcO2pBxtI/vu2QtrgScS75mo80/VAU7dGFUXUKUL31YfnM2iVikQmSXKWrXET5SxjE358YtFuZCfKplf/9YVkozaJBkcbp6rk9Jk/INq1BunvRj8rBLPuMIr4QO7NIZcKJesYzOu0SjMAa+2AGSM36V8EGvhLxnbvqDOkkkH/UPsjWIMzI/91hdVhRzM6WkmF/UvDmsnVcFN8nDseykFhAS1/wCHZzbDkvE+yXi8Gmz\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\"\ - : {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\"\ - : {\n \"ACCSGXQuoteHelperEnabled\": \"false\"\n }\n },\n \"\ - KubeDashboard\": {\n \"enabled\": false,\n \"config\": null\n }\n\ - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n \ - \ {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a0ad46cf-6a97-402c-ab18-b8739283ba12\"\ - \n }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\"\ - : \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\"\ - : \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"\ - maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\"\ - : {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n }\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestzjm2uhqyj-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestzjm2uhqyj-79a739-0be2b24b.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestzjm2uhqyj-79a739-0be2b24b.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Updating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": + true,\n \"config\": {\n \"ACCSGXQuoteHelperEnabled\": \"false\"\n + \ }\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/6e294ea2-009b-4a3b-b31a-241b7e018fa2\"\n + \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6a930821-77a1-4a23-bf9f-87912f01fa75?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b8c42b39-5374-4ea1-99bb-0c33da1ae8ce?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3350' + - '3503' content-type: - application/json date: - - Sat, 06 Feb 2021 00:28:03 GMT + - Tue, 27 Jul 2021 06:13:08 GMT expires: - '-1' pragma: @@ -750,7 +787,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -758,7 +795,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -768,14 +805,14 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6a930821-77a1-4a23-bf9f-87912f01fa75?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b8c42b39-5374-4ea1-99bb-0c33da1ae8ce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2108936a-a177-234a-bf9f-87912f01fa75\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:28:03.0376692Z\"\n }" + string: "{\n \"name\": \"392bc4b8-7453-a14e-99bb-0c33da1ae8ce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:08.0566666Z\"\n }" headers: cache-control: - no-cache @@ -784,7 +821,7 @@ interactions: content-type: - application/json date: - - Sat, 06 Feb 2021 00:28:34 GMT + - Tue, 27 Jul 2021 06:13:38 GMT expires: - '-1' pragma: @@ -806,7 +843,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -816,14 +853,14 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6a930821-77a1-4a23-bf9f-87912f01fa75?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b8c42b39-5374-4ea1-99bb-0c33da1ae8ce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2108936a-a177-234a-bf9f-87912f01fa75\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-02-06T00:28:03.0376692Z\"\n }" + string: "{\n \"name\": \"392bc4b8-7453-a14e-99bb-0c33da1ae8ce\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:13:08.0566666Z\"\n }" headers: cache-control: - no-cache @@ -832,7 +869,7 @@ interactions: content-type: - application/json date: - - Sat, 06 Feb 2021 00:29:04 GMT + - Tue, 27 Jul 2021 06:14:09 GMT expires: - '-1' pragma: @@ -854,7 +891,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -864,15 +901,15 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6a930821-77a1-4a23-bf9f-87912f01fa75?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b8c42b39-5374-4ea1-99bb-0c33da1ae8ce?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"2108936a-a177-234a-bf9f-87912f01fa75\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2021-02-06T00:28:03.0376692Z\",\n \"\ - endTime\": \"2021-02-06T00:29:22.6500131Z\"\n }" + string: "{\n \"name\": \"392bc4b8-7453-a14e-99bb-0c33da1ae8ce\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:13:08.0566666Z\",\n \"endTime\": + \"2021-07-27T06:14:09.6422394Z\"\n }" headers: cache-control: - no-cache @@ -881,7 +918,7 @@ interactions: content-type: - application/json date: - - Sat, 06 Feb 2021 00:29:35 GMT + - Tue, 27 Jul 2021 06:14:38 GMT expires: - '-1' pragma: @@ -903,7 +940,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -913,63 +950,60 @@ interactions: ParameterSetName: - --addons --resource-group --name -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.18.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.18.14\",\n \"dnsPrefix\"\ - : \"cliakstest-clitestr3wkvwphq-8ecadf\",\n \"fqdn\": \"cliakstest-clitestr3wkvwphq-8ecadf-e6589266.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\"\ - ,\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"\ - mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\"\ - : \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804-2021.01.06\"\n \ - \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\"\ - ,\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"\ - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWxDOAMPBNO/G5aCm7dLf0e7IqGiG/qlTfRBLZEQN5oinPUzeAr5I+NQhPjmI+D98WWYZIdGBLsFjfBv6rto+MGGhussfzRCbkMUNOIbWm3FcO2pBxtI/vu2QtrgScS75mo80/VAU7dGFUXUKUL31YfnM2iVikQmSXKWrXET5SxjE358YtFuZCfKplf/9YVkozaJBkcbp6rk9Jk/INq1BunvRj8rBLPuMIr4QO7NIZcKJesYzOu0SjMAa+2AGSM36V8EGvhLxnbvqDOkkkH/UPsjWIMzI/91hdVhRzM6WkmF/UvDmsnVcFN8nDseykFhAS1/wCHZzbDkvE+yXi8Gmz\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\"\ - : {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": true,\n \"config\"\ - : {\n \"ACCSGXQuoteHelperEnabled\": \"false\"\n },\n \"identity\"\ - : {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/accsgxdeviceplugin-cliakstest000002\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"\ - objectId\":\"00000000-0000-0000-0000-000000000001\"\n }\n },\n \"\ - KubeDashboard\": {\n \"enabled\": false,\n \"config\": null\n }\n\ - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n \ - \ {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a0ad46cf-6a97-402c-ab18-b8739283ba12\"\ - \n }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\"\ - : \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\"\ - : \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"\ - maxAgentPools\": 100,\n \"identityProfile\": {\n \"kubeletidentity\"\ - : {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n }\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestzjm2uhqyj-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestzjm2uhqyj-79a739-0be2b24b.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestzjm2uhqyj-79a739-0be2b24b.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"addonProfiles\": {\n \"ACCSGXDevicePlugin\": {\n \"enabled\": + true,\n \"config\": {\n \"ACCSGXQuoteHelperEnabled\": \"false\"\n + \ },\n \"identity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/accsgxdeviceplugin-cliakstest000002\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/6e294ea2-009b-4a3b-b31a-241b7e018fa2\"\n + \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '3725' + - '3878' content-type: - application/json date: - - Sat, 06 Feb 2021 00:29:35 GMT + - Tue, 27 Jul 2021 06:14:38 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_utlra_ssd.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_utlra_ssd.yaml index f64390c6dd2..5789156d8ca 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_utlra_ssd.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_enable_utlra_ssd.yaml @@ -11,14 +11,14 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-vm-size --zones --enable-ultra-ssd + - --resource-group --name --generate-ssh-keys --node-vm-size --zones --enable-ultra-ssd User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-12T10:42:15Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:15:10Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 12 Jul 2021 10:42:17 GMT + - Tue, 27 Jul 2021 06:15:11 GMT expires: - '-1' pragma: @@ -43,13 +43,13 @@ interactions: message: OK - request: body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "", "dnsPrefix": "cliakstest-clitestj4ht6qtol-79a739", "agentPoolProfiles": + "", "dnsPrefix": "cliakstest-clitesteklhhit2f-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_D2s_v3", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": "System", "availabilityZones": ["1", "2", "3"], "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": false, "enableUltraSSD": true, "enableFIPS": false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", - "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ"}]}}, + "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": @@ -69,9 +69,9 @@ interactions: Content-Type: - application/json ParameterSetName: - - --resource-group --name --node-vm-size --zones --enable-ultra-ssd + - --resource-group --name --generate-ssh-keys --node-vm-size --zones --enable-ultra-ssd User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -81,9 +81,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestj4ht6qtol-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestj4ht6qtol-79a739-d8e30155.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestj4ht6qtol-79a739-d8e30155.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitesteklhhit2f-79a739\",\n + \ \"fqdn\": \"cliakstest-clitesteklhhit2f-79a739-83b20e63.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesteklhhit2f-79a739-83b20e63.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_D2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -93,10 +93,10 @@ interactions: \ \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": false,\n \ \"nodeLabels\": {},\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": true,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \ \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ\"\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": @@ -111,7 +111,7 @@ interactions: {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7a1c038e-f8b3-46b0-bacf-8c93a4fba974?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae5b46c9-0b6f-495f-b7ea-eaf77a327407?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -119,7 +119,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 10:42:27 GMT + - Tue, 27 Jul 2021 06:15:16 GMT expires: - '-1' pragma: @@ -131,7 +131,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 201 message: Created @@ -147,25 +147,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-vm-size --zones --enable-ultra-ssd + - --resource-group --name --generate-ssh-keys --node-vm-size --zones --enable-ultra-ssd User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7a1c038e-f8b3-46b0-bacf-8c93a4fba974?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae5b46c9-0b6f-495f-b7ea-eaf77a327407?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8e031c7a-b3f8-b046-bacf-8c93a4fba974\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:42:27.1166666Z\"\n }" + string: "{\n \"name\": \"c9465bae-6f0b-5f49-b7ea-eaf77a327407\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:15:16.89Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Mon, 12 Jul 2021 10:42:57 GMT + - Tue, 27 Jul 2021 06:15:46 GMT expires: - '-1' pragma: @@ -195,25 +195,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-vm-size --zones --enable-ultra-ssd + - --resource-group --name --generate-ssh-keys --node-vm-size --zones --enable-ultra-ssd User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7a1c038e-f8b3-46b0-bacf-8c93a4fba974?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae5b46c9-0b6f-495f-b7ea-eaf77a327407?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8e031c7a-b3f8-b046-bacf-8c93a4fba974\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:42:27.1166666Z\"\n }" + string: "{\n \"name\": \"c9465bae-6f0b-5f49-b7ea-eaf77a327407\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:15:16.89Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Mon, 12 Jul 2021 10:43:28 GMT + - Tue, 27 Jul 2021 06:16:17 GMT expires: - '-1' pragma: @@ -243,25 +243,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-vm-size --zones --enable-ultra-ssd + - --resource-group --name --generate-ssh-keys --node-vm-size --zones --enable-ultra-ssd User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7a1c038e-f8b3-46b0-bacf-8c93a4fba974?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae5b46c9-0b6f-495f-b7ea-eaf77a327407?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8e031c7a-b3f8-b046-bacf-8c93a4fba974\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:42:27.1166666Z\"\n }" + string: "{\n \"name\": \"c9465bae-6f0b-5f49-b7ea-eaf77a327407\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:15:16.89Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Mon, 12 Jul 2021 10:43:57 GMT + - Tue, 27 Jul 2021 06:16:47 GMT expires: - '-1' pragma: @@ -291,25 +291,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-vm-size --zones --enable-ultra-ssd + - --resource-group --name --generate-ssh-keys --node-vm-size --zones --enable-ultra-ssd User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7a1c038e-f8b3-46b0-bacf-8c93a4fba974?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae5b46c9-0b6f-495f-b7ea-eaf77a327407?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8e031c7a-b3f8-b046-bacf-8c93a4fba974\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:42:27.1166666Z\"\n }" + string: "{\n \"name\": \"c9465bae-6f0b-5f49-b7ea-eaf77a327407\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:15:16.89Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Mon, 12 Jul 2021 10:44:27 GMT + - Tue, 27 Jul 2021 06:17:17 GMT expires: - '-1' pragma: @@ -339,25 +339,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-vm-size --zones --enable-ultra-ssd + - --resource-group --name --generate-ssh-keys --node-vm-size --zones --enable-ultra-ssd User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7a1c038e-f8b3-46b0-bacf-8c93a4fba974?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae5b46c9-0b6f-495f-b7ea-eaf77a327407?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8e031c7a-b3f8-b046-bacf-8c93a4fba974\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:42:27.1166666Z\"\n }" + string: "{\n \"name\": \"c9465bae-6f0b-5f49-b7ea-eaf77a327407\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:15:16.89Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Mon, 12 Jul 2021 10:44:58 GMT + - Tue, 27 Jul 2021 06:17:47 GMT expires: - '-1' pragma: @@ -387,25 +387,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-vm-size --zones --enable-ultra-ssd + - --resource-group --name --generate-ssh-keys --node-vm-size --zones --enable-ultra-ssd User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7a1c038e-f8b3-46b0-bacf-8c93a4fba974?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae5b46c9-0b6f-495f-b7ea-eaf77a327407?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8e031c7a-b3f8-b046-bacf-8c93a4fba974\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:42:27.1166666Z\"\n }" + string: "{\n \"name\": \"c9465bae-6f0b-5f49-b7ea-eaf77a327407\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:15:16.89Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Mon, 12 Jul 2021 10:45:27 GMT + - Tue, 27 Jul 2021 06:18:17 GMT expires: - '-1' pragma: @@ -435,26 +435,26 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-vm-size --zones --enable-ultra-ssd + - --resource-group --name --generate-ssh-keys --node-vm-size --zones --enable-ultra-ssd User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7a1c038e-f8b3-46b0-bacf-8c93a4fba974?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ae5b46c9-0b6f-495f-b7ea-eaf77a327407?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"8e031c7a-b3f8-b046-bacf-8c93a4fba974\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-07-12T10:42:27.1166666Z\",\n \"endTime\": - \"2021-07-12T10:45:57.628435Z\"\n }" + string: "{\n \"name\": \"c9465bae-6f0b-5f49-b7ea-eaf77a327407\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:15:16.89Z\",\n \"endTime\": + \"2021-07-27T06:18:46.5869176Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '165' content-type: - application/json date: - - Mon, 12 Jul 2021 10:45:57 GMT + - Tue, 27 Jul 2021 06:18:47 GMT expires: - '-1' pragma: @@ -484,9 +484,9 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --node-vm-size --zones --enable-ultra-ssd + - --resource-group --name --generate-ssh-keys --node-vm-size --zones --enable-ultra-ssd User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -496,9 +496,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestj4ht6qtol-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestj4ht6qtol-79a739-d8e30155.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestj4ht6qtol-79a739-d8e30155.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitesteklhhit2f-79a739\",\n + \ \"fqdn\": \"cliakstest-clitesteklhhit2f-79a739-83b20e63.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitesteklhhit2f-79a739-83b20e63.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_D2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -508,16 +508,16 @@ interactions: \ \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": false,\n \ \"nodeLabels\": {},\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": true,\n \"osType\": \"Linux\",\n \"osSKU\": - \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \ \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": - \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ\"\n + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/44858b57-834b-490b-8722-06a3dc598bd9\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/ab17a1d3-b41c-4845-8bbf-4accb280b02d\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": @@ -536,7 +536,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 10:45:57 GMT + - Tue, 27 Jul 2021 06:18:47 GMT expires: - '-1' pragma: @@ -570,7 +570,7 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -579,17 +579,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/9fd6e36e-32fd-42ea-a625-27cbcd34adba?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/29448412-2001-4045-8fc0-18c3fc811aa7?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Mon, 12 Jul 2021 10:46:00 GMT + - Tue, 27 Jul 2021 06:18:49 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/9fd6e36e-32fd-42ea-a625-27cbcd34adba?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/29448412-2001-4045-8fc0-18c3fc811aa7?api-version=2016-03-30 pragma: - no-cache server: @@ -599,7 +599,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14995' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_maintenanceconfiguration.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_maintenanceconfiguration.yaml index b810c6c0154..dd192166fde 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_maintenanceconfiguration.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_maintenanceconfiguration.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-13T05:53:19Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:37:27Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 13 Jul 2021 05:53:23 GMT + - Tue, 27 Jul 2021 06:37:29 GMT expires: - '-1' pragma: @@ -43,13 +43,13 @@ interactions: message: OK - request: body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "", "dnsPrefix": "cliakstest-clitestw6eeg55xc-79a739", "agentPoolProfiles": + "", "dnsPrefix": "cliakstest-clitest656k5npyr-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6z3ZMu10ekljkhG+iyPQykGNsbEQdiqVlK6iALKJ/52VqR0nTshoOw80L6HT0M6PolTpub4+gjdtDIBcMOI6stUNKxUE97zyXjTFj79fAocC7OPiZO5+YK1fxL0HIwJmn+zSSFm53toov1QZhsjOs3QbpjMMCA6MLv3+F4qSKMDuUzfFBvEke/IJUXgn4mN7Dly3kzFY0LlhUwxN6Lg077ZX4rbLLf1d++YC8krLremfla2jn2xWunt91YUubh9p9cCtuRyii1DFRRBeRVmybV14g8m3jUDGVEh6yF6HdSUSdLjch3yPBGL+Hvhrgb8BC4yWvoLdlWNvxttnUlj1r"}]}}, + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": @@ -71,8 +71,8 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: @@ -81,9 +81,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestw6eeg55xc-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestw6eeg55xc-79a739-192f4444.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestw6eeg55xc-79a739-192f4444.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitest656k5npyr-79a739\",\n + \ \"fqdn\": \"cliakstest-clitest656k5npyr-79a739-c90529ac.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest656k5npyr-79a739-c90529ac.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -92,10 +92,10 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQC6z3ZMu10ekljkhG+iyPQykGNsbEQdiqVlK6iALKJ/52VqR0nTshoOw80L6HT0M6PolTpub4+gjdtDIBcMOI6stUNKxUE97zyXjTFj79fAocC7OPiZO5+YK1fxL0HIwJmn+zSSFm53toov1QZhsjOs3QbpjMMCA6MLv3+F4qSKMDuUzfFBvEke/IJUXgn4mN7Dly3kzFY0LlhUwxN6Lg077ZX4rbLLf1d++YC8krLremfla2jn2xWunt91YUubh9p9cCtuRyii1DFRRBeRVmybV14g8m3jUDGVEh6yF6HdSUSdLjch3yPBGL+Hvhrgb8BC4yWvoLdlWNvxttnUlj1r\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": @@ -110,7 +110,7 @@ interactions: {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5411ad07-0787-4b35-9cdc-22c3b88dbe34?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0dd29fc6-82f1-4441-8b46-936082c2a30a?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -118,7 +118,7 @@ interactions: content-type: - application/json date: - - Tue, 13 Jul 2021 05:53:35 GMT + - Tue, 27 Jul 2021 06:37:36 GMT expires: - '-1' pragma: @@ -130,7 +130,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 201 message: Created @@ -148,23 +148,23 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5411ad07-0787-4b35-9cdc-22c3b88dbe34?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0dd29fc6-82f1-4441-8b46-936082c2a30a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"07ad1154-8707-354b-9cdc-22c3b88dbe34\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-13T05:53:34.2Z\"\n }" + string: "{\n \"name\": \"c69fd20d-f182-4144-8b46-936082c2a30a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:37:36.77Z\"\n }" headers: cache-control: - no-cache content-length: - - '120' + - '121' content-type: - application/json date: - - Tue, 13 Jul 2021 05:54:05 GMT + - Tue, 27 Jul 2021 06:38:06 GMT expires: - '-1' pragma: @@ -196,23 +196,23 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5411ad07-0787-4b35-9cdc-22c3b88dbe34?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0dd29fc6-82f1-4441-8b46-936082c2a30a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"07ad1154-8707-354b-9cdc-22c3b88dbe34\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-13T05:53:34.2Z\"\n }" + string: "{\n \"name\": \"c69fd20d-f182-4144-8b46-936082c2a30a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:37:36.77Z\"\n }" headers: cache-control: - no-cache content-length: - - '120' + - '121' content-type: - application/json date: - - Tue, 13 Jul 2021 05:54:35 GMT + - Tue, 27 Jul 2021 06:38:36 GMT expires: - '-1' pragma: @@ -244,23 +244,23 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5411ad07-0787-4b35-9cdc-22c3b88dbe34?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0dd29fc6-82f1-4441-8b46-936082c2a30a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"07ad1154-8707-354b-9cdc-22c3b88dbe34\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-13T05:53:34.2Z\"\n }" + string: "{\n \"name\": \"c69fd20d-f182-4144-8b46-936082c2a30a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:37:36.77Z\"\n }" headers: cache-control: - no-cache content-length: - - '120' + - '121' content-type: - application/json date: - - Tue, 13 Jul 2021 05:55:05 GMT + - Tue, 27 Jul 2021 06:39:07 GMT expires: - '-1' pragma: @@ -292,23 +292,23 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5411ad07-0787-4b35-9cdc-22c3b88dbe34?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0dd29fc6-82f1-4441-8b46-936082c2a30a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"07ad1154-8707-354b-9cdc-22c3b88dbe34\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-13T05:53:34.2Z\"\n }" + string: "{\n \"name\": \"c69fd20d-f182-4144-8b46-936082c2a30a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:37:36.77Z\"\n }" headers: cache-control: - no-cache content-length: - - '120' + - '121' content-type: - application/json date: - - Tue, 13 Jul 2021 05:55:36 GMT + - Tue, 27 Jul 2021 06:39:37 GMT expires: - '-1' pragma: @@ -340,23 +340,23 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5411ad07-0787-4b35-9cdc-22c3b88dbe34?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0dd29fc6-82f1-4441-8b46-936082c2a30a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"07ad1154-8707-354b-9cdc-22c3b88dbe34\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-13T05:53:34.2Z\"\n }" + string: "{\n \"name\": \"c69fd20d-f182-4144-8b46-936082c2a30a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:37:36.77Z\"\n }" headers: cache-control: - no-cache content-length: - - '120' + - '121' content-type: - application/json date: - - Tue, 13 Jul 2021 05:56:07 GMT + - Tue, 27 Jul 2021 06:40:07 GMT expires: - '-1' pragma: @@ -388,24 +388,23 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/5411ad07-0787-4b35-9cdc-22c3b88dbe34?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0dd29fc6-82f1-4441-8b46-936082c2a30a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"07ad1154-8707-354b-9cdc-22c3b88dbe34\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-07-13T05:53:34.2Z\",\n \"endTime\": - \"2021-07-13T05:56:31.338001Z\"\n }" + string: "{\n \"name\": \"c69fd20d-f182-4144-8b46-936082c2a30a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:37:36.77Z\"\n }" headers: cache-control: - no-cache content-length: - - '163' + - '121' content-type: - application/json date: - - Tue, 13 Jul 2021 05:56:37 GMT + - Tue, 27 Jul 2021 06:40:37 GMT expires: - '-1' pragma: @@ -437,8 +436,57 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/0dd29fc6-82f1-4441-8b46-936082c2a30a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"c69fd20d-f182-4144-8b46-936082c2a30a\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:37:36.77Z\",\n \"endTime\": + \"2021-07-27T06:40:55.028715Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '164' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:41:07 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --generate-ssh-keys + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: @@ -447,9 +495,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestw6eeg55xc-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestw6eeg55xc-79a739-192f4444.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestw6eeg55xc-79a739-192f4444.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitest656k5npyr-79a739\",\n + \ \"fqdn\": \"cliakstest-clitest656k5npyr-79a739-c90529ac.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest656k5npyr-79a739-c90529ac.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -458,16 +506,16 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQC6z3ZMu10ekljkhG+iyPQykGNsbEQdiqVlK6iALKJ/52VqR0nTshoOw80L6HT0M6PolTpub4+gjdtDIBcMOI6stUNKxUE97zyXjTFj79fAocC7OPiZO5+YK1fxL0HIwJmn+zSSFm53toov1QZhsjOs3QbpjMMCA6MLv3+F4qSKMDuUzfFBvEke/IJUXgn4mN7Dly3kzFY0LlhUwxN6Lg077ZX4rbLLf1d++YC8krLremfla2jn2xWunt91YUubh9p9cCtuRyii1DFRRBeRVmybV14g8m3jUDGVEh6yF6HdSUSdLjch3yPBGL+Hvhrgb8BC4yWvoLdlWNvxttnUlj1r\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/24f3e4c5-b74c-4051-8beb-b0b04f4eb334\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/dcb7cbf7-1b96-4764-9848-dc4206397b53\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": @@ -486,7 +534,7 @@ interactions: content-type: - application/json date: - - Tue, 13 Jul 2021 05:56:37 GMT + - Tue, 27 Jul 2021 06:41:07 GMT expires: - '-1' pragma: @@ -518,8 +566,8 @@ interactions: ParameterSetName: - -g --cluster-name -n --weekday --start-hour User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2021-05-01 response: @@ -533,7 +581,7 @@ interactions: content-type: - application/json date: - - Tue, 13 Jul 2021 05:56:40 GMT + - Tue, 27 Jul 2021 06:41:09 GMT expires: - '-1' pragma: @@ -570,8 +618,8 @@ interactions: ParameterSetName: - -g --cluster-name -n --weekday --start-hour User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/default?api-version=2021-05-01 response: @@ -588,7 +636,7 @@ interactions: content-type: - application/json date: - - Tue, 13 Jul 2021 05:56:41 GMT + - Tue, 27 Jul 2021 06:41:10 GMT expires: - '-1' pragma: @@ -604,7 +652,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1195' status: code: 200 message: OK @@ -622,8 +670,8 @@ interactions: ParameterSetName: - -g --cluster-name -n --config-file User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2021-05-01 response: @@ -640,7 +688,7 @@ interactions: content-type: - application/json date: - - Tue, 13 Jul 2021 05:56:42 GMT + - Tue, 27 Jul 2021 06:41:10 GMT expires: - '-1' pragma: @@ -679,8 +727,8 @@ interactions: ParameterSetName: - -g --cluster-name -n --config-file User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/default?api-version=2021-05-01 response: @@ -701,7 +749,7 @@ interactions: content-type: - application/json date: - - Tue, 13 Jul 2021 05:56:43 GMT + - Tue, 27 Jul 2021 06:41:12 GMT expires: - '-1' pragma: @@ -717,7 +765,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1195' status: code: 200 message: OK @@ -735,8 +783,8 @@ interactions: ParameterSetName: - -g --cluster-name -n User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/default?api-version=2021-05-01 response: @@ -757,7 +805,7 @@ interactions: content-type: - application/json date: - - Tue, 13 Jul 2021 05:56:45 GMT + - Tue, 27 Jul 2021 06:41:12 GMT expires: - '-1' pragma: @@ -791,8 +839,8 @@ interactions: ParameterSetName: - -g --cluster-name -n User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations/default?api-version=2021-05-01 response: @@ -804,7 +852,7 @@ interactions: content-length: - '0' date: - - Tue, 13 Jul 2021 05:56:46 GMT + - Tue, 27 Jul 2021 06:41:13 GMT expires: - '-1' pragma: @@ -816,7 +864,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14995' status: code: 200 message: OK @@ -834,8 +882,8 @@ interactions: ParameterSetName: - -g --cluster-name User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/maintenanceConfigurations?api-version=2021-05-01 response: @@ -849,7 +897,7 @@ interactions: content-type: - application/json date: - - Tue, 13 Jul 2021 05:56:49 GMT + - Tue, 27 Jul 2021 06:41:13 GMT expires: - '-1' pragma: @@ -883,8 +931,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: @@ -892,17 +940,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b943ed48-4efc-430a-a146-f4b5d70433b7?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/429a6d9e-c5a4-40ca-9f30-d446b92b4412?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Tue, 13 Jul 2021 05:56:52 GMT + - Tue, 27 Jul 2021 06:41:17 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/b943ed48-4efc-430a-a146-f4b5d70433b7?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/429a6d9e-c5a4-40ca-9f30-d446b92b4412?api-version=2016-03-30 pragma: - no-cache server: @@ -912,7 +960,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14998' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_ossku.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_ossku.yaml index b7b262edccd..d444fa5d9bb 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_ossku.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_add_with_ossku.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-06-23T08:06:41Z"},"properties":{"provisioningState":"Succeeded"}}' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_get_upgrades.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_get_upgrades.yaml index 72ae0f1e0c9..ed66f9affd7 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_get_upgrades.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_nodepool_get_upgrades.yaml @@ -11,14 +11,14 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --nodepool-name -c + - --resource-group --name --generate-ssh-keys --nodepool-name -c User-Agent: - - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-06-23T08:27:42Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:13:56Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 23 Jun 2021 08:27:44 GMT + - Tue, 27 Jul 2021 06:13:57 GMT expires: - '-1' pragma: @@ -42,18 +42,18 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "", "dnsPrefix": - "cliakstest-clitests5sobwnio-8ecadf", "agentPoolProfiles": [{"count": 1, "vmSize": - "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": - "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": - "Delete", "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": - false, "name": "c000003"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": - {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": - false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", - "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": - "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "standard"}, - "disableLocalAccounts": false}, "identity": {"type": "SystemAssigned"}}' + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "", "dnsPrefix": "cliakstest-clitest3tq3gih6i-79a739", "agentPoolProfiles": + [{"count": 1, "vmSize": "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", + "mode": "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", + "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": + false, "enableUltraSSD": false, "enableFIPS": false, "name": "c000003"}], "linuxProfile": + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, + "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": + {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", + "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": + "loadBalancer", "loadBalancerSku": "standard"}, "disableLocalAccounts": false}, + "location": "westus2"}' headers: Accept: - application/json @@ -64,17 +64,14 @@ interactions: Connection: - keep-alive Content-Length: - - '1325' + - '1319' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - - --resource-group --name --nodepool-name -c + - --resource-group --name --generate-ssh-keys --nodepool-name -c User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: @@ -83,9 +80,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitests5sobwnio-8ecadf\",\n - \ \"fqdn\": \"cliakstest-clitests5sobwnio-8ecadf-fd011b4a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitests5sobwnio-8ecadf-fd011b4a.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitest3tq3gih6i-79a739\",\n + \ \"fqdn\": \"cliakstest-clitest3tq3gih6i-79a739-12150dc0.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest3tq3gih6i-79a739-12150dc0.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -94,33 +91,33 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.02\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": - \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": - {\n \"managedOutboundIPs\": {\n \"count\": 1\n }\n },\n \"podCidr\": - \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": - \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": - \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"disableLocalAccounts\": - false\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n }\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n \"type\": + \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/58a60999-b43c-409d-bda1-4034c368ebc0?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fc7f89a0-f4dc-4dda-861a-8a3171794449?api-version=2016-03-30 cache-control: - no-cache content-length: - - '2717' + - '2689' content-type: - application/json date: - - Wed, 23 Jun 2021 08:27:55 GMT + - Tue, 27 Jul 2021 06:14:06 GMT expires: - '-1' pragma: @@ -140,7 +137,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -148,17 +145,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --nodepool-name -c + - --resource-group --name --generate-ssh-keys --nodepool-name -c User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/58a60999-b43c-409d-bda1-4034c368ebc0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fc7f89a0-f4dc-4dda-861a-8a3171794449?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9909a658-3cb4-9d40-bda1-4034c368ebc0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:27:54.5233333Z\"\n }" + string: "{\n \"name\": \"a0897ffc-dcf4-da4d-861a-8a3171794449\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:14:06.2266666Z\"\n }" headers: cache-control: - no-cache @@ -167,7 +163,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:28:27 GMT + - Tue, 27 Jul 2021 06:14:36 GMT expires: - '-1' pragma: @@ -189,7 +185,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -197,17 +193,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --nodepool-name -c + - --resource-group --name --generate-ssh-keys --nodepool-name -c User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/58a60999-b43c-409d-bda1-4034c368ebc0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fc7f89a0-f4dc-4dda-861a-8a3171794449?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9909a658-3cb4-9d40-bda1-4034c368ebc0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:27:54.5233333Z\"\n }" + string: "{\n \"name\": \"a0897ffc-dcf4-da4d-861a-8a3171794449\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:14:06.2266666Z\"\n }" headers: cache-control: - no-cache @@ -216,7 +211,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:28:58 GMT + - Tue, 27 Jul 2021 06:15:06 GMT expires: - '-1' pragma: @@ -238,7 +233,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -246,17 +241,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --nodepool-name -c + - --resource-group --name --generate-ssh-keys --nodepool-name -c User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/58a60999-b43c-409d-bda1-4034c368ebc0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fc7f89a0-f4dc-4dda-861a-8a3171794449?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9909a658-3cb4-9d40-bda1-4034c368ebc0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:27:54.5233333Z\"\n }" + string: "{\n \"name\": \"a0897ffc-dcf4-da4d-861a-8a3171794449\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:14:06.2266666Z\"\n }" headers: cache-control: - no-cache @@ -265,7 +259,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:29:30 GMT + - Tue, 27 Jul 2021 06:15:36 GMT expires: - '-1' pragma: @@ -287,7 +281,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -295,17 +289,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --nodepool-name -c + - --resource-group --name --generate-ssh-keys --nodepool-name -c User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/58a60999-b43c-409d-bda1-4034c368ebc0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fc7f89a0-f4dc-4dda-861a-8a3171794449?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9909a658-3cb4-9d40-bda1-4034c368ebc0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:27:54.5233333Z\"\n }" + string: "{\n \"name\": \"a0897ffc-dcf4-da4d-861a-8a3171794449\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:14:06.2266666Z\"\n }" headers: cache-control: - no-cache @@ -314,7 +307,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:30:02 GMT + - Tue, 27 Jul 2021 06:16:06 GMT expires: - '-1' pragma: @@ -336,7 +329,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -344,17 +337,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --nodepool-name -c + - --resource-group --name --generate-ssh-keys --nodepool-name -c User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/58a60999-b43c-409d-bda1-4034c368ebc0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fc7f89a0-f4dc-4dda-861a-8a3171794449?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9909a658-3cb4-9d40-bda1-4034c368ebc0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:27:54.5233333Z\"\n }" + string: "{\n \"name\": \"a0897ffc-dcf4-da4d-861a-8a3171794449\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:14:06.2266666Z\"\n }" headers: cache-control: - no-cache @@ -363,7 +355,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:30:33 GMT + - Tue, 27 Jul 2021 06:16:36 GMT expires: - '-1' pragma: @@ -385,7 +377,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -393,17 +385,16 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --nodepool-name -c + - --resource-group --name --generate-ssh-keys --nodepool-name -c User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/58a60999-b43c-409d-bda1-4034c368ebc0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fc7f89a0-f4dc-4dda-861a-8a3171794449?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9909a658-3cb4-9d40-bda1-4034c368ebc0\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-06-23T08:27:54.5233333Z\"\n }" + string: "{\n \"name\": \"a0897ffc-dcf4-da4d-861a-8a3171794449\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:14:06.2266666Z\"\n }" headers: cache-control: - no-cache @@ -412,7 +403,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:31:06 GMT + - Tue, 27 Jul 2021 06:17:07 GMT expires: - '-1' pragma: @@ -434,7 +425,55 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --generate-ssh-keys --nodepool-name -c + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fc7f89a0-f4dc-4dda-861a-8a3171794449?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"a0897ffc-dcf4-da4d-861a-8a3171794449\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:14:06.2266666Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:17:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -442,18 +481,17 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --nodepool-name -c + - --resource-group --name --generate-ssh-keys --nodepool-name -c User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/58a60999-b43c-409d-bda1-4034c368ebc0?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fc7f89a0-f4dc-4dda-861a-8a3171794449?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9909a658-3cb4-9d40-bda1-4034c368ebc0\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-06-23T08:27:54.5233333Z\",\n \"endTime\": - \"2021-06-23T08:31:24.1446157Z\"\n }" + string: "{\n \"name\": \"a0897ffc-dcf4-da4d-861a-8a3171794449\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:14:06.2266666Z\",\n \"endTime\": + \"2021-07-27T06:17:55.6725633Z\"\n }" headers: cache-control: - no-cache @@ -462,7 +500,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:31:37 GMT + - Tue, 27 Jul 2021 06:18:07 GMT expires: - '-1' pragma: @@ -484,7 +522,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -492,11 +530,10 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --nodepool-name -c + - --resource-group --name --generate-ssh-keys --nodepool-name -c User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: @@ -505,9 +542,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitests5sobwnio-8ecadf\",\n - \ \"fqdn\": \"cliakstest-clitests5sobwnio-8ecadf-fd011b4a.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitests5sobwnio-8ecadf-fd011b4a.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitest3tq3gih6i-79a739\",\n + \ \"fqdn\": \"cliakstest-clitest3tq3gih6i-79a739-12150dc0.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitest3tq3gih6i-79a739-12150dc0.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -516,17 +553,16 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.02\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDDa7B9UAcZjiNXFbAWabU3ZJQsZv4CgsZK8jq+ZRCaJsErW/Lbi/pURsGaLmwn2Hn+zSHj5i4yhNmi3/l89lkvBuv6+sENFnrG5QzUr/9B3UaiwOGCKX6Z/SlC62fz+lAerbtB0ntHs0cTgdLCwAzNanpGqVUpTNkFrnDO2OjJF1SwqTVdyFRY7fCOvrXVXxcdrmMKGxDgihRCkEztaGjiyE5Rc5nHuti8CrfWl6V8tgG9oaRBJOJ4WkM7TT+S7B+XCUUWh8JUXH/KU6wIP47gvZ98KxL0WRFY/Dt+YnlknpvxS7u3fcP+RozpaZ1MIwibjec3ch8Evx8Z7RgaFwav - fumingzhang@microsoft.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": - \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": - {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": - [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/15c74186-75da-410d-9ef5-85a7b4246293\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/8d39815c-1152-42ee-9224-e0e461a9e067\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": @@ -541,11 +577,11 @@ interactions: cache-control: - no-cache content-length: - - '3380' + - '3352' content-type: - application/json date: - - Wed, 23 Jun 2021 08:31:39 GMT + - Tue, 27 Jul 2021 06:18:07 GMT expires: - '-1' pragma: @@ -577,11 +613,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --nodepool-name User-Agent: - - python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) - msrest/0.6.21 msrest_azure/0.6.3 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.25.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003/upgradeProfiles/default?api-version=2021-05-01 response: @@ -589,7 +622,7 @@ interactions: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003/upgradeProfiles/default\",\n \ \"name\": \"default\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools/upgradeProfiles\",\n \ \"properties\": {\n \"kubernetesVersion\": \"1.19.11\",\n \"osType\": - \"Linux\",\n \"latestNodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.02\"\n + \"Linux\",\n \"latestNodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.03\"\n \ }\n }" headers: cache-control: @@ -599,7 +632,7 @@ interactions: content-type: - application/json date: - - Wed, 23 Jun 2021 08:31:41 GMT + - Tue, 27 Jul 2021 06:18:08 GMT expires: - '-1' pragma: @@ -633,8 +666,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.25.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: @@ -642,17 +675,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4b99b746-64c7-4e64-a750-d8fd1767f5c5?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/8970db26-d865-4f3a-9ae1-1488aac56adf?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Wed, 23 Jun 2021 08:31:44 GMT + - Tue, 27 Jul 2021 06:18:09 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/4b99b746-64c7-4e64-a750-d8fd1767f5c5?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/8970db26-d865-4f3a-9ae1-1488aac56adf?api-version=2016-03-30 pragma: - no-cache server: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_run_command.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_run_command.yaml index 341c3528201..ac50ac35768 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_run_command.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_run_command.yaml @@ -14,15 +14,12 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-resource/12.0.0 Azure-SDK-For-Python AZURECLI/2.19.1 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-04-02T18:44:28Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T08:05:37Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -31,7 +28,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 02 Apr 2021 18:44:34 GMT + - Tue, 27 Jul 2021 08:05:39 GMT expires: - '-1' pragma: @@ -46,16 +43,18 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "", "dnsPrefix": - "cmdtestcqh-clitestxzpd6daj2-c10894", "agentPoolProfiles": [{"count": 1, "vmSize": - "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": - "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": - "Delete", "enableEncryptionAtHost": false, "name": "c000003"}], "linuxProfile": - {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhSzGqT9yOjxYAge38/y9Z//u0JQ+FEQu1GO7d9sVuzspsjSgCwE7qMNzNDrPHOiUMIs74OooUJvv2nq/k+CMddvSc3cfTxHgKNqwWjgkHEpwGpEuJtQjjNybcusPU9JMDa6dch9vZIdSmOtVLn3Y5cfVuRaLASNLUg1iXLmBaEH0muWXQcp8/x6ZHS1QSrzr6u07+UP2ykbX9EiD60Aq72wJY41wnsR0AEcY7b9lljbIUodaxaTzrKonMODxe2zDunmlH6rPs+iAVvOtHRnhrcYhxZePWYR516Dr+nnCbmUcIFRjZOz3N5zGGQnj2WTd76kZqxNCLNU6bfXvTKksd"}]}}, + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "", "dnsPrefix": "cmdtesty2o-clitestrsta3ftbu-79a739", "agentPoolProfiles": + [{"count": 1, "vmSize": "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", + "mode": "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", + "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": + false, "enableUltraSSD": false, "enableFIPS": false, "name": "c000003"}], "linuxProfile": + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXXa38mTCuXRXIDO3Ik0tM6IiXqiJXpW17s43ngA/pOaZyBb+JzQ38BoItloVUyr8DuwYQSopy0aqOyWAj+ii/k4+tqrRe6PFGUQd1qMS7+2v/QuvLbhzsFVOFk64yRluri4T50m3GSu71jeubNvBVmAn84YZCwrN9h1OpjYRHQ3Rhmw6OufvBhW7ZWKUD49stNc1KKZsTvRmg7pN1eVmKHykpotdf6/UcEebDperarPSZm0Hl6JqzxzF5BbWVyFdMGGVqiFedD6aknWA0uVmnfwZen8VVHWpfTAyQj3FCS4PTl/g83Dxef77DiaV3wx6E6pxXV+EkPRgiVi/HIzVz"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": - "loadBalancer", "loadBalancerSku": "standard"}}, "identity": {"type": "SystemAssigned"}}' + "loadBalancer", "loadBalancerSku": "standard"}, "disableLocalAccounts": false}, + "location": "westus2"}' headers: Accept: - application/json @@ -66,65 +65,61 @@ interactions: Connection: - keep-alive Content-Length: - - '1220' + - '1319' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.19.1 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cmdtest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cmdtest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cmdtest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.18.14\",\n \"dnsPrefix\"\ - : \"cmdtestcqh-clitestxzpd6daj2-c10894\",\n \"fqdn\": \"cmdtestcqh-clitestxzpd6daj2-c10894-b34a1b0f.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cmdtestcqh-clitestxzpd6daj2-c10894-b34a1b0f.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"\ - count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"\ - code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\",\n\ - \ \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"mode\"\ - : \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\": \"\ - Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2-2021.03.29\"\n \ - \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\"\ - ,\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"\ - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhSzGqT9yOjxYAge38/y9Z//u0JQ+FEQu1GO7d9sVuzspsjSgCwE7qMNzNDrPHOiUMIs74OooUJvv2nq/k+CMddvSc3cfTxHgKNqwWjgkHEpwGpEuJtQjjNybcusPU9JMDa6dch9vZIdSmOtVLn3Y5cfVuRaLASNLUg1iXLmBaEH0muWXQcp8/x6ZHS1QSrzr6u07+UP2ykbX9EiD60Aq72wJY41wnsR0AEcY7b9lljbIUodaxaTzrKonMODxe2zDunmlH6rPs+iAVvOtHRnhrcYhxZePWYR516Dr+nnCbmUcIFRjZOz3N5zGGQnj2WTd76kZqxNCLNU6bfXvTKksd\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\"\ - : {\n \"KubeDashboard\": {\n \"enabled\": false,\n \"config\":\ - \ null\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cmdtest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n }\n },\n \"podCidr\": \"10.244.0.0/16\"\ - ,\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\"\ - ,\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"\ - loadBalancer\"\n },\n \"maxAgentPools\": 10\n },\n \"identity\": {\n\ - \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cmdtest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cmdtest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cmdtesty2o-clitestrsta3ftbu-79a739\",\n + \ \"fqdn\": \"cmdtesty2o-clitestrsta3ftbu-79a739-be77ece6.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cmdtesty2o-clitestrsta3ftbu-79a739-be77ece6.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQDXXa38mTCuXRXIDO3Ik0tM6IiXqiJXpW17s43ngA/pOaZyBb+JzQ38BoItloVUyr8DuwYQSopy0aqOyWAj+ii/k4+tqrRe6PFGUQd1qMS7+2v/QuvLbhzsFVOFk64yRluri4T50m3GSu71jeubNvBVmAn84YZCwrN9h1OpjYRHQ3Rhmw6OufvBhW7ZWKUD49stNc1KKZsTvRmg7pN1eVmKHykpotdf6/UcEebDperarPSZm0Hl6JqzxzF5BbWVyFdMGGVqiFedD6aknWA0uVmnfwZen8VVHWpfTAyQj3FCS4PTl/g83Dxef77DiaV3wx6E6pxXV+EkPRgiVi/HIzVz\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cmdtest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n }\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n \"type\": + \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/641d8c39-cb11-400e-8648-dbd25a92fe5f?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4fba8e01-abd0-4af4-82f1-daf391ac19e5?api-version=2016-03-30 cache-control: - no-cache content-length: - - '2664' + - '2689' content-type: - application/json date: - - Fri, 02 Apr 2021 18:44:45 GMT + - Tue, 27 Jul 2021 08:05:43 GMT expires: - '-1' pragma: @@ -144,105 +139,7 @@ interactions: body: null headers: Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aks create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type - --node-count -o - User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.19.1 (DOCKER) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/641d8c39-cb11-400e-8648-dbd25a92fe5f?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"398c1d64-11cb-0e40-8648-dbd25a92fe5f\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-02T18:44:45.4266666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Fri, 02 Apr 2021 18:45:16 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - 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: - - aks create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type - --node-count -o - User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.19.1 (DOCKER) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/641d8c39-cb11-400e-8648-dbd25a92fe5f?api-version=2016-03-30 - response: - body: - string: "{\n \"name\": \"398c1d64-11cb-0e40-8648-dbd25a92fe5f\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-02T18:44:45.4266666Z\"\n }" - headers: - cache-control: - - no-cache - content-length: - - '126' - content-type: - - application/json - date: - - Fri, 02 Apr 2021 18:45:47 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - nginx - 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: @@ -253,14 +150,14 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.19.1 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/641d8c39-cb11-400e-8648-dbd25a92fe5f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4fba8e01-abd0-4af4-82f1-daf391ac19e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"398c1d64-11cb-0e40-8648-dbd25a92fe5f\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-02T18:44:45.4266666Z\"\n }" + string: "{\n \"name\": \"018eba4f-d0ab-f44a-82f1-daf391ac19e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T08:05:43.6833333Z\"\n }" headers: cache-control: - no-cache @@ -269,7 +166,7 @@ interactions: content-type: - application/json date: - - Fri, 02 Apr 2021 18:46:19 GMT + - Tue, 27 Jul 2021 08:06:13 GMT expires: - '-1' pragma: @@ -291,7 +188,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -302,14 +199,14 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.19.1 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/641d8c39-cb11-400e-8648-dbd25a92fe5f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4fba8e01-abd0-4af4-82f1-daf391ac19e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"398c1d64-11cb-0e40-8648-dbd25a92fe5f\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-02T18:44:45.4266666Z\"\n }" + string: "{\n \"name\": \"018eba4f-d0ab-f44a-82f1-daf391ac19e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T08:05:43.6833333Z\"\n }" headers: cache-control: - no-cache @@ -318,7 +215,7 @@ interactions: content-type: - application/json date: - - Fri, 02 Apr 2021 18:46:50 GMT + - Tue, 27 Jul 2021 08:06:44 GMT expires: - '-1' pragma: @@ -340,7 +237,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -351,14 +248,14 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.19.1 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/641d8c39-cb11-400e-8648-dbd25a92fe5f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4fba8e01-abd0-4af4-82f1-daf391ac19e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"398c1d64-11cb-0e40-8648-dbd25a92fe5f\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-02T18:44:45.4266666Z\"\n }" + string: "{\n \"name\": \"018eba4f-d0ab-f44a-82f1-daf391ac19e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T08:05:43.6833333Z\"\n }" headers: cache-control: - no-cache @@ -367,7 +264,7 @@ interactions: content-type: - application/json date: - - Fri, 02 Apr 2021 18:47:19 GMT + - Tue, 27 Jul 2021 08:07:14 GMT expires: - '-1' pragma: @@ -389,7 +286,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -400,14 +297,14 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.19.1 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/641d8c39-cb11-400e-8648-dbd25a92fe5f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4fba8e01-abd0-4af4-82f1-daf391ac19e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"398c1d64-11cb-0e40-8648-dbd25a92fe5f\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-02T18:44:45.4266666Z\"\n }" + string: "{\n \"name\": \"018eba4f-d0ab-f44a-82f1-daf391ac19e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T08:05:43.6833333Z\"\n }" headers: cache-control: - no-cache @@ -416,7 +313,7 @@ interactions: content-type: - application/json date: - - Fri, 02 Apr 2021 18:47:50 GMT + - Tue, 27 Jul 2021 08:07:43 GMT expires: - '-1' pragma: @@ -438,7 +335,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -449,14 +346,14 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.19.1 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/641d8c39-cb11-400e-8648-dbd25a92fe5f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4fba8e01-abd0-4af4-82f1-daf391ac19e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"398c1d64-11cb-0e40-8648-dbd25a92fe5f\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-02T18:44:45.4266666Z\"\n }" + string: "{\n \"name\": \"018eba4f-d0ab-f44a-82f1-daf391ac19e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T08:05:43.6833333Z\"\n }" headers: cache-control: - no-cache @@ -465,7 +362,7 @@ interactions: content-type: - application/json date: - - Fri, 02 Apr 2021 18:48:20 GMT + - Tue, 27 Jul 2021 08:08:13 GMT expires: - '-1' pragma: @@ -487,7 +384,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -498,14 +395,14 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.19.1 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/641d8c39-cb11-400e-8648-dbd25a92fe5f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4fba8e01-abd0-4af4-82f1-daf391ac19e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"398c1d64-11cb-0e40-8648-dbd25a92fe5f\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-02T18:44:45.4266666Z\"\n }" + string: "{\n \"name\": \"018eba4f-d0ab-f44a-82f1-daf391ac19e5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T08:05:43.6833333Z\"\n }" headers: cache-control: - no-cache @@ -514,7 +411,7 @@ interactions: content-type: - application/json date: - - Fri, 02 Apr 2021 18:48:51 GMT + - Tue, 27 Jul 2021 08:08:44 GMT expires: - '-1' pragma: @@ -536,7 +433,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -547,15 +444,15 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.19.1 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/641d8c39-cb11-400e-8648-dbd25a92fe5f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4fba8e01-abd0-4af4-82f1-daf391ac19e5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"398c1d64-11cb-0e40-8648-dbd25a92fe5f\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2021-04-02T18:44:45.4266666Z\",\n \"\ - endTime\": \"2021-04-02T18:49:04.8875653Z\"\n }" + string: "{\n \"name\": \"018eba4f-d0ab-f44a-82f1-daf391ac19e5\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T08:05:43.6833333Z\",\n \"endTime\": + \"2021-07-27T08:09:13.5145207Z\"\n }" headers: cache-control: - no-cache @@ -564,7 +461,7 @@ interactions: content-type: - application/json date: - - Fri, 02 Apr 2021 18:49:22 GMT + - Tue, 27 Jul 2021 08:09:14 GMT expires: - '-1' pragma: @@ -586,7 +483,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -597,59 +494,56 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.19.1 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cmdtest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cmdtest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cmdtest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.18.14\",\n \"dnsPrefix\"\ - : \"cmdtestcqh-clitestxzpd6daj2-c10894\",\n \"fqdn\": \"cmdtestcqh-clitestxzpd6daj2-c10894-b34a1b0f.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cmdtestcqh-clitestxzpd6daj2-c10894-b34a1b0f.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"\ - count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\"\ - ,\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"\ - mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\"\ - : \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2-2021.03.29\"\ - \n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\"\ - ,\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"\ - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhSzGqT9yOjxYAge38/y9Z//u0JQ+FEQu1GO7d9sVuzspsjSgCwE7qMNzNDrPHOiUMIs74OooUJvv2nq/k+CMddvSc3cfTxHgKNqwWjgkHEpwGpEuJtQjjNybcusPU9JMDa6dch9vZIdSmOtVLn3Y5cfVuRaLASNLUg1iXLmBaEH0muWXQcp8/x6ZHS1QSrzr6u07+UP2ykbX9EiD60Aq72wJY41wnsR0AEcY7b9lljbIUodaxaTzrKonMODxe2zDunmlH6rPs+iAVvOtHRnhrcYhxZePWYR516Dr+nnCbmUcIFRjZOz3N5zGGQnj2WTd76kZqxNCLNU6bfXvTKksd\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\"\ - : {\n \"KubeDashboard\": {\n \"enabled\": false,\n \"config\":\ - \ null\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cmdtest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n \ - \ {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cmdtest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e7ad5cae-c586-408e-a673-a140cd9b6496\"\ - \n }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\"\ - : \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\"\ - : \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"\ - maxAgentPools\": 10,\n \"identityProfile\": {\n \"kubeletidentity\":\ - \ {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cmdtest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cmdtest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n }\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cmdtest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cmdtest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cmdtesty2o-clitestrsta3ftbu-79a739\",\n + \ \"fqdn\": \"cmdtesty2o-clitestrsta3ftbu-79a739-be77ece6.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cmdtesty2o-clitestrsta3ftbu-79a739-be77ece6.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQDXXa38mTCuXRXIDO3Ik0tM6IiXqiJXpW17s43ngA/pOaZyBb+JzQ38BoItloVUyr8DuwYQSopy0aqOyWAj+ii/k4+tqrRe6PFGUQd1qMS7+2v/QuvLbhzsFVOFk64yRluri4T50m3GSu71jeubNvBVmAn84YZCwrN9h1OpjYRHQ3Rhmw6OufvBhW7ZWKUD49stNc1KKZsTvRmg7pN1eVmKHykpotdf6/UcEebDperarPSZm0Hl6JqzxzF5BbWVyFdMGGVqiFedD6aknWA0uVmnfwZen8VVHWpfTAyQj3FCS4PTl/g83Dxef77DiaV3wx6E6pxXV+EkPRgiVi/HIzVz\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cmdtest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cmdtest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c39e9d69-8f19-4b9b-bb29-77b8b19958ed\"\n + \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cmdtest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cmdtest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '3327' + - '3352' content-type: - application/json date: - - Fri, 02 Apr 2021 18:49:22 GMT + - Tue, 27 Jul 2021 08:09:14 GMT expires: - '-1' pragma: @@ -679,63 +573,58 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n -c + - -g -n -o -c User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.19.1 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cmdtest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cmdtest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cmdtest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.18.14\",\n \"dnsPrefix\"\ - : \"cmdtestcqh-clitestxzpd6daj2-c10894\",\n \"fqdn\": \"cmdtestcqh-clitestxzpd6daj2-c10894-b34a1b0f.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cmdtestcqh-clitestxzpd6daj2-c10894-b34a1b0f.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"\ - count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\"\ - ,\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"\ - mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\"\ - : \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2-2021.03.29\"\ - \n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\"\ - ,\n \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"\ - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhSzGqT9yOjxYAge38/y9Z//u0JQ+FEQu1GO7d9sVuzspsjSgCwE7qMNzNDrPHOiUMIs74OooUJvv2nq/k+CMddvSc3cfTxHgKNqwWjgkHEpwGpEuJtQjjNybcusPU9JMDa6dch9vZIdSmOtVLn3Y5cfVuRaLASNLUg1iXLmBaEH0muWXQcp8/x6ZHS1QSrzr6u07+UP2ykbX9EiD60Aq72wJY41wnsR0AEcY7b9lljbIUodaxaTzrKonMODxe2zDunmlH6rPs+iAVvOtHRnhrcYhxZePWYR516Dr+nnCbmUcIFRjZOz3N5zGGQnj2WTd76kZqxNCLNU6bfXvTKksd\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"addonProfiles\"\ - : {\n \"KubeDashboard\": {\n \"enabled\": false,\n \"config\":\ - \ null\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cmdtest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n \ - \ {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cmdtest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e7ad5cae-c586-408e-a673-a140cd9b6496\"\ - \n }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\"\ - : \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\"\ - : \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"\ - maxAgentPools\": 10,\n \"identityProfile\": {\n \"kubeletidentity\":\ - \ {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cmdtest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cmdtest000002-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n }\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cmdtest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cmdtest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cmdtesty2o-clitestrsta3ftbu-79a739\",\n + \ \"fqdn\": \"cmdtesty2o-clitestrsta3ftbu-79a739-be77ece6.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cmdtesty2o-clitestrsta3ftbu-79a739-be77ece6.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQDXXa38mTCuXRXIDO3Ik0tM6IiXqiJXpW17s43ngA/pOaZyBb+JzQ38BoItloVUyr8DuwYQSopy0aqOyWAj+ii/k4+tqrRe6PFGUQd1qMS7+2v/QuvLbhzsFVOFk64yRluri4T50m3GSu71jeubNvBVmAn84YZCwrN9h1OpjYRHQ3Rhmw6OufvBhW7ZWKUD49stNc1KKZsTvRmg7pN1eVmKHykpotdf6/UcEebDperarPSZm0Hl6JqzxzF5BbWVyFdMGGVqiFedD6aknWA0uVmnfwZen8VVHWpfTAyQj3FCS4PTl/g83Dxef77DiaV3wx6E6pxXV+EkPRgiVi/HIzVz\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cmdtest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cmdtest000002_westus2/providers/Microsoft.Network/publicIPAddresses/c39e9d69-8f19-4b9b-bb29-77b8b19958ed\"\n + \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cmdtest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cmdtest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '3327' + - '3352' content-type: - application/json date: - - Fri, 02 Apr 2021 18:49:24 GMT + - Tue, 27 Jul 2021 08:09:15 GMT expires: - '-1' pragma: @@ -767,14 +656,12 @@ interactions: Content-Length: - '49' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - - -g -n -c + - -g -n -o -c User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.19.1 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cmdtest000002/runCommand?api-version=2021-05-01 response: @@ -786,11 +673,11 @@ interactions: content-length: - '0' date: - - Fri, 02 Apr 2021 18:49:25 GMT + - Tue, 27 Jul 2021 08:09:17 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclusters/cmdtest000002/commandResults/d7782fecf9384217aeb09c2448264e3b?api-version=2021-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclusters/cmdtest000002/commandResults/d909074c8d924c219b40c58f172b3ee3?api-version=2021-05-01 pragma: - no-cache server: @@ -808,53 +695,7 @@ interactions: body: null headers: Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - aks command invoke - Connection: - - keep-alive - ParameterSetName: - - -g -n -c - User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.19.1 (DOCKER) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclusters/cmdtest000002/commandResults/d7782fecf9384217aeb09c2448264e3b?api-version=2021-05-01 - response: - body: - string: "{\n \"id\": \"d7782fecf9384217aeb09c2448264e3b\",\n \"properties\"\ - : {\n \"provisioningState\": \"Running\"\n }\n }" - headers: - cache-control: - - no-cache - content-length: - - '104' - content-type: - - application/json - date: - - Fri, 02 Apr 2021 18:49:31 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclusters/cmdtest000002/commandResults/d7782fecf9384217aeb09c2448264e3b?api-version=2021-05-01 - pragma: - - no-cache - server: - - nginx - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 202 - message: Accepted -- request: - body: null - headers: - Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -862,38 +703,37 @@ interactions: Connection: - keep-alive ParameterSetName: - - -g -n -c + - -g -n -o -c User-Agent: - - python/3.6.10 (Linux-4.19.121-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python AZURECLI/2.19.1 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclusters/cmdtest000002/commandResults/d7782fecf9384217aeb09c2448264e3b?api-version=2021-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedclusters/cmdtest000002/commandResults/d909074c8d924c219b40c58f172b3ee3?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"d7782fecf9384217aeb09c2448264e3b\",\n \"properties\"\ - : {\n \"provisioningState\": \"Succeeded\",\n \"exitCode\": 0,\n \"\ - startedAt\": \"2021-04-02T18:49:32Z\",\n \"finishedAt\": \"2021-04-02T18:49:32Z\"\ - ,\n \"logs\": \"NAMESPACE NAME \ - \ READY STATUS RESTARTS AGE\\naks-command command-d7782fecf9384217aeb09c2448264e3b\ - \ 0/1 ContainerCreating 0 6s\\nkube-system coredns-748cdb7bf4-2xwpb\ - \ 1/1 Running 0 79s\\nkube-system\ - \ coredns-748cdb7bf4-mqvbj 1/1 Running \ - \ 0 2m59s\\nkube-system coredns-autoscaler-868b684fd4-jgqt5 \ - \ 1/1 Running 0 2m56s\\nkube-system konnectivity-agent-7585cd88b9-swz84\ - \ 1/1 Running 0 2m57s\\nkube-system konnectivity-agent-7585cd88b9-vx8fd\ - \ 1/1 Running 0 2m57s\\nkube-system kube-proxy-wdxfv\ - \ 1/1 Running 0 92s\\nkube-system\ - \ metrics-server-58fdc875d5-msvxh 1/1 Running \ - \ 0 2m59s\\n\"\n }\n }" + string: "{\n \"id\": \"d909074c8d924c219b40c58f172b3ee3\",\n \"properties\": + {\n \"provisioningState\": \"Succeeded\",\n \"exitCode\": 0,\n \"startedAt\": + \"2021-07-27T08:09:18Z\",\n \"finishedAt\": \"2021-07-27T08:09:20Z\",\n + \ \"logs\": \"NAMESPACE NAME READY + \ STATUS RESTARTS AGE\\naks-command command-d909074c8d924c219b40c58f172b3ee3 + \ 1/1 Running 0 3s\\nkube-system azure-ip-masq-agent-w59zr + \ 1/1 Running 0 68s\\nkube-system coredns-76c97c8599-m7szr + \ 1/1 Running 0 94s\\nkube-system coredns-76c97c8599-sd65f + \ 1/1 Running 0 52s\\nkube-system coredns-autoscaler-599949fd86-b4dlv + \ 1/1 Running 0 92s\\nkube-system konnectivity-agent-6646dfc4c7-ctmpx + \ 1/1 Running 0 92s\\nkube-system kube-proxy-66z7r + \ 1/1 Running 0 68s\\nkube-system + \ metrics-server-77c8679d7d-zm6bm 1/1 Running 0 94s\\n\"\n + \ }\n }" headers: cache-control: - no-cache content-length: - - '1138' + - '1038' content-type: - application/json date: - - Fri, 02 Apr 2021 18:49:36 GMT + - Tue, 27 Jul 2021 08:09:23 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_stop_and_start.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_stop_and_start.yaml index 988d0e01b7c..9e9999adb5f 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_stop_and_start.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_stop_and_start.yaml @@ -11,14 +11,14 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --ssh-key-value + - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-12T10:51:09Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:25:08Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 12 Jul 2021 10:51:11 GMT + - Tue, 27 Jul 2021 06:25:09 GMT expires: - '-1' pragma: @@ -43,18 +43,18 @@ interactions: message: OK - request: body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "", "dnsPrefix": "cliakstest-clitest4rszdd3zh-79a739", "agentPoolProfiles": + "", "dnsPrefix": "cliakstest-clitestrqr5fpf62-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ== - test@example.com\n"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": - false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", - "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": - "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "standard"}, - "disableLocalAccounts": false}, "location": "westus2"}' + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, + "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": + {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", + "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": + "loadBalancer", "loadBalancerSku": "standard"}, "disableLocalAccounts": false}, + "location": "westus2"}' headers: Accept: - application/json @@ -65,13 +65,13 @@ interactions: Connection: - keep-alive Content-Length: - - '1685' + - '1322' Content-Type: - application/json ParameterSetName: - - --resource-group --name --ssh-key-value + - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -81,9 +81,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitest4rszdd3zh-79a739\",\n - \ \"fqdn\": \"cliakstest-clitest4rszdd3zh-79a739-5ebe7f3c.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4rszdd3zh-79a739-5ebe7f3c.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestrqr5fpf62-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestrqr5fpf62-79a739-8ffe472a.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestrqr5fpf62-79a739-8ffe472a.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -92,33 +92,33 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ== - test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": - \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": - {\n \"managedOutboundIPs\": {\n \"count\": 1\n }\n },\n \"podCidr\": - \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": - \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": - \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"disableLocalAccounts\": - false\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n }\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n \"type\": + \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d2f4fe5-2238-4239-bbcb-85cc5fca16f5?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/55b58693-5708-43cd-8ae0-b0749a61592d?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3055' + - '2692' content-type: - application/json date: - - Mon, 12 Jul 2021 10:51:20 GMT + - Tue, 27 Jul 2021 06:25:17 GMT expires: - '-1' pragma: @@ -130,7 +130,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1196' status: code: 201 message: Created @@ -146,25 +146,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --ssh-key-value + - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d2f4fe5-2238-4239-bbcb-85cc5fca16f5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/55b58693-5708-43cd-8ae0-b0749a61592d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e54f2f4d-3822-3942-bbcb-85cc5fca16f5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:51:20.05Z\"\n }" + string: "{\n \"name\": \"9386b555-0857-cd43-8ae0-b0749a61592d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:25:17.7833333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Mon, 12 Jul 2021 10:51:50 GMT + - Tue, 27 Jul 2021 06:25:47 GMT expires: - '-1' pragma: @@ -194,25 +194,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --ssh-key-value + - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d2f4fe5-2238-4239-bbcb-85cc5fca16f5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/55b58693-5708-43cd-8ae0-b0749a61592d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e54f2f4d-3822-3942-bbcb-85cc5fca16f5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:51:20.05Z\"\n }" + string: "{\n \"name\": \"9386b555-0857-cd43-8ae0-b0749a61592d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:25:17.7833333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Mon, 12 Jul 2021 10:52:21 GMT + - Tue, 27 Jul 2021 06:26:17 GMT expires: - '-1' pragma: @@ -242,25 +242,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --ssh-key-value + - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d2f4fe5-2238-4239-bbcb-85cc5fca16f5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/55b58693-5708-43cd-8ae0-b0749a61592d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e54f2f4d-3822-3942-bbcb-85cc5fca16f5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:51:20.05Z\"\n }" + string: "{\n \"name\": \"9386b555-0857-cd43-8ae0-b0749a61592d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:25:17.7833333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Mon, 12 Jul 2021 10:52:50 GMT + - Tue, 27 Jul 2021 06:26:48 GMT expires: - '-1' pragma: @@ -290,25 +290,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --ssh-key-value + - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d2f4fe5-2238-4239-bbcb-85cc5fca16f5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/55b58693-5708-43cd-8ae0-b0749a61592d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e54f2f4d-3822-3942-bbcb-85cc5fca16f5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:51:20.05Z\"\n }" + string: "{\n \"name\": \"9386b555-0857-cd43-8ae0-b0749a61592d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:25:17.7833333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Mon, 12 Jul 2021 10:53:21 GMT + - Tue, 27 Jul 2021 06:27:17 GMT expires: - '-1' pragma: @@ -338,25 +338,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --ssh-key-value + - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d2f4fe5-2238-4239-bbcb-85cc5fca16f5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/55b58693-5708-43cd-8ae0-b0749a61592d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e54f2f4d-3822-3942-bbcb-85cc5fca16f5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:51:20.05Z\"\n }" + string: "{\n \"name\": \"9386b555-0857-cd43-8ae0-b0749a61592d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:25:17.7833333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Mon, 12 Jul 2021 10:53:50 GMT + - Tue, 27 Jul 2021 06:27:48 GMT expires: - '-1' pragma: @@ -386,25 +386,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --ssh-key-value + - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d2f4fe5-2238-4239-bbcb-85cc5fca16f5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/55b58693-5708-43cd-8ae0-b0749a61592d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e54f2f4d-3822-3942-bbcb-85cc5fca16f5\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:51:20.05Z\"\n }" + string: "{\n \"name\": \"9386b555-0857-cd43-8ae0-b0749a61592d\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:25:17.7833333Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Mon, 12 Jul 2021 10:54:21 GMT + - Tue, 27 Jul 2021 06:28:18 GMT expires: - '-1' pragma: @@ -434,26 +434,26 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --ssh-key-value + - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4d2f4fe5-2238-4239-bbcb-85cc5fca16f5?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/55b58693-5708-43cd-8ae0-b0749a61592d?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"e54f2f4d-3822-3942-bbcb-85cc5fca16f5\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-07-12T10:51:20.05Z\",\n \"endTime\": - \"2021-07-12T10:54:41.2430632Z\"\n }" + string: "{\n \"name\": \"9386b555-0857-cd43-8ae0-b0749a61592d\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:25:17.7833333Z\",\n \"endTime\": + \"2021-07-27T06:28:41.3489712Z\"\n }" headers: cache-control: - no-cache content-length: - - '165' + - '170' content-type: - application/json date: - - Mon, 12 Jul 2021 10:54:51 GMT + - Tue, 27 Jul 2021 06:28:48 GMT expires: - '-1' pragma: @@ -483,9 +483,9 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --ssh-key-value + - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -495,9 +495,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitest4rszdd3zh-79a739\",\n - \ \"fqdn\": \"cliakstest-clitest4rszdd3zh-79a739-5ebe7f3c.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitest4rszdd3zh-79a739-5ebe7f3c.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestrqr5fpf62-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestrqr5fpf62-79a739-8ffe472a.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestrqr5fpf62-79a739-8ffe472a.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -506,17 +506,16 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAACAQCbIg1guRHbI0lV11wWDt1r2cUdcNd27CJsg+SfgC7miZeubtwUhbsPdhMQsfDyhOWHq1+ZL0M+nJZV63d/1dhmhtgyOqejUwrPlzKhydsbrsdUor+JmNJDdW01v7BXHyuymT8G4s09jCasNOwiufbP/qp72ruu0bIA1nySsvlf9pCQAuFkAnVnf/rFhUlOkhtRpwcq8SUNY2zRHR/EKb/4NWY1JzR4sa3q2fWIJdrrX0DvLoa5g9bIEd4Df79ba7v+yiUBOS0zT2ll+z4g9izHK3EO5d8hL4jYxcjKs+wcslSYRWrascfscLgMlMGh0CdKeNTDjHpGPncaf3Z+FwwwjWeuiNBxv7bJo13/8B/098KlVDl4GZqsoBCEjPyJfV6hO0y/LkRGkk7oHWKgeWAfKtfLItRp00eZ4fcJNK9kCaSMmEugoZWcI7NGbZXzqFWqbpRI7NcDP9+WIQ+i9U5vqWsqd/zng4kbuAJ6UuKqIzB0upYrLShfQE3SAck8oaLhJqqq56VfDuASNpJKidV+zq27HfSBmbXnkR/5AK337dc3MXKJypoK/QPMLKUAP5XLPbs+NddJQV7EZXd29DLgp+fRIg3edpKdO7ZErWhv7d+3Kws+e1Y+ypmR2WIVSwVyBEUfgv2C8Ts9gnTF4pNcEY/S2aBicz5Ew2+jdyGNQQ== - test@example.com\\n\"\n }\n ]\n }\n },\n \"servicePrincipalProfile\": - {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": - \"MC_clitest000001_cliakstest000002_westus2\",\n \"enableRBAC\": true,\n - \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": - \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": - {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": - [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a40f7995-0fc1-4f53-a7af-87a20cfab403\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/a4e08c6f-2312-4dd0-a94f-992b1419b535\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": @@ -531,11 +530,11 @@ interactions: cache-control: - no-cache content-length: - - '3718' + - '3355' content-type: - application/json date: - - Mon, 12 Jul 2021 10:54:52 GMT + - Tue, 27 Jul 2021 06:28:49 GMT expires: - '-1' pragma: @@ -569,7 +568,7 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/stop?api-version=2021-05-01 @@ -578,17 +577,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/83e7f44c-d38e-430a-a172-d4b35f236f8a?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e4f70243-a699-42f3-be6f-5cf96bdfec6a?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Mon, 12 Jul 2021 10:54:52 GMT + - Tue, 27 Jul 2021 06:28:49 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/83e7f44c-d38e-430a-a172-d4b35f236f8a?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/e4f70243-a699-42f3-be6f-5cf96bdfec6a?api-version=2016-03-30 pragma: - no-cache server: @@ -616,23 +615,23 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/83e7f44c-d38e-430a-a172-d4b35f236f8a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e4f70243-a699-42f3-be6f-5cf96bdfec6a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4cf4e783-8ed3-0a43-a172-d4b35f236f8a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:54:53.0033333Z\"\n }" + string: "{\n \"name\": \"4302f7e4-99a6-f342-be6f-5cf96bdfec6a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:28:50.27Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Mon, 12 Jul 2021 10:55:22 GMT + - Tue, 27 Jul 2021 06:29:19 GMT expires: - '-1' pragma: @@ -664,23 +663,23 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/83e7f44c-d38e-430a-a172-d4b35f236f8a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e4f70243-a699-42f3-be6f-5cf96bdfec6a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4cf4e783-8ed3-0a43-a172-d4b35f236f8a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:54:53.0033333Z\"\n }" + string: "{\n \"name\": \"4302f7e4-99a6-f342-be6f-5cf96bdfec6a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:28:50.27Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Mon, 12 Jul 2021 10:55:53 GMT + - Tue, 27 Jul 2021 06:29:49 GMT expires: - '-1' pragma: @@ -712,23 +711,23 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/83e7f44c-d38e-430a-a172-d4b35f236f8a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e4f70243-a699-42f3-be6f-5cf96bdfec6a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4cf4e783-8ed3-0a43-a172-d4b35f236f8a\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:54:53.0033333Z\"\n }" + string: "{\n \"name\": \"4302f7e4-99a6-f342-be6f-5cf96bdfec6a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:28:50.27Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Mon, 12 Jul 2021 10:56:22 GMT + - Tue, 27 Jul 2021 06:30:20 GMT expires: - '-1' pragma: @@ -760,24 +759,71 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/83e7f44c-d38e-430a-a172-d4b35f236f8a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e4f70243-a699-42f3-be6f-5cf96bdfec6a?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4cf4e783-8ed3-0a43-a172-d4b35f236f8a\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-07-12T10:54:53.0033333Z\",\n \"endTime\": - \"2021-07-12T10:56:46.8129039Z\"\n }" + string: "{\n \"name\": \"4302f7e4-99a6-f342-be6f-5cf96bdfec6a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:28:50.27Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '121' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:30:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks stop + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e4f70243-a699-42f3-be6f-5cf96bdfec6a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"4302f7e4-99a6-f342-be6f-5cf96bdfec6a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:28:50.27Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '121' content-type: - application/json date: - - Mon, 12 Jul 2021 10:56:53 GMT + - Tue, 27 Jul 2021 06:31:20 GMT expires: - '-1' pragma: @@ -809,10 +855,107 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/83e7f44c-d38e-430a-a172-d4b35f236f8a?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e4f70243-a699-42f3-be6f-5cf96bdfec6a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"4302f7e4-99a6-f342-be6f-5cf96bdfec6a\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:28:50.27Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '121' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:31:50 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks stop + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e4f70243-a699-42f3-be6f-5cf96bdfec6a?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"4302f7e4-99a6-f342-be6f-5cf96bdfec6a\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:28:50.27Z\",\n \"endTime\": + \"2021-07-27T06:31:53.8706696Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '165' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:32:20 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks stop + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/e4f70243-a699-42f3-be6f-5cf96bdfec6a?api-version=2016-03-30 response: body: string: '' @@ -822,11 +965,11 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 10:56:53 GMT + - Tue, 27 Jul 2021 06:32:20 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/83e7f44c-d38e-430a-a172-d4b35f236f8a?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/e4f70243-a699-42f3-be6f-5cf96bdfec6a?api-version=2016-03-30 pragma: - no-cache server: @@ -854,7 +997,7 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/start?api-version=2021-05-01 @@ -863,17 +1006,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e5254a3e-88e8-4c04-a058-54e77e219211?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b50b1286-4bcd-442f-bf90-84e8a265e5fa?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Mon, 12 Jul 2021 10:56:54 GMT + - Tue, 27 Jul 2021 06:32:21 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/e5254a3e-88e8-4c04-a058-54e77e219211?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/b50b1286-4bcd-442f-bf90-84e8a265e5fa?api-version=2016-03-30 pragma: - no-cache server: @@ -901,14 +1044,14 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e5254a3e-88e8-4c04-a058-54e77e219211?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b50b1286-4bcd-442f-bf90-84e8a265e5fa?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3e4a25e5-e888-044c-a058-54e77e219211\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:56:54.5133333Z\"\n }" + string: "{\n \"name\": \"86120bb5-cd4b-2f44-bf90-84e8a265e5fa\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:32:22.3666666Z\"\n }" headers: cache-control: - no-cache @@ -917,7 +1060,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 10:57:24 GMT + - Tue, 27 Jul 2021 06:32:52 GMT expires: - '-1' pragma: @@ -949,14 +1092,14 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e5254a3e-88e8-4c04-a058-54e77e219211?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b50b1286-4bcd-442f-bf90-84e8a265e5fa?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3e4a25e5-e888-044c-a058-54e77e219211\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:56:54.5133333Z\"\n }" + string: "{\n \"name\": \"86120bb5-cd4b-2f44-bf90-84e8a265e5fa\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:32:22.3666666Z\"\n }" headers: cache-control: - no-cache @@ -965,7 +1108,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 10:57:54 GMT + - Tue, 27 Jul 2021 06:33:22 GMT expires: - '-1' pragma: @@ -997,14 +1140,14 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e5254a3e-88e8-4c04-a058-54e77e219211?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b50b1286-4bcd-442f-bf90-84e8a265e5fa?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3e4a25e5-e888-044c-a058-54e77e219211\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:56:54.5133333Z\"\n }" + string: "{\n \"name\": \"86120bb5-cd4b-2f44-bf90-84e8a265e5fa\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:32:22.3666666Z\"\n }" headers: cache-control: - no-cache @@ -1013,7 +1156,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 10:58:24 GMT + - Tue, 27 Jul 2021 06:33:52 GMT expires: - '-1' pragma: @@ -1045,14 +1188,14 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e5254a3e-88e8-4c04-a058-54e77e219211?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b50b1286-4bcd-442f-bf90-84e8a265e5fa?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3e4a25e5-e888-044c-a058-54e77e219211\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:56:54.5133333Z\"\n }" + string: "{\n \"name\": \"86120bb5-cd4b-2f44-bf90-84e8a265e5fa\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:32:22.3666666Z\"\n }" headers: cache-control: - no-cache @@ -1061,7 +1204,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 10:58:54 GMT + - Tue, 27 Jul 2021 06:34:22 GMT expires: - '-1' pragma: @@ -1093,14 +1236,14 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e5254a3e-88e8-4c04-a058-54e77e219211?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b50b1286-4bcd-442f-bf90-84e8a265e5fa?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3e4a25e5-e888-044c-a058-54e77e219211\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:56:54.5133333Z\"\n }" + string: "{\n \"name\": \"86120bb5-cd4b-2f44-bf90-84e8a265e5fa\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:32:22.3666666Z\"\n }" headers: cache-control: - no-cache @@ -1109,7 +1252,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 10:59:24 GMT + - Tue, 27 Jul 2021 06:34:52 GMT expires: - '-1' pragma: @@ -1141,14 +1284,14 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e5254a3e-88e8-4c04-a058-54e77e219211?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b50b1286-4bcd-442f-bf90-84e8a265e5fa?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3e4a25e5-e888-044c-a058-54e77e219211\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:56:54.5133333Z\"\n }" + string: "{\n \"name\": \"86120bb5-cd4b-2f44-bf90-84e8a265e5fa\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:32:22.3666666Z\"\n }" headers: cache-control: - no-cache @@ -1157,7 +1300,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 10:59:55 GMT + - Tue, 27 Jul 2021 06:35:23 GMT expires: - '-1' pragma: @@ -1189,24 +1332,24 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e5254a3e-88e8-4c04-a058-54e77e219211?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b50b1286-4bcd-442f-bf90-84e8a265e5fa?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"3e4a25e5-e888-044c-a058-54e77e219211\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-07-12T10:56:54.5133333Z\",\n \"endTime\": - \"2021-07-12T10:59:58.230455Z\"\n }" + string: "{\n \"name\": \"86120bb5-cd4b-2f44-bf90-84e8a265e5fa\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:32:22.3666666Z\",\n \"endTime\": + \"2021-07-27T06:35:28.4259313Z\"\n }" headers: cache-control: - no-cache content-length: - - '169' + - '170' content-type: - application/json date: - - Mon, 12 Jul 2021 11:00:24 GMT + - Tue, 27 Jul 2021 06:35:52 GMT expires: - '-1' pragma: @@ -1238,10 +1381,10 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/e5254a3e-88e8-4c04-a058-54e77e219211?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/b50b1286-4bcd-442f-bf90-84e8a265e5fa?api-version=2016-03-30 response: body: string: '' @@ -1251,11 +1394,11 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:00:24 GMT + - Tue, 27 Jul 2021 06:35:52 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/e5254a3e-88e8-4c04-a058-54e77e219211?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/b50b1286-4bcd-442f-bf90-84e8a265e5fa?api-version=2016-03-30 pragma: - no-cache server: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_azurekeyvaultsecretsprovider_with_secret_rotation.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_azurekeyvaultsecretsprovider_with_secret_rotation.yaml index 45267928ccf..64cd8b3b523 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_azurekeyvaultsecretsprovider_with_secret_rotation.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_azurekeyvaultsecretsprovider_with_secret_rotation.yaml @@ -15,7 +15,7 @@ interactions: User-Agent: - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.72-microsoft-standard-WSL2-x86_64-with-Ubuntu-18.04-bionic) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-06-23T08:16:38Z"},"properties":{"provisioningState":"Succeeded"}}' diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_to_msi_cluster.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_to_msi_cluster.yaml index 5ccba5c5994..4d4164f5828 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_to_msi_cluster.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_to_msi_cluster.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-12T10:58:33Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:24:06Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Mon, 12 Jul 2021 10:58:35 GMT + - Tue, 27 Jul 2021 06:24:07 GMT expires: - '-1' pragma: @@ -43,13 +43,13 @@ interactions: message: OK - request: body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "", "dnsPrefix": "cliakstest-clitestr6ut3bb26-79a739", "agentPoolProfiles": + "", "dnsPrefix": "cliakstest-clitestr6p73ihag-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ"}]}}, + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": @@ -71,7 +71,7 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -81,9 +81,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestr6ut3bb26-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestr6ut3bb26-79a739-4b0c14a8.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestr6ut3bb26-79a739-4b0c14a8.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestr6p73ihag-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestr6p73ihag-79a739-c6a67aa7.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestr6p73ihag-79a739-c6a67aa7.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -92,10 +92,10 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": @@ -110,7 +110,7 @@ interactions: {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/de969161-e0b8-4082-aaf9-74e135f69578?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b3552bed-0a73-48b6-9632-ad23f9a71ba5?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -118,7 +118,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 10:58:41 GMT + - Tue, 27 Jul 2021 06:24:16 GMT expires: - '-1' pragma: @@ -130,7 +130,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1195' status: code: 201 message: Created @@ -148,14 +148,14 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/de969161-e0b8-4082-aaf9-74e135f69578?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b3552bed-0a73-48b6-9632-ad23f9a71ba5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"619196de-b8e0-8240-aaf9-74e135f69578\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:58:41.7566666Z\"\n }" + string: "{\n \"name\": \"ed2b55b3-730a-b648-9632-ad23f9a71ba5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:24:16.0433333Z\"\n }" headers: cache-control: - no-cache @@ -164,7 +164,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 10:59:12 GMT + - Tue, 27 Jul 2021 06:24:46 GMT expires: - '-1' pragma: @@ -196,14 +196,14 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/de969161-e0b8-4082-aaf9-74e135f69578?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b3552bed-0a73-48b6-9632-ad23f9a71ba5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"619196de-b8e0-8240-aaf9-74e135f69578\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:58:41.7566666Z\"\n }" + string: "{\n \"name\": \"ed2b55b3-730a-b648-9632-ad23f9a71ba5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:24:16.0433333Z\"\n }" headers: cache-control: - no-cache @@ -212,7 +212,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 10:59:42 GMT + - Tue, 27 Jul 2021 06:25:16 GMT expires: - '-1' pragma: @@ -244,14 +244,14 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/de969161-e0b8-4082-aaf9-74e135f69578?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b3552bed-0a73-48b6-9632-ad23f9a71ba5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"619196de-b8e0-8240-aaf9-74e135f69578\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:58:41.7566666Z\"\n }" + string: "{\n \"name\": \"ed2b55b3-730a-b648-9632-ad23f9a71ba5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:24:16.0433333Z\"\n }" headers: cache-control: - no-cache @@ -260,7 +260,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:00:11 GMT + - Tue, 27 Jul 2021 06:25:46 GMT expires: - '-1' pragma: @@ -292,14 +292,14 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/de969161-e0b8-4082-aaf9-74e135f69578?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b3552bed-0a73-48b6-9632-ad23f9a71ba5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"619196de-b8e0-8240-aaf9-74e135f69578\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:58:41.7566666Z\"\n }" + string: "{\n \"name\": \"ed2b55b3-730a-b648-9632-ad23f9a71ba5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:24:16.0433333Z\"\n }" headers: cache-control: - no-cache @@ -308,7 +308,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:00:42 GMT + - Tue, 27 Jul 2021 06:26:16 GMT expires: - '-1' pragma: @@ -340,14 +340,14 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/de969161-e0b8-4082-aaf9-74e135f69578?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b3552bed-0a73-48b6-9632-ad23f9a71ba5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"619196de-b8e0-8240-aaf9-74e135f69578\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:58:41.7566666Z\"\n }" + string: "{\n \"name\": \"ed2b55b3-730a-b648-9632-ad23f9a71ba5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:24:16.0433333Z\"\n }" headers: cache-control: - no-cache @@ -356,7 +356,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:01:13 GMT + - Tue, 27 Jul 2021 06:26:46 GMT expires: - '-1' pragma: @@ -388,14 +388,14 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/de969161-e0b8-4082-aaf9-74e135f69578?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b3552bed-0a73-48b6-9632-ad23f9a71ba5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"619196de-b8e0-8240-aaf9-74e135f69578\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T10:58:41.7566666Z\"\n }" + string: "{\n \"name\": \"ed2b55b3-730a-b648-9632-ad23f9a71ba5\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:24:16.0433333Z\"\n }" headers: cache-control: - no-cache @@ -404,7 +404,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:01:42 GMT + - Tue, 27 Jul 2021 06:27:16 GMT expires: - '-1' pragma: @@ -436,15 +436,15 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/de969161-e0b8-4082-aaf9-74e135f69578?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/b3552bed-0a73-48b6-9632-ad23f9a71ba5?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"619196de-b8e0-8240-aaf9-74e135f69578\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-07-12T10:58:41.7566666Z\",\n \"endTime\": - \"2021-07-12T11:02:06.0695673Z\"\n }" + string: "{\n \"name\": \"ed2b55b3-730a-b648-9632-ad23f9a71ba5\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:24:16.0433333Z\",\n \"endTime\": + \"2021-07-27T06:27:44.6685762Z\"\n }" headers: cache-control: - no-cache @@ -453,7 +453,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:02:13 GMT + - Tue, 27 Jul 2021 06:27:46 GMT expires: - '-1' pragma: @@ -485,7 +485,7 @@ interactions: ParameterSetName: - --resource-group --name --generate-ssh-keys User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -495,9 +495,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestr6ut3bb26-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestr6ut3bb26-79a739-4b0c14a8.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestr6ut3bb26-79a739-4b0c14a8.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestr6p73ihag-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestr6p73ihag-79a739-c6a67aa7.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestr6p73ihag-79a739-c6a67aa7.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -506,16 +506,16 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2e249ce7-a2ea-4421-a0c6-94f182b72660\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/af96f60a-38f9-40ca-bcd6-bf10d3d08f67\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": @@ -534,7 +534,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:02:13 GMT + - Tue, 27 Jul 2021 06:27:46 GMT expires: - '-1' pragma: @@ -566,7 +566,7 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -576,9 +576,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestr6ut3bb26-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestr6ut3bb26-79a739-4b0c14a8.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestr6ut3bb26-79a739-4b0c14a8.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestr6p73ihag-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestr6p73ihag-79a739-c6a67aa7.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestr6p73ihag-79a739-c6a67aa7.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -587,16 +587,16 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2e249ce7-a2ea-4421-a0c6-94f182b72660\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/af96f60a-38f9-40ca-bcd6-bf10d3d08f67\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": @@ -615,7 +615,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:02:14 GMT + - Tue, 27 Jul 2021 06:27:47 GMT expires: - '-1' pragma: @@ -635,21 +635,21 @@ interactions: message: OK - request: body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": - "1.19.11", "dnsPrefix": "cliakstest-clitestr6ut3bb26-79a739", "agentPoolProfiles": + "1.19.11", "dnsPrefix": "cliakstest-clitestr6p73ihag-79a739", "agentPoolProfiles": [{"count": 3, "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "maxPods": 110, "osType": "Linux", "osSKU": "Ubuntu", "type": "VirtualMachineScaleSets", "mode": "System", "orchestratorVersion": "1.19.11", "enableNodePublicIP": false, "nodeLabels": {}, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ"}]}}, + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, "nodeResourceGroup": "MC_clitest000001_cliakstest000002_westus2", "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2e249ce7-a2ea-4421-a0c6-94f182b72660"}]}}, + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/af96f60a-38f9-40ca-bcd6-bf10d3d08f67"}]}}, "autoUpgradeProfile": {}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool", "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}, @@ -671,7 +671,7 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -681,9 +681,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestr6ut3bb26-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestr6ut3bb26-79a739-4b0c14a8.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestr6ut3bb26-79a739-4b0c14a8.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestr6p73ihag-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestr6p73ihag-79a739-c6a67aa7.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestr6p73ihag-79a739-c6a67aa7.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -692,16 +692,16 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2e249ce7-a2ea-4421-a0c6-94f182b72660\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/af96f60a-38f9-40ca-bcd6-bf10d3d08f67\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": @@ -714,7 +714,7 @@ interactions: {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/601f53d8-a0b8-4f9d-b197-96767d1acdd9?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/13239e0a-b3cc-43a2-b724-0775b34848af?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -722,7 +722,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:02:18 GMT + - Tue, 27 Jul 2021 06:27:51 GMT expires: - '-1' pragma: @@ -738,7 +738,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1197' status: code: 200 message: OK @@ -756,14 +756,14 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/601f53d8-a0b8-4f9d-b197-96767d1acdd9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/13239e0a-b3cc-43a2-b724-0775b34848af?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d8531f60-b8a0-9d4f-b197-96767d1acdd9\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-12T11:02:17.6966666Z\"\n }" + string: "{\n \"name\": \"0a9e2313-ccb3-a243-b724-0775b34848af\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:27:51.0466666Z\"\n }" headers: cache-control: - no-cache @@ -772,7 +772,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:02:47 GMT + - Tue, 27 Jul 2021 06:28:22 GMT expires: - '-1' pragma: @@ -804,15 +804,15 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/601f53d8-a0b8-4f9d-b197-96767d1acdd9?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/13239e0a-b3cc-43a2-b724-0775b34848af?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"d8531f60-b8a0-9d4f-b197-96767d1acdd9\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-07-12T11:02:17.6966666Z\",\n \"endTime\": - \"2021-07-12T11:03:14.3982698Z\"\n }" + string: "{\n \"name\": \"0a9e2313-ccb3-a243-b724-0775b34848af\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:27:51.0466666Z\",\n \"endTime\": + \"2021-07-27T06:28:47.9133012Z\"\n }" headers: cache-control: - no-cache @@ -821,7 +821,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:03:18 GMT + - Tue, 27 Jul 2021 06:28:51 GMT expires: - '-1' pragma: @@ -853,7 +853,7 @@ interactions: ParameterSetName: - --resource-group --name --enable-managed-identity --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -863,9 +863,9 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestr6ut3bb26-79a739\",\n - \ \"fqdn\": \"cliakstest-clitestr6ut3bb26-79a739-4b0c14a8.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliakstest-clitestr6ut3bb26-79a739-4b0c14a8.portal.hcp.westus2.azmk8s.io\",\n + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestr6p73ihag-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestr6p73ihag-79a739-c6a67aa7.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestr6p73ihag-79a739-c6a67aa7.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 3,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n @@ -874,16 +874,16 @@ interactions: \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": - \"AKSUbuntu-1804gen2containerd-2021.06.09\",\n \"enableFIPS\": false\n + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQDyWScGBDe6/JQs1LbwYGkJ6NZ6Fd24ypFkP+3u2gnj23vmyHqjDsdR7DxdIulecf2+kjqJcTzzR9bCRkkwsOzOPQRKYXIql0Ifz2xnIyhJJNWOZ7/XO818nDw+E2oTlT2epYDohkTNOrZVv7CVX41X7YGzuOnxamwg3k6D1te7ruJOqDFfItmyv2sSpyL11brrLBGKmrDcqtBPUAkoWhTOgEiIrts/wFMSJkb175oQvwptDIHCzR8QeBnIgp/nLXhHaxM6i3ws9GFv3Bwou1IMYIARyQUFwMPEXNsi+JfzETAOhO1P85qoFiR3UQnDP4+yDmkmyaoInarEye6rShjJ\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/2e249ce7-a2ea-4421-a0c6-94f182b72660\"\n + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/af96f60a-38f9-40ca-bcd6-bf10d3d08f67\"\n \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": @@ -902,7 +902,7 @@ interactions: content-type: - application/json date: - - Mon, 12 Jul 2021 11:03:18 GMT + - Tue, 27 Jul 2021 06:28:52 GMT expires: - '-1' pragma: @@ -936,7 +936,7 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 @@ -945,17 +945,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/f4188b67-c285-4b9f-b39c-6c4024f33f70?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/54e83023-cfd2-4a0a-b561-431b3e8e4d7f?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Mon, 12 Jul 2021 11:03:21 GMT + - Tue, 27 Jul 2021 06:28:54 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/f4188b67-c285-4b9f-b39c-6c4024f33f70?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/54e83023-cfd2-4a0a-b561-431b3e8e4d7f?api-version=2016-03-30 pragma: - no-cache server: @@ -965,7 +965,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14999' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_windows_password.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_windows_password.yaml index 6c1bb6b85c5..494f730facd 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_windows_password.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_update_with_windows_password.yaml @@ -15,15 +15,12 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-resource/12.1.0 Azure-SDK-For-Python AZURECLI/2.22.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-04-14T04:01:54Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:27:39Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -32,7 +29,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 14 Apr 2021 04:01:56 GMT + - Tue, 27 Jul 2021 06:27:40 GMT expires: - '-1' pragma: @@ -47,16 +44,17 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "", "dnsPrefix": - "cliaksdns000002", "agentPoolProfiles": [{"count": 1, "vmSize": "Standard_DS2_v2", - "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": "System", "enableNodePublicIP": - false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "enableEncryptionAtHost": - false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", - "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJ1ooX5DI9wfvhvdateAnpnHqVnHy/fO9VbAtjoOb1kVExAsMSv+BUuvVXpHmsqEWn+To5p9awEhKYNL+oznH2BZMi/JHQ0l1oVips0RZkpMk7PJnZKgnQ23yExAxkCTYgXE03WTOuxb+u84Um0actdFqoxoYbnXeyOZYVA2v89T9ON7Y7d1s7VWlxu/XumGuTwimWC4zRoPv559HK918SIS8uDEinHtq+TLyslLzFmAR7LCyQP8pXhCl/jBSKx0RlfuYhu9pUG1A5gbrmY0GBc6dhPjV04aQNY8Ob+QLQSLJJ5uLUOWnCjYHX2C0rVG9tFd+6HySEF6IkbJIpgPKz\n"}]}}, - "windowsProfile": {"adminUsername": "azureuser1", "adminPassword": "replace-Password1234$"}, + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": [{"count": 1, "vmSize": + "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": + "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": + "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": false, "enableUltraSSD": + false, "enableFIPS": false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": + "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, + "windowsProfile": {"adminUsername": "azureuser1", "adminPassword": "p@0A000003"}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "azure", "outboundType": "loadBalancer", "loadBalancerSku": - "standard"}}, "identity": {"type": "SystemAssigned"}}' + "standard"}, "disableLocalAccounts": false}, "location": "westus2"}' headers: Accept: - application/json @@ -67,68 +65,62 @@ interactions: Connection: - keep-alive Content-Length: - - '1174' + - '1266' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --location --dns-name-prefix --node-count --generate-ssh-keys --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.18.14\",\n \"dnsPrefix\"\ - : \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-8b465133.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliaksdns000002-8b465133.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"\ - code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\",\n\ - \ \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"mode\"\ - : \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\": \"\ - Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2-2021.03.29\",\n\ - \ \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"\ - adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n\ - \ {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJ1ooX5DI9wfvhvdateAnpnHqVnHy/fO9VbAtjoOb1kVExAsMSv+BUuvVXpHmsqEWn+To5p9awEhKYNL+oznH2BZMi/JHQ0l1oVips0RZkpMk7PJnZKgnQ23yExAxkCTYgXE03WTOuxb+u84Um0actdFqoxoYbnXeyOZYVA2v89T9ON7Y7d1s7VWlxu/XumGuTwimWC4zRoPv559HK918SIS8uDEinHtq+TLyslLzFmAR7LCyQP8pXhCl/jBSKx0RlfuYhu9pUG1A5gbrmY0GBc6dhPjV04aQNY8Ob+QLQSLJJ5uLUOWnCjYHX2C0rVG9tFd+6HySEF6IkbJIpgPKz\\\ - n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\"\ - : \"azureuser1\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"addonProfiles\": {\n \"KubeDashboard\": {\n \"enabled\": false,\n\ - \ \"config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\"\ - : \"standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n }\n },\n \"serviceCidr\": \"10.0.0.0/16\"\ - ,\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\"\ - ,\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": 10\n\ - \ },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\"\ - :\"00000000-0000-0000-0000-000000000001\",\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\ - \n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n\ - \ }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-d8778016.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-d8778016.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": + \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": + \"azureuser1\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"azure\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n }\n },\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n \"type\": + \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/38ee6305-aba3-4a6f-b6ad-3f3cc956bc04?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/13f47dcf-b5e7-456d-96e1-0b4d3feadca1?api-version=2016-03-30 cache-control: - no-cache content-length: - - '2697' + - '2694' content-type: - application/json date: - - Wed, 14 Apr 2021 04:02:07 GMT + - Tue, 27 Jul 2021 06:27:48 GMT expires: - '-1' pragma: @@ -140,7 +132,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1194' status: code: 201 message: Created @@ -148,7 +140,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -160,15 +152,14 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/38ee6305-aba3-4a6f-b6ad-3f3cc956bc04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/13f47dcf-b5e7-456d-96e1-0b4d3feadca1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0563ee38-a3ab-6f4a-b6ad-3f3cc956bc04\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:02:07.5466666Z\"\n }" + string: "{\n \"name\": \"cf7df413-e7b5-6d45-96e1-0b4d3feadca1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:27:48.7666666Z\"\n }" headers: cache-control: - no-cache @@ -177,7 +168,7 @@ interactions: content-type: - application/json date: - - Wed, 14 Apr 2021 04:02:38 GMT + - Tue, 27 Jul 2021 06:28:19 GMT expires: - '-1' pragma: @@ -199,7 +190,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -211,15 +202,14 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/38ee6305-aba3-4a6f-b6ad-3f3cc956bc04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/13f47dcf-b5e7-456d-96e1-0b4d3feadca1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0563ee38-a3ab-6f4a-b6ad-3f3cc956bc04\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:02:07.5466666Z\"\n }" + string: "{\n \"name\": \"cf7df413-e7b5-6d45-96e1-0b4d3feadca1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:27:48.7666666Z\"\n }" headers: cache-control: - no-cache @@ -228,7 +218,7 @@ interactions: content-type: - application/json date: - - Wed, 14 Apr 2021 04:03:08 GMT + - Tue, 27 Jul 2021 06:28:48 GMT expires: - '-1' pragma: @@ -250,7 +240,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -262,15 +252,14 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/38ee6305-aba3-4a6f-b6ad-3f3cc956bc04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/13f47dcf-b5e7-456d-96e1-0b4d3feadca1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0563ee38-a3ab-6f4a-b6ad-3f3cc956bc04\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:02:07.5466666Z\"\n }" + string: "{\n \"name\": \"cf7df413-e7b5-6d45-96e1-0b4d3feadca1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:27:48.7666666Z\"\n }" headers: cache-control: - no-cache @@ -279,7 +268,7 @@ interactions: content-type: - application/json date: - - Wed, 14 Apr 2021 04:03:39 GMT + - Tue, 27 Jul 2021 06:29:19 GMT expires: - '-1' pragma: @@ -301,7 +290,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -313,15 +302,14 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/38ee6305-aba3-4a6f-b6ad-3f3cc956bc04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/13f47dcf-b5e7-456d-96e1-0b4d3feadca1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0563ee38-a3ab-6f4a-b6ad-3f3cc956bc04\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:02:07.5466666Z\"\n }" + string: "{\n \"name\": \"cf7df413-e7b5-6d45-96e1-0b4d3feadca1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:27:48.7666666Z\"\n }" headers: cache-control: - no-cache @@ -330,7 +318,7 @@ interactions: content-type: - application/json date: - - Wed, 14 Apr 2021 04:04:09 GMT + - Tue, 27 Jul 2021 06:29:49 GMT expires: - '-1' pragma: @@ -352,7 +340,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -364,15 +352,14 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/38ee6305-aba3-4a6f-b6ad-3f3cc956bc04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/13f47dcf-b5e7-456d-96e1-0b4d3feadca1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0563ee38-a3ab-6f4a-b6ad-3f3cc956bc04\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:02:07.5466666Z\"\n }" + string: "{\n \"name\": \"cf7df413-e7b5-6d45-96e1-0b4d3feadca1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:27:48.7666666Z\"\n }" headers: cache-control: - no-cache @@ -381,7 +368,7 @@ interactions: content-type: - application/json date: - - Wed, 14 Apr 2021 04:04:40 GMT + - Tue, 27 Jul 2021 06:30:19 GMT expires: - '-1' pragma: @@ -403,7 +390,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -415,15 +402,14 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/38ee6305-aba3-4a6f-b6ad-3f3cc956bc04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/13f47dcf-b5e7-456d-96e1-0b4d3feadca1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0563ee38-a3ab-6f4a-b6ad-3f3cc956bc04\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:02:07.5466666Z\"\n }" + string: "{\n \"name\": \"cf7df413-e7b5-6d45-96e1-0b4d3feadca1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:27:48.7666666Z\"\n }" headers: cache-control: - no-cache @@ -432,7 +418,7 @@ interactions: content-type: - application/json date: - - Wed, 14 Apr 2021 04:05:11 GMT + - Tue, 27 Jul 2021 06:30:49 GMT expires: - '-1' pragma: @@ -454,7 +440,57 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --dns-name-prefix --node-count --generate-ssh-keys + --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type + --network-plugin + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/13f47dcf-b5e7-456d-96e1-0b4d3feadca1?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"cf7df413-e7b5-6d45-96e1-0b4d3feadca1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:27:48.7666666Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:31:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -466,16 +502,15 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/38ee6305-aba3-4a6f-b6ad-3f3cc956bc04?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/13f47dcf-b5e7-456d-96e1-0b4d3feadca1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"0563ee38-a3ab-6f4a-b6ad-3f3cc956bc04\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2021-04-14T04:02:07.5466666Z\",\n \"\ - endTime\": \"2021-04-14T04:05:21.8711032Z\"\n }" + string: "{\n \"name\": \"cf7df413-e7b5-6d45-96e1-0b4d3feadca1\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:27:48.7666666Z\",\n \"endTime\": + \"2021-07-27T06:31:40.4420301Z\"\n }" headers: cache-control: - no-cache @@ -484,7 +519,7 @@ interactions: content-type: - application/json date: - - Wed, 14 Apr 2021 04:05:41 GMT + - Tue, 27 Jul 2021 06:31:50 GMT expires: - '-1' pragma: @@ -506,7 +541,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -518,60 +553,56 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.18.14\",\n \"dnsPrefix\"\ - : \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-8b465133.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliaksdns000002-8b465133.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"\ - code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\",\n\ - \ \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"mode\"\ - : \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\": \"\ - Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2-2021.03.29\",\n\ - \ \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"\ - adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\": [\n\ - \ {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJ1ooX5DI9wfvhvdateAnpnHqVnHy/fO9VbAtjoOb1kVExAsMSv+BUuvVXpHmsqEWn+To5p9awEhKYNL+oznH2BZMi/JHQ0l1oVips0RZkpMk7PJnZKgnQ23yExAxkCTYgXE03WTOuxb+u84Um0actdFqoxoYbnXeyOZYVA2v89T9ON7Y7d1s7VWlxu/XumGuTwimWC4zRoPv559HK918SIS8uDEinHtq+TLyslLzFmAR7LCyQP8pXhCl/jBSKx0RlfuYhu9pUG1A5gbrmY0GBc6dhPjV04aQNY8Ob+QLQSLJJ5uLUOWnCjYHX2C0rVG9tFd+6HySEF6IkbJIpgPKz\\\ - n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\"\ - : \"azureuser1\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"addonProfiles\": {\n \"KubeDashboard\": {\n \"enabled\": false,\n\ - \ \"config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\"\ - : \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n \ - \ {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9a8746c5-ba68-4c6e-bca4-387bb82514fa\"\ - \n }\n ]\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\"\ - : \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\"\ - : \"loadBalancer\"\n },\n \"maxAgentPools\": 10,\n \"identityProfile\"\ - : {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n }\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-d8778016.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-d8778016.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": + \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": + \"azureuser1\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9ad80a02-0268-4305-ac0d-b3807c9ff46f\"\n + \ }\n ]\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": + \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": + \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '3360' + - '3357' content-type: - application/json date: - - Wed, 14 Apr 2021 04:05:42 GMT + - Tue, 27 Jul 2021 06:31:50 GMT expires: - '-1' pragma: @@ -603,35 +634,32 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2021-05-01 response: body: - string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\"\ - ,\n \"name\": \"nodepool1\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\"\ - ,\n \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\"\ - ,\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"\ - kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\"\ - ,\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\"\ - ,\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"\ - mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\"\ - : \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2-2021.03.29\"\ - ,\n \"enableFIPS\": false\n }\n }\n ]\n }" + string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n + \ \"name\": \"nodepool1\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": + false,\n \"nodeLabels\": {},\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": + false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n + \ \"enableFIPS\": false\n }\n }\n ]\n }" headers: cache-control: - no-cache content-length: - - '893' + - '957' content-type: - application/json date: - - Wed, 14 Apr 2021 04:05:43 GMT + - Tue, 27 Jul 2021 06:31:51 GMT expires: - '-1' pragma: @@ -651,9 +679,10 @@ interactions: message: OK - request: body: '{"properties": {"count": 1, "vmSize": "Standard_D2s_v3", "osType": "Windows", - "type": "VirtualMachineScaleSets", "mode": "User", "upgradeSettings": {}, "enableNodePublicIP": - false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": "Delete", "nodeTaints": - [], "enableEncryptionAtHost": false}}' + "mode": "User", "upgradeSettings": {}, "enableNodePublicIP": false, "scaleSetPriority": + "Regular", "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "nodeTaints": + [], "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": + false}}' headers: Accept: - application/json @@ -664,42 +693,39 @@ interactions: Connection: - keep-alive Content-Length: - - '299' + - '332' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\"\ - ,\n \"name\": \"npwin\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\"\ - ,\n \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\"\ - ,\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\"\ - : \"OS\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n\ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\",\n \"enableNodePublicIP\"\ - : false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n\ - \ \"osType\": \"Windows\",\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1817.210310\"\ - ,\n \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n + \ \"name\": \"npwin\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": + false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": \"AKSWindows-2019-17763.2061.210714\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16459ecb-c19c-4fa8-b266-e82319dfb745?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62bf806d-5154-4173-885a-a210215f97df?api-version=2016-03-30 cache-control: - no-cache content-length: - - '818' + - '846' content-type: - application/json date: - - Wed, 14 Apr 2021 04:05:47 GMT + - Tue, 27 Jul 2021 06:31:53 GMT expires: - '-1' pragma: @@ -711,7 +737,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1194' status: code: 201 message: Created @@ -719,7 +745,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -729,24 +755,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16459ecb-c19c-4fa8-b266-e82319dfb745?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62bf806d-5154-4173-885a-a210215f97df?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cb9e4516-9cc1-a84f-b266-e82319dfb745\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:05:47.5833333Z\"\n }" + string: "{\n \"name\": \"6d80bf62-5451-7341-885a-a210215f97df\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:31:53.95Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 14 Apr 2021 04:06:17 GMT + - Tue, 27 Jul 2021 06:32:23 GMT expires: - '-1' pragma: @@ -768,7 +793,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -778,24 +803,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16459ecb-c19c-4fa8-b266-e82319dfb745?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62bf806d-5154-4173-885a-a210215f97df?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cb9e4516-9cc1-a84f-b266-e82319dfb745\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:05:47.5833333Z\"\n }" + string: "{\n \"name\": \"6d80bf62-5451-7341-885a-a210215f97df\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:31:53.95Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 14 Apr 2021 04:06:48 GMT + - Tue, 27 Jul 2021 06:32:53 GMT expires: - '-1' pragma: @@ -817,7 +841,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -827,24 +851,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16459ecb-c19c-4fa8-b266-e82319dfb745?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62bf806d-5154-4173-885a-a210215f97df?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cb9e4516-9cc1-a84f-b266-e82319dfb745\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:05:47.5833333Z\"\n }" + string: "{\n \"name\": \"6d80bf62-5451-7341-885a-a210215f97df\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:31:53.95Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 14 Apr 2021 04:07:18 GMT + - Tue, 27 Jul 2021 06:33:23 GMT expires: - '-1' pragma: @@ -866,7 +889,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -876,24 +899,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16459ecb-c19c-4fa8-b266-e82319dfb745?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62bf806d-5154-4173-885a-a210215f97df?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cb9e4516-9cc1-a84f-b266-e82319dfb745\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:05:47.5833333Z\"\n }" + string: "{\n \"name\": \"6d80bf62-5451-7341-885a-a210215f97df\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:31:53.95Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 14 Apr 2021 04:07:50 GMT + - Tue, 27 Jul 2021 06:33:54 GMT expires: - '-1' pragma: @@ -915,7 +937,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -925,24 +947,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16459ecb-c19c-4fa8-b266-e82319dfb745?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62bf806d-5154-4173-885a-a210215f97df?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cb9e4516-9cc1-a84f-b266-e82319dfb745\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:05:47.5833333Z\"\n }" + string: "{\n \"name\": \"6d80bf62-5451-7341-885a-a210215f97df\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:31:53.95Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 14 Apr 2021 04:08:19 GMT + - Tue, 27 Jul 2021 06:34:23 GMT expires: - '-1' pragma: @@ -964,7 +985,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -974,24 +995,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16459ecb-c19c-4fa8-b266-e82319dfb745?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62bf806d-5154-4173-885a-a210215f97df?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cb9e4516-9cc1-a84f-b266-e82319dfb745\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:05:47.5833333Z\"\n }" + string: "{\n \"name\": \"6d80bf62-5451-7341-885a-a210215f97df\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:31:53.95Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 14 Apr 2021 04:08:50 GMT + - Tue, 27 Jul 2021 06:34:54 GMT expires: - '-1' pragma: @@ -1013,7 +1033,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1023,24 +1043,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16459ecb-c19c-4fa8-b266-e82319dfb745?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62bf806d-5154-4173-885a-a210215f97df?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cb9e4516-9cc1-a84f-b266-e82319dfb745\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:05:47.5833333Z\"\n }" + string: "{\n \"name\": \"6d80bf62-5451-7341-885a-a210215f97df\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:31:53.95Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 14 Apr 2021 04:09:21 GMT + - Tue, 27 Jul 2021 06:35:24 GMT expires: - '-1' pragma: @@ -1062,7 +1081,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1072,24 +1091,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16459ecb-c19c-4fa8-b266-e82319dfb745?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62bf806d-5154-4173-885a-a210215f97df?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cb9e4516-9cc1-a84f-b266-e82319dfb745\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:05:47.5833333Z\"\n }" + string: "{\n \"name\": \"6d80bf62-5451-7341-885a-a210215f97df\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:31:53.95Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 14 Apr 2021 04:09:51 GMT + - Tue, 27 Jul 2021 06:35:54 GMT expires: - '-1' pragma: @@ -1111,7 +1129,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1121,24 +1139,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16459ecb-c19c-4fa8-b266-e82319dfb745?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62bf806d-5154-4173-885a-a210215f97df?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cb9e4516-9cc1-a84f-b266-e82319dfb745\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:05:47.5833333Z\"\n }" + string: "{\n \"name\": \"6d80bf62-5451-7341-885a-a210215f97df\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:31:53.95Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 14 Apr 2021 04:10:22 GMT + - Tue, 27 Jul 2021 06:36:24 GMT expires: - '-1' pragma: @@ -1160,7 +1177,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1170,24 +1187,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16459ecb-c19c-4fa8-b266-e82319dfb745?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62bf806d-5154-4173-885a-a210215f97df?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cb9e4516-9cc1-a84f-b266-e82319dfb745\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:05:47.5833333Z\"\n }" + string: "{\n \"name\": \"6d80bf62-5451-7341-885a-a210215f97df\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:31:53.95Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 14 Apr 2021 04:10:52 GMT + - Tue, 27 Jul 2021 06:36:54 GMT expires: - '-1' pragma: @@ -1209,7 +1225,55 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --os-type --node-count + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62bf806d-5154-4173-885a-a210215f97df?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"6d80bf62-5451-7341-885a-a210215f97df\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:31:53.95Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '121' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:37:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -1219,24 +1283,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16459ecb-c19c-4fa8-b266-e82319dfb745?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62bf806d-5154-4173-885a-a210215f97df?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cb9e4516-9cc1-a84f-b266-e82319dfb745\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:05:47.5833333Z\"\n }" + string: "{\n \"name\": \"6d80bf62-5451-7341-885a-a210215f97df\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:31:53.95Z\"\n }" headers: cache-control: - no-cache content-length: - - '126' + - '121' content-type: - application/json date: - - Wed, 14 Apr 2021 04:11:24 GMT + - Tue, 27 Jul 2021 06:37:54 GMT expires: - '-1' pragma: @@ -1258,7 +1321,55 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --os-type --node-count + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62bf806d-5154-4173-885a-a210215f97df?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"6d80bf62-5451-7341-885a-a210215f97df\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:31:53.95Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '121' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:38:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -1268,25 +1379,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/16459ecb-c19c-4fa8-b266-e82319dfb745?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62bf806d-5154-4173-885a-a210215f97df?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"cb9e4516-9cc1-a84f-b266-e82319dfb745\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2021-04-14T04:05:47.5833333Z\",\n \"\ - endTime\": \"2021-04-14T04:11:40.3538895Z\"\n }" + string: "{\n \"name\": \"6d80bf62-5451-7341-885a-a210215f97df\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:31:53.95Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '121' content-type: - application/json date: - - Wed, 14 Apr 2021 04:11:54 GMT + - Tue, 27 Jul 2021 06:38:55 GMT expires: - '-1' pragma: @@ -1308,7 +1417,56 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --os-type --node-count + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/62bf806d-5154-4173-885a-a210215f97df?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"6d80bf62-5451-7341-885a-a210215f97df\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:31:53.95Z\",\n \"endTime\": + \"2021-07-27T06:38:59.9367258Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '165' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:39:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -1318,32 +1476,31 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\"\ - ,\n \"name\": \"npwin\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\"\ - ,\n \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\"\ - ,\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\"\ - : \"OS\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n\ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\",\n \"enableNodePublicIP\"\ - : false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n\ - \ \"osType\": \"Windows\",\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1817.210310\"\ - ,\n \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n + \ \"name\": \"npwin\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": + false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": \"AKSWindows-2019-17763.2061.210714\",\n + \ \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n }" headers: cache-control: - no-cache content-length: - - '819' + - '847' content-type: - application/json date: - - Wed, 14 Apr 2021 04:11:55 GMT + - Tue, 27 Jul 2021 06:39:25 GMT expires: - '-1' pragma: @@ -1375,70 +1532,64 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.18.14\",\n \"dnsPrefix\"\ - : \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-8b465133.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliaksdns000002-8b465133.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"\ - code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\",\n\ - \ \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"mode\"\ - : \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\": \"\ - Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2-2021.03.29\",\n\ - \ \"enableFIPS\": false\n },\n {\n \"name\": \"npwin\",\n \ - \ \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"\ - code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\",\n\ - \ \"enableNodePublicIP\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\"\ - : false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1817.210310\"\ - ,\n \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n ],\n\ - \ \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\"\ - : {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJ1ooX5DI9wfvhvdateAnpnHqVnHy/fO9VbAtjoOb1kVExAsMSv+BUuvVXpHmsqEWn+To5p9awEhKYNL+oznH2BZMi/JHQ0l1oVips0RZkpMk7PJnZKgnQ23yExAxkCTYgXE03WTOuxb+u84Um0actdFqoxoYbnXeyOZYVA2v89T9ON7Y7d1s7VWlxu/XumGuTwimWC4zRoPv559HK918SIS8uDEinHtq+TLyslLzFmAR7LCyQP8pXhCl/jBSKx0RlfuYhu9pUG1A5gbrmY0GBc6dhPjV04aQNY8Ob+QLQSLJJ5uLUOWnCjYHX2C0rVG9tFd+6HySEF6IkbJIpgPKz\\\ - n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\"\ - : \"azureuser1\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"addonProfiles\": {\n \"KubeDashboard\": {\n \"enabled\": false,\n\ - \ \"config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\"\ - : \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n \ - \ {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9a8746c5-ba68-4c6e-bca4-387bb82514fa\"\ - \n }\n ]\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\"\ - : \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\"\ - : \"loadBalancer\"\n },\n \"maxAgentPools\": 10,\n \"identityProfile\"\ - : {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n }\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-d8778016.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-d8778016.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": + \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ },\n {\n \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": + \"Standard_D2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n + \ \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": + false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n + \ \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": + \"AKSWindows-2019-17763.2061.210714\",\n \"upgradeSettings\": {},\n \"enableFIPS\": + false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": + \"azureuser1\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9ad80a02-0268-4305-ac0d-b3807c9ff46f\"\n + \ }\n ]\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": + \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": + \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '3957' + - '3984' content-type: - application/json date: - - Wed, 14 Apr 2021 04:11:56 GMT + - Tue, 27 Jul 2021 06:39:26 GMT expires: - '-1' pragma: @@ -1457,30 +1608,32 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "1.18.14", - "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": [{"count": 1, "vmSize": - "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": - "OS", "maxPods": 30, "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": - "System", "orchestratorVersion": "1.18.14", "enableNodePublicIP": false, "nodeLabels": - {}, "enableEncryptionAtHost": false, "enableFIPS": false, "name": "nodepool1"}, - {"count": 1, "vmSize": "Standard_D2s_v3", "osDiskSizeGB": 128, "osDiskType": - "Managed", "kubeletDiskType": "OS", "maxPods": 30, "osType": "Windows", "type": - "VirtualMachineScaleSets", "mode": "User", "orchestratorVersion": "1.18.14", - "upgradeSettings": {}, "enableNodePublicIP": false, "enableEncryptionAtHost": - false, "enableFIPS": false, "name": "npwin"}], "linuxProfile": {"adminUsername": - "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJ1ooX5DI9wfvhvdateAnpnHqVnHy/fO9VbAtjoOb1kVExAsMSv+BUuvVXpHmsqEWn+To5p9awEhKYNL+oznH2BZMi/JHQ0l1oVips0RZkpMk7PJnZKgnQ23yExAxkCTYgXE03WTOuxb+u84Um0actdFqoxoYbnXeyOZYVA2v89T9ON7Y7d1s7VWlxu/XumGuTwimWC4zRoPv559HK918SIS8uDEinHtq+TLyslLzFmAR7LCyQP8pXhCl/jBSKx0RlfuYhu9pUG1A5gbrmY0GBc6dhPjV04aQNY8Ob+QLQSLJJ5uLUOWnCjYHX2C0rVG9tFd+6HySEF6IkbJIpgPKz\n"}]}}, - "windowsProfile": {"adminUsername": "azureuser1", "adminPassword": "N43K03f8-=143fnilfs1$s", + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "1.19.11", "dnsPrefix": "cliaksdns000002", "agentPoolProfiles": [{"count": 1, + "vmSize": "Standard_DS2_v2", "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": + "OS", "maxPods": 30, "osType": "Linux", "osSKU": "Ubuntu", "type": "VirtualMachineScaleSets", + "mode": "System", "orchestratorVersion": "1.19.11", "enableNodePublicIP": false, + "nodeLabels": {}, "enableEncryptionAtHost": false, "enableUltraSSD": false, + "enableFIPS": false, "name": "nodepool1"}, {"count": 1, "vmSize": "Standard_D2s_v3", + "osDiskSizeGB": 128, "osDiskType": "Managed", "kubeletDiskType": "OS", "maxPods": + 30, "osType": "Windows", "type": "VirtualMachineScaleSets", "mode": "User", + "orchestratorVersion": "1.19.11", "upgradeSettings": {}, "enableNodePublicIP": + false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": + false, "name": "npwin"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": + {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, + "windowsProfile": {"adminUsername": "azureuser1", "adminPassword": "n!C3000004", "enableCSIProxy": true}, "servicePrincipalProfile": {"clientId":"00000000-0000-0000-0000-000000000001"}, - "addonProfiles": {"KubeDashboard": {"enabled": false}}, "nodeResourceGroup": - "MC_clitest000001_cliakstest000001_westus2", "enableRBAC": true, "enablePodSecurityPolicy": - false, "networkProfile": {"networkPlugin": "azure", "serviceCidr": "10.0.0.0/16", - "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": - "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": - {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9a8746c5-ba68-4c6e-bca4-387bb82514fa"}]}}, + "nodeResourceGroup": "MC_clitest000001_cliakstest000001_westus2", "enableRBAC": + true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": + "azure", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": + "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", + "loadBalancerProfile": {"managedOutboundIPs": {"count": 1}, "effectiveOutboundIPs": + [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9ad80a02-0268-4305-ac0d-b3807c9ff46f"}]}}, "autoUpgradeProfile": {}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool", - "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}}, - "identity": {"type": "SystemAssigned"}, "sku": {"name": "Basic", "tier": "Free"}}' + "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}, + "disableLocalAccounts": false}, "location": "westus2", "sku": {"name": "Basic", + "tier": "Free"}}' headers: Accept: - application/json @@ -1491,78 +1644,72 @@ interactions: Connection: - keep-alive Content-Length: - - '2626' + - '2665' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.18.14\",\n \"dnsPrefix\"\ - : \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-8b465133.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliaksdns000002-8b465133.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"\ - code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\",\n\ - \ \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"mode\"\ - : \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\": \"\ - Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2-2021.03.29\",\n\ - \ \"enableFIPS\": false\n },\n {\n \"name\": \"npwin\",\n \ - \ \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"\ - code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\",\n\ - \ \"enableNodePublicIP\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\"\ - : false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1817.210310\"\ - ,\n \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n ],\n\ - \ \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\"\ - : {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJ1ooX5DI9wfvhvdateAnpnHqVnHy/fO9VbAtjoOb1kVExAsMSv+BUuvVXpHmsqEWn+To5p9awEhKYNL+oznH2BZMi/JHQ0l1oVips0RZkpMk7PJnZKgnQ23yExAxkCTYgXE03WTOuxb+u84Um0actdFqoxoYbnXeyOZYVA2v89T9ON7Y7d1s7VWlxu/XumGuTwimWC4zRoPv559HK918SIS8uDEinHtq+TLyslLzFmAR7LCyQP8pXhCl/jBSKx0RlfuYhu9pUG1A5gbrmY0GBc6dhPjV04aQNY8Ob+QLQSLJJ5uLUOWnCjYHX2C0rVG9tFd+6HySEF6IkbJIpgPKz\\\ - n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\"\ - : \"azureuser1\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"addonProfiles\": {\n \"KubeDashboard\": {\n \"enabled\": false,\n\ - \ \"config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\"\ - : \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n \ - \ {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9a8746c5-ba68-4c6e-bca4-387bb82514fa\"\ - \n }\n ]\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\"\ - : \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\"\ - : \"loadBalancer\"\n },\n \"maxAgentPools\": 10,\n \"identityProfile\"\ - : {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n }\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Updating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-d8778016.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-d8778016.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": + \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Updating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ },\n {\n \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": + \"Standard_D2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n + \ \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"provisioningState\": \"Updating\",\n \"powerState\": {\n \"code\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": + false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n + \ \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": + \"AKSWindows-2019-17763.2061.210714\",\n \"upgradeSettings\": {},\n \"enableFIPS\": + false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": + \"azureuser1\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9ad80a02-0268-4305-ac0d-b3807c9ff46f\"\n + \ }\n ]\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": + \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": + \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3954' + - '3981' content-type: - application/json date: - - Wed, 14 Apr 2021 04:12:02 GMT + - Tue, 27 Jul 2021 06:39:29 GMT expires: - '-1' pragma: @@ -1578,7 +1725,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1194' status: code: 200 message: OK @@ -1586,7 +1733,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1596,24 +1743,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:12:33 GMT + - Tue, 27 Jul 2021 06:40:00 GMT expires: - '-1' pragma: @@ -1635,7 +1781,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1645,24 +1791,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:13:03 GMT + - Tue, 27 Jul 2021 06:40:30 GMT expires: - '-1' pragma: @@ -1684,7 +1829,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1694,24 +1839,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:13:34 GMT + - Tue, 27 Jul 2021 06:40:59 GMT expires: - '-1' pragma: @@ -1733,7 +1877,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1743,24 +1887,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:14:04 GMT + - Tue, 27 Jul 2021 06:41:30 GMT expires: - '-1' pragma: @@ -1782,7 +1925,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1792,24 +1935,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:14:35 GMT + - Tue, 27 Jul 2021 06:42:00 GMT expires: - '-1' pragma: @@ -1831,7 +1973,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1841,24 +1983,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:15:06 GMT + - Tue, 27 Jul 2021 06:42:30 GMT expires: - '-1' pragma: @@ -1880,7 +2021,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1890,24 +2031,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:15:36 GMT + - Tue, 27 Jul 2021 06:43:01 GMT expires: - '-1' pragma: @@ -1929,7 +2069,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1939,24 +2079,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:16:06 GMT + - Tue, 27 Jul 2021 06:43:30 GMT expires: - '-1' pragma: @@ -1978,7 +2117,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1988,24 +2127,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:16:37 GMT + - Tue, 27 Jul 2021 06:44:01 GMT expires: - '-1' pragma: @@ -2027,7 +2165,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2037,24 +2175,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:17:08 GMT + - Tue, 27 Jul 2021 06:44:30 GMT expires: - '-1' pragma: @@ -2076,7 +2213,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2086,24 +2223,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:17:38 GMT + - Tue, 27 Jul 2021 06:45:01 GMT expires: - '-1' pragma: @@ -2125,7 +2261,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2135,24 +2271,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:18:09 GMT + - Tue, 27 Jul 2021 06:45:31 GMT expires: - '-1' pragma: @@ -2174,7 +2309,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2184,24 +2319,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:18:40 GMT + - Tue, 27 Jul 2021 06:46:01 GMT expires: - '-1' pragma: @@ -2223,7 +2357,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2233,24 +2367,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:19:10 GMT + - Tue, 27 Jul 2021 06:46:32 GMT expires: - '-1' pragma: @@ -2272,7 +2405,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2282,24 +2415,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:19:41 GMT + - Tue, 27 Jul 2021 06:47:01 GMT expires: - '-1' pragma: @@ -2321,7 +2453,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2331,24 +2463,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:20:12 GMT + - Tue, 27 Jul 2021 06:47:32 GMT expires: - '-1' pragma: @@ -2370,7 +2501,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2380,24 +2511,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:20:42 GMT + - Tue, 27 Jul 2021 06:48:02 GMT expires: - '-1' pragma: @@ -2419,7 +2549,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2429,24 +2559,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:21:13 GMT + - Tue, 27 Jul 2021 06:48:32 GMT expires: - '-1' pragma: @@ -2468,7 +2597,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2478,24 +2607,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:21:43 GMT + - Tue, 27 Jul 2021 06:49:02 GMT expires: - '-1' pragma: @@ -2517,7 +2645,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2527,24 +2655,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:22:14 GMT + - Tue, 27 Jul 2021 06:49:32 GMT expires: - '-1' pragma: @@ -2566,7 +2693,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2576,24 +2703,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:22:44 GMT + - Tue, 27 Jul 2021 06:50:02 GMT expires: - '-1' pragma: @@ -2615,7 +2741,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2625,24 +2751,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:23:15 GMT + - Tue, 27 Jul 2021 06:50:32 GMT expires: - '-1' pragma: @@ -2664,7 +2789,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2674,24 +2799,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:23:45 GMT + - Tue, 27 Jul 2021 06:51:02 GMT expires: - '-1' pragma: @@ -2713,7 +2837,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2723,24 +2847,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:24:15 GMT + - Tue, 27 Jul 2021 06:51:32 GMT expires: - '-1' pragma: @@ -2762,7 +2885,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2772,24 +2895,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:24:46 GMT + - Tue, 27 Jul 2021 06:52:03 GMT expires: - '-1' pragma: @@ -2811,7 +2933,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2821,24 +2943,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:25:17 GMT + - Tue, 27 Jul 2021 06:52:33 GMT expires: - '-1' pragma: @@ -2860,7 +2981,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2870,24 +2991,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:25:47 GMT + - Tue, 27 Jul 2021 06:53:03 GMT expires: - '-1' pragma: @@ -2909,7 +3029,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2919,24 +3039,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:26:18 GMT + - Tue, 27 Jul 2021 06:53:33 GMT expires: - '-1' pragma: @@ -2958,7 +3077,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2968,25 +3087,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/e9a1219f-aa74-4158-85e6-025ad0b9756c?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9f21a1e9-74aa-5841-85e6-025ad0b9756c\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2021-04-14T04:12:01.63Z\",\n \"endTime\"\ - : \"2021-04-14T04:26:29.4312826Z\"\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '165' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:26:49 GMT + - Tue, 27 Jul 2021 06:54:03 GMT expires: - '-1' pragma: @@ -3008,7 +3125,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -3018,68 +3135,23 @@ interactions: ParameterSetName: - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.18.14\",\n \"dnsPrefix\"\ - : \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-8b465133.hcp.westus2.azmk8s.io\"\ - ,\n \"azurePortalFQDN\": \"cliaksdns000002-8b465133.portal.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \ - \ \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"\ - code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\",\n\ - \ \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"mode\"\ - : \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\": \"\ - Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2-2021.03.29\",\n\ - \ \"enableFIPS\": false\n },\n {\n \"name\": \"npwin\",\n \ - \ \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\"\ - ,\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"\ - code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\",\n\ - \ \"enableNodePublicIP\": false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\"\ - : false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": \"AKSWindows-2019-17763.1817.210310\"\ - ,\n \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n ],\n\ - \ \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \"ssh\"\ - : {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJ1ooX5DI9wfvhvdateAnpnHqVnHy/fO9VbAtjoOb1kVExAsMSv+BUuvVXpHmsqEWn+To5p9awEhKYNL+oznH2BZMi/JHQ0l1oVips0RZkpMk7PJnZKgnQ23yExAxkCTYgXE03WTOuxb+u84Um0actdFqoxoYbnXeyOZYVA2v89T9ON7Y7d1s7VWlxu/XumGuTwimWC4zRoPv559HK918SIS8uDEinHtq+TLyslLzFmAR7LCyQP8pXhCl/jBSKx0RlfuYhu9pUG1A5gbrmY0GBc6dhPjV04aQNY8Ob+QLQSLJJ5uLUOWnCjYHX2C0rVG9tFd+6HySEF6IkbJIpgPKz\\\ - n\"\n }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\"\ - : \"azureuser1\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\"\ - : {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \ - \ \"addonProfiles\": {\n \"KubeDashboard\": {\n \"enabled\": false,\n\ - \ \"config\": null\n }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\"\ - : \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n \ - \ {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9a8746c5-ba68-4c6e-bca4-387bb82514fa\"\ - \n }\n ]\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\"\ - : \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\"\ - : \"loadBalancer\"\n },\n \"maxAgentPools\": 10,\n \"identityProfile\"\ - : {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool\"\ - ,\n \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\"\ - :\"00000000-0000-0000-0000-000000000001\"\n }\n }\n },\n \"identity\"\ - : {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\"\ - ,\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\"\ - : {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\"\n }" headers: cache-control: - no-cache content-length: - - '3957' + - '126' content-type: - application/json date: - - Wed, 14 Apr 2021 04:26:49 GMT + - Tue, 27 Jul 2021 06:54:33 GMT expires: - '-1' pragma: @@ -3101,55 +3173,123 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --windows-admin-password + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4a2de48c-eb3c-434a-ab77-9f3f493ce3ee?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"8ce42d4a-3ceb-4a43-ab77-9f3f493ce3ee\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:39:29.7166666Z\",\n \"endTime\": + \"2021-07-27T06:54:34.6903627Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '170' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:55:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: - - aks nodepool delete + - aks update Connection: - keep-alive ParameterSetName: - - --resource-group --cluster-name --name --no-wait + - --resource-group --name --windows-admin-password User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2021-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: body: - string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\"\ - ,\n \"name\": \"nodepool1\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\"\ - ,\n \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\"\ - ,\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"\ - kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\"\ - ,\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\"\ - ,\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"\ - mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"osType\"\ - : \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2-2021.03.29\"\ - ,\n \"enableFIPS\": false\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\"\ - ,\n \"name\": \"npwin\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\"\ - ,\n \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\"\ - ,\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"\ - kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\"\ - ,\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \ - \ \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.18.14\"\ - ,\n \"enableNodePublicIP\": false,\n \"mode\": \"User\",\n \"\ - enableEncryptionAtHost\": false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\"\ - : \"AKSWindows-2019-17763.1817.210310\",\n \"upgradeSettings\": {},\n\ - \ \"enableFIPS\": false\n }\n }\n ]\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-d8778016.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-d8778016.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": + \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ },\n {\n \"name\": \"npwin\",\n \"count\": 1,\n \"vmSize\": + \"Standard_D2s_v3\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n + \ \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": + false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n + \ \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": + \"AKSWindows-2019-17763.2061.210714\",\n \"upgradeSettings\": {},\n \"enableFIPS\": + false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": + \"azureuser1\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/9ad80a02-0268-4305-ac0d-b3807c9ff46f\"\n + \ }\n ]\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": + \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": + \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": + {\n \"kubeletidentity\": {\n \"resourceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '1767' + - '3984' content-type: - application/json date: - - Wed, 14 Apr 2021 04:26:50 GMT + - Tue, 27 Jul 2021 06:55:04 GMT expires: - '-1' pragma: @@ -3178,47 +3318,62 @@ interactions: - aks nodepool delete Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - --resource-group --cluster-name --name --no-wait User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.0.0 Azure-SDK-For-Python - AZURECLI/2.22.0 - accept-language: - - en-US - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2021-05-01 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2021-05-01 response: body: - string: '' + string: "{\n \"value\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/nodepool1\",\n + \ \"name\": \"nodepool1\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": + false,\n \"nodeLabels\": {},\n \"mode\": \"System\",\n \"enableEncryptionAtHost\": + false,\n \"enableUltraSSD\": false,\n \"osType\": \"Linux\",\n \"osSKU\": + \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n + \ \"enableFIPS\": false\n }\n },\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin\",\n + \ \"name\": \"npwin\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_D2s_v3\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"maxPods\": 30,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": + \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n \"enableNodePublicIP\": + false,\n \"mode\": \"User\",\n \"enableEncryptionAtHost\": false,\n + \ \"enableUltraSSD\": false,\n \"osType\": \"Windows\",\n \"nodeImageVersion\": + \"AKSWindows-2019-17763.2061.210714\",\n \"upgradeSettings\": {},\n \"enableFIPS\": + false\n }\n }\n ]\n }" headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/ffca0056-256b-44db-9f6b-bbe6df80c96a?api-version=2016-03-30 cache-control: - no-cache content-length: - - '0' + - '1861' + content-type: + - application/json date: - - Wed, 14 Apr 2021 04:26:52 GMT + - Tue, 27 Jul 2021 06:55:04 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/ffca0056-256b-44db-9f6b-bbe6df80c96a?api-version=2016-03-30 pragma: - no-cache server: - nginx strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-deletes: - - '14999' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -3227,37 +3382,34 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - aks delete + - aks nodepool delete Connection: - keep-alive Content-Length: - '0' ParameterSetName: - - -g -n --yes --no-wait + - --resource-group --cluster-name --name --no-wait User-Agent: - - python/3.6.9 (Linux-5.3.0-1028-azure-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.21 - msrest_azure/0.6.4 azure-mgmt-containerservice/11.1.0 Azure-SDK-For-Python - AZURECLI/2.22.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-02-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2021-05-01 response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/1ef85b28-135c-426a-9469-6aa3f9270c8c?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/3dab77ee-c49f-4d47-b234-4e0abc3c11fb?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Wed, 14 Apr 2021 04:26:54 GMT + - Tue, 27 Jul 2021 06:55:05 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/1ef85b28-135c-426a-9469-6aa3f9270c8c?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/3dab77ee-c49f-4d47-b234-4e0abc3c11fb?api-version=2016-03-30 pragma: - no-cache server: @@ -3267,7 +3419,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14996' status: code: 202 message: Accepted diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_upgrade_node_image_only_cluster.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_upgrade_node_image_only_cluster.yaml index 6a963a950fc..d4a54a70ee8 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_upgrade_node_image_only_cluster.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_upgrade_node_image_only_cluster.yaml @@ -14,15 +14,12 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-resource/10.2.0 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2020-11-18T01:35:28Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:19:59Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -31,7 +28,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 Nov 2020 01:35:33 GMT + - Tue, 27 Jul 2021 06:20:00 GMT expires: - '-1' pragma: @@ -46,18 +43,18 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "", "dnsPrefix": - "cliakstest-clitest63xzxenem-8ecadf", "agentPoolProfiles": [{"count": 1, "vmSize": - "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": - "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": - "Delete", "name": "c000003"}], "linuxProfile": {"adminUsername": "azureuser", - "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkZhGe8/rHVaALAP1lorjGQm58qp4rqmLMINe35zrGbLnMN5KLz+GN4CgXcieoZ14zmshNjVaveJqstt6z/J29LbaW1CXcEZIRdyxFnDtktXFc9dm41LJi23WtNbxMkb+ewZBGA805IP+yqlHDewffq7FQp3J0yWwDxmb8UV5wch7Wq54cp3fZkXmtQBs9BN4I58wWTC5XaKk47ivM8+g0Ha8KCzVrz1gAZOAsUm63CB8afVsyOvJXiauj1643bUYzca1yzWH4v8LBSQLyL4pbb5kIsE5Y1SxarhTXAOyJJDJj7SjgD5ggqmWIR5hsJto/m1HdjVEy6bWxndfTdOIh"}]}}, - "servicePrincipalProfile": {"clientId": "00000000-0000-0000-0000-000000000001", - "secret": "fake-secret"}, "addonProfiles": {}, "enableRBAC": true, - "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", - "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", - "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": - "standard"}}}' + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "", "dnsPrefix": "cliakstest-clitestxft6w5or5-79a739", "agentPoolProfiles": + [{"count": 1, "vmSize": "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", + "mode": "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", + "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": + false, "enableUltraSSD": false, "enableFIPS": false, "name": "c000003"}], "linuxProfile": + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, + "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": + {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", + "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": + "loadBalancer", "loadBalancerSku": "standard"}, "disableLocalAccounts": false}, + "location": "westus2"}' headers: Accept: - application/json @@ -68,60 +65,61 @@ interactions: Connection: - keep-alive Content-Length: - - '1263' + - '1319' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.17.13\",\n \"dnsPrefix\"\ - : \"cliakstest-clitest63xzxenem-8ecadf\",\n \"fqdn\": \"cliakstest-clitest63xzxenem-8ecadf-0980378c.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"\ - count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"maxPods\": 110,\n \"\ - type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Creating\"\ - ,\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\"\ - : \"1.17.13\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\":\ - \ {},\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804-2021.01.06\"\n }\n ],\n \"linuxProfile\": {\n \ - \ \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\"\ - : [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkZhGe8/rHVaALAP1lorjGQm58qp4rqmLMINe35zrGbLnMN5KLz+GN4CgXcieoZ14zmshNjVaveJqstt6z/J29LbaW1CXcEZIRdyxFnDtktXFc9dm41LJi23WtNbxMkb+ewZBGA805IP+yqlHDewffq7FQp3J0yWwDxmb8UV5wch7Wq54cp3fZkXmtQBs9BN4I58wWTC5XaKk47ivM8+g0Ha8KCzVrz1gAZOAsUm63CB8afVsyOvJXiauj1643bUYzca1yzWH4v8LBSQLyL4pbb5kIsE5Y1SxarhTXAOyJJDJj7SjgD5ggqmWIR5hsJto/m1HdjVEy6bWxndfTdOIh\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\": \"a0cfa0d2-15c4-490c-9725-1891cfc0e86e\"\n },\n \"addonProfiles\"\ - : {\n \"KubeDashboard\": {\n \"enabled\": true,\n \"config\": null\n\ - \ }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n }\n },\n \"podCidr\": \"10.244.0.0/16\"\ - ,\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\"\ - ,\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"\ - loadBalancer\"\n },\n \"maxAgentPools\": 100\n },\n \"sku\": {\n \"\ - name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestxft6w5or5-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestxft6w5or5-79a739-4b727f74.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestxft6w5or5-79a739-4b727f74.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n }\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n \"type\": + \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/33a6bd41-6247-49b4-b1a3-86ccdd89ec36?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/57c5365a-b236-4002-b83f-3ca44cb0c318?api-version=2016-03-30 cache-control: - no-cache content-length: - - '2365' + - '2689' content-type: - application/json date: - - Wed, 18 Nov 2020 01:35:36 GMT + - Tue, 27 Jul 2021 06:20:07 GMT expires: - '-1' pragma: @@ -133,7 +131,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 201 message: Created @@ -141,7 +139,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -152,14 +150,14 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/33a6bd41-6247-49b4-b1a3-86ccdd89ec36?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/57c5365a-b236-4002-b83f-3ca44cb0c318?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"41bda633-4762-b449-b1a3-86ccdd89ec36\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2020-11-18T01:35:37.0514086Z\"\n }" + string: "{\n \"name\": \"5a36c557-36b2-0240-b83f-3ca44cb0c318\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:08.0866666Z\"\n }" headers: cache-control: - no-cache @@ -168,7 +166,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Nov 2020 01:36:07 GMT + - Tue, 27 Jul 2021 06:20:38 GMT expires: - '-1' pragma: @@ -190,7 +188,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -201,14 +199,14 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/33a6bd41-6247-49b4-b1a3-86ccdd89ec36?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/57c5365a-b236-4002-b83f-3ca44cb0c318?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"41bda633-4762-b449-b1a3-86ccdd89ec36\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2020-11-18T01:35:37.0514086Z\"\n }" + string: "{\n \"name\": \"5a36c557-36b2-0240-b83f-3ca44cb0c318\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:08.0866666Z\"\n }" headers: cache-control: - no-cache @@ -217,7 +215,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Nov 2020 01:36:37 GMT + - Tue, 27 Jul 2021 06:21:08 GMT expires: - '-1' pragma: @@ -239,7 +237,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -250,14 +248,14 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/33a6bd41-6247-49b4-b1a3-86ccdd89ec36?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/57c5365a-b236-4002-b83f-3ca44cb0c318?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"41bda633-4762-b449-b1a3-86ccdd89ec36\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2020-11-18T01:35:37.0514086Z\"\n }" + string: "{\n \"name\": \"5a36c557-36b2-0240-b83f-3ca44cb0c318\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:08.0866666Z\"\n }" headers: cache-control: - no-cache @@ -266,7 +264,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Nov 2020 01:37:08 GMT + - Tue, 27 Jul 2021 06:21:38 GMT expires: - '-1' pragma: @@ -288,7 +286,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -299,14 +297,14 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/33a6bd41-6247-49b4-b1a3-86ccdd89ec36?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/57c5365a-b236-4002-b83f-3ca44cb0c318?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"41bda633-4762-b449-b1a3-86ccdd89ec36\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2020-11-18T01:35:37.0514086Z\"\n }" + string: "{\n \"name\": \"5a36c557-36b2-0240-b83f-3ca44cb0c318\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:08.0866666Z\"\n }" headers: cache-control: - no-cache @@ -315,7 +313,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Nov 2020 01:37:38 GMT + - Tue, 27 Jul 2021 06:22:08 GMT expires: - '-1' pragma: @@ -337,7 +335,56 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type + --node-count -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/57c5365a-b236-4002-b83f-3ca44cb0c318?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"5a36c557-36b2-0240-b83f-3ca44cb0c318\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:08.0866666Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:22:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -348,14 +395,14 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/33a6bd41-6247-49b4-b1a3-86ccdd89ec36?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/57c5365a-b236-4002-b83f-3ca44cb0c318?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"41bda633-4762-b449-b1a3-86ccdd89ec36\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2020-11-18T01:35:37.0514086Z\"\n }" + string: "{\n \"name\": \"5a36c557-36b2-0240-b83f-3ca44cb0c318\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:08.0866666Z\"\n }" headers: cache-control: - no-cache @@ -364,7 +411,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Nov 2020 01:38:09 GMT + - Tue, 27 Jul 2021 06:23:08 GMT expires: - '-1' pragma: @@ -386,7 +433,56 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type + --node-count -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/57c5365a-b236-4002-b83f-3ca44cb0c318?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"5a36c557-36b2-0240-b83f-3ca44cb0c318\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:20:08.0866666Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:23:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -397,15 +493,15 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/33a6bd41-6247-49b4-b1a3-86ccdd89ec36?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/57c5365a-b236-4002-b83f-3ca44cb0c318?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"41bda633-4762-b449-b1a3-86ccdd89ec36\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2020-11-18T01:35:37.0514086Z\",\n \"\ - endTime\": \"2020-11-18T01:38:31.8887193Z\"\n }" + string: "{\n \"name\": \"5a36c557-36b2-0240-b83f-3ca44cb0c318\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:20:08.0866666Z\",\n \"endTime\": + \"2021-07-27T06:23:40.8672815Z\"\n }" headers: cache-control: - no-cache @@ -414,7 +510,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Nov 2020 01:38:39 GMT + - Tue, 27 Jul 2021 06:24:09 GMT expires: - '-1' pragma: @@ -436,7 +532,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -447,51 +543,56 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.17.13\",\n \"dnsPrefix\"\ - : \"cliakstest-clitest63xzxenem-8ecadf\",\n \"fqdn\": \"cliakstest-clitest63xzxenem-8ecadf-0980378c.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"\ - count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"maxPods\": 110,\n \"\ - type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\"\ - ,\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\"\ - : \"1.17.13\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\":\ - \ {},\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804-2021.01.06\"\n }\n ],\n \"linuxProfile\": {\n \ - \ \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\"\ - : [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkZhGe8/rHVaALAP1lorjGQm58qp4rqmLMINe35zrGbLnMN5KLz+GN4CgXcieoZ14zmshNjVaveJqstt6z/J29LbaW1CXcEZIRdyxFnDtktXFc9dm41LJi23WtNbxMkb+ewZBGA805IP+yqlHDewffq7FQp3J0yWwDxmb8UV5wch7Wq54cp3fZkXmtQBs9BN4I58wWTC5XaKk47ivM8+g0Ha8KCzVrz1gAZOAsUm63CB8afVsyOvJXiauj1643bUYzca1yzWH4v8LBSQLyL4pbb5kIsE5Y1SxarhTXAOyJJDJj7SjgD5ggqmWIR5hsJto/m1HdjVEy6bWxndfTdOIh\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\": \"a0cfa0d2-15c4-490c-9725-1891cfc0e86e\"\n },\n \"addonProfiles\"\ - : {\n \"KubeDashboard\": {\n \"enabled\": true,\n \"config\": null\n\ - \ }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n \ - \ {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e99c79b4-90aa-4e22-a078-d9011d14f888\"\ - \n }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\"\ - : \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\"\ - : \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"\ - maxAgentPools\": 100\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\"\ - : \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestxft6w5or5-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestxft6w5or5-79a739-4b727f74.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestxft6w5or5-79a739-4b727f74.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b8edee58-9d15-4cc6-ab37-1ef8d663841a\"\n + \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '2633' + - '3352' content-type: - application/json date: - - Wed, 18 Nov 2020 01:38:39 GMT + - Tue, 27 Jul 2021 06:24:09 GMT expires: - '-1' pragma: @@ -523,53 +624,56 @@ interactions: ParameterSetName: - -g -n --node-image-only --yes User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.17.13\",\n \"dnsPrefix\"\ - : \"cliakstest-clitest63xzxenem-8ecadf\",\n \"fqdn\": \"cliakstest-clitest63xzxenem-8ecadf-0980378c.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"\ - count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"maxPods\": 110,\n \"\ - type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\"\ - ,\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\"\ - : \"1.17.13\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\":\ - \ {},\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804-2021.01.06\"\n }\n ],\n \"linuxProfile\": {\n \ - \ \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\"\ - : [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkZhGe8/rHVaALAP1lorjGQm58qp4rqmLMINe35zrGbLnMN5KLz+GN4CgXcieoZ14zmshNjVaveJqstt6z/J29LbaW1CXcEZIRdyxFnDtktXFc9dm41LJi23WtNbxMkb+ewZBGA805IP+yqlHDewffq7FQp3J0yWwDxmb8UV5wch7Wq54cp3fZkXmtQBs9BN4I58wWTC5XaKk47ivM8+g0Ha8KCzVrz1gAZOAsUm63CB8afVsyOvJXiauj1643bUYzca1yzWH4v8LBSQLyL4pbb5kIsE5Y1SxarhTXAOyJJDJj7SjgD5ggqmWIR5hsJto/m1HdjVEy6bWxndfTdOIh\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\": \"a0cfa0d2-15c4-490c-9725-1891cfc0e86e\"\n },\n \"addonProfiles\"\ - : {\n \"KubeDashboard\": {\n \"enabled\": true,\n \"config\": null\n\ - \ }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n \ - \ {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e99c79b4-90aa-4e22-a078-d9011d14f888\"\ - \n }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\"\ - : \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\"\ - : \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"\ - maxAgentPools\": 100\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\"\ - : \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestxft6w5or5-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestxft6w5or5-79a739-4b727f74.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestxft6w5or5-79a739-4b727f74.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b8edee58-9d15-4cc6-ab37-1ef8d663841a\"\n + \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '2633' + - '3352' content-type: - application/json date: - - Wed, 18 Nov 2020 01:38:42 GMT + - Tue, 27 Jul 2021 06:24:10 GMT expires: - '-1' pragma: @@ -603,39 +707,38 @@ interactions: ParameterSetName: - -g -n --node-image-only --yes User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003/upgradeNodeImageVersion?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\"\ - ,\n \"name\": \"c000003\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\"\ - ,\n \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\"\ - ,\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"maxPods\"\ - : 110,\n \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\"\ - : \"UpgradingNodeImageVersion\",\n \"powerState\": {\n \"code\": \"Running\"\ - \n },\n \"orchestratorVersion\": \"1.17.13\",\n \"enableNodePublicIP\"\ - : false,\n \"nodeLabels\": {},\n \"mode\": \"System\",\n \"osType\"\ - : \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804-2021.01.06\"\n }\n\ - \ }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n + \ \"name\": \"c000003\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"provisioningState\": \"UpgradingNodeImageVersion\",\n \"powerState\": + {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n + \ \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": + \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n + \ \"enableFIPS\": false\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/abc15827-b47f-4d63-8a93-a37f59ba0877?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/87a635a8-d996-4711-a3f1-b3ce9e251496?api-version=2016-03-30 cache-control: - no-cache content-length: - - '737' + - '889' content-type: - application/json date: - - Wed, 18 Nov 2020 01:38:43 GMT + - Tue, 27 Jul 2021 06:24:12 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/abc15827-b47f-4d63-8a93-a37f59ba0877?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/87a635a8-d996-4711-a3f1-b3ce9e251496?api-version=2016-03-30 pragma: - no-cache server: @@ -663,53 +766,56 @@ interactions: ParameterSetName: - -g -n --node-image-only --yes User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.17.13\",\n \"dnsPrefix\"\ - : \"cliakstest-clitest63xzxenem-8ecadf\",\n \"fqdn\": \"cliakstest-clitest63xzxenem-8ecadf-0980378c.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"\ - count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"maxPods\": 110,\n \"\ - type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"UpgradingNodeImageVersion\"\ - ,\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\"\ - : \"1.17.13\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\":\ - \ {},\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804-2021.01.06\"\n }\n ],\n \"linuxProfile\": {\n \ - \ \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\"\ - : [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkZhGe8/rHVaALAP1lorjGQm58qp4rqmLMINe35zrGbLnMN5KLz+GN4CgXcieoZ14zmshNjVaveJqstt6z/J29LbaW1CXcEZIRdyxFnDtktXFc9dm41LJi23WtNbxMkb+ewZBGA805IP+yqlHDewffq7FQp3J0yWwDxmb8UV5wch7Wq54cp3fZkXmtQBs9BN4I58wWTC5XaKk47ivM8+g0Ha8KCzVrz1gAZOAsUm63CB8afVsyOvJXiauj1643bUYzca1yzWH4v8LBSQLyL4pbb5kIsE5Y1SxarhTXAOyJJDJj7SjgD5ggqmWIR5hsJto/m1HdjVEy6bWxndfTdOIh\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\": \"a0cfa0d2-15c4-490c-9725-1891cfc0e86e\"\n },\n \"addonProfiles\"\ - : {\n \"KubeDashboard\": {\n \"enabled\": true,\n \"config\": null\n\ - \ }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n \ - \ {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/e99c79b4-90aa-4e22-a078-d9011d14f888\"\ - \n }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\"\ - : \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\"\ - : \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"\ - maxAgentPools\": 100\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\"\ - : \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestxft6w5or5-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestxft6w5or5-79a739-4b727f74.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestxft6w5or5-79a739-4b727f74.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"UpgradingNodeImageVersion\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/b8edee58-9d15-4cc6-ab37-1ef8d663841a\"\n + \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '2649' + - '3368' content-type: - application/json date: - - Wed, 18 Nov 2020 01:38:43 GMT + - Tue, 27 Jul 2021 06:24:11 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_upgrade_node_image_only_nodepool.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_upgrade_node_image_only_nodepool.yaml index fe5d14cd0a2..870a48cd554 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_upgrade_node_image_only_nodepool.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_upgrade_node_image_only_nodepool.yaml @@ -14,15 +14,12 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-resource/10.2.0 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2020-11-18T01:39:46Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:08:55Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -31,7 +28,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 Nov 2020 01:39:52 GMT + - Tue, 27 Jul 2021 06:08:58 GMT expires: - '-1' pragma: @@ -46,18 +43,18 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "properties": {"kubernetesVersion": "", "dnsPrefix": - "cliakstest-clitestf4wkefkvk-8ecadf", "agentPoolProfiles": [{"count": 1, "vmSize": - "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", "mode": - "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", "scaleSetEvictionPolicy": - "Delete", "name": "c000003"}], "linuxProfile": {"adminUsername": "azureuser", - "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkZhGe8/rHVaALAP1lorjGQm58qp4rqmLMINe35zrGbLnMN5KLz+GN4CgXcieoZ14zmshNjVaveJqstt6z/J29LbaW1CXcEZIRdyxFnDtktXFc9dm41LJi23WtNbxMkb+ewZBGA805IP+yqlHDewffq7FQp3J0yWwDxmb8UV5wch7Wq54cp3fZkXmtQBs9BN4I58wWTC5XaKk47ivM8+g0Ha8KCzVrz1gAZOAsUm63CB8afVsyOvJXiauj1643bUYzca1yzWH4v8LBSQLyL4pbb5kIsE5Y1SxarhTXAOyJJDJj7SjgD5ggqmWIR5hsJto/m1HdjVEy6bWxndfTdOIh"}]}}, - "servicePrincipalProfile": {"clientId": "00000000-0000-0000-0000-000000000001", - "secret": "fake-secret"}, "addonProfiles": {}, "enableRBAC": true, - "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": "kubenet", - "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", - "dockerBridgeCidr": "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": - "standard"}}}' + body: '{"identity": {"type": "SystemAssigned"}, "properties": {"kubernetesVersion": + "", "dnsPrefix": "cliakstest-clitestap3hfkojx-79a739", "agentPoolProfiles": + [{"count": 1, "vmSize": "Standard_DS2_v2", "osType": "Linux", "type": "VirtualMachineScaleSets", + "mode": "System", "enableNodePublicIP": false, "scaleSetPriority": "Regular", + "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": + false, "enableUltraSSD": false, "enableFIPS": false, "name": "c000003"}], "linuxProfile": + {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, + "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": + {"networkPlugin": "kubenet", "podCidr": "10.244.0.0/16", "serviceCidr": "10.0.0.0/16", + "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": + "loadBalancer", "loadBalancerSku": "standard"}, "disableLocalAccounts": false}, + "location": "westus2"}' headers: Accept: - application/json @@ -68,60 +65,61 @@ interactions: Connection: - keep-alive Content-Length: - - '1263' + - '1319' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.17.13\",\n \"dnsPrefix\"\ - : \"cliakstest-clitestf4wkefkvk-8ecadf\",\n \"fqdn\": \"cliakstest-clitestf4wkefkvk-8ecadf-4169b163.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"\ - count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"maxPods\": 110,\n \"\ - type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Creating\"\ - ,\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\"\ - : \"1.17.13\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\":\ - \ {},\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804-2021.01.06\"\n }\n ],\n \"linuxProfile\": {\n \ - \ \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\"\ - : [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkZhGe8/rHVaALAP1lorjGQm58qp4rqmLMINe35zrGbLnMN5KLz+GN4CgXcieoZ14zmshNjVaveJqstt6z/J29LbaW1CXcEZIRdyxFnDtktXFc9dm41LJi23WtNbxMkb+ewZBGA805IP+yqlHDewffq7FQp3J0yWwDxmb8UV5wch7Wq54cp3fZkXmtQBs9BN4I58wWTC5XaKk47ivM8+g0Ha8KCzVrz1gAZOAsUm63CB8afVsyOvJXiauj1643bUYzca1yzWH4v8LBSQLyL4pbb5kIsE5Y1SxarhTXAOyJJDJj7SjgD5ggqmWIR5hsJto/m1HdjVEy6bWxndfTdOIh\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\": \"a0cfa0d2-15c4-490c-9725-1891cfc0e86e\"\n },\n \"addonProfiles\"\ - : {\n \"KubeDashboard\": {\n \"enabled\": true,\n \"config\": null\n\ - \ }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n }\n },\n \"podCidr\": \"10.244.0.0/16\"\ - ,\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\"\ - ,\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"\ - loadBalancer\"\n },\n \"maxAgentPools\": 100\n },\n \"sku\": {\n \"\ - name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestap3hfkojx-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestap3hfkojx-79a739-1158dad7.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestap3hfkojx-79a739-1158dad7.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Creating\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n }\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n \"type\": + \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/524d4991-03e8-41d8-9503-3e7e33013984?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42433f93-4998-4d19-9f25-ffc93153de2b?api-version=2016-03-30 cache-control: - no-cache content-length: - - '2365' + - '2689' content-type: - application/json date: - - Wed, 18 Nov 2020 01:39:56 GMT + - Tue, 27 Jul 2021 06:09:05 GMT expires: - '-1' pragma: @@ -133,7 +131,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -141,7 +139,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -152,14 +150,14 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/524d4991-03e8-41d8-9503-3e7e33013984?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42433f93-4998-4d19-9f25-ffc93153de2b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"91494d52-e803-d841-9503-3e7e33013984\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2020-11-18T01:39:55.8250552Z\"\n }" + string: "{\n \"name\": \"933f4342-9849-194d-9f25-ffc93153de2b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:05.7833333Z\"\n }" headers: cache-control: - no-cache @@ -168,7 +166,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Nov 2020 01:40:25 GMT + - Tue, 27 Jul 2021 06:09:36 GMT expires: - '-1' pragma: @@ -190,7 +188,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -201,14 +199,14 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/524d4991-03e8-41d8-9503-3e7e33013984?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42433f93-4998-4d19-9f25-ffc93153de2b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"91494d52-e803-d841-9503-3e7e33013984\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2020-11-18T01:39:55.8250552Z\"\n }" + string: "{\n \"name\": \"933f4342-9849-194d-9f25-ffc93153de2b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:05.7833333Z\"\n }" headers: cache-control: - no-cache @@ -217,7 +215,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Nov 2020 01:40:56 GMT + - Tue, 27 Jul 2021 06:10:06 GMT expires: - '-1' pragma: @@ -239,7 +237,56 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type + --node-count -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42433f93-4998-4d19-9f25-ffc93153de2b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"933f4342-9849-194d-9f25-ffc93153de2b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:05.7833333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:10:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -250,14 +297,14 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/524d4991-03e8-41d8-9503-3e7e33013984?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42433f93-4998-4d19-9f25-ffc93153de2b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"91494d52-e803-d841-9503-3e7e33013984\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2020-11-18T01:39:55.8250552Z\"\n }" + string: "{\n \"name\": \"933f4342-9849-194d-9f25-ffc93153de2b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:05.7833333Z\"\n }" headers: cache-control: - no-cache @@ -266,7 +313,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Nov 2020 01:41:26 GMT + - Tue, 27 Jul 2021 06:11:06 GMT expires: - '-1' pragma: @@ -288,7 +335,56 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type + --node-count -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42433f93-4998-4d19-9f25-ffc93153de2b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"933f4342-9849-194d-9f25-ffc93153de2b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:05.7833333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:11:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -299,14 +395,14 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/524d4991-03e8-41d8-9503-3e7e33013984?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42433f93-4998-4d19-9f25-ffc93153de2b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"91494d52-e803-d841-9503-3e7e33013984\",\n \"status\"\ - : \"InProgress\",\n \"startTime\": \"2020-11-18T01:39:55.8250552Z\"\n }" + string: "{\n \"name\": \"933f4342-9849-194d-9f25-ffc93153de2b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:05.7833333Z\"\n }" headers: cache-control: - no-cache @@ -315,7 +411,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Nov 2020 01:41:57 GMT + - Tue, 27 Jul 2021 06:12:06 GMT expires: - '-1' pragma: @@ -337,7 +433,56 @@ interactions: body: null headers: Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type + --node-count -o + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42433f93-4998-4d19-9f25-ffc93153de2b?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"933f4342-9849-194d-9f25-ffc93153de2b\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:09:05.7833333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: - application/json + date: + - Tue, 27 Jul 2021 06:12:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: @@ -348,15 +493,15 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/524d4991-03e8-41d8-9503-3e7e33013984?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/42433f93-4998-4d19-9f25-ffc93153de2b?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"91494d52-e803-d841-9503-3e7e33013984\",\n \"status\"\ - : \"Succeeded\",\n \"startTime\": \"2020-11-18T01:39:55.8250552Z\",\n \"\ - endTime\": \"2020-11-18T01:42:26.3180077Z\"\n }" + string: "{\n \"name\": \"933f4342-9849-194d-9f25-ffc93153de2b\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:09:05.7833333Z\",\n \"endTime\": + \"2021-07-27T06:13:05.0130745Z\"\n }" headers: cache-control: - no-cache @@ -365,7 +510,7 @@ interactions: content-type: - application/json date: - - Wed, 18 Nov 2020 01:42:28 GMT + - Tue, 27 Jul 2021 06:13:07 GMT expires: - '-1' pragma: @@ -387,7 +532,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -398,51 +543,56 @@ interactions: - --resource-group --name --nodepool-name --generate-ssh-keys --vm-set-type --node-count -o User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\"\ - ,\n \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\"\ - : \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \ - \ \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\"\ - : \"Running\"\n },\n \"kubernetesVersion\": \"1.17.13\",\n \"dnsPrefix\"\ - : \"cliakstest-clitestf4wkefkvk-8ecadf\",\n \"fqdn\": \"cliakstest-clitestf4wkefkvk-8ecadf-4169b163.hcp.westus2.azmk8s.io\"\ - ,\n \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"\ - count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\"\ - : 128,\n \"osDiskType\": \"Managed\",\n \"maxPods\": 110,\n \"\ - type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\"\ - ,\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\"\ - : \"1.17.13\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\":\ - \ {},\n \"mode\": \"System\",\n \"osType\": \"Linux\",\n \"nodeImageVersion\"\ - : \"AKSUbuntu-1804-2021.01.06\"\n }\n ],\n \"linuxProfile\": {\n \ - \ \"adminUsername\": \"azureuser\",\n \"ssh\": {\n \"publicKeys\"\ - : [\n {\n \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkZhGe8/rHVaALAP1lorjGQm58qp4rqmLMINe35zrGbLnMN5KLz+GN4CgXcieoZ14zmshNjVaveJqstt6z/J29LbaW1CXcEZIRdyxFnDtktXFc9dm41LJi23WtNbxMkb+ewZBGA805IP+yqlHDewffq7FQp3J0yWwDxmb8UV5wch7Wq54cp3fZkXmtQBs9BN4I58wWTC5XaKk47ivM8+g0Ha8KCzVrz1gAZOAsUm63CB8afVsyOvJXiauj1643bUYzca1yzWH4v8LBSQLyL4pbb5kIsE5Y1SxarhTXAOyJJDJj7SjgD5ggqmWIR5hsJto/m1HdjVEy6bWxndfTdOIh\"\ - \n }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"\ - clientId\": \"a0cfa0d2-15c4-490c-9725-1891cfc0e86e\"\n },\n \"addonProfiles\"\ - : {\n \"KubeDashboard\": {\n \"enabled\": true,\n \"config\": null\n\ - \ }\n },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\"\ - ,\n \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"\ - networkProfile\": {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\"\ - : \"Standard\",\n \"loadBalancerProfile\": {\n \"managedOutboundIPs\"\ - : {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": [\n \ - \ {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/28e5197c-412c-4faa-9797-7e474bd89ff3\"\ - \n }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\"\ - : \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\"\ - : \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"\ - maxAgentPools\": 100\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\"\ - : \"Free\"\n }\n }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002\",\n + \ \"location\": \"westus2\",\n \"name\": \"cliakstest000002\",\n \"type\": + \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": + \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": + \"1.19.11\",\n \"dnsPrefix\": \"cliakstest-clitestap3hfkojx-79a739\",\n + \ \"fqdn\": \"cliakstest-clitestap3hfkojx-79a739-1158dad7.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliakstest-clitestap3hfkojx-79a739-1158dad7.portal.hcp.westus2.azmk8s.io\",\n + \ \"agentPoolProfiles\": [\n {\n \"name\": \"c000003\",\n \"count\": + 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": + \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 110,\n + \ \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\": \"Succeeded\",\n + \ \"powerState\": {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": + \"1.19.11\",\n \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n + \ \"mode\": \"System\",\n \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": + false,\n \"osType\": \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": + \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n + \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n + \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n + \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000002_westus2\",\n + \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": + {\n \"networkPlugin\": \"kubenet\",\n \"loadBalancerSku\": \"Standard\",\n + \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": + 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.Network/publicIPAddresses/89f36908-4d6e-4642-8aeb-76f563ca1f58\"\n + \ }\n ]\n },\n \"podCidr\": \"10.244.0.0/16\",\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"identityProfile\": {\n \"kubeletidentity\": {\n \"resourceId\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000002_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000002-agentpool\",\n + \ \"clientId\":\"00000000-0000-0000-0000-000000000001\",\n \"objectId\":\"00000000-0000-0000-0000-000000000001\"\n + \ }\n },\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n + \ \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": + {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: cache-control: - no-cache content-length: - - '2633' + - '3352' content-type: - application/json date: - - Wed, 18 Nov 2020 01:42:28 GMT + - Tue, 27 Jul 2021 06:13:07 GMT expires: - '-1' pragma: @@ -476,39 +626,38 @@ interactions: ParameterSetName: - --resource-group --cluster-name -n --node-image-only --no-wait User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003/upgradeNodeImageVersion?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\"\ - ,\n \"name\": \"c000003\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\"\ - ,\n \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\"\ - ,\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"maxPods\"\ - : 110,\n \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\"\ - : \"UpgradingNodeImageVersion\",\n \"powerState\": {\n \"code\": \"Running\"\ - \n },\n \"orchestratorVersion\": \"1.17.13\",\n \"enableNodePublicIP\"\ - : false,\n \"nodeLabels\": {},\n \"mode\": \"System\",\n \"osType\"\ - : \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804-2021.01.06\"\n }\n\ - \ }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n + \ \"name\": \"c000003\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"provisioningState\": \"UpgradingNodeImageVersion\",\n \"powerState\": + {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n + \ \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": + \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n + \ \"enableFIPS\": false\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6dfad570-8db0-40d3-b15c-09978ae2383e?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/250c30e1-9335-4614-b1a7-b35741ac113a?api-version=2016-03-30 cache-control: - no-cache content-length: - - '737' + - '889' content-type: - application/json date: - - Wed, 18 Nov 2020 01:42:32 GMT + - Tue, 27 Jul 2021 06:13:08 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/6dfad570-8db0-40d3-b15c-09978ae2383e?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/250c30e1-9335-4614-b1a7-b35741ac113a?api-version=2016-03-30 pragma: - no-cache server: @@ -536,33 +685,32 @@ interactions: ParameterSetName: - --resource-group --cluster-name -n User-Agent: - - python/3.6.10 (Linux-4.19.76-linuxkit-x86_64-with) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-containerservice/4.4.6 Azure-SDK-For-Python AZURECLI/2.15.0 (DOCKER) - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003?api-version=2021-05-01 response: body: - string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\"\ - ,\n \"name\": \"c000003\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\"\ - ,\n \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\"\ - ,\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"maxPods\"\ - : 110,\n \"type\": \"VirtualMachineScaleSets\",\n \"provisioningState\"\ - : \"UpgradingNodeImageVersion\",\n \"powerState\": {\n \"code\": \"Running\"\ - \n },\n \"orchestratorVersion\": \"1.17.13\",\n \"enableNodePublicIP\"\ - : false,\n \"nodeLabels\": {},\n \"mode\": \"System\",\n \"osType\"\ - : \"Linux\",\n \"nodeImageVersion\": \"AKSUbuntu-1804-2021.01.06\"\n }\n\ - \ }" + string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000002/agentPools/c000003\",\n + \ \"name\": \"c000003\",\n \"type\": \"Microsoft.ContainerService/managedClusters/agentPools\",\n + \ \"properties\": {\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n + \ \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": + \"OS\",\n \"maxPods\": 110,\n \"type\": \"VirtualMachineScaleSets\",\n + \ \"provisioningState\": \"UpgradingNodeImageVersion\",\n \"powerState\": + {\n \"code\": \"Running\"\n },\n \"orchestratorVersion\": \"1.19.11\",\n + \ \"enableNodePublicIP\": false,\n \"nodeLabels\": {},\n \"mode\": \"System\",\n + \ \"enableEncryptionAtHost\": false,\n \"enableUltraSSD\": false,\n \"osType\": + \"Linux\",\n \"osSKU\": \"Ubuntu\",\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n + \ \"enableFIPS\": false\n }\n }" headers: cache-control: - no-cache content-length: - - '737' + - '889' content-type: - application/json date: - - Wed, 18 Nov 2020 01:42:33 GMT + - Tue, 27 Jul 2021 06:13:09 GMT expires: - '-1' pragma: diff --git a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_upgrade_nodepool.yaml b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_upgrade_nodepool.yaml index 5eacae8ba84..a96b40b4cde 100644 --- a/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_upgrade_nodepool.yaml +++ b/src/aks-preview/azext_aks_preview/tests/latest/recordings/test_aks_upgrade_nodepool.yaml @@ -13,8 +13,8 @@ interactions: ParameterSetName: - -l --query User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/orchestrators?api-version=2019-04-01&resource-type=managedClusters response: @@ -60,7 +60,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:08:19 GMT + - Tue, 27 Jul 2021 06:23:54 GMT expires: - '-1' pragma: @@ -94,12 +94,12 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --kubernetes-version User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.6.9 (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-22T00:08:19Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001","name":"clitest000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2021-07-27T06:23:53Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -108,7 +108,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 22 Jul 2021 00:08:20 GMT + - Tue, 27 Jul 2021 06:23:54 GMT expires: - '-1' pragma: @@ -130,12 +130,11 @@ interactions: "scaleSetEvictionPolicy": "Delete", "spotMaxPrice": -1.0, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "name": "nodepool1"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": {"publicKeys": [{"keyData": - "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD6X7guM82YkNQkSMnRkkQa2sDNd5msOre/GyEIAj37e2tWqmLAP1eiMyJhZPhyD8nDmeAzeHNFlobCtLMPLy4SVIOqiGkc2qIhkYEz2pq8dVbrvnKOhe+rW6LuVIQu92ORqeMHxupujAk52mJ62E6uVWb4eCqmcmkfgSrlhtwsPHy/yZL1L+iKZOOusfBbMEq3Gcgr0JzyICFxDyxIG9VPexEEsDV98dXuw1x4kihMOV1LA3Zgz6jQwK3XvKXR/u0Mws2i+6MIQhulLqm/JllbIJr6xQKgxlUXG/vl/LQzOx6rOj2P6fg67acc1Hhi7NJ8gfHOXUrJhDCYOZwFG2vZ - azureuser@work\n"}]}}, "windowsProfile": {"adminUsername": "azureuser1", "adminPassword": - "replace-Password1234$"}, "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": - false, "networkProfile": {"networkPlugin": "azure", "outboundType": "loadBalancer", - "loadBalancerSku": "standard"}, "disableLocalAccounts": false}, "location": - "westus2"}' + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, + "windowsProfile": {"adminUsername": "azureuser1", "adminPassword": "replace-Password1234$"}, + "addonProfiles": {}, "enableRBAC": true, "enablePodSecurityPolicy": false, "networkProfile": + {"networkPlugin": "azure", "outboundType": "loadBalancer", "loadBalancerSku": + "standard"}, "disableLocalAccounts": false}, "location": "westus2"}' headers: Accept: - application/json @@ -146,7 +145,7 @@ interactions: Connection: - keep-alive Content-Length: - - '1294' + - '1277' Content-Type: - application/json ParameterSetName: @@ -154,8 +153,8 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --kubernetes-version User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: @@ -164,8 +163,8 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Creating\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.20.7\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-e6d8fe60.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-e6d8fe60.portal.hcp.westus2.azmk8s.io\",\n + \"1.20.7\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-964492be.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-964492be.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": @@ -177,31 +176,31 @@ interactions: \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQD6X7guM82YkNQkSMnRkkQa2sDNd5msOre/GyEIAj37e2tWqmLAP1eiMyJhZPhyD8nDmeAzeHNFlobCtLMPLy4SVIOqiGkc2qIhkYEz2pq8dVbrvnKOhe+rW6LuVIQu92ORqeMHxupujAk52mJ62E6uVWb4eCqmcmkfgSrlhtwsPHy/yZL1L+iKZOOusfBbMEq3Gcgr0JzyICFxDyxIG9VPexEEsDV98dXuw1x4kihMOV1LA3Zgz6jQwK3XvKXR/u0Mws2i+6MIQhulLqm/JllbIJr6xQKgxlUXG/vl/LQzOx6rOj2P6fg67acc1Hhi7NJ8gfHOXUrJhDCYOZwFG2vZ - azureuser@work\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": - {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n - \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n - \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": - {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"standard\",\n - \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n }\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": - \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": - \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"disableLocalAccounts\": - false\n },\n \"identity\": {\n \"type\": \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": + \"azureuser1\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"azure\",\n \"loadBalancerSku\": \"standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n }\n },\n \"serviceCidr\": + \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": + \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": + 100,\n \"disableLocalAccounts\": false\n },\n \"identity\": {\n \"type\": + \"SystemAssigned\",\n \"principalId\":\"00000000-0000-0000-0000-000000000001\",\n \ \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\n },\n \"sku\": {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4bd7a74f-cc3e-4106-9e6e-1bc26cb66746?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aaeba591-a20a-4867-8cb8-b5393305fe95?api-version=2016-03-30 cache-control: - no-cache content-length: - - '2709' + - '2692' content-type: - application/json date: - - Thu, 22 Jul 2021 00:08:24 GMT + - Tue, 27 Jul 2021 06:23:59 GMT expires: - '-1' pragma: @@ -213,7 +212,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -233,14 +232,64 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --kubernetes-version User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aaeba591-a20a-4867-8cb8-b5393305fe95?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"91a5ebaa-0aa2-6748-8cb8-b5393305fe95\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:23:59.3233333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:24:28 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --dns-name-prefix --node-count --generate-ssh-keys + --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type + --network-plugin --kubernetes-version + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4bd7a74f-cc3e-4106-9e6e-1bc26cb66746?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aaeba591-a20a-4867-8cb8-b5393305fe95?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4fa7d74b-3ecc-0641-9e6e-1bc26cb66746\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:08:25.2233333Z\"\n }" + string: "{\n \"name\": \"91a5ebaa-0aa2-6748-8cb8-b5393305fe95\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:23:59.3233333Z\"\n }" headers: cache-control: - no-cache @@ -249,7 +298,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:08:55 GMT + - Tue, 27 Jul 2021 06:24:59 GMT expires: - '-1' pragma: @@ -283,14 +332,14 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --kubernetes-version User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4bd7a74f-cc3e-4106-9e6e-1bc26cb66746?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aaeba591-a20a-4867-8cb8-b5393305fe95?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4fa7d74b-3ecc-0641-9e6e-1bc26cb66746\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:08:25.2233333Z\"\n }" + string: "{\n \"name\": \"91a5ebaa-0aa2-6748-8cb8-b5393305fe95\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:23:59.3233333Z\"\n }" headers: cache-control: - no-cache @@ -299,7 +348,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:09:25 GMT + - Tue, 27 Jul 2021 06:25:29 GMT expires: - '-1' pragma: @@ -333,14 +382,14 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --kubernetes-version User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4bd7a74f-cc3e-4106-9e6e-1bc26cb66746?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aaeba591-a20a-4867-8cb8-b5393305fe95?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4fa7d74b-3ecc-0641-9e6e-1bc26cb66746\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:08:25.2233333Z\"\n }" + string: "{\n \"name\": \"91a5ebaa-0aa2-6748-8cb8-b5393305fe95\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:23:59.3233333Z\"\n }" headers: cache-control: - no-cache @@ -349,7 +398,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:09:54 GMT + - Tue, 27 Jul 2021 06:25:59 GMT expires: - '-1' pragma: @@ -383,14 +432,14 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --kubernetes-version User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4bd7a74f-cc3e-4106-9e6e-1bc26cb66746?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aaeba591-a20a-4867-8cb8-b5393305fe95?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4fa7d74b-3ecc-0641-9e6e-1bc26cb66746\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:08:25.2233333Z\"\n }" + string: "{\n \"name\": \"91a5ebaa-0aa2-6748-8cb8-b5393305fe95\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:23:59.3233333Z\"\n }" headers: cache-control: - no-cache @@ -399,7 +448,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:10:24 GMT + - Tue, 27 Jul 2021 06:26:29 GMT expires: - '-1' pragma: @@ -433,14 +482,14 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --kubernetes-version User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4bd7a74f-cc3e-4106-9e6e-1bc26cb66746?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aaeba591-a20a-4867-8cb8-b5393305fe95?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4fa7d74b-3ecc-0641-9e6e-1bc26cb66746\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:08:25.2233333Z\"\n }" + string: "{\n \"name\": \"91a5ebaa-0aa2-6748-8cb8-b5393305fe95\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:23:59.3233333Z\"\n }" headers: cache-control: - no-cache @@ -449,7 +498,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:10:55 GMT + - Tue, 27 Jul 2021 06:26:59 GMT expires: - '-1' pragma: @@ -483,14 +532,14 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --kubernetes-version User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4bd7a74f-cc3e-4106-9e6e-1bc26cb66746?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aaeba591-a20a-4867-8cb8-b5393305fe95?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4fa7d74b-3ecc-0641-9e6e-1bc26cb66746\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:08:25.2233333Z\"\n }" + string: "{\n \"name\": \"91a5ebaa-0aa2-6748-8cb8-b5393305fe95\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:23:59.3233333Z\"\n }" headers: cache-control: - no-cache @@ -499,7 +548,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:11:24 GMT + - Tue, 27 Jul 2021 06:27:30 GMT expires: - '-1' pragma: @@ -533,15 +582,15 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --kubernetes-version User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/4bd7a74f-cc3e-4106-9e6e-1bc26cb66746?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/aaeba591-a20a-4867-8cb8-b5393305fe95?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"4fa7d74b-3ecc-0641-9e6e-1bc26cb66746\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-07-22T00:08:25.2233333Z\",\n \"endTime\": - \"2021-07-22T00:11:44.8290857Z\"\n }" + string: "{\n \"name\": \"91a5ebaa-0aa2-6748-8cb8-b5393305fe95\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:23:59.3233333Z\",\n \"endTime\": + \"2021-07-27T06:27:36.8767273Z\"\n }" headers: cache-control: - no-cache @@ -550,7 +599,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:11:55 GMT + - Tue, 27 Jul 2021 06:28:00 GMT expires: - '-1' pragma: @@ -584,8 +633,8 @@ interactions: --windows-admin-username --windows-admin-password --load-balancer-sku --vm-set-type --network-plugin --kubernetes-version User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: @@ -594,8 +643,8 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.20.7\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-e6d8fe60.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-e6d8fe60.portal.hcp.westus2.azmk8s.io\",\n + \"1.20.7\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-964492be.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-964492be.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": @@ -607,15 +656,15 @@ interactions: \"AKSUbuntu-1804gen2containerd-2021.07.03\",\n \"enableFIPS\": false\n \ }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQD6X7guM82YkNQkSMnRkkQa2sDNd5msOre/GyEIAj37e2tWqmLAP1eiMyJhZPhyD8nDmeAzeHNFlobCtLMPLy4SVIOqiGkc2qIhkYEz2pq8dVbrvnKOhe+rW6LuVIQu92ORqeMHxupujAk52mJ62E6uVWb4eCqmcmkfgSrlhtwsPHy/yZL1L+iKZOOusfBbMEq3Gcgr0JzyICFxDyxIG9VPexEEsDV98dXuw1x4kihMOV1LA3Zgz6jQwK3XvKXR/u0Mws2i+6MIQhulLqm/JllbIJr6xQKgxlUXG/vl/LQzOx6rOj2P6fg67acc1Hhi7NJ8gfHOXUrJhDCYOZwFG2vZ - azureuser@work\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": - {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n - \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n - \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": - {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n - \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/0b95d75f-bde4-43ab-9265-85a6d1471e50\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": + \"azureuser1\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/4d049439-971c-4e15-9e53-5a5d197743bc\"\n \ }\n ]\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": @@ -629,11 +678,11 @@ interactions: cache-control: - no-cache content-length: - - '3372' + - '3355' content-type: - application/json date: - - Thu, 22 Jul 2021 00:11:55 GMT + - Tue, 27 Jul 2021 06:28:00 GMT expires: - '-1' pragma: @@ -665,8 +714,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools?api-version=2021-05-01 response: @@ -690,7 +739,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:11:56 GMT + - Tue, 27 Jul 2021 06:28:01 GMT expires: - '-1' pragma: @@ -730,8 +779,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2021-05-01 response: @@ -748,7 +797,7 @@ interactions: \ \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08aa04ce-092b-4b0e-b294-b2b1c5cad313?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb17aa58-4088-4588-bcbe-28d82fa9d1b1?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -756,7 +805,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:11:58 GMT + - Tue, 27 Jul 2021 06:28:03 GMT expires: - '-1' pragma: @@ -768,7 +817,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1196' status: code: 201 message: Created @@ -786,23 +835,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08aa04ce-092b-4b0e-b294-b2b1c5cad313?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb17aa58-4088-4588-bcbe-28d82fa9d1b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ce04aa08-2b09-0e4b-b294-b2b1c5cad313\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:11:58.43Z\"\n }" + string: "{\n \"name\": \"58aa17fb-8840-8845-bcbe-28d82fa9d1b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:28:04.2366666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Thu, 22 Jul 2021 00:12:27 GMT + - Tue, 27 Jul 2021 06:28:33 GMT expires: - '-1' pragma: @@ -834,23 +883,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08aa04ce-092b-4b0e-b294-b2b1c5cad313?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb17aa58-4088-4588-bcbe-28d82fa9d1b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ce04aa08-2b09-0e4b-b294-b2b1c5cad313\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:11:58.43Z\"\n }" + string: "{\n \"name\": \"58aa17fb-8840-8845-bcbe-28d82fa9d1b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:28:04.2366666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Thu, 22 Jul 2021 00:12:58 GMT + - Tue, 27 Jul 2021 06:29:04 GMT expires: - '-1' pragma: @@ -882,23 +931,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08aa04ce-092b-4b0e-b294-b2b1c5cad313?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb17aa58-4088-4588-bcbe-28d82fa9d1b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ce04aa08-2b09-0e4b-b294-b2b1c5cad313\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:11:58.43Z\"\n }" + string: "{\n \"name\": \"58aa17fb-8840-8845-bcbe-28d82fa9d1b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:28:04.2366666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Thu, 22 Jul 2021 00:13:27 GMT + - Tue, 27 Jul 2021 06:29:34 GMT expires: - '-1' pragma: @@ -930,23 +979,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08aa04ce-092b-4b0e-b294-b2b1c5cad313?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb17aa58-4088-4588-bcbe-28d82fa9d1b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ce04aa08-2b09-0e4b-b294-b2b1c5cad313\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:11:58.43Z\"\n }" + string: "{\n \"name\": \"58aa17fb-8840-8845-bcbe-28d82fa9d1b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:28:04.2366666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Thu, 22 Jul 2021 00:13:58 GMT + - Tue, 27 Jul 2021 06:30:03 GMT expires: - '-1' pragma: @@ -978,23 +1027,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08aa04ce-092b-4b0e-b294-b2b1c5cad313?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb17aa58-4088-4588-bcbe-28d82fa9d1b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ce04aa08-2b09-0e4b-b294-b2b1c5cad313\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:11:58.43Z\"\n }" + string: "{\n \"name\": \"58aa17fb-8840-8845-bcbe-28d82fa9d1b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:28:04.2366666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Thu, 22 Jul 2021 00:14:28 GMT + - Tue, 27 Jul 2021 06:30:34 GMT expires: - '-1' pragma: @@ -1026,23 +1075,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08aa04ce-092b-4b0e-b294-b2b1c5cad313?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb17aa58-4088-4588-bcbe-28d82fa9d1b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ce04aa08-2b09-0e4b-b294-b2b1c5cad313\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:11:58.43Z\"\n }" + string: "{\n \"name\": \"58aa17fb-8840-8845-bcbe-28d82fa9d1b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:28:04.2366666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Thu, 22 Jul 2021 00:14:57 GMT + - Tue, 27 Jul 2021 06:31:04 GMT expires: - '-1' pragma: @@ -1074,23 +1123,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08aa04ce-092b-4b0e-b294-b2b1c5cad313?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb17aa58-4088-4588-bcbe-28d82fa9d1b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ce04aa08-2b09-0e4b-b294-b2b1c5cad313\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:11:58.43Z\"\n }" + string: "{\n \"name\": \"58aa17fb-8840-8845-bcbe-28d82fa9d1b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:28:04.2366666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Thu, 22 Jul 2021 00:15:28 GMT + - Tue, 27 Jul 2021 06:31:35 GMT expires: - '-1' pragma: @@ -1122,23 +1171,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08aa04ce-092b-4b0e-b294-b2b1c5cad313?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb17aa58-4088-4588-bcbe-28d82fa9d1b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ce04aa08-2b09-0e4b-b294-b2b1c5cad313\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:11:58.43Z\"\n }" + string: "{\n \"name\": \"58aa17fb-8840-8845-bcbe-28d82fa9d1b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:28:04.2366666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Thu, 22 Jul 2021 00:15:58 GMT + - Tue, 27 Jul 2021 06:32:04 GMT expires: - '-1' pragma: @@ -1170,23 +1219,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08aa04ce-092b-4b0e-b294-b2b1c5cad313?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb17aa58-4088-4588-bcbe-28d82fa9d1b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ce04aa08-2b09-0e4b-b294-b2b1c5cad313\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:11:58.43Z\"\n }" + string: "{\n \"name\": \"58aa17fb-8840-8845-bcbe-28d82fa9d1b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:28:04.2366666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Thu, 22 Jul 2021 00:16:28 GMT + - Tue, 27 Jul 2021 06:32:34 GMT expires: - '-1' pragma: @@ -1218,23 +1267,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08aa04ce-092b-4b0e-b294-b2b1c5cad313?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb17aa58-4088-4588-bcbe-28d82fa9d1b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ce04aa08-2b09-0e4b-b294-b2b1c5cad313\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:11:58.43Z\"\n }" + string: "{\n \"name\": \"58aa17fb-8840-8845-bcbe-28d82fa9d1b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:28:04.2366666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Thu, 22 Jul 2021 00:16:58 GMT + - Tue, 27 Jul 2021 06:33:05 GMT expires: - '-1' pragma: @@ -1266,23 +1315,23 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08aa04ce-092b-4b0e-b294-b2b1c5cad313?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb17aa58-4088-4588-bcbe-28d82fa9d1b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ce04aa08-2b09-0e4b-b294-b2b1c5cad313\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:11:58.43Z\"\n }" + string: "{\n \"name\": \"58aa17fb-8840-8845-bcbe-28d82fa9d1b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:28:04.2366666Z\"\n }" headers: cache-control: - no-cache content-length: - - '121' + - '126' content-type: - application/json date: - - Thu, 22 Jul 2021 00:17:29 GMT + - Tue, 27 Jul 2021 06:33:34 GMT expires: - '-1' pragma: @@ -1314,24 +1363,168 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/08aa04ce-092b-4b0e-b294-b2b1c5cad313?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb17aa58-4088-4588-bcbe-28d82fa9d1b1?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"ce04aa08-2b09-0e4b-b294-b2b1c5cad313\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-07-22T00:11:58.43Z\",\n \"endTime\": - \"2021-07-22T00:17:57.4865512Z\"\n }" + string: "{\n \"name\": \"58aa17fb-8840-8845-bcbe-28d82fa9d1b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:28:04.2366666Z\"\n }" headers: cache-control: - no-cache content-length: - - '165' + - '126' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:34:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --os-type --node-count + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb17aa58-4088-4588-bcbe-28d82fa9d1b1?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"58aa17fb-8840-8845-bcbe-28d82fa9d1b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:28:04.2366666Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:34:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --os-type --node-count + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb17aa58-4088-4588-bcbe-28d82fa9d1b1?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"58aa17fb-8840-8845-bcbe-28d82fa9d1b1\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:28:04.2366666Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:35:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks nodepool add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --cluster-name --name --os-type --node-count + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fb17aa58-4088-4588-bcbe-28d82fa9d1b1?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"58aa17fb-8840-8845-bcbe-28d82fa9d1b1\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:28:04.2366666Z\",\n \"endTime\": + \"2021-07-27T06:35:10.297098Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '169' content-type: - application/json date: - - Thu, 22 Jul 2021 00:17:58 GMT + - Tue, 27 Jul 2021 06:35:36 GMT expires: - '-1' pragma: @@ -1363,8 +1556,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --os-type --node-count User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2021-05-01 response: @@ -1387,7 +1580,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:17:59 GMT + - Tue, 27 Jul 2021 06:35:36 GMT expires: - '-1' pragma: @@ -1419,8 +1612,8 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: @@ -1429,8 +1622,8 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.20.7\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-e6d8fe60.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-e6d8fe60.portal.hcp.westus2.azmk8s.io\",\n + \"1.20.7\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-964492be.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-964492be.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": @@ -1450,15 +1643,15 @@ interactions: \"AKSWindows-2019-17763.2061.210714\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQD6X7guM82YkNQkSMnRkkQa2sDNd5msOre/GyEIAj37e2tWqmLAP1eiMyJhZPhyD8nDmeAzeHNFlobCtLMPLy4SVIOqiGkc2qIhkYEz2pq8dVbrvnKOhe+rW6LuVIQu92ORqeMHxupujAk52mJ62E6uVWb4eCqmcmkfgSrlhtwsPHy/yZL1L+iKZOOusfBbMEq3Gcgr0JzyICFxDyxIG9VPexEEsDV98dXuw1x4kihMOV1LA3Zgz6jQwK3XvKXR/u0Mws2i+6MIQhulLqm/JllbIJr6xQKgxlUXG/vl/LQzOx6rOj2P6fg67acc1Hhi7NJ8gfHOXUrJhDCYOZwFG2vZ - azureuser@work\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": - {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n - \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n - \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": - {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n - \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/0b95d75f-bde4-43ab-9265-85a6d1471e50\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": + \"azureuser1\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/4d049439-971c-4e15-9e53-5a5d197743bc\"\n \ }\n ]\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": @@ -1472,11 +1665,11 @@ interactions: cache-control: - no-cache content-length: - - '3998' + - '3981' content-type: - application/json date: - - Thu, 22 Jul 2021 00:17:59 GMT + - Tue, 27 Jul 2021 06:35:36 GMT expires: - '-1' pragma: @@ -1507,14 +1700,13 @@ interactions: "orchestratorVersion": "1.21.1", "upgradeSettings": {}, "enableNodePublicIP": false, "enableEncryptionAtHost": false, "enableUltraSSD": false, "enableFIPS": false, "name": "npwin"}], "linuxProfile": {"adminUsername": "azureuser", "ssh": - {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD6X7guM82YkNQkSMnRkkQa2sDNd5msOre/GyEIAj37e2tWqmLAP1eiMyJhZPhyD8nDmeAzeHNFlobCtLMPLy4SVIOqiGkc2qIhkYEz2pq8dVbrvnKOhe+rW6LuVIQu92ORqeMHxupujAk52mJ62E6uVWb4eCqmcmkfgSrlhtwsPHy/yZL1L+iKZOOusfBbMEq3Gcgr0JzyICFxDyxIG9VPexEEsDV98dXuw1x4kihMOV1LA3Zgz6jQwK3XvKXR/u0Mws2i+6MIQhulLqm/JllbIJr6xQKgxlUXG/vl/LQzOx6rOj2P6fg67acc1Hhi7NJ8gfHOXUrJhDCYOZwFG2vZ - azureuser@work\n"}]}}, "windowsProfile": {"adminUsername": "azureuser1", "enableCSIProxy": - true}, "nodeResourceGroup": "MC_clitest000001_cliakstest000001_westus2", "enableRBAC": - true, "enablePodSecurityPolicy": false, "networkProfile": {"networkPlugin": - "azure", "serviceCidr": "10.0.0.0/16", "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": - "172.17.0.1/16", "outboundType": "loadBalancer", "loadBalancerSku": "Standard", - "loadBalancerProfile": {"managedOutboundIPs": {"count": 1}, "effectiveOutboundIPs": - [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/0b95d75f-bde4-43ab-9265-85a6d1471e50"}]}}, + {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf"}]}}, + "windowsProfile": {"adminUsername": "azureuser1", "enableCSIProxy": true}, "nodeResourceGroup": + "MC_clitest000001_cliakstest000001_westus2", "enableRBAC": true, "enablePodSecurityPolicy": + false, "networkProfile": {"networkPlugin": "azure", "serviceCidr": "10.0.0.0/16", + "dnsServiceIP": "10.0.0.10", "dockerBridgeCidr": "172.17.0.1/16", "outboundType": + "loadBalancer", "loadBalancerSku": "Standard", "loadBalancerProfile": {"managedOutboundIPs": + {"count": 1}, "effectiveOutboundIPs": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/4d049439-971c-4e15-9e53-5a5d197743bc"}]}}, "identityProfile": {"kubeletidentity": {"resourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cliakstest000001-agentpool", "clientId":"00000000-0000-0000-0000-000000000001", "objectId":"00000000-0000-0000-0000-000000000001"}}, "disableLocalAccounts": false}, "location": "westus2", "sku": {"name": "Basic", @@ -1529,14 +1721,14 @@ interactions: Connection: - keep-alive Content-Length: - - '2568' + - '2551' Content-Type: - application/json ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: @@ -1545,8 +1737,8 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Upgrading\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.21.1\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-e6d8fe60.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-e6d8fe60.portal.hcp.westus2.azmk8s.io\",\n + \"1.21.1\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-964492be.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-964492be.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": @@ -1566,15 +1758,15 @@ interactions: \"AKSWindows-2019-17763.2061.210714\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQD6X7guM82YkNQkSMnRkkQa2sDNd5msOre/GyEIAj37e2tWqmLAP1eiMyJhZPhyD8nDmeAzeHNFlobCtLMPLy4SVIOqiGkc2qIhkYEz2pq8dVbrvnKOhe+rW6LuVIQu92ORqeMHxupujAk52mJ62E6uVWb4eCqmcmkfgSrlhtwsPHy/yZL1L+iKZOOusfBbMEq3Gcgr0JzyICFxDyxIG9VPexEEsDV98dXuw1x4kihMOV1LA3Zgz6jQwK3XvKXR/u0Mws2i+6MIQhulLqm/JllbIJr6xQKgxlUXG/vl/LQzOx6rOj2P6fg67acc1Hhi7NJ8gfHOXUrJhDCYOZwFG2vZ - azureuser@work\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": - {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n - \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n - \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": - {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n - \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/0b95d75f-bde4-43ab-9265-85a6d1471e50\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": + \"azureuser1\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/4d049439-971c-4e15-9e53-5a5d197743bc\"\n \ }\n ]\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": @@ -1586,15 +1778,15 @@ interactions: {\n \"name\": \"Basic\",\n \"tier\": \"Free\"\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 cache-control: - no-cache content-length: - - '3998' + - '3981' content-type: - application/json date: - - Thu, 22 Jul 2021 00:18:01 GMT + - Tue, 27 Jul 2021 06:35:40 GMT expires: - '-1' pragma: @@ -1610,7 +1802,55 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1196' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - aks upgrade + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --kubernetes-version --yes + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:36:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff status: code: 200 message: OK @@ -1628,14 +1868,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -1644,7 +1884,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:18:32 GMT + - Tue, 27 Jul 2021 06:36:41 GMT expires: - '-1' pragma: @@ -1676,14 +1916,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -1692,7 +1932,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:19:02 GMT + - Tue, 27 Jul 2021 06:37:11 GMT expires: - '-1' pragma: @@ -1724,14 +1964,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -1740,7 +1980,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:19:32 GMT + - Tue, 27 Jul 2021 06:37:41 GMT expires: - '-1' pragma: @@ -1772,14 +2012,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -1788,7 +2028,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:20:02 GMT + - Tue, 27 Jul 2021 06:38:12 GMT expires: - '-1' pragma: @@ -1820,14 +2060,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -1836,7 +2076,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:20:33 GMT + - Tue, 27 Jul 2021 06:38:41 GMT expires: - '-1' pragma: @@ -1868,14 +2108,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -1884,7 +2124,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:21:02 GMT + - Tue, 27 Jul 2021 06:39:12 GMT expires: - '-1' pragma: @@ -1916,14 +2156,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -1932,7 +2172,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:21:32 GMT + - Tue, 27 Jul 2021 06:39:42 GMT expires: - '-1' pragma: @@ -1964,14 +2204,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -1980,7 +2220,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:22:02 GMT + - Tue, 27 Jul 2021 06:40:12 GMT expires: - '-1' pragma: @@ -2012,14 +2252,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -2028,7 +2268,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:22:32 GMT + - Tue, 27 Jul 2021 06:40:42 GMT expires: - '-1' pragma: @@ -2060,14 +2300,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -2076,7 +2316,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:23:02 GMT + - Tue, 27 Jul 2021 06:41:12 GMT expires: - '-1' pragma: @@ -2108,14 +2348,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -2124,7 +2364,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:23:32 GMT + - Tue, 27 Jul 2021 06:41:43 GMT expires: - '-1' pragma: @@ -2156,14 +2396,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -2172,7 +2412,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:24:02 GMT + - Tue, 27 Jul 2021 06:42:12 GMT expires: - '-1' pragma: @@ -2204,14 +2444,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -2220,7 +2460,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:24:33 GMT + - Tue, 27 Jul 2021 06:42:42 GMT expires: - '-1' pragma: @@ -2252,14 +2492,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -2268,7 +2508,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:25:03 GMT + - Tue, 27 Jul 2021 06:43:13 GMT expires: - '-1' pragma: @@ -2300,14 +2540,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -2316,7 +2556,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:25:32 GMT + - Tue, 27 Jul 2021 06:43:42 GMT expires: - '-1' pragma: @@ -2348,14 +2588,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -2364,7 +2604,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:26:03 GMT + - Tue, 27 Jul 2021 06:44:13 GMT expires: - '-1' pragma: @@ -2396,14 +2636,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -2412,7 +2652,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:26:33 GMT + - Tue, 27 Jul 2021 06:44:43 GMT expires: - '-1' pragma: @@ -2444,14 +2684,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -2460,7 +2700,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:27:03 GMT + - Tue, 27 Jul 2021 06:45:13 GMT expires: - '-1' pragma: @@ -2492,14 +2732,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -2508,7 +2748,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:27:33 GMT + - Tue, 27 Jul 2021 06:45:43 GMT expires: - '-1' pragma: @@ -2540,14 +2780,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -2556,7 +2796,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:28:03 GMT + - Tue, 27 Jul 2021 06:46:14 GMT expires: - '-1' pragma: @@ -2588,14 +2828,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -2604,7 +2844,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:28:33 GMT + - Tue, 27 Jul 2021 06:46:43 GMT expires: - '-1' pragma: @@ -2636,14 +2876,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -2652,7 +2892,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:29:03 GMT + - Tue, 27 Jul 2021 06:47:14 GMT expires: - '-1' pragma: @@ -2684,14 +2924,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -2700,7 +2940,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:29:33 GMT + - Tue, 27 Jul 2021 06:47:43 GMT expires: - '-1' pragma: @@ -2732,14 +2972,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -2748,7 +2988,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:30:03 GMT + - Tue, 27 Jul 2021 06:48:14 GMT expires: - '-1' pragma: @@ -2780,14 +3020,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -2796,7 +3036,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:30:34 GMT + - Tue, 27 Jul 2021 06:48:43 GMT expires: - '-1' pragma: @@ -2828,14 +3068,14 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"InProgress\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" headers: cache-control: - no-cache @@ -2844,7 +3084,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:31:03 GMT + - Tue, 27 Jul 2021 06:49:14 GMT expires: - '-1' pragma: @@ -2876,15 +3116,303 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/04196903-1d31-4dd5-ac7c-c73bb1e67b9f?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"03691904-311d-d54d-ac7c-c73bb1e67b9f\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-07-22T00:18:02.5133333Z\",\n \"endTime\": - \"2021-07-22T00:31:12.6398419Z\"\n }" + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:49:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks upgrade + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --kubernetes-version --yes + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:50:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks upgrade + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --kubernetes-version --yes + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:50:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks upgrade + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --kubernetes-version --yes + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:51:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks upgrade + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --kubernetes-version --yes + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:51:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks upgrade + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --kubernetes-version --yes + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"InProgress\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\"\n }" + headers: + cache-control: + - no-cache + content-length: + - '126' + content-type: + - application/json + date: + - Tue, 27 Jul 2021 06:52:15 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + 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: + - aks upgrade + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --kubernetes-version --yes + User-Agent: + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/6d1b6a73-b336-436b-b001-f2cd49f68a50?api-version=2016-03-30 + response: + body: + string: "{\n \"name\": \"736a1b6d-36b3-6b43-b001-f2cd49f68a50\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:35:40.6333333Z\",\n \"endTime\": + \"2021-07-27T06:52:24.1862483Z\"\n }" headers: cache-control: - no-cache @@ -2893,7 +3421,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:31:33 GMT + - Tue, 27 Jul 2021 06:52:45 GMT expires: - '-1' pragma: @@ -2925,8 +3453,8 @@ interactions: ParameterSetName: - --resource-group --name --kubernetes-version --yes User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: @@ -2935,8 +3463,8 @@ interactions: \ \"location\": \"westus2\",\n \"name\": \"cliakstest000001\",\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\n \"properties\": {\n \"provisioningState\": \"Succeeded\",\n \"powerState\": {\n \"code\": \"Running\"\n },\n \"kubernetesVersion\": - \"1.21.1\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-e6d8fe60.hcp.westus2.azmk8s.io\",\n - \ \"azurePortalFQDN\": \"cliaksdns000002-e6d8fe60.portal.hcp.westus2.azmk8s.io\",\n + \"1.21.1\",\n \"dnsPrefix\": \"cliaksdns000002\",\n \"fqdn\": \"cliaksdns000002-964492be.hcp.westus2.azmk8s.io\",\n + \ \"azurePortalFQDN\": \"cliaksdns000002-964492be.portal.hcp.westus2.azmk8s.io\",\n \ \"agentPoolProfiles\": [\n {\n \"name\": \"nodepool1\",\n \"count\": 1,\n \"vmSize\": \"Standard_DS2_v2\",\n \"osDiskSizeGB\": 128,\n \"osDiskType\": \"Managed\",\n \"kubeletDiskType\": \"OS\",\n \"maxPods\": 30,\n \"type\": @@ -2956,15 +3484,15 @@ interactions: \"AKSWindows-2019-17763.2061.210714\",\n \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n ],\n \"linuxProfile\": {\n \"adminUsername\": \"azureuser\",\n \ \"ssh\": {\n \"publicKeys\": [\n {\n \"keyData\": \"ssh-rsa - AAAAB3NzaC1yc2EAAAADAQABAAABAQD6X7guM82YkNQkSMnRkkQa2sDNd5msOre/GyEIAj37e2tWqmLAP1eiMyJhZPhyD8nDmeAzeHNFlobCtLMPLy4SVIOqiGkc2qIhkYEz2pq8dVbrvnKOhe+rW6LuVIQu92ORqeMHxupujAk52mJ62E6uVWb4eCqmcmkfgSrlhtwsPHy/yZL1L+iKZOOusfBbMEq3Gcgr0JzyICFxDyxIG9VPexEEsDV98dXuw1x4kihMOV1LA3Zgz6jQwK3XvKXR/u0Mws2i+6MIQhulLqm/JllbIJr6xQKgxlUXG/vl/LQzOx6rOj2P6fg67acc1Hhi7NJ8gfHOXUrJhDCYOZwFG2vZ - azureuser@work\\n\"\n }\n ]\n }\n },\n \"windowsProfile\": - {\n \"adminUsername\": \"azureuser1\",\n \"enableCSIProxy\": true\n - \ },\n \"servicePrincipalProfile\": {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n - \ },\n \"nodeResourceGroup\": \"MC_clitest000001_cliakstest000001_westus2\",\n - \ \"enableRBAC\": true,\n \"enablePodSecurityPolicy\": false,\n \"networkProfile\": - {\n \"networkPlugin\": \"azure\",\n \"loadBalancerSku\": \"Standard\",\n - \ \"loadBalancerProfile\": {\n \"managedOutboundIPs\": {\n \"count\": - 1\n },\n \"effectiveOutboundIPs\": [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/0b95d75f-bde4-43ab-9265-85a6d1471e50\"\n + AAAAB3NzaC1yc2EAAAADAQABAAABAQC70C36R8eJPTA7kUX9fStjBqeeegOgRw8T0/q7gkSUO48SX1Fr2VpQqfVOUOc//xZgPMPQY6mavzWxD62It87Lp+6ZgDCAJISoDQAo0USRq6Q0tWfPwe2mZTB0QMVNKYKLyaHoGEEGSgJ+HpY/L6f+DSuX+j45dwt7NETOvhRWi5xTf1cDGSnBdS5UZbmcdmx8uuvSILI3dQeeZySU/3ilYzequF+G+L3uteOTdQLfxjRYHNZFpFyJwZWcodjkABLwKwqX2ZfVfjLfopvIz8uJfPnsjyoxSW7A42t+ZJtSmX5o/dlm1Hv0LlUsLIfusxw/V/qKbZrNz///wfJSJGuf\"\n + \ }\n ]\n }\n },\n \"windowsProfile\": {\n \"adminUsername\": + \"azureuser1\",\n \"enableCSIProxy\": true\n },\n \"servicePrincipalProfile\": + {\n \"clientId\":\"00000000-0000-0000-0000-000000000001\"\n },\n \"nodeResourceGroup\": + \"MC_clitest000001_cliakstest000001_westus2\",\n \"enableRBAC\": true,\n + \ \"enablePodSecurityPolicy\": false,\n \"networkProfile\": {\n \"networkPlugin\": + \"azure\",\n \"loadBalancerSku\": \"Standard\",\n \"loadBalancerProfile\": + {\n \"managedOutboundIPs\": {\n \"count\": 1\n },\n \"effectiveOutboundIPs\": + [\n {\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MC_clitest000001_cliakstest000001_westus2/providers/Microsoft.Network/publicIPAddresses/4d049439-971c-4e15-9e53-5a5d197743bc\"\n \ }\n ]\n },\n \"serviceCidr\": \"10.0.0.0/16\",\n \"dnsServiceIP\": \"10.0.0.10\",\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\n \"outboundType\": \"loadBalancer\"\n },\n \"maxAgentPools\": 100,\n \"identityProfile\": @@ -2978,11 +3506,11 @@ interactions: cache-control: - no-cache content-length: - - '3998' + - '3981' content-type: - application/json date: - - Thu, 22 Jul 2021 00:31:33 GMT + - Tue, 27 Jul 2021 06:52:45 GMT expires: - '-1' pragma: @@ -3014,8 +3542,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001/agentPools/npwin?api-version=2021-05-01 response: @@ -3038,7 +3566,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:31:34 GMT + - Tue, 27 Jul 2021 06:52:46 GMT expires: - '-1' pragma: @@ -3078,8 +3606,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) WindowsContainerRuntime: - containerd method: PUT @@ -3098,7 +3626,7 @@ interactions: \ \"upgradeSettings\": {},\n \"enableFIPS\": false\n }\n }" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2c05cc9b-8621-4249-bab2-fa11d8648fdb?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/14f89acd-831d-4851-a5f3-f98b885b0f02?api-version=2016-03-30 cache-control: - no-cache content-length: @@ -3106,7 +3634,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:31:36 GMT + - Tue, 27 Jul 2021 06:52:48 GMT expires: - '-1' pragma: @@ -3122,7 +3650,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1194' status: code: 200 message: OK @@ -3140,26 +3668,26 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) WindowsContainerRuntime: - containerd method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/2c05cc9b-8621-4249-bab2-fa11d8648fdb?api-version=2016-03-30 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/14f89acd-831d-4851-a5f3-f98b885b0f02?api-version=2016-03-30 response: body: - string: "{\n \"name\": \"9bcc052c-2186-4942-bab2-fa11d8648fdb\",\n \"status\": - \"Succeeded\",\n \"startTime\": \"2021-07-22T00:31:37.1033333Z\",\n \"endTime\": - \"2021-07-22T00:31:40.9722606Z\"\n }" + string: "{\n \"name\": \"cd9af814-1d83-5148-a5f3-f98b885b0f02\",\n \"status\": + \"Succeeded\",\n \"startTime\": \"2021-07-27T06:52:49.08Z\",\n \"endTime\": + \"2021-07-27T06:52:54.3982117Z\"\n }" headers: cache-control: - no-cache content-length: - - '170' + - '165' content-type: - application/json date: - - Thu, 22 Jul 2021 00:32:07 GMT + - Tue, 27 Jul 2021 06:53:18 GMT expires: - '-1' pragma: @@ -3191,8 +3719,8 @@ interactions: ParameterSetName: - --resource-group --cluster-name --name --kubernetes-version --aks-custom-headers User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) WindowsContainerRuntime: - containerd method: GET @@ -3217,7 +3745,7 @@ interactions: content-type: - application/json date: - - Thu, 22 Jul 2021 00:32:07 GMT + - Tue, 27 Jul 2021 06:53:18 GMT expires: - '-1' pragma: @@ -3251,8 +3779,8 @@ interactions: ParameterSetName: - -g -n --yes --no-wait User-Agent: - - AZURECLI/2.26.0 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.6.9 - (Linux-5.4.0-1047-azure-x86_64-with-Ubuntu-18.04-bionic) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-containerservice/16.0.0 Python/3.8.10 + (Linux-5.4.0-1051-azure-x86_64-with-glibc2.27) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest000001/providers/Microsoft.ContainerService/managedClusters/cliakstest000001?api-version=2021-05-01 response: @@ -3260,17 +3788,17 @@ interactions: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/7f92d407-9868-40ca-a1c1-4594286f15dc?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operations/fa265a6e-509d-47c4-b354-4aec7106987e?api-version=2016-03-30 cache-control: - no-cache content-length: - '0' date: - - Thu, 22 Jul 2021 00:32:07 GMT + - Tue, 27 Jul 2021 06:53:21 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/7f92d407-9868-40ca-a1c1-4594286f15dc?api-version=2016-03-30 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/westus2/operationresults/fa265a6e-509d-47c4-b354-4aec7106987e?api-version=2016-03-30 pragma: - no-cache server: @@ -3280,7 +3808,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14998' status: code: 202 message: Accepted From 1fad1dd0ebef325a90035a9235915a42234b5eeb Mon Sep 17 00:00:00 2001 From: adrianabedon <56134101+adrianabedon@users.noreply.github.com> Date: Tue, 27 Jul 2021 19:10:50 -0700 Subject: [PATCH 12/20] [SerialConsole] Add new extension to support Serial Console (#3529) * Intial transition from module to extension * Changed command structure Made send nmi/sysrq/reset not use virtual terminal. Reformatted code to improve styling. Now Cli errors are used to report errors. When configuring terminal, errors reporting is improved. * Fixed all style errors * Updated help docs * Changes instance ID parameters * Improved Initial Checking of Resource Now a resource is checked to see whether it exists, it is running, and custom boot diagnostics is enabled, all before a call to the serial console resource provider is made. * Changed error checking and reporting Now AzureConnectionError is used and serial console can be launched as long as VM is not deallocating or deallocated. * Added some initial testing Testing for sending SysRq and NMI to VM's * Added additional testing for SysRq and NMI Modified previous tests and added tests for VMSS's * Fixed loading bug, added Windows Messaging Loading bug where pressing enter while loading would attempt to make a new connection to the serial console is now fixed. Also now check the OS version of the connected VM and change the loading screen if it is Windows and remove the SysRq option. * Added some extra error reporting Now SysRq checks to make sure the connection is to a Linux VM. Removed unnecessary storage create command from tests. * Added testing for checking resource Changed parts of check resource to fix some edge case errors * Fixed test error and made changes to read me Fixed problem were testing would fail for reset vm command. Updated test recording files, readme, metedata to remove upper cli version limit, and fixed style in some files. * Updated setup.py Added dependencies and changed readme file location * Updated README and Help docs * Fixed style and version of numpy in setup * Fixed CODEOWNERS * Fixed help docs not appearing * Added serial-console entry to service_name.json * Updated README * Added enable and disable commands These commands enable or disable serial console across a subscription. Also updated help docs, README, and tests for new commands. * Changed to snake case, removed numpy/wsaccel Code no longer needs numpy/wsaccel dependecy to run quickly so they were removed. * Http requests are now handled by a client This client code was generated using the autorest.az code generator. Some small changes to error checking and messaging. * Changed boot diagnostic requirements No longer need custom boot diagnostics for VM. Changed testing to reflect changes. * Fixed problem with cmd and powershell VT Sequences The Cli would automatically initialize colorama breaking a lot of the Virtual Terminal Sequences that were used in the program * Check extra field to detect windows VM * Fixed service_name.json --- .github/CODEOWNERS | 4 +- src/serial-console/HISTORY.rst | 8 + src/serial-console/README.md | 35 + .../azext_serialconsole/__init__.py | 28 + .../azext_serialconsole/_client_factory.py | 23 + .../azext_serialconsole/_help.py | 136 + .../azext_serialconsole/_params.py | 29 + .../azext_serialconsole/azext_metadata.json | 4 + .../azext_serialconsole/commands.py | 17 + .../azext_serialconsole/custom.py | 697 ++ .../azext_serialconsole/tests/__init__.py | 5 + .../tests/latest/__init__.py | 5 + .../recordings/test_check_resource_VM.yaml | 4048 ++++++++++ .../recordings/test_check_resource_VMSS.yaml | 6661 +++++++++++++++++ .../recordings/test_enable_disable.yaml | 108 + .../latest/test_serialconsole_scenario.py | 411 + .../vendored_sdks/__init__.py | 12 + .../vendored_sdks/serialconsole/__init__.py | 16 + .../serialconsole/_configuration.py | 70 + .../_microsoft_serial_console_client.py | 69 + .../serialconsole/models/__init__.py | 57 + .../_microsoft_serial_console_client_enums.py | 34 + .../serialconsole/models/_models.py | 342 + .../serialconsole/models/_models_py3.py | 377 + .../serialconsole/operations/__init__.py | 15 + ...rosoft_serial_console_client_operations.py | 203 + .../operations/_serial_ports_operations.py | 122 + .../vendored_sdks/serialconsole/py.typed | 1 + src/serial-console/setup.cfg | 0 src/serial-console/setup.py | 58 + src/service_name.json | 5 + 31 files changed, 13599 insertions(+), 1 deletion(-) create mode 100644 src/serial-console/HISTORY.rst create mode 100644 src/serial-console/README.md create mode 100644 src/serial-console/azext_serialconsole/__init__.py create mode 100644 src/serial-console/azext_serialconsole/_client_factory.py create mode 100644 src/serial-console/azext_serialconsole/_help.py create mode 100644 src/serial-console/azext_serialconsole/_params.py create mode 100644 src/serial-console/azext_serialconsole/azext_metadata.json create mode 100644 src/serial-console/azext_serialconsole/commands.py create mode 100644 src/serial-console/azext_serialconsole/custom.py create mode 100644 src/serial-console/azext_serialconsole/tests/__init__.py create mode 100644 src/serial-console/azext_serialconsole/tests/latest/__init__.py create mode 100644 src/serial-console/azext_serialconsole/tests/latest/recordings/test_check_resource_VM.yaml create mode 100644 src/serial-console/azext_serialconsole/tests/latest/recordings/test_check_resource_VMSS.yaml create mode 100644 src/serial-console/azext_serialconsole/tests/latest/recordings/test_enable_disable.yaml create mode 100644 src/serial-console/azext_serialconsole/tests/latest/test_serialconsole_scenario.py create mode 100644 src/serial-console/azext_serialconsole/vendored_sdks/__init__.py create mode 100644 src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/__init__.py create mode 100644 src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/_configuration.py create mode 100644 src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/_microsoft_serial_console_client.py create mode 100644 src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/models/__init__.py create mode 100644 src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/models/_microsoft_serial_console_client_enums.py create mode 100644 src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/models/_models.py create mode 100644 src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/models/_models_py3.py create mode 100644 src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/operations/__init__.py create mode 100644 src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/operations/_microsoft_serial_console_client_operations.py create mode 100644 src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/operations/_serial_ports_operations.py create mode 100644 src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/py.typed create mode 100644 src/serial-console/setup.cfg create mode 100644 src/serial-console/setup.py diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0b32ce07d27..eef2d49d302 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -198,4 +198,6 @@ /src/diskpool/ @Juliehzl -/src/dataprotection/ @sambitratha +/src/serial-console/ @adrianabedon + +/src/dataprotection/ @sambitratha \ No newline at end of file diff --git a/src/serial-console/HISTORY.rst b/src/serial-console/HISTORY.rst new file mode 100644 index 00000000000..8c34bccfff8 --- /dev/null +++ b/src/serial-console/HISTORY.rst @@ -0,0 +1,8 @@ +.. :changelog: + +Release History +=============== + +0.1.0 +++++++ +* Initial release. \ No newline at end of file diff --git a/src/serial-console/README.md b/src/serial-console/README.md new file mode 100644 index 00000000000..c7120d36390 --- /dev/null +++ b/src/serial-console/README.md @@ -0,0 +1,35 @@ +# Azure CLI Serial Console Extension # +This is a extension for Serial Console Connections + +### How to use ### +Install this extension using the CLI command below +``` +az extension add --name serial-console +``` + +### Included Features ### +#### Connect to the text-based Serial Console of a VM or VMSS Instance #### +To exit serial console type Ctrl + ] and then q. To send an NMI/SysRq/Reset type Ctrl + ] and then n/s/r respectively. +``` +az serial-console connect -n MyVM -g MyResourceGroup +``` +#### Enable the serial console service for an entire subscription #### +``` +az serial-console enable +``` +#### Disable the serial console service for an entire subscription #### +``` +az serial-console disable +``` +#### Send a Non-Maskable Interrupt (NMI) to a VM or VMSS Instance #### +``` +az serial-console send nmi -n MyVM -g MyResourceGroup +``` +#### Send SysRq sequence to a VM or VMSS Instance #### +``` +az serial-console send sysrq -n MyVM -g MyResourceGroup --input c +``` +#### Perform a "hard" restart of the VM or VMSS Instance #### +``` +az serial-console send reset -n MyVM -g MyResourceGroup +``` \ No newline at end of file diff --git a/src/serial-console/azext_serialconsole/__init__.py b/src/serial-console/azext_serialconsole/__init__.py new file mode 100644 index 00000000000..f0d09f209d0 --- /dev/null +++ b/src/serial-console/azext_serialconsole/__init__.py @@ -0,0 +1,28 @@ +# -------------------------------------------------------------------------------------------- +# 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.core import AzCommandsLoader +from azext_serialconsole._help import helps # pylint: disable=unused-import + + +class SerialconsoleCommandsLoader(AzCommandsLoader): + + def __init__(self, cli_ctx=None): + from azure.cli.core.commands import CliCommandType + serialconsole_custom = CliCommandType( + operations_tmpl='azext_serialconsole.custom#{}') + super().__init__(cli_ctx=cli_ctx, custom_command_type=serialconsole_custom) + + def load_command_table(self, args): + from azext_serialconsole.commands import load_command_table + load_command_table(self, args) + return self.command_table + + def load_arguments(self, command): + from azext_serialconsole._params import load_arguments + load_arguments(self, command) + + +COMMAND_LOADER_CLS = SerialconsoleCommandsLoader diff --git a/src/serial-console/azext_serialconsole/_client_factory.py b/src/serial-console/azext_serialconsole/_client_factory.py new file mode 100644 index 00000000000..fbaed116da0 --- /dev/null +++ b/src/serial-console/azext_serialconsole/_client_factory.py @@ -0,0 +1,23 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + + +def _compute_client_factory(cli_ctx, **kwargs): + from azure.cli.core.profiles import ResourceType + from azure.cli.core.commands.client_factory import get_mgmt_service_client + return get_mgmt_service_client(cli_ctx, ResourceType.MGMT_COMPUTE, + subscription_id=kwargs.get('subscription_id'), + aux_subscriptions=kwargs.get('aux_subscriptions')) + + +def cf_serialconsole(cli_ctx, *_): + from azure.cli.core.commands.client_factory import get_mgmt_service_client + from azext_serialconsole.vendored_sdks.serialconsole import MicrosoftSerialConsoleClient + return get_mgmt_service_client(cli_ctx, + MicrosoftSerialConsoleClient) + + +def cf_serial_port(cli_ctx, *_): + return cf_serialconsole(cli_ctx).serial_ports diff --git a/src/serial-console/azext_serialconsole/_help.py b/src/serial-console/azext_serialconsole/_help.py new file mode 100644 index 00000000000..e98c68c3312 --- /dev/null +++ b/src/serial-console/azext_serialconsole/_help.py @@ -0,0 +1,136 @@ +# coding=utf-8 +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +from knack.help_files import helps # pylint: disable=unused-import + + +helps['serial-console'] = """ + type: group + short-summary: Connent to the Serial Console of a Linux/Windows Virtual Machine or VMSS Instance. +""" + +helps['serial-console send'] = """ + type: group + short-summary: Send NMI/SysRq/Reset to a VM or VMSS Instance. +""" + +helps['serial-console connect'] = """ + type: command + short-summary: Connect to Serial Console VM or VMSS Instance + long-summary: > + This command provides access to a text-based console for Linux and Windows virtual machines (VMs) and virtual machine scale set instances. This serial connection connects to the ttys0 serial port of the VM or virtual machine scale set instance, providing access to it independent of the network or operating system state. To exit serial console type Ctrl + ] and then q. To send an NMI/SysRq/Reset type Ctrl + ] and then n/s/r respectively. + parameters: + - name: --name -n + short-summary: Name of the Virtual Machine or Virtual Machine Scale Set. + - name: --resource-group -g + short-summary: Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --instance-id + short-summary: ID of VMSS instance. Not needed when connecting to the serialport of a Virtual Machine. + - name: --subscription + short-summary: Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID. + examples: + - name: Connect to Serial Console of a VM + text: > + az serial-console connect -n MyVM -g MyResourceGroup + - name: Connect to Serial Console of a VMSS Instance with ID 2 + text: > + az serial-console connect -n MyVMSS -g MyResourceGroup --instance-id 2 +""" + +helps['serial-console enable'] = """ + type: command + short-summary: Enable the serial console service for an entire subscription. + parameters: + - name: --subscription + short-summary: Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID. + examples: + - name: Enable Serial Console for a subscription + text: > + az serial-console enable +""" + +helps['serial-console disable'] = """ + type: command + short-summary: Disable the serial console service for an entire subscription. + parameters: + - name: --subscription + short-summary: Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID. + examples: + - name: Disable Serial Console for a subscription + text: > + az serial-console disable +""" + +helps['serial-console send nmi'] = """ + type: command + short-summary: Send a Non-Maskable Interrupt (NMI) to a VM or VMSS Instance + long-summary: > + A Non-Maskable Interrupt (NMI) is used in debugging scenarios and is designed to crash your target Virtual Machine. + parameters: + - name: --name -n + short-summary: Name of the Virtual Machine or Virtual Machine Scale Set. + - name: --resource-group -g + short-summary: Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --instance-id + short-summary: ID of VMSS instance. Not needed when connecting to the serialport of a Virtual Machine. + - name: --subscription + short-summary: Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID. + examples: + - name: Send NMI to VM + text: > + az serial-console send nmi -n MyVM -g MyResourceGroup + - name: Send NMI to VMSS Instance with ID 2 + text: > + az serial-console send nmi -n MyVMSS -g MyResourceGroup --instance-id 2 +""" + +helps['serial-console send sysrq'] = """ + type: command + short-summary: Send SysRq sequence to a VM or VMSS Instance + long-summary: + A SysRq is a sequence of keys understood by the Linux operation system kernel, which can trigger a set of pre-defined actions. These commands are often used when virtual machine troubleshooting or recovery can't be performed through traditional administration (for example, if the VM is not responding). + parameters: + - name: --name -n + short-summary: Name of the Virtual Machine or Virtual Machine Scale Set. + - name: --resource-group -g + short-summary: Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --instance-id + short-summary: ID of VMSS instance. Not needed when connecting to the serialport of a Virtual Machine. + - name: --subscription + short-summary: Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID. + - name: --input + short-summary: Input key to send over serial console. Must be one character. + examples: + - name: Send SysRq to VM to crash system + text: > + az serial-console send sysrq -n MyVM -g MyResourceGroup --input c + - name: Send SysRq to VMSS Instance with ID 2 to crash system + text: > + az serial-console send sysrq -n MyVMSS -g MyResourceGroup --instance-id 2 --input c +""" + +helps['serial-console send reset'] = """ + type: command + short-summary: Perform a "hard" restart of the VM or VMSS Instance + long-summary: > + This results in a "hard" restart, like powering the computer down, then back up again. This can result in data loss in the virtual machine. You should only perform this operation if a graceful restart is not effective. + parameters: + - name: --name -n + short-summary: Name of the Virtual Machine or Virtual Machine Scale Set. + - name: --resource-group -g + short-summary: Name of resource group. You can configure the default group using `az configure --defaults group=`. + - name: --instance-id + short-summary: ID of VMSS instance. Not needed when connecting to the serialport of a Virtual Machine. + - name: --subscription + short-summary: Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID. + examples: + - name: Hard reset a VM + text: > + az serial-console send reset -n MyVM -g MyResourceGroup + - name: Hard rest a VMSS Instance with ID 2 + text: > + az serial-console send reset -n MyVMSS -g MyResourceGroup --instance-id 2 +""" diff --git a/src/serial-console/azext_serialconsole/_params.py b/src/serial-console/azext_serialconsole/_params.py new file mode 100644 index 00000000000..ed096975944 --- /dev/null +++ b/src/serial-console/azext_serialconsole/_params.py @@ -0,0 +1,29 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- +# pylint: disable=line-too-long + +from knack.arguments import CLIArgumentType + + +name_arg_type = CLIArgumentType( + options_list=('--name', '-n'), help='Name of the VM or VMSS') +vmss_instance_arg_type = CLIArgumentType( + options_list=('--instance-id'), + help='ID of VMSS instance. Not needed when connecting to the serial port of a VM') +sysrq_input_arg_type = CLIArgumentType( + options_list=('--input'), help='SysRq Input Key') + + +def load_arguments(self, _): + + from azure.cli.core.commands.parameters import resource_group_name_type + + with self.argument_context('serial-console') as c: + c.argument('resource_group_name', arg_type=resource_group_name_type) + c.argument('vm_vmss_name', arg_type=name_arg_type) + c.argument('vmss_instanceid', arg_type=vmss_instance_arg_type) + + with self.argument_context('serial-console send sysrq') as c: + c.argument('sysrqinput', arg_type=sysrq_input_arg_type) diff --git a/src/serial-console/azext_serialconsole/azext_metadata.json b/src/serial-console/azext_serialconsole/azext_metadata.json new file mode 100644 index 00000000000..30fdaf614ee --- /dev/null +++ b/src/serial-console/azext_serialconsole/azext_metadata.json @@ -0,0 +1,4 @@ +{ + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.15.0" +} \ No newline at end of file diff --git a/src/serial-console/azext_serialconsole/commands.py b/src/serial-console/azext_serialconsole/commands.py new file mode 100644 index 00000000000..d3bad63cf97 --- /dev/null +++ b/src/serial-console/azext_serialconsole/commands.py @@ -0,0 +1,17 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + + +def load_command_table(self, _): + + with self.command_group('serial-console') as g: + g.custom_command('connect', 'connect_serialconsole') + g.custom_command('enable', 'enable_serialconsole') + g.custom_command('disable', 'disable_serialconsole') + + with self.command_group('serial-console send') as g: + g.custom_command('nmi', 'send_nmi_serialconsole') + g.custom_command('reset', 'send_reset_serialconsole') + g.custom_command('sysrq', 'send_sysrq_serialconsole') diff --git a/src/serial-console/azext_serialconsole/custom.py b/src/serial-console/azext_serialconsole/custom.py new file mode 100644 index 00000000000..c225b61b2a8 --- /dev/null +++ b/src/serial-console/azext_serialconsole/custom.py @@ -0,0 +1,697 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + + +import json +import threading +import sys +import uuid +import time +import re +import textwrap +import websocket +import requests +from azure.cli.core.azclierror import UnclassifiedUserFault +from azure.cli.core.azclierror import ResourceNotFoundError +from azure.cli.core.azclierror import AzureConnectionError +from azure.cli.core.azclierror import ForbiddenError +from azure.cli.core._profile import Profile +from azure.core.exceptions import ResourceNotFoundError as ComputeClientResourceNotFoundError +from azext_serialconsole._client_factory import _compute_client_factory +from azext_serialconsole._client_factory import cf_serialconsole +from azext_serialconsole._client_factory import cf_serial_port + + +# pylint: disable=too-few-public-methods +# pylint: disable=too-many-instance-attributes +class GlobalVariables: + def __init__(self): + self.websocket_instance = None + self.terminal_instance = None + self.serial_console_instance = None + self.terminating_app = False + self.loading = True + self.first_message = True + self.block_print = False + self.trycount = 0 + self.os_is_windows = False + + +class PrintClass: + CYAN = 36 + YELLOW = 33 + RED = 91 + + def __init__(self): + self.message_buffer = "" + + def print(self, message, color=None, buffer=True): + if color: + message = "\x1b[" + str(color) + "m" + message + "\x1b[0m" + if GV.block_print and buffer: + self.message_buffer += message + else: + if not GV.block_print: + self.empty_message_buffer() + print(message, end="", flush=True) + + def clear_screen(self, buffer=True): + self.print("\x1b[2J\x1b[0;0H", buffer=buffer) + + def clear_line(self, buffer=True): + self.print("\x1b[2K\x1b[1G", buffer=buffer) + + def cursor_up(self, buffer=True): + self.print("\x1b[A", buffer=buffer) + + def set_cursor_horizontal_position(self, col, buffer=True): + self.print("\x1b[" + str(col) + "G", buffer=buffer) + + def empty_message_buffer(self): + print(self.message_buffer, end="", flush=True) + self.message_buffer = "" + + def get_cursor_position(self, getch): + self.print("\x1b[6n", buffer=False) + buf = "" + while True: + c = getch().decode() + buf += c + if c == "R": + break + try: + matches = re.match(r"^\x1b\[(\d*);(\d*)R", buf) + groups = matches.groups() + except AttributeError: + return 1, 1 + return int(groups[0]), int(groups[1]) + + def get_terminal_width(self, getch): + self.hide_cursor(buffer=False) + _, original_col = self.get_cursor_position(getch) + self.set_cursor_horizontal_position(999, buffer=False) + _, width = self.get_cursor_position(getch) + self.set_cursor_horizontal_position(original_col, buffer=False) + self.show_cursor(buffer=False) + return width + + def hide_cursor(self, buffer=True): + self.print("\x1b[?25l", buffer=buffer) + + def show_cursor(self, buffer=True): + self.print("\x1b[?25h", buffer=buffer) + + @staticmethod + def _get_max_width_of_string(s): + max_width = -1 + curr_width = 0 + i = 0 + while i < len(s): + if s[i] == '\r' or s[i] == '\n': + i += 2 + max_width = max(curr_width, max_width) + curr_width = 0 + else: + i += 1 + curr_width += 1 + return max(max_width, curr_width) + + def prompt(self, getch, message): + GV.block_print = True + width = self.get_terminal_width(getch) + _, col = self.get_cursor_position(getch) + # adjust message if it is too wide to fit in console + if width < self._get_max_width_of_string(message): + wrapped = textwrap.wrap(message.replace( + "\r\n", " ").replace("\n\r", " "), width=width) + message = "\r\n".join(wrapped) + lines = message.count("\r\n") + message.count("\n\r") + 1 + self.print("\r\n" + message, color=PrintClass.YELLOW, buffer=False) + c = getch() + self.hide_cursor(buffer=False) + for _ in range(lines): + self.clear_line(buffer=False) + self.cursor_up(buffer=False) + self.set_cursor_horizontal_position(col, buffer=False) + self.show_cursor(buffer=False) + self.empty_message_buffer() + GV.block_print = False + return c + + +def quitapp(from_websocket=False, message="", error_message=None, error_recommendation=None, error_func=None): + PC.print(message + "\r\n", color=PrintClass.RED) + GV.terminating_app = True + GV.loading = False + if GV.terminal_instance: + GV.terminal_instance.revert_terminal() + GV.terminal_instance = None + if not from_websocket and GV.websocket_instance: + GV.websocket_instance.close() + GV.websocket_instance = None + if error_message and error_func: + raise error_func(error_message, error_recommendation) + sys.exit() + + +GV = GlobalVariables() +PC = PrintClass() + + +# pylint: disable=too-few-public-methods +class _Getch: + def __init__(self): + if sys.platform.startswith('win'): + import ctypes + from ctypes import wintypes + STD_INPUT_HANDLE = -10 + self.h_in = ctypes.windll.kernel32.GetStdHandle(STD_INPUT_HANDLE) + self.lp_buffer = ctypes.create_string_buffer(1) + self.lp_number_of_chars_read = wintypes.DWORD() + self.n_number_of_chars_to_read = wintypes.DWORD() + self.n_number_of_chars_to_read.value = 1 + self.impl = self._getch_windows + else: + self.impl = self._getch_unix + + def __call__(self): + return self.impl() + + @staticmethod + def _getch_unix(): + return sys.stdin.read(1).encode() + + def _getch_windows(self): + import ctypes + status = ctypes.windll.kernel32.ReadConsoleW(self.h_in, + self.lp_buffer, + self.n_number_of_chars_to_read, + ctypes.byref( + self.lp_number_of_chars_read), + None) + if status == 0: + quitapp() + return chr(self.lp_buffer.raw[0]).encode() + + +class Terminal: + ERROR_MESSAGE = "Unable to configure terminal." + RECOMENDATION = ("Make sure that app in running in a terminal on a Windows 10 " + "or Unix based machine. Versions earlier than Windows 10 are not supported.") + + def __init__(self): + self.win_original_out_mode = None + self.win_original_in_mode = None + self.win_out = None + self.win_in = None + self.unix_original_mode = None + + def configure_terminal(self): + if sys.platform.startswith('win'): + import colorama + import ctypes + from ctypes import wintypes + colorama.deinit() + ENABLE_VIRTUAL_TERMINAL_PROCESSING = 0x0004 + ENABLE_VIRTUAL_TERMINAL_INPUT = 0x0200 + ENABLE_ECHO_INPUT = 0x0004 + ENABLE_LINE_INPUT = 0x0002 + ENABLE_PROCESSED_INPUT = 0x0001 + STD_OUTPUT_HANDLE = -11 + STD_INPUT_HANDLE = -10 + DISABLE = ~(ENABLE_ECHO_INPUT | ENABLE_LINE_INPUT | + ENABLE_PROCESSED_INPUT) + + kernel32 = ctypes.windll.kernel32 + dw_original_out_mode = wintypes.DWORD() + dw_original_in_mode = wintypes.DWORD() + self.win_out = kernel32.GetStdHandle(STD_OUTPUT_HANDLE) + self.win_in = kernel32.GetStdHandle(STD_INPUT_HANDLE) + if (not kernel32.GetConsoleMode(self.win_out, ctypes.byref(dw_original_out_mode)) or + not kernel32.GetConsoleMode(self.win_in, ctypes.byref(dw_original_in_mode))): + quitapp(error_message=Terminal.ERROR_MESSAGE, + error_recommendation=Terminal.RECOMENDATION, error_func=UnclassifiedUserFault) + + self.win_original_out_mode = dw_original_out_mode.value + self.win_original_in_mode = dw_original_in_mode.value + + dw_out_mode = self.win_original_out_mode | ENABLE_VIRTUAL_TERMINAL_PROCESSING + dw_in_mode = (self.win_original_in_mode | + ENABLE_VIRTUAL_TERMINAL_INPUT) & DISABLE + + if (not kernel32.SetConsoleMode(self.win_out, dw_out_mode) or + not kernel32.SetConsoleMode(self.win_in, dw_in_mode)): + quitapp(error_message=Terminal.ERROR_MESSAGE, + error_recommendation=Terminal.RECOMENDATION, error_func=UnclassifiedUserFault) + else: + try: + import tty + import termios # pylint: disable=import-error + fd = sys.stdin.fileno() + except (ModuleNotFoundError, ValueError): + quitapp(error_message=Terminal.ERROR_MESSAGE, + error_recommendation=Terminal.RECOMENDATION, error_func=UnclassifiedUserFault) + + self.unix_original_mode = termios.tcgetattr(fd) + tty.setraw(fd) + + def revert_terminal(self): + if sys.platform.startswith('win'): + import ctypes + kernel32 = ctypes.windll.kernel32 + if self.win_original_out_mode: + kernel32.SetConsoleMode(self.win_out, self.win_original_out_mode) + if self.win_original_in_mode: + kernel32.SetConsoleMode(self.win_in, self.win_original_in_mode) + else: + if self.unix_original_mode: + import termios # pylint: disable=import-error + try: + fd = sys.stdin.fileno() + except ValueError: + return + termios.tcsetattr(fd, termios.TCSADRAIN, self.unix_original_mode) + + +class SerialConsole: + def __init__(self, cmd, resource_group_name, vm_vmss_name, vmss_instanceid): + client = cf_serial_port(cmd.cli_ctx) + if vmss_instanceid is None: + self.connect_func = lambda: client.connect( + resource_group_name=resource_group_name, + resource_provider_namespace="Microsoft.Compute", + parent_resource_type="virtualMachines", + parent_resource=vm_vmss_name, + serial_port="0").connection_string + else: + self.connect_func = lambda: client.connect( + resource_group_name=resource_group_name, + resource_provider_namespace="Microsoft.Compute", + parent_resource_type="virtualMachineScaleSets", + parent_resource=f"{vm_vmss_name}/virtualMachines/{vmss_instanceid}", + serial_port="0").connection_string + + self.websocket_url = None + self.access_token = None + + @staticmethod + def listen_for_keys(): + getch = _Getch() + while True: + c = getch() + if GV.websocket_instance and not GV.first_message: + if c == b'\x1d': + if GV.os_is_windows: + message = ("| Press n for NMI | r to Reset VM |\r\n" + "| q to quit Console | CTRL + ] to forward input |") + else: + message = ("| Press n for NMI | s for SysRq | r to Reset VM |\r\n" + "| q to quit Console | CTRL + ] to forward input |") + c = PC.prompt(getch, message) + if c == b'n': + message = ("Warning: A Non-Maskable Interrupt (NMI) is used in debugging\r\n" + "scenarios and is designed to crash your target Virtual Machine.\r\n" + "Are you sure you want to send an NMI? (Y/n): ") + c = PC.prompt(getch, message) + if c == b"Y": + GV.serial_console_instance.send_nmi() + continue + if c == b'r': + message = ("Warning: This results in a hard restart, like powering the computer\r\n" + "down, then back up again. This can result in data loss in the virtual\r\n" + "machine. You should only perform this operation if a graceful restart\r\n" + "is not effective.\r\n" + "Are you sure you want to Hard Reset the VM? (Y/n): ") + c = PC.prompt(getch, message) + if c == b"Y": + GV.serial_console_instance.send_reset() + continue + if not GV.os_is_windows and c == b's': + message = "Which SysRq command would you like to send? Press h for help: " + c = PC.prompt(getch, message) + GV.serial_console_instance.send_sys_rq(c.decode()) + continue + if c == b'q': + quitapp() + return + if c != b'\x1d': + continue + try: + if GV.websocket_instance: + GV.websocket_instance.send(c) + except (AttributeError, websocket.WebSocketConnectionClosedException): + pass + else: + if c == b'\r' and not GV.loading: + GV.serial_console_instance.connect() + elif c == b'\x1d': + c = PC.prompt(getch, "| Press q to quit Console |") + if c == b'q': + quitapp() + return + + @staticmethod + def connect_loading_message_linux(): + PC.clear_screen() + PC.print("For more information on the Azure Serial Console, see .\r\n", + color=PrintClass.YELLOW) + indx = 0 + number_of_squares = 3 + chars = ["\u25A1"] * number_of_squares + while GV.loading: + PC.hide_cursor() + chars_copy = chars.copy() + chars_copy[indx] = "\u25A0" + squares = " ".join(chars_copy) + PC.clear_line() + PC.print("Connecting to console of VM " + + squares, color=PrintClass.CYAN) + PC.show_cursor() + indx = (indx + 1) % number_of_squares + time.sleep(0.5) + + @staticmethod + def connect_loading_message_windows(): + PC.clear_screen() + message1 = ("Windows Serial Console requires Special Administration Console (SAC) to be enabled within " + "the Windows VM.\r\nIf you do not see SAC> in the console below after the connection is made, " + "SAC is not enabled.\r\n\r\n") + message2 = ("For more information on the Azure Serial Console and SAC, " + "see .\r\n") + PC.print(message1) + PC.print(message2, color=PrintClass.YELLOW) + indx = 0 + number_of_squares = 3 + chars = ["\u25A1"] * number_of_squares + while GV.loading: + PC.hide_cursor() + chars_copy = chars.copy() + chars_copy[indx] = "\u25A0" + squares = " ".join(chars_copy) + PC.clear_line() + PC.print("Connecting to console of VM " + + squares, color=PrintClass.CYAN) + PC.show_cursor() + indx = (indx + 1) % number_of_squares + time.sleep(0.5) + + @staticmethod + def send_loading_message(loading_text): + indx = 0 + number_of_squares = 3 + chars = ["\u25A1"] * number_of_squares + while GV.loading: + chars_copy = chars.copy() + chars_copy[indx] = "\u25A0" + squares = " ".join(chars_copy) + print(loading_text + " " + squares, end="\r") + indx = (indx + 1) % number_of_squares + time.sleep(0.5) + + # Returns True if successful, False otherwise + def load_websocket_url(self): + token_info, _, _ = Profile().get_raw_token() + self.access_token = token_info[1] + try: + self.websocket_url = self.connect_func() + except: # pylint: disable=bare-except + return False + return True + + def connect(self): + def on_open(_): + pass + + def on_message(_, message): + if GV.first_message: + PC.clear_screen() + GV.first_message = False + GV.loading = False + PC.print(message) + + def on_error(*_): + pass + + def on_close(_): + GV.loading = False + if not GV.terminating_app: + if GV.first_message: + message = ("\r\nCould not establish connection to VM or VMSS. " + "Make sure that it is powered on and press \"Enter\" try again...") + PC.print(message, color=PrintClass.RED) + else: + PC.print( + "\r\nConnection Closed: Press \"Enter\" to reconnect...", color=PrintClass.RED) + GV.websocket_instance = None + + def connect_thread(): + if self.load_websocket_url(): + GV.websocket_instance = websocket.WebSocketApp( + self.websocket_url + "?authorization=" + self.access_token, + on_open=on_open, + on_message=on_message, + on_error=on_error, + on_close=on_close) + GV.websocket_instance.run_forever(skip_utf8_validation=True) + else: + GV.loading = False + message = ("\r\nAn unexpected error occured. Could not establish connection to VM or VMSS. " + "Check network connection and press \"Enter\" to try again...") + PC.print(message, color=PrintClass.RED) + + GV.loading = True + GV.first_message = True + + if GV.os_is_windows: + th1 = threading.Thread( + target=self.connect_loading_message_windows, args=()) + else: + th1 = threading.Thread( + target=self.connect_loading_message_linux, args=()) + th1.daemon = True + th1.start() + + th2 = threading.Thread(target=connect_thread, args=()) + th2.daemon = True + th2.start() + + def launch_console(self): + GV.terminal_instance = Terminal() + GV.terminal_instance.configure_terminal() + th = threading.Thread(target=self.listen_for_keys, args=()) + th.daemon = True + th.start() + self.connect() + th.join() + + def send_admin_command(self, command, commandParameters): + if self.websocket_url and self.access_token: + url = self.websocket_url.replace("wss", "https").replace( + "ws", "http").replace("/client", "/adminCommand/" + command) + headers = {'accept': "application/json", + 'authorization': "Bearer " + self.access_token, + 'accept-language': "en", + 'content-type': "application/json"} + data = {'command': command, + 'requestId': str(uuid.uuid4()), + 'commandParameters': commandParameters} + result = requests.post(url, headers=headers, data=json.dumps(data)) + return result.status_code == 200 + return False + + def send_nmi(self): + return self.send_admin_command("nmi", {}) + + def send_reset(self): + return self.send_admin_command("reset", {}) + + def send_sys_rq(self, key): + return self.send_admin_command("sysrq", {"SysRqCommand": key}) + + def connect_and_send_admin_command(self, command, arg_characters=None): + if command == "nmi": + func = self.send_nmi + success_message = "NMI sent successfully \r\n" + failure_message = "Failed to send NMI \r\n" + loading_text = "Sending NMI to VM" + elif command == "reset": + func = self.send_reset + success_message = "Successfully Hard Reset VM \r\n" + failure_message = "Failed to Hard Reset VM \r\n" + loading_text = "Forcing VM to Hard Reset" + elif command == "sysrq" and arg_characters is not None: + def wrapper(): + return self.send_sys_rq(arg_characters) + func = wrapper + success_message = "Successfully sent SysRq command\r\n" + failure_message = "Failed to send SysRq command. Make sure the input only contains numbers and letters.\r\n" + loading_text = "Sending SysRq to VM" + else: + return + + GV.loading = True + + th1 = threading.Thread( + target=self.send_loading_message, args=(loading_text,)) + th1.daemon = True + th1.start() + + if self.load_websocket_url(): + def on_message(ws, _): + GV.trycount += 1 + if func(): + GV.loading = False + GV.terminating_app = True + print(success_message, end="") + ws.close() + elif GV.trycount >= 2: + GV.loading = False + GV.terminating_app = True + print(failure_message, end="") + ws.close() + + wsapp = websocket.WebSocketApp( + self.websocket_url + "?authorization=" + self.access_token, on_message=on_message) + wsapp.run_forever() + GV.loading = False + if GV.trycount == 0: + error_message = "Could not establish connection to VM or VMSS." + recommendation = 'Try restarting it with "az vm restart".' + raise AzureConnectionError( + error_message, recommendation=recommendation) + else: + GV.loading = False + error_message = "An unexpected error occured. Could not establish connection to VM or VMSS." + recommendation = "Check network connection and try again." + raise ResourceNotFoundError( + error_message, recommendation=recommendation) + + +def check_serial_console_enabled(cli_ctx): + client = cf_serialconsole(cli_ctx) + result = client.get_console_status().additional_properties + if ("properties" in result and "disabled" in result["properties"] and + not result["properties"]["disabled"]): + return + error_message = "Azure Serial Console is not enabled for this subscription." + recommendation = 'Enable Serial Console with "az serial-console enable".' + raise ForbiddenError(error_message, recommendation=recommendation) + + +def check_resource(cli_ctx, resource_group_name, vm_vmss_name, vmss_instanceid): + check_serial_console_enabled(cli_ctx) + client = _compute_client_factory(cli_ctx) + if vmss_instanceid: + result = client.virtual_machine_scale_set_vms.get_instance_view( + resource_group_name, vm_vmss_name, vmss_instanceid) + if 'osName' in result.additional_properties and "windows" in result.additional_properties['osName'].lower(): + GV.os_is_windows = True + + power_state = ','.join( + [s.display_status for s in result.statuses if s.code.startswith('PowerState/')]).lower() + if "deallocating" in power_state or "deallocated" in power_state: + error_message = "Azure Serial Console requires a virtual machine to be running." + recommendation = 'Use "az vmss start" to start the Virtual Machine.' + raise AzureConnectionError( + error_message, recommendation=recommendation) + + if result.boot_diagnostics is None: + error_message = ("Azure Serial Console requires boot diagnostics to be enabled.") + recommendation = ('Use "az vmss update --name MyScaleSet --resource-group MyResourceGroup --set ' + 'virtualMachineProfile.diagnosticsProfile="{\\"bootDiagnostics\\": {\\"Enabled\\" : ' + '\\"True\\",\\"StorageUri\\" : null}}"" to enable boot diagnostics. ' + 'You can replace "null" with a custom storage account ' + '\\"https://mystor.blob.windows.net/"\\. Then run "az vmss update-instances -n ' + 'MyScaleSet -g MyResourceGroup --instance-ids *".') + raise AzureConnectionError( + error_message, recommendation=recommendation) + else: + try: + result = client.virtual_machines.get( + resource_group_name, vm_vmss_name, expand='instanceView') + except ComputeClientResourceNotFoundError as e: + try: + client.virtual_machine_scale_sets.get( + resource_group_name, vm_vmss_name) + except ComputeClientResourceNotFoundError: + raise e from e + error_message = e.message + recommendation = ("We found that you specified a Virtual Machine Scale Set and not a VM. " + "Use the --instance-id parameter to select the VMSS instance you want to connect to.") + raise ResourceNotFoundError( + error_message, recommendation=recommendation) from e + if (result.instance_view is not None and + result.instance_view.os_name is not None and + "windows" in result.instance_view.os_name.lower()): + GV.os_is_windows = True + if (result.storage_profile is not None and + result.storage_profile.image_reference is not None and + result.storage_profile.image_reference.offer is not None and + "windows" in result.storage_profile.image_reference.offer.lower()): + GV.os_is_windows = True + + power_state = ','.join( + [s.display_status for s in result.instance_view.statuses if s.code.startswith('PowerState/')]) + if "deallocating" in power_state or "deallocated" in power_state: + error_message = "Azure Serial Console requires a virtual machine to be running." + recommendation = 'Use "az vm start" to start the Virtual Machine.' + raise AzureConnectionError( + error_message, recommendation=recommendation) + + if (result.diagnostics_profile is None or + result.diagnostics_profile.boot_diagnostics is None or + not result.diagnostics_profile.boot_diagnostics.enabled): + error_message = ("Azure Serial Console requires boot diagnostics to be enabled.") + recommendation = ('Use "az vm boot-diagnostics enable --name MyVM --resource-group MyResourceGroup" ' + 'to enable boot diagnostics. You can specify a custom storage account with the ' + 'parameter "--storage https://mystor.blob.windows.net/".') + raise AzureConnectionError( + error_message, recommendation=recommendation) + + +def connect_serialconsole(cmd, resource_group_name, vm_vmss_name, vmss_instanceid=None): + check_resource(cmd.cli_ctx, resource_group_name, + vm_vmss_name, vmss_instanceid) + GV.serial_console_instance = SerialConsole( + cmd, resource_group_name, vm_vmss_name, vmss_instanceid) + GV.serial_console_instance.launch_console() + + +def send_nmi_serialconsole(cmd, resource_group_name, vm_vmss_name, vmss_instanceid=None): + check_resource(cmd.cli_ctx, resource_group_name, + vm_vmss_name, vmss_instanceid) + GV.serial_console_instance = SerialConsole( + cmd, resource_group_name, vm_vmss_name, vmss_instanceid) + GV.serial_console_instance.connect_and_send_admin_command("nmi") + + +def send_reset_serialconsole(cmd, resource_group_name, vm_vmss_name, vmss_instanceid=None): + check_resource(cmd.cli_ctx, resource_group_name, + vm_vmss_name, vmss_instanceid) + GV.serial_console_instance = SerialConsole( + cmd, resource_group_name, vm_vmss_name, vmss_instanceid) + GV.serial_console_instance.connect_and_send_admin_command("reset") + + +def send_sysrq_serialconsole(cmd, resource_group_name, vm_vmss_name, sysrqinput, vmss_instanceid=None): + check_resource(cmd.cli_ctx, resource_group_name, + vm_vmss_name, vmss_instanceid) + if GV.os_is_windows: + error_message = "You can only send a SysRq to a Linux VM." + raise ForbiddenError(error_message) + GV.serial_console_instance = SerialConsole( + cmd, resource_group_name, vm_vmss_name, vmss_instanceid) + GV.serial_console_instance.connect_and_send_admin_command( + "sysrq", arg_characters=sysrqinput) + + +def enable_serialconsole(cmd): + client = cf_serialconsole(cmd.cli_ctx) + return client.enable_console() + + +def disable_serialconsole(cmd): + client = cf_serialconsole(cmd.cli_ctx) + return client.disable_console() diff --git a/src/serial-console/azext_serialconsole/tests/__init__.py b/src/serial-console/azext_serialconsole/tests/__init__.py new file mode 100644 index 00000000000..99c0f28cd71 --- /dev/null +++ b/src/serial-console/azext_serialconsole/tests/__init__.py @@ -0,0 +1,5 @@ +# ----------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# ----------------------------------------------------------------------------- diff --git a/src/serial-console/azext_serialconsole/tests/latest/__init__.py b/src/serial-console/azext_serialconsole/tests/latest/__init__.py new file mode 100644 index 00000000000..2dcf9bb68b3 --- /dev/null +++ b/src/serial-console/azext_serialconsole/tests/latest/__init__.py @@ -0,0 +1,5 @@ +# ----------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# ----------------------------------------------------------------------------- \ No newline at end of file diff --git a/src/serial-console/azext_serialconsole/tests/latest/recordings/test_check_resource_VM.yaml b/src/serial-console/azext_serialconsole/tests/latest/recordings/test_check_resource_VM.yaml new file mode 100644 index 00000000000..927010705f8 --- /dev/null +++ b/src/serial-console/azext_serialconsole/tests/latest/recordings/test_check_resource_VM.yaml @@ -0,0 +1,4048 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - unknown + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:37:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - unknown + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2021-03-01 + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.Compute/virtualMachines/cli000003'' + under resource group ''cli_test_serialconsole000001'' was not found. For more + details please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '305' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:37:45 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: + - unknown + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2021-03-01 + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.Compute/virtualMachineScaleSets/cli000003'' + under resource group ''cli_test_serialconsole000001'' was not found. For more + details please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '313' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:37:45 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: + - unknown + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:37:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - unknown + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualmachines/0/instanceView?api-version=2021-03-01 + response: + body: + string: '{"error":{"code":"ParentResourceNotFound","message":"Can not perform + requested operation on nested resource. Parent resource ''cli000003'' not + found."}}' + headers: + cache-control: + - no-cache + content-length: + - '165' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:37:45 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: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.25.1 + method: GET + uri: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-compute/quickstart-templates/aliases.json + response: + body: + string: "{\n \"$schema\": \"http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json\",\n + \ \"contentVersion\": \"1.0.0.0\",\n \"parameters\": {},\n \"variables\": + {},\n \"resources\": [],\n \"outputs\": {\n \"aliases\": {\n \"type\": + \"object\",\n \"value\": {\n \"Linux\": {\n \"CentOS\": + {\n \"publisher\": \"OpenLogic\",\n \"offer\": \"CentOS\",\n + \ \"sku\": \"7.5\",\n \"version\": \"latest\"\n },\n + \ \"Debian\": {\n \"publisher\": \"Debian\",\n \"offer\": + \"debian-10\",\n \"sku\": \"10\",\n \"version\": \"latest\"\n + \ },\n \"Flatcar\": {\n \"publisher\": \"kinvolk\",\n + \ \"offer\": \"flatcar-container-linux-free\",\n \"sku\": + \"stable\",\n \"version\": \"latest\"\n },\n \"openSUSE-Leap\": + {\n \"publisher\": \"SUSE\",\n \"offer\": \"openSUSE-Leap\",\n + \ \"sku\": \"42.3\",\n \"version\": \"latest\"\n },\n + \ \"RHEL\": {\n \"publisher\": \"RedHat\",\n \"offer\": + \"RHEL\",\n \"sku\": \"7-LVM\",\n \"version\": \"latest\"\n + \ },\n \"SLES\": {\n \"publisher\": \"SUSE\",\n + \ \"offer\": \"SLES\",\n \"sku\": \"15\",\n \"version\": + \"latest\"\n },\n \"UbuntuLTS\": {\n \"publisher\": + \"Canonical\",\n \"offer\": \"UbuntuServer\",\n \"sku\": + \"18.04-LTS\",\n \"version\": \"latest\"\n }\n },\n + \ \"Windows\": {\n \"Win2019Datacenter\": {\n \"publisher\": + \"MicrosoftWindowsServer\",\n \"offer\": \"WindowsServer\",\n \"sku\": + \"2019-Datacenter\",\n \"version\": \"latest\"\n },\n + \ \"Win2016Datacenter\": {\n \"publisher\": \"MicrosoftWindowsServer\",\n + \ \"offer\": \"WindowsServer\",\n \"sku\": \"2016-Datacenter\",\n + \ \"version\": \"latest\"\n },\n \"Win2012R2Datacenter\": + {\n \"publisher\": \"MicrosoftWindowsServer\",\n \"offer\": + \"WindowsServer\",\n \"sku\": \"2012-R2-Datacenter\",\n \"version\": + \"latest\"\n },\n \"Win2012Datacenter\": {\n \"publisher\": + \"MicrosoftWindowsServer\",\n \"offer\": \"WindowsServer\",\n \"sku\": + \"2012-Datacenter\",\n \"version\": \"latest\"\n },\n + \ \"Win2008R2SP1\": {\n \"publisher\": \"MicrosoftWindowsServer\",\n + \ \"offer\": \"WindowsServer\",\n \"sku\": \"2008-R2-SP1\",\n + \ \"version\": \"latest\"\n }\n }\n }\n }\n + \ }\n}\n" + headers: + accept-ranges: + - bytes + access-control-allow-origin: + - '*' + cache-control: + - max-age=300 + connection: + - keep-alive + content-length: + - '2525' + content-security-policy: + - default-src 'none'; style-src 'unsafe-inline'; sandbox + content-type: + - text/plain; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:37:46 GMT + etag: + - W/"54bceef15b892f2aa7f4c2145a49f1b5e33608722acdbb47933d7b6cbebbd7f4" + expires: + - Wed, 07 Jul 2021 21:42:46 GMT + source-age: + - '0' + strict-transport-security: + - max-age=31536000 + vary: + - Authorization,Accept-Encoding + via: + - 1.1 varnish + x-cache: + - HIT + x-cache-hits: + - '1' + x-content-type-options: + - nosniff + x-fastly-request-id: + - f32aec5bec85ebf98b7eb3e7ebea8cf25d419d05 + x-frame-options: + - deny + x-github-request-id: + - ABBE:0CCC:316D69:7C8907:60E5A579 + x-served-by: + - cache-sea4468-SEA + x-timer: + - S1625693866.373760,VS0,VE1 + x-xss-protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image -l --generate-ssh-keys + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-network/19.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks?api-version=2018-01-01 + response: + body: + string: '{"value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:37:45 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", + "contentVersion": "1.0.0.0", "parameters": {}, "variables": {}, "resources": + [{"name": "cli000003VNET", "type": "Microsoft.Network/virtualNetworks", "location": + "westus2", "apiVersion": "2015-06-15", "dependsOn": [], "tags": {}, "properties": + {"addressSpace": {"addressPrefixes": ["10.0.0.0/16"]}, "subnets": [{"name": + "cli000003Subnet", "properties": {"addressPrefix": "10.0.0.0/24"}}]}}, {"type": + "Microsoft.Network/networkSecurityGroups", "name": "cli000003NSG", "apiVersion": + "2015-06-15", "location": "westus2", "tags": {}, "dependsOn": [], "properties": + {"securityRules": [{"name": "default-allow-ssh", "properties": {"protocol": + "Tcp", "sourcePortRange": "*", "destinationPortRange": "22", "sourceAddressPrefix": + "*", "destinationAddressPrefix": "*", "access": "Allow", "priority": 1000, "direction": + "Inbound"}}]}}, {"apiVersion": "2018-01-01", "type": "Microsoft.Network/publicIPAddresses", + "name": "cli000003PublicIP", "location": "westus2", "tags": {}, "dependsOn": + [], "properties": {"publicIPAllocationMethod": null}}, {"apiVersion": "2015-06-15", + "type": "Microsoft.Network/networkInterfaces", "name": "cli000003VMNic", "location": + "westus2", "tags": {}, "dependsOn": ["Microsoft.Network/virtualNetworks/cli000003VNET", + "Microsoft.Network/networkSecurityGroups/cli000003NSG", "Microsoft.Network/publicIpAddresses/cli000003PublicIP"], + "properties": {"ipConfigurations": [{"name": "ipconfigcli000003", "properties": + {"privateIPAllocationMethod": "Dynamic", "subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet"}, + "publicIPAddress": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/publicIPAddresses/cli000003PublicIP"}}}], + "networkSecurityGroup": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkSecurityGroups/cli000003NSG"}}}, + {"apiVersion": "2021-03-01", "type": "Microsoft.Compute/virtualMachines", "name": + "cli000003", "location": "westus2", "tags": {}, "dependsOn": ["Microsoft.Network/networkInterfaces/cli000003VMNic"], + "properties": {"hardwareProfile": {"vmSize": "Standard_DS1_v2"}, "networkProfile": + {"networkInterfaces": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic", + "properties": {"deleteOption": null}}]}, "storageProfile": {"osDisk": {"createOption": + "fromImage", "name": null, "caching": "ReadWrite", "managedDisk": {"storageAccountType": + null}}, "imageReference": {"publisher": "Canonical", "offer": "UbuntuServer", + "sku": "18.04-LTS", "version": "latest"}}, "osProfile": {"computerName": "cli000003", + "adminUsername": "useraabedon", "linuxConfiguration": {"disablePasswordAuthentication": + true, "ssh": {"publicKeys": [{"keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3", + "path": "/home/useraabedon/.ssh/authorized_keys"}]}}}}}], "outputs": {}}, "parameters": + {}, "mode": "incremental"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm create + Connection: + - keep-alive + Content-Length: + - '4063' + Content-Type: + - application/json + ParameterSetName: + - -g -n --image -l --generate-ssh-keys + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2020-10-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/vm_deploy_yGVVs680OiJaXmb0skaUh5XHGaArZd1E","name":"vm_deploy_yGVVs680OiJaXmb0skaUh5XHGaArZd1E","type":"Microsoft.Resources/deployments","properties":{"templateHash":"13770419332165188274","parameters":{},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2021-07-07T21:37:47.2395501Z","duration":"PT0.5927537S","correlationId":"86d7ec4d-9362-41e8-8fac-c922dc83d30e","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["westus2"]},{"resourceType":"networkSecurityGroups","locations":["westus2"]},{"resourceType":"publicIPAddresses","locations":["westus2"]},{"resourceType":"networkInterfaces","locations":["westus2"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus2"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"cli000003VNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkSecurityGroups/cli000003NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"cli000003NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/publicIPAddresses/cli000003PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"cli000003PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"cli000003VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"cli000003VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"cli000003"}]}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/vm_deploy_yGVVs680OiJaXmb0skaUh5XHGaArZd1E/operationStatuses/08585759130188308424?api-version=2020-10-01 + cache-control: + - no-cache + content-length: + - '3000' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:37: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: + - '1199' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image -l --generate-ssh-keys + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585759130188308424?api-version=2020-10-01 + response: + body: + string: '{"status":"Succeeded"}' + headers: + cache-control: + - no-cache + content-length: + - '22' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:38:16 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image -l --generate-ssh-keys + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2020-10-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/vm_deploy_yGVVs680OiJaXmb0skaUh5XHGaArZd1E","name":"vm_deploy_yGVVs680OiJaXmb0skaUh5XHGaArZd1E","type":"Microsoft.Resources/deployments","properties":{"templateHash":"13770419332165188274","parameters":{},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2021-07-07T21:38:15.8634946Z","duration":"PT29.2166982S","correlationId":"86d7ec4d-9362-41e8-8fac-c922dc83d30e","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["westus2"]},{"resourceType":"networkSecurityGroups","locations":["westus2"]},{"resourceType":"publicIPAddresses","locations":["westus2"]},{"resourceType":"networkInterfaces","locations":["westus2"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachines","locations":["westus2"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"cli000003VNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkSecurityGroups/cli000003NSG","resourceType":"Microsoft.Network/networkSecurityGroups","resourceName":"cli000003NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/publicIPAddresses/cli000003PublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"cli000003PublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"cli000003VMNic"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic","resourceType":"Microsoft.Network/networkInterfaces","resourceName":"cli000003VMNic"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003","resourceType":"Microsoft.Compute/virtualMachines","resourceName":"cli000003"}],"outputs":{},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkSecurityGroups/cli000003NSG"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/publicIPAddresses/cli000003PublicIP"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET"}]}}' + headers: + cache-control: + - no-cache + content-length: + - '4170' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:38:16 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image -l --generate-ssh-keys + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus2\",\r\n + \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"905d02e7-1f14-4116-a7c7-73d63520272c\",\r\n + \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n + \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": + \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": + \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": + \"18.04.202106220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n + \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/disks/cli000003_disk1_c31150ae03d94164a46c567623e1e39a\"\r\n + \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": + []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"cli000003\",\r\n + \ \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n + \ \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n + \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": + true\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic\"}]},\r\n + \ \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"vmAgent\": + {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n + \ {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n + \ \"level\": \"Warning\",\r\n \"displayStatus\": \"Not + Ready\",\r\n \"message\": \"VM status blob is found but not yet + populated.\",\r\n \"time\": \"2021-07-07T21:38:17+00:00\"\r\n }\r\n + \ ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": + \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n \"statuses\": + [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:37:59.34167+00:00\"\r\n + \ }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": + \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:38:15.138811+00:00\"\r\n + \ },\r\n {\r\n \"code\": \"PowerState/running\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n + \ }\r\n ]\r\n }\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '4051' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:38:17 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/LowCostGet3Min;3994,Microsoft.Compute/LowCostGet30Min;31933 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image -l --generate-ssh-keys + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-network/19.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic?api-version=2018-01-01 + response: + body: + string: "{\r\n \"name\": \"cli000003VMNic\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic\",\r\n + \ \"etag\": \"W/\\\"2354d280-2cb6-4c1e-81c3-00ee0054454a\\\"\",\r\n \"location\": + \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": + \"Succeeded\",\r\n \"resourceGuid\": \"3e3b2edc-426c-4475-b580-2c68d37fcaa8\",\r\n + \ \"ipConfigurations\": [\r\n {\r\n \"name\": \"ipconfigcli000003\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic/ipConfigurations/ipconfigcli000003\",\r\n + \ \"etag\": \"W/\\\"2354d280-2cb6-4c1e-81c3-00ee0054454a\\\"\",\r\n + \ \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n + \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": + \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/publicIPAddresses/cli000003PublicIP\"\r\n + \ },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet\"\r\n + \ },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": + \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": + [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": + \"rg3xcmgxsyuu1ppmfgcihspsme.xx.internal.cloudapp.net\"\r\n },\r\n \"macAddress\": + \"00-22-48-78-C8-3A\",\r\n \"enableAcceleratedNetworking\": false,\r\n + \ \"enableIPForwarding\": false,\r\n \"networkSecurityGroup\": {\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkSecurityGroups/cli000003NSG\"\r\n + \ },\r\n \"primary\": true,\r\n \"virtualMachine\": {\r\n \"id\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003\"\r\n + \ }\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '2779' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:38:17 GMT + etag: + - W/"2354d280-2cb6-4c1e-81c3-00ee0054454a" + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 152cee44-91b6-4ec6-b97d-e012cbde3bd4 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image -l --generate-ssh-keys + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-network/19.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/publicIPAddresses/cli000003PublicIP?api-version=2018-01-01 + response: + body: + string: "{\r\n \"name\": \"cli000003PublicIP\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/publicIPAddresses/cli000003PublicIP\",\r\n + \ \"etag\": \"W/\\\"bd6f61a3-f55a-4cc3-80e1-5051e3c2b7bf\\\"\",\r\n \"location\": + \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": + \"Succeeded\",\r\n \"resourceGuid\": \"149dfa6a-a335-417b-b9cc-23ee95b2f6b0\",\r\n + \ \"ipAddress\": \"52.183.118.109\",\r\n \"publicIPAddressVersion\": + \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": + 4,\r\n \"ipTags\": [],\r\n \"ipConfiguration\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic/ipConfigurations/ipconfigcli000003\"\r\n + \ }\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n + \ \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '1083' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:38:17 GMT + etag: + - W/"bd6f61a3-f55a-4cc3-80e1-5051e3c2b7bf" + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 9499de1c-bf9b-4806-8396-27c9294a2a9b + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image -l --generate-ssh-keys + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:38:17 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image -l --generate-ssh-keys + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus2\",\r\n + \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"905d02e7-1f14-4116-a7c7-73d63520272c\",\r\n + \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n + \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": + \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": + \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": + \"18.04.202106220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n + \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/disks/cli000003_disk1_c31150ae03d94164a46c567623e1e39a\"\r\n + \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": + []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"cli000003\",\r\n + \ \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n + \ \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n + \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": + true\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic\"}]},\r\n + \ \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": {\r\n \"vmAgent\": + {\r\n \"vmAgentVersion\": \"Unknown\",\r\n \"statuses\": [\r\n + \ {\r\n \"code\": \"ProvisioningState/Unavailable\",\r\n + \ \"level\": \"Warning\",\r\n \"displayStatus\": \"Not + Ready\",\r\n \"message\": \"VM status blob is found but not yet + populated.\",\r\n \"time\": \"2021-07-07T21:38:18+00:00\"\r\n }\r\n + \ ]\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": + \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n \"statuses\": + [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:37:59.34167+00:00\"\r\n + \ }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": + \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:38:15.138811+00:00\"\r\n + \ },\r\n {\r\n \"code\": \"PowerState/running\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n + \ }\r\n ]\r\n }\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '4051' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:38:17 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/LowCostGet3Min;3993,Microsoft.Compute/LowCostGet30Min;31932 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm boot-diagnostics enable + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus2\",\r\n + \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"905d02e7-1f14-4116-a7c7-73d63520272c\",\r\n + \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n + \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": + \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": + \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": + \"18.04.202106220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n + \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/disks/cli000003_disk1_c31150ae03d94164a46c567623e1e39a\"\r\n + \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": + []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"cli000003\",\r\n + \ \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n + \ \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n + \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": + true\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic\"}]},\r\n + \ \"provisioningState\": \"Succeeded\"\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '2830' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:38:17 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/LowCostGet3Min;3991,Microsoft.Compute/LowCostGet30Min;31930 + status: + code: 200 + message: OK +- request: + body: '{"location": "westus2", "tags": {"azsecpack": "nonprod", "platformsettings.host_environment.service.platform_optedin_for_rootcerts": + "true"}, "properties": {"hardwareProfile": {"vmSize": "Standard_DS1_v2"}, "storageProfile": + {"osDisk": {"osType": "Linux", "name": "cli000003_disk1_c31150ae03d94164a46c567623e1e39a", + "caching": "ReadWrite", "createOption": "FromImage", "diskSizeGB": 30, "managedDisk": + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/disks/cli000003_disk1_c31150ae03d94164a46c567623e1e39a", + "storageAccountType": "Premium_LRS"}}, "dataDisks": []}, "osProfile": {"computerName": + "cli000003", "adminUsername": "useraabedon", "linuxConfiguration": {"disablePasswordAuthentication": + true, "ssh": {"publicKeys": [{"path": "/home/useraabedon/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3"}]}, + "provisionVMAgent": true, "patchSettings": {"patchMode": "ImageDefault", "assessmentMode": + "ImageDefault"}}, "secrets": [], "allowExtensionOperations": true, "requireGuestProvisionSignal": + true}, "networkProfile": {"networkInterfaces": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic"}]}, + "diagnosticsProfile": {"bootDiagnostics": {"enabled": true}}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm boot-diagnostics enable + Connection: + - keep-alive + Content-Length: + - '1880' + Content-Type: + - application/json + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus2\",\r\n + \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"905d02e7-1f14-4116-a7c7-73d63520272c\",\r\n + \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n + \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": + \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": + \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": + \"18.04.202106220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n + \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/disks/cli000003_disk1_c31150ae03d94164a46c567623e1e39a\"\r\n + \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": + []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"cli000003\",\r\n + \ \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n + \ \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n + \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": + true\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic\"}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + true\r\n }\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}" + headers: + azure-asyncnotification: + - Enabled + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/21e9a0ad-c02f-44b9-9780-4121a6d52b1a?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '2928' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:38:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/PutVM3Min;237,Microsoft.Compute/PutVM30Min;1193 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm boot-diagnostics enable + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/21e9a0ad-c02f-44b9-9780-4121a6d52b1a?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:38:18.6386809+00:00\",\r\n \"endTime\": + \"2021-07-07T21:38:28.4200001+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"21e9a0ad-c02f-44b9-9780-4121a6d52b1a\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:38:48 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29845 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm boot-diagnostics enable + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus2\",\r\n + \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"905d02e7-1f14-4116-a7c7-73d63520272c\",\r\n + \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n + \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": + \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": + \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": + \"18.04.202106220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n + \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/disks/cli000003_disk1_c31150ae03d94164a46c567623e1e39a\"\r\n + \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": + []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"cli000003\",\r\n + \ \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n + \ \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n + \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": + true\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic\"}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n + \ }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '2929' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:38:48 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/LowCostGet3Min;3988,Microsoft.Compute/LowCostGet30Min;31927 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm boot-diagnostics enable + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:38:48 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm boot-diagnostics enable + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus2\",\r\n + \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"905d02e7-1f14-4116-a7c7-73d63520272c\",\r\n + \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n + \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": + \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": + \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": + \"18.04.202106220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n + \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/disks/cli000003_disk1_c31150ae03d94164a46c567623e1e39a\"\r\n + \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": + []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"cli000003\",\r\n + \ \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n + \ \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n + \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": + true\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic\"}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"instanceView\": {\r\n \"computerName\": \"cli000003\",\r\n \"osName\": + \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n \"vmAgent\": {\r\n + \ \"vmAgentVersion\": \"2.3.1.1\",\r\n \"statuses\": [\r\n {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": + \"Guest Agent is running\",\r\n \"time\": \"2021-07-07T21:38:26+00:00\"\r\n + \ }\r\n ],\r\n \"extensionHandlers\": []\r\n },\r\n + \ \"disks\": [\r\n {\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:38:19.2011715+00:00\"\r\n + \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": + {},\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n + \ \"time\": \"2021-07-07T21:38:28.4200001+00:00\"\r\n },\r\n + \ {\r\n \"code\": \"PowerState/running\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n + \ ]\r\n }\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '4291' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:38:48 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/LowCostGet3Min;3987,Microsoft.Compute/LowCostGet30Min;31926 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm deallocate + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003/deallocate?api-version=2021-03-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/8fc77fc8-9824-4e13-b302-6252ce98573b?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:38:48 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/8fc77fc8-9824-4e13-b302-6252ce98573b?monitor=true&api-version=2021-03-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/DeleteVM3Min;239,Microsoft.Compute/DeleteVM30Min;1196 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/8fc77fc8-9824-4e13-b302-6252ce98573b?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:38:49.8889176+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"8fc77fc8-9824-4e13-b302-6252ce98573b\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:38:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29844 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/8fc77fc8-9824-4e13-b302-6252ce98573b?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:38:49.8889176+00:00\",\r\n \"endTime\": + \"2021-07-07T21:39:17.5921974+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"8fc77fc8-9824-4e13-b302-6252ce98573b\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:39:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29837 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/8fc77fc8-9824-4e13-b302-6252ce98573b?monitor=true&api-version=2021-03-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:39:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29836 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:39:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus2\",\r\n + \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"905d02e7-1f14-4116-a7c7-73d63520272c\",\r\n + \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n + \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": + \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": + \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": + \"18.04.202106220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n + \ \"managedDisk\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/disks/cli000003_disk1_c31150ae03d94164a46c567623e1e39a\"\r\n + \ }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": + {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"useraabedon\",\r\n + \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": + true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n + \ \"path\": \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n + \ \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n + \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": + true\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic\"}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"instanceView\": {\r\n \"disks\": [\r\n {\r\n \"name\": + \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n \"statuses\": + [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:39:15.5140408+00:00\"\r\n + \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": + {},\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n + \ \"time\": \"2021-07-07T21:39:15.5297015+00:00\"\r\n },\r\n + \ {\r\n \"code\": \"PowerState/deallocated\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"VM deallocated\"\r\n }\r\n + \ ]\r\n }\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '3735' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:39:35 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/LowCostGet3Min;3978,Microsoft.Compute/LowCostGet30Min;31917 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm start + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003/start?api-version=2021-03-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/c93356fb-9f5f-4578-81a9-19af95738af8?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:39:36 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/c93356fb-9f5f-4578-81a9-19af95738af8?monitor=true&api-version=2021-03-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/UpdateVM3Min;239,Microsoft.Compute/UpdateVM30Min;1195 + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm start + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/c93356fb-9f5f-4578-81a9-19af95738af8?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:39:36.6391987+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"c93356fb-9f5f-4578-81a9-19af95738af8\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:39:46 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14981,Microsoft.Compute/GetOperation30Min;29833 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm start + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/c93356fb-9f5f-4578-81a9-19af95738af8?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:39:36.6391987+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"c93356fb-9f5f-4578-81a9-19af95738af8\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:39:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29831 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm start + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/c93356fb-9f5f-4578-81a9-19af95738af8?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:39:36.6391987+00:00\",\r\n \"endTime\": + \"2021-07-07T21:39:55.8112154+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"c93356fb-9f5f-4578-81a9-19af95738af8\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:40:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14974,Microsoft.Compute/GetOperation30Min;29851 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm start + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/c93356fb-9f5f-4578-81a9-19af95738af8?monitor=true&api-version=2021-03-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:40:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14973,Microsoft.Compute/GetOperation30Min;29850 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm stop + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003/powerOff?skipShutdown=false&api-version=2021-03-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/97840bb9-abec-4a69-a182-e52b239e6bb5?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:40:25 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/97840bb9-abec-4a69-a182-e52b239e6bb5?monitor=true&api-version=2021-03-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/UpdateVM3Min;238,Microsoft.Compute/UpdateVM30Min;1194 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm stop + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/97840bb9-abec-4a69-a182-e52b239e6bb5?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:40:26.1082916+00:00\",\r\n \"endTime\": + \"2021-07-07T21:40:33.155202+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"97840bb9-abec-4a69-a182-e52b239e6bb5\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '183' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:40:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14966,Microsoft.Compute/GetOperation30Min;29843 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm stop + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/97840bb9-abec-4a69-a182-e52b239e6bb5?monitor=true&api-version=2021-03-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:40:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14965,Microsoft.Compute/GetOperation30Min;29842 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm stop + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:40:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm stop + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus2\",\r\n + \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"905d02e7-1f14-4116-a7c7-73d63520272c\",\r\n + \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n + \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": + \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": + \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": + \"18.04.202106220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n + \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLES63AC7EFQBSUAEOSCXNWF3EHWXFBZDJ36X6IDSNZWDTS4WTDHLXJ5/providers/Microsoft.Compute/disks/cli000003_disk1_c31150ae03d94164a46c567623e1e39a\"\r\n + \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": + []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"cli000003\",\r\n + \ \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n + \ \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n + \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": + true\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic\"}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"instanceView\": {\r\n \"computerName\": \"cli000003\",\r\n \"osName\": + \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n \"vmAgent\": {\r\n + \ \"vmAgentVersion\": \"2.3.1.1\",\r\n \"statuses\": [\r\n {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": + \"Guest Agent is running\",\r\n \"time\": \"2021-07-07T21:40:11+00:00\"\r\n + \ }\r\n ],\r\n \"extensionHandlers\": []\r\n },\r\n + \ \"disks\": [\r\n {\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:39:41.373608+00:00\"\r\n + \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": + {},\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n + \ \"time\": \"2021-07-07T21:40:33.1396008+00:00\"\r\n },\r\n + \ {\r\n \"code\": \"PowerState/stopped\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"VM stopped\"\r\n }\r\n + \ ]\r\n }\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '4290' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:40:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/LowCostGet3Min;3974,Microsoft.Compute/LowCostGet30Min;31917 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm boot-diagnostics disable + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus2\",\r\n + \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"905d02e7-1f14-4116-a7c7-73d63520272c\",\r\n + \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n + \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": + \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": + \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": + \"18.04.202106220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n + \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLES63AC7EFQBSUAEOSCXNWF3EHWXFBZDJ36X6IDSNZWDTS4WTDHLXJ5/providers/Microsoft.Compute/disks/cli000003_disk1_c31150ae03d94164a46c567623e1e39a\"\r\n + \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": + []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"cli000003\",\r\n + \ \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n + \ \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n + \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": + true\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic\"}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + true\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n + \ }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '2929' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:40:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/LowCostGet3Min;3973,Microsoft.Compute/LowCostGet30Min;31916 + status: + code: 200 + message: OK +- request: + body: '{"location": "westus2", "tags": {"azsecpack": "nonprod", "platformsettings.host_environment.service.platform_optedin_for_rootcerts": + "true"}, "properties": {"hardwareProfile": {"vmSize": "Standard_DS1_v2"}, "storageProfile": + {"osDisk": {"osType": "Linux", "name": "cli000003_disk1_c31150ae03d94164a46c567623e1e39a", + "caching": "ReadWrite", "createOption": "FromImage", "diskSizeGB": 30, "managedDisk": + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLES63AC7EFQBSUAEOSCXNWF3EHWXFBZDJ36X6IDSNZWDTS4WTDHLXJ5/providers/Microsoft.Compute/disks/cli000003_disk1_c31150ae03d94164a46c567623e1e39a", + "storageAccountType": "Premium_LRS"}}, "dataDisks": []}, "osProfile": {"computerName": + "cli000003", "adminUsername": "useraabedon", "linuxConfiguration": {"disablePasswordAuthentication": + true, "ssh": {"publicKeys": [{"path": "/home/useraabedon/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3"}]}, + "provisionVMAgent": true, "patchSettings": {"patchMode": "ImageDefault", "assessmentMode": + "ImageDefault"}}, "secrets": [], "allowExtensionOperations": true, "requireGuestProvisionSignal": + true}, "networkProfile": {"networkInterfaces": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic"}]}, + "diagnosticsProfile": {"bootDiagnostics": {"enabled": false}}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm boot-diagnostics disable + Connection: + - keep-alive + Content-Length: + - '1881' + Content-Type: + - application/json + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus2\",\r\n + \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"905d02e7-1f14-4116-a7c7-73d63520272c\",\r\n + \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n + \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": + \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": + \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": + \"18.04.202106220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n + \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLES63AC7EFQBSUAEOSCXNWF3EHWXFBZDJ36X6IDSNZWDTS4WTDHLXJ5/providers/Microsoft.Compute/disks/cli000003_disk1_c31150ae03d94164a46c567623e1e39a\"\r\n + \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": + []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"cli000003\",\r\n + \ \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n + \ \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n + \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": + true\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic\"}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + false\r\n }\r\n },\r\n \"provisioningState\": \"Updating\"\r\n + \ }\r\n}" + headers: + azure-asyncnotification: + - Enabled + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5fb7b8f3-6c5b-4d23-ba84-3a60118f2226?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '2929' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:40:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/PutVM3Min;238,Microsoft.Compute/PutVM30Min;1192 + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm boot-diagnostics disable + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5fb7b8f3-6c5b-4d23-ba84-3a60118f2226?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:40:57.4522282+00:00\",\r\n \"endTime\": + \"2021-07-07T21:40:59.6710432+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"5fb7b8f3-6c5b-4d23-ba84-3a60118f2226\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:41:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14962,Microsoft.Compute/GetOperation30Min;29834 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm boot-diagnostics disable + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus2\",\r\n + \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"905d02e7-1f14-4116-a7c7-73d63520272c\",\r\n + \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n + \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": + \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": + \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": + \"18.04.202106220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n + \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLES63AC7EFQBSUAEOSCXNWF3EHWXFBZDJ36X6IDSNZWDTS4WTDHLXJ5/providers/Microsoft.Compute/disks/cli000003_disk1_c31150ae03d94164a46c567623e1e39a\"\r\n + \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": + []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"cli000003\",\r\n + \ \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n + \ \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n + \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": + true\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic\"}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + false\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n + \ }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '2930' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:41:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/LowCostGet3Min;3978,Microsoft.Compute/LowCostGet30Min;31911 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm boot-diagnostics disable + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:41:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm boot-diagnostics disable + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus2\",\r\n + \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"905d02e7-1f14-4116-a7c7-73d63520272c\",\r\n + \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n + \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": + \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": + \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": + \"18.04.202106220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n + \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLES63AC7EFQBSUAEOSCXNWF3EHWXFBZDJ36X6IDSNZWDTS4WTDHLXJ5/providers/Microsoft.Compute/disks/cli000003_disk1_c31150ae03d94164a46c567623e1e39a\"\r\n + \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": + []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"cli000003\",\r\n + \ \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n + \ \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n + \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": + true\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic\"}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + false\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"instanceView\": {\r\n \"computerName\": \"cli000003\",\r\n \"osName\": + \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n \"vmAgent\": {\r\n + \ \"vmAgentVersion\": \"2.3.1.1\",\r\n \"statuses\": [\r\n {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": + \"Guest Agent is running\",\r\n \"time\": \"2021-07-07T21:40:11+00:00\"\r\n + \ }\r\n ],\r\n \"extensionHandlers\": []\r\n },\r\n + \ \"disks\": [\r\n {\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:40:57.9678985+00:00\"\r\n + \ }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": + \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:40:59.6554671+00:00\"\r\n + \ },\r\n {\r\n \"code\": \"PowerState/stopped\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"VM stopped\"\r\n + \ }\r\n ]\r\n }\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '4262' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:41:28 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/LowCostGet3Min;3977,Microsoft.Compute/LowCostGet30Min;31910 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm start + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003/start?api-version=2021-03-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/8e353ef4-1658-4947-82b6-98796c2b19a6?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:41:28 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/8e353ef4-1658-4947-82b6-98796c2b19a6?monitor=true&api-version=2021-03-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/UpdateVM3Min;237,Microsoft.Compute/UpdateVM30Min;1193 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm start + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/8e353ef4-1658-4947-82b6-98796c2b19a6?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:41:28.8431363+00:00\",\r\n \"endTime\": + \"2021-07-07T21:41:33.9056432+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"8e353ef4-1658-4947-82b6-98796c2b19a6\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:41:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14963,Microsoft.Compute/GetOperation30Min;29833 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm start + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/8e353ef4-1658-4947-82b6-98796c2b19a6?monitor=true&api-version=2021-03-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:41:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14962,Microsoft.Compute/GetOperation30Min;29832 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm start + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:41:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm start + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus2\",\r\n + \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"905d02e7-1f14-4116-a7c7-73d63520272c\",\r\n + \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n + \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": + \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": + \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": + \"18.04.202106220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n + \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLES63AC7EFQBSUAEOSCXNWF3EHWXFBZDJ36X6IDSNZWDTS4WTDHLXJ5/providers/Microsoft.Compute/disks/cli000003_disk1_c31150ae03d94164a46c567623e1e39a\"\r\n + \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": + []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"cli000003\",\r\n + \ \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n + \ \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n + \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": + true\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic\"}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + false\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"instanceView\": {\r\n \"computerName\": \"cli000003\",\r\n \"osName\": + \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n \"vmAgent\": {\r\n + \ \"vmAgentVersion\": \"2.3.1.1\",\r\n \"statuses\": [\r\n {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": + \"Guest Agent is running\",\r\n \"time\": \"2021-07-07T21:40:11+00:00\"\r\n + \ }\r\n ],\r\n \"extensionHandlers\": []\r\n },\r\n + \ \"disks\": [\r\n {\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:40:57.9678985+00:00\"\r\n + \ }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": + \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:41:33.9056432+00:00\"\r\n + \ },\r\n {\r\n \"code\": \"PowerState/running\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n + \ }\r\n ]\r\n }\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '4262' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:41:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/LowCostGet3Min;3978,Microsoft.Compute/LowCostGet30Min;31907 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm boot-diagnostics enable + Connection: + - keep-alive + ParameterSetName: + - -g -n --storage + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus2\",\r\n + \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"905d02e7-1f14-4116-a7c7-73d63520272c\",\r\n + \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n + \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": + \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": + \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": + \"18.04.202106220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n + \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLES63AC7EFQBSUAEOSCXNWF3EHWXFBZDJ36X6IDSNZWDTS4WTDHLXJ5/providers/Microsoft.Compute/disks/cli000003_disk1_c31150ae03d94164a46c567623e1e39a\"\r\n + \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": + []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"cli000003\",\r\n + \ \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n + \ \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n + \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": + true\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic\"}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + false\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n + \ }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '2930' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:41:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/LowCostGet3Min;3977,Microsoft.Compute/LowCostGet30Min;31906 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm boot-diagnostics enable + Connection: + - keep-alive + ParameterSetName: + - -g -n --storage + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01 + response: + body: + string: '{"value":[{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/craigw/providers/Microsoft.Storage/storageAccounts/craigwendpointtest","name":"craigwendpointtest","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-15T21:56:49.8049186Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-15T21:56:49.8049186Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-01-15T21:56:49.7111640Z","primaryEndpoints":{"dfs":"https://craigwendpointtest.dfs.core.windows.net/","web":"https://craigwendpointtest.z13.web.core.windows.net/","blob":"https://craigwendpointtest.blob.core.windows.net/","queue":"https://craigwendpointtest.queue.core.windows.net/","table":"https://craigwendpointtest.table.core.windows.net/","file":"https://craigwendpointtest.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://craigwendpointtest-secondary.dfs.core.windows.net/","web":"https://craigwendpointtest-secondary.z13.web.core.windows.net/","blob":"https://craigwendpointtest-secondary.blob.core.windows.net/","queue":"https://craigwendpointtest-secondary.queue.core.windows.net/","table":"https://craigwendpointtest-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/craigw-win10test/providers/Microsoft.Storage/storageAccounts/craigwwin10test","name":"craigwwin10test","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-17T23:02:04.3032505Z","key2":"2021-05-17T23:02:04.3032505Z"},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-17T23:02:04.3032505Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-17T23:02:04.3032505Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-05-17T23:02:04.1938884Z","primaryEndpoints":{"blob":"https://craigwwin10test.blob.core.windows.net/","queue":"https://craigwwin10test.queue.core.windows.net/","table":"https://craigwwin10test.table.core.windows.net/","file":"https://craigwwin10test.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kustoflow/providers/Microsoft.Storage/storageAccounts/csslinuxkustoflow","name":"csslinuxkustoflow","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"CreatedBy":"craigw"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-01T20:08:38.6849654Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-01T20:08:38.6849654Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-01T20:08:38.5912170Z","primaryEndpoints":{"dfs":"https://csslinuxkustoflow.dfs.core.windows.net/","web":"https://csslinuxkustoflow.z13.web.core.windows.net/","blob":"https://csslinuxkustoflow.blob.core.windows.net/","queue":"https://csslinuxkustoflow.queue.core.windows.net/","table":"https://csslinuxkustoflow.table.core.windows.net/","file":"https://csslinuxkustoflow.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://csslinuxkustoflow-secondary.dfs.core.windows.net/","web":"https://csslinuxkustoflow-secondary.z13.web.core.windows.net/","blob":"https://csslinuxkustoflow-secondary.blob.core.windows.net/","queue":"https://csslinuxkustoflow-secondary.queue.core.windows.net/","table":"https://csslinuxkustoflow-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/davidli2/providers/Microsoft.Storage/storageAccounts/davidli2diag","name":"davidli2diag","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T18:58:09.7400040Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-13T18:58:09.7400040Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-05-13T18:58:09.6618549Z","primaryEndpoints":{"blob":"https://davidli2diag.blob.core.windows.net/","queue":"https://davidli2diag.queue.core.windows.net/","table":"https://davidli2diag.table.core.windows.net/","file":"https://davidli2diag.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/gen2-linux/providers/Microsoft.Storage/storageAccounts/gen2linux3be402a0b8","name":"gen2linux3be402a0b8","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-10-09T22:30:46.7307987Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-10-09T22:30:46.7307987Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-10-09T22:30:46.6214203Z","primaryEndpoints":{"blob":"https://gen2linux3be402a0b8.blob.core.windows.net/","queue":"https://gen2linux3be402a0b8.queue.core.windows.net/","table":"https://gen2linux3be402a0b8.table.core.windows.net/","file":"https://gen2linux3be402a0b8.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnertestvmrg-eastus/providers/Microsoft.Storage/storageAccounts/scrunnercrkwpdn5nhtgg","name":"scrunnercrkwpdn5nhtgg","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-12T20:03:57.6389684Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-12T20:03:57.6389684Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-05-12T20:03:57.5451905Z","primaryEndpoints":{"blob":"https://scrunnercrkwpdn5nhtgg.blob.core.windows.net/","queue":"https://scrunnercrkwpdn5nhtgg.queue.core.windows.net/","table":"https://scrunnercrkwpdn5nhtgg.table.core.windows.net/","file":"https://scrunnercrkwpdn5nhtgg.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-RG/providers/Microsoft.Storage/storageAccounts/serialconsolepreview","name":"serialconsolepreview","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-07T21:41:56.3607334Z","key2":"2021-05-07T21:41:56.3607334Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-07T21:41:56.3607334Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-07T21:41:56.3607334Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-07T21:41:56.2513536Z","primaryEndpoints":{"dfs":"https://serialconsolepreview.dfs.core.windows.net/","web":"https://serialconsolepreview.z13.web.core.windows.net/","blob":"https://serialconsolepreview.blob.core.windows.net/","queue":"https://serialconsolepreview.queue.core.windows.net/","table":"https://serialconsolepreview.table.core.windows.net/","file":"https://serialconsolepreview.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://serialconsolepreview-secondary.dfs.core.windows.net/","web":"https://serialconsolepreview-secondary.z13.web.core.windows.net/","blob":"https://serialconsolepreview-secondary.blob.core.windows.net/","queue":"https://serialconsolepreview-secondary.queue.core.windows.net/","table":"https://serialconsolepreview-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/serialconsole-test/providers/Microsoft.Storage/storageAccounts/serialconsoletestdiag","name":"serialconsoletestdiag","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-06T20:21:39.7019315Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-06T20:21:39.7019315Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-02-06T20:21:39.5925779Z","primaryEndpoints":{"blob":"https://serialconsoletestdiag.blob.core.windows.net/","queue":"https://serialconsoletestdiag.queue.core.windows.net/","table":"https://serialconsoletestdiag.table.core.windows.net/","file":"https://serialconsoletestdiag.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/serialTest-EastUS/providers/Microsoft.Storage/storageAccounts/serialtesta8d7fdee41","name":"serialtesta8d7fdee41","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-07-11T00:38:13.5389932Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-07-11T00:38:13.5389932Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-07-11T00:38:13.4452119Z","primaryEndpoints":{"blob":"https://serialtesta8d7fdee41.blob.core.windows.net/","queue":"https://serialtesta8d7fdee41.queue.core.windows.net/","table":"https://serialtesta8d7fdee41.table.core.windows.net/","file":"https://serialtesta8d7fdee41.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-RG/providers/Microsoft.Storage/storageAccounts/serialtestbootdiag123","name":"serialtestbootdiag123","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-01-23T04:03:01.3263151Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-01-23T04:03:01.3263151Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-01-23T04:03:01.2951106Z","primaryEndpoints":{"blob":"https://serialtestbootdiag123.blob.core.windows.net/","queue":"https://serialtestbootdiag123.queue.core.windows.net/","table":"https://serialtestbootdiag123.table.core.windows.net/","file":"https://serialtestbootdiag123.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/craigw-scaleset2_group/providers/Microsoft.Storage/storageAccounts/craigwvmss2","name":"craigwvmss2","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-06T20:19:17.6441402Z","key2":"2021-05-06T20:19:17.6441402Z"},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-06T20:19:17.6441402Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-06T20:19:17.6441402Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-05-06T20:19:17.5347608Z","primaryEndpoints":{"blob":"https://craigwvmss2.blob.core.windows.net/","queue":"https://craigwvmss2.queue.core.windows.net/","table":"https://craigwvmss2.table.core.windows.net/","file":"https://craigwvmss2.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/eastus2-bootdiagfirewall_group/providers/Microsoft.Storage/storageAccounts/eastus2bootdiagfirewall","name":"eastus2bootdiagfirewall","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"networkAcls":{"resourceAccessRules":[],"bypass":"AzureServices","virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/eastus2-bootdiagfirewall_group/providers/Microsoft.Network/virtualNetworks/eastus2-bootdiagfirewall_group-vnet/subnets/default","action":"Allow","state":"Succeeded"}],"ipRules":[{"value":"40.91.126.232","action":"Allow"},{"value":"52.247.38.231","action":"Allow"},{"value":"67.197.218.105","action":"Allow"}],"defaultAction":"Deny"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-01T16:04:42.6507688Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-01T16:04:42.6507688Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-03-01T16:04:42.5571491Z","primaryEndpoints":{"blob":"https://eastus2bootdiagfirewall.blob.core.windows.net/","queue":"https://eastus2bootdiagfirewall.queue.core.windows.net/","table":"https://eastus2bootdiagfirewall.table.core.windows.net/","file":"https://eastus2bootdiagfirewall.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rhel-test/providers/Microsoft.Storage/storageAccounts/rhel77acct","name":"rhel77acct","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-08-13T20:31:30.8995173Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-08-13T20:31:30.8995173Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-08-13T20:31:30.8215811Z","primaryEndpoints":{"blob":"https://rhel77acct.blob.core.windows.net/","queue":"https://rhel77acct.queue.core.windows.net/","table":"https://rhel77acct.table.core.windows.net/","file":"https://rhel77acct.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnertestvmrg-eastus2/providers/Microsoft.Storage/storageAccounts/scrunnersisx4cox63rpm","name":"scrunnersisx4cox63rpm","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-16T18:41:45.7023674Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-16T18:41:45.7023674Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-11-16T18:41:45.6085609Z","primaryEndpoints":{"blob":"https://scrunnersisx4cox63rpm.blob.core.windows.net/","queue":"https://scrunnersisx4cox63rpm.queue.core.windows.net/","table":"https://scrunnersisx4cox63rpm.table.core.windows.net/","file":"https://scrunnersisx4cox63rpm.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs410037ffea943c134","name":"cs410037ffea943c134","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-23T23:07:16.0114253Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-23T23:07:16.0114253Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-23T23:07:15.9333036Z","primaryEndpoints":{"dfs":"https://cs410037ffea943c134.dfs.core.windows.net/","web":"https://cs410037ffea943c134.z22.web.core.windows.net/","blob":"https://cs410037ffea943c134.blob.core.windows.net/","queue":"https://cs410037ffea943c134.queue.core.windows.net/","table":"https://cs410037ffea943c134.table.core.windows.net/","file":"https://cs410037ffea943c134.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4aa22d82de270x4becxb48","name":"cs4aa22d82de270x4becxb48","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-11-29T23:39:30.3657182Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-11-29T23:39:30.3657182Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-11-29T23:39:30.2563159Z","primaryEndpoints":{"blob":"https://cs4aa22d82de270x4becxb48.blob.core.windows.net/","queue":"https://cs4aa22d82de270x4becxb48.queue.core.windows.net/","table":"https://cs4aa22d82de270x4becxb48.table.core.windows.net/","file":"https://cs4aa22d82de270x4becxb48.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SCRunner/providers/Microsoft.Storage/storageAccounts/scrunnerstorage","name":"scrunnerstorage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-03-06T00:42:11.7016543Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-03-06T00:42:11.7016543Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2018-03-06T00:42:11.6234985Z","primaryEndpoints":{"blob":"https://scrunnerstorage.blob.core.windows.net/","queue":"https://scrunnerstorage.queue.core.windows.net/","table":"https://scrunnerstorage.table.core.windows.net/","file":"https://scrunnerstorage.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ubuntu-westeurope/providers/Microsoft.Storage/storageAccounts/craigwubuntu1","name":"craigwubuntu1","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-09-27T17:09:08.0955260Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-09-27T17:09:08.0955260Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-09-27T17:09:08.0330220Z","primaryEndpoints":{"blob":"https://craigwubuntu1.blob.core.windows.net/","queue":"https://craigwubuntu1.queue.core.windows.net/","table":"https://craigwubuntu1.table.core.windows.net/","file":"https://craigwubuntu1.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-southcentralus/providers/Microsoft.Storage/storageAccounts/cs710032001417ec1a8","name":"cs710032001417ec1a8","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-05-18T22:07:33.4170256Z","key2":"2021-05-18T22:07:33.4170256Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T22:07:33.4170256Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T22:07:33.4170256Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-18T22:07:33.3389725Z","primaryEndpoints":{"dfs":"https://cs710032001417ec1a8.dfs.core.windows.net/","web":"https://cs710032001417ec1a8.z21.web.core.windows.net/","blob":"https://cs710032001417ec1a8.blob.core.windows.net/","queue":"https://cs710032001417ec1a8.queue.core.windows.net/","table":"https://cs710032001417ec1a8.table.core.windows.net/","file":"https://cs710032001417ec1a8.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SCRunnertestvmrg-AustraliaEast/providers/Microsoft.Storage/storageAccounts/scrunner4p3t72mzheluc","name":"scrunner4p3t72mzheluc","type":"Microsoft.Storage/storageAccounts","location":"australiaeast","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-13T22:35:36.6210942Z","key2":"2021-04-13T22:35:36.6210942Z"},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-13T22:35:36.6210942Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-13T22:35:36.6210942Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-13T22:35:36.5429508Z","primaryEndpoints":{"blob":"https://scrunner4p3t72mzheluc.blob.core.windows.net/","queue":"https://scrunner4p3t72mzheluc.queue.core.windows.net/","table":"https://scrunner4p3t72mzheluc.table.core.windows.net/","file":"https://scrunner4p3t72mzheluc.file.core.windows.net/"},"primaryLocation":"australiaeast","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aabedon/providers/Microsoft.Storage/storageAccounts/aabedondiag","name":"aabedondiag","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-18T23:08:58.5284733Z","key2":"2021-05-18T23:08:58.5284733Z"},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T23:08:58.5284733Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T23:08:58.5284733Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-05-18T23:08:58.4503170Z","primaryEndpoints":{"blob":"https://aabedondiag.blob.core.windows.net/","queue":"https://aabedondiag.queue.core.windows.net/","table":"https://aabedondiag.table.core.windows.net/","file":"https://aabedondiag.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Storage/storageAccounts/cli000002","name":"cli000002","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-07-07T21:37:25.8668137Z","key2":"2021-07-07T21:37:25.8668137Z"},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-07T21:37:25.8668137Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-07T21:37:25.8668137Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-07-07T21:37:25.8043462Z","primaryEndpoints":{"blob":"https://cli000002.blob.core.windows.net/","queue":"https://cli000002.queue.core.windows.net/","table":"https://cli000002.table.core.windows.net/","file":"https://cli000002.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsolekeqxnqvpb5nk3ioubqx2mboruuup2udh7noysbjstmo44mwdpof3s/providers/Microsoft.Storage/storageAccounts/clicmlw74i5bocqmquqlfihg","name":"clicmlw74i5bocqmquqlfihg","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-07-07T21:37:26.5543149Z","key2":"2021-07-07T21:37:26.5543149Z"},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-07T21:37:26.5543149Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-07T21:37:26.5543149Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-07-07T21:37:26.4918159Z","primaryEndpoints":{"blob":"https://clicmlw74i5bocqmquqlfihg.blob.core.windows.net/","queue":"https://clicmlw74i5bocqmquqlfihg.queue.core.windows.net/","table":"https://clicmlw74i5bocqmquqlfihg.table.core.windows.net/","file":"https://clicmlw74i5bocqmquqlfihg.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsolejo7rqwkkpscvutdavpu6o7btpqy2u74eyrjtrjrqldkkezxkd6oaf/providers/Microsoft.Storage/storageAccounts/clieekxh4h4r4abkskt5ki56","name":"clieekxh4h4r4abkskt5ki56","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-07-07T21:37:25.8824435Z","key2":"2021-07-07T21:37:25.8824435Z"},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-07T21:37:25.8824435Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-07T21:37:25.8824435Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-07-07T21:37:25.8199469Z","primaryEndpoints":{"blob":"https://clieekxh4h4r4abkskt5ki56.blob.core.windows.net/","queue":"https://clieekxh4h4r4abkskt5ki56.queue.core.windows.net/","table":"https://clieekxh4h4r4abkskt5ki56.table.core.windows.net/","file":"https://clieekxh4h4r4abkskt5ki56.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsoleczaq7w35hrmhsuqkzok7gw7bv3ve7tyhexzmtzca62lklro34oskb/providers/Microsoft.Storage/storageAccounts/cliepavefijbrxgz2ic23rib","name":"cliepavefijbrxgz2ic23rib","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-07-07T21:40:41.8616087Z","key2":"2021-07-07T21:40:41.8616087Z"},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-07T21:40:41.8771843Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-07T21:40:41.8771843Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-07-07T21:40:41.7834301Z","primaryEndpoints":{"blob":"https://cliepavefijbrxgz2ic23rib.blob.core.windows.net/","queue":"https://cliepavefijbrxgz2ic23rib.queue.core.windows.net/","table":"https://cliepavefijbrxgz2ic23rib.table.core.windows.net/","file":"https://cliepavefijbrxgz2ic23rib.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/craigw-gui-test_group/providers/Microsoft.Storage/storageAccounts/craigwguitestgroupdiag","name":"craigwguitestgroupdiag","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-25T20:43:28.9782992Z","key2":"2021-06-25T20:43:28.9782992Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-25T20:43:28.9782992Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-25T20:43:28.9782992Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-06-25T20:43:28.9001463Z","primaryEndpoints":{"blob":"https://craigwguitestgroupdiag.blob.core.windows.net/","queue":"https://craigwguitestgroupdiag.queue.core.windows.net/","table":"https://craigwguitestgroupdiag.table.core.windows.net/","file":"https://craigwguitestgroupdiag.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/craigw-win2016_group/providers/Microsoft.Storage/storageAccounts/craigwwin2016groupdiag","name":"craigwwin2016groupdiag","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-20T19:30:51.9126006Z","key2":"2021-04-20T19:30:51.9126006Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-20T19:30:51.9126006Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-20T19:30:51.9126006Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-20T19:30:51.8344874Z","primaryEndpoints":{"blob":"https://craigwwin2016groupdiag.blob.core.windows.net/","queue":"https://craigwwin2016groupdiag.queue.core.windows.net/","table":"https://craigwwin2016groupdiag.table.core.windows.net/","file":"https://craigwwin2016groupdiag.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jaolmste/providers/Microsoft.Storage/storageAccounts/jaolmstediag","name":"jaolmstediag","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-23T23:13:21.4837277Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-23T23:13:21.4837277Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-03-23T23:13:21.4212653Z","primaryEndpoints":{"blob":"https://jaolmstediag.blob.core.windows.net/","queue":"https://jaolmstediag.queue.core.windows.net/","table":"https://jaolmstediag.table.core.windows.net/","file":"https://jaolmstediag.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnertestvmrg-westus2/providers/Microsoft.Storage/storageAccounts/scrunnerqxoorwnvnig3e","name":"scrunnerqxoorwnvnig3e","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-12T21:37:33.9638456Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-12T21:37:33.9638456Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-11-12T21:37:33.8857017Z","primaryEndpoints":{"blob":"https://scrunnerqxoorwnvnig3e.blob.core.windows.net/","queue":"https://scrunnerqxoorwnvnig3e.queue.core.windows.net/","table":"https://scrunnerqxoorwnvnig3e.table.core.windows.net/","file":"https://scrunnerqxoorwnvnig3e.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnertestvmrg-westcentralus/providers/Microsoft.Storage/storageAccounts/scrunnerrfscmqxeni3uq","name":"scrunnerrfscmqxeni3uq","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:28:55.2104910Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-10T22:28:55.2104910Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-04-10T22:28:55.1479670Z","primaryEndpoints":{"blob":"https://scrunnerrfscmqxeni3uq.blob.core.windows.net/","queue":"https://scrunnerrfscmqxeni3uq.queue.core.windows.net/","table":"https://scrunnerrfscmqxeni3uq.table.core.windows.net/","file":"https://scrunnerrfscmqxeni3uq.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/scrunnertestvmrg-eastus2euap/providers/Microsoft.Storage/storageAccounts/scrunner4b2ydmou4cdic","name":"scrunner4b2ydmou4cdic","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:39:10.1050496Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-01T23:39:10.1050496Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-02-01T23:39:10.0300734Z","primaryEndpoints":{"blob":"https://scrunner4b2ydmou4cdic.blob.core.windows.net/","queue":"https://scrunner4b2ydmou4cdic.queue.core.windows.net/","table":"https://scrunner4b2ydmou4cdic.table.core.windows.net/","file":"https://scrunner4b2ydmou4cdic.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '40910' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:41:40 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-original-request-ids: + - 77c3d2c8-d01f-4733-ba45-e272c7550ec7 + - 591d5f4e-3531-456c-a9f3-14c970ba5ddc + - 3bc435d1-a5c2-4a51-93fb-05efcb06ef62 + - f063392a-03a1-4db4-9a18-a68113adea9b + - 9e35d630-1333-4999-a20e-943ae94c8c4e + - 94ff2715-4649-421f-9a72-49ea7af56da4 + - 6b339abc-3113-4b7a-8faa-a16957e2de8e + - 4dfa8b39-6679-4c1a-959a-8f6ac5ec6192 + - ae42feb6-134e-4536-a777-1ed31edc027d + status: + code: 200 + message: OK +- request: + body: '{"location": "westus2", "tags": {"azsecpack": "nonprod", "platformsettings.host_environment.service.platform_optedin_for_rootcerts": + "true"}, "properties": {"hardwareProfile": {"vmSize": "Standard_DS1_v2"}, "storageProfile": + {"osDisk": {"osType": "Linux", "name": "cli000003_disk1_c31150ae03d94164a46c567623e1e39a", + "caching": "ReadWrite", "createOption": "FromImage", "diskSizeGB": 30, "managedDisk": + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLES63AC7EFQBSUAEOSCXNWF3EHWXFBZDJ36X6IDSNZWDTS4WTDHLXJ5/providers/Microsoft.Compute/disks/cli000003_disk1_c31150ae03d94164a46c567623e1e39a", + "storageAccountType": "Premium_LRS"}}, "dataDisks": []}, "osProfile": {"computerName": + "cli000003", "adminUsername": "useraabedon", "linuxConfiguration": {"disablePasswordAuthentication": + true, "ssh": {"publicKeys": [{"path": "/home/useraabedon/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3"}]}, + "provisionVMAgent": true, "patchSettings": {"patchMode": "ImageDefault", "assessmentMode": + "ImageDefault"}}, "secrets": [], "allowExtensionOperations": true, "requireGuestProvisionSignal": + true}, "networkProfile": {"networkInterfaces": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic"}]}, + "diagnosticsProfile": {"bootDiagnostics": {"enabled": true, "storageUri": "https://cli000002.blob.core.windows.net/"}}}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm boot-diagnostics enable + Connection: + - keep-alive + Content-Length: + - '1953' + Content-Type: + - application/json + ParameterSetName: + - -g -n --storage + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus2\",\r\n + \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"905d02e7-1f14-4116-a7c7-73d63520272c\",\r\n + \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n + \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": + \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": + \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": + \"18.04.202106220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n + \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLES63AC7EFQBSUAEOSCXNWF3EHWXFBZDJ36X6IDSNZWDTS4WTDHLXJ5/providers/Microsoft.Compute/disks/cli000003_disk1_c31150ae03d94164a46c567623e1e39a\"\r\n + \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": + []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"cli000003\",\r\n + \ \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n + \ \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n + \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": + true\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic\"}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + true,\r\n \"storageUri\": \"https://cli000002.blob.core.windows.net/\"\r\n + \ }\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}" + headers: + azure-asyncnotification: + - Enabled + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/cf2d74b0-43b6-43b6-8e2a-297894184b66?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '3010' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:41:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/PutVM3Min;237,Microsoft.Compute/PutVM30Min;1190 + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm boot-diagnostics enable + Connection: + - keep-alive + ParameterSetName: + - -g -n --storage + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/cf2d74b0-43b6-43b6-8e2a-297894184b66?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:41:40.4837937+00:00\",\r\n \"endTime\": + \"2021-07-07T21:41:49.4213442+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"cf2d74b0-43b6-43b6-8e2a-297894184b66\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:42:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14957,Microsoft.Compute/GetOperation30Min;29823 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm boot-diagnostics enable + Connection: + - keep-alive + ParameterSetName: + - -g -n --storage + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus2\",\r\n + \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"905d02e7-1f14-4116-a7c7-73d63520272c\",\r\n + \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n + \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": + \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": + \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": + \"18.04.202106220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n + \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLES63AC7EFQBSUAEOSCXNWF3EHWXFBZDJ36X6IDSNZWDTS4WTDHLXJ5/providers/Microsoft.Compute/disks/cli000003_disk1_c31150ae03d94164a46c567623e1e39a\"\r\n + \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": + []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"cli000003\",\r\n + \ \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n + \ \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n + \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": + true\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic\"}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + true,\r\n \"storageUri\": \"https://cli000002.blob.core.windows.net/\"\r\n + \ }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '3011' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:42:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/LowCostGet3Min;3978,Microsoft.Compute/LowCostGet30Min;31902 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm boot-diagnostics enable + Connection: + - keep-alive + ParameterSetName: + - -g -n --storage + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:42:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm boot-diagnostics enable + Connection: + - keep-alive + ParameterSetName: + - -g -n --storage + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus2\",\r\n + \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"905d02e7-1f14-4116-a7c7-73d63520272c\",\r\n + \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n + \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": + \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": + \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": + \"18.04.202106220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n + \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLES63AC7EFQBSUAEOSCXNWF3EHWXFBZDJ36X6IDSNZWDTS4WTDHLXJ5/providers/Microsoft.Compute/disks/cli000003_disk1_c31150ae03d94164a46c567623e1e39a\"\r\n + \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": + []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"cli000003\",\r\n + \ \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n + \ \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n + \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": + true\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic\"}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + true,\r\n \"storageUri\": \"https://cli000002.blob.core.windows.net/\"\r\n + \ }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": + {\r\n \"computerName\": \"cli000003\",\r\n \"osName\": \"ubuntu\",\r\n + \ \"osVersion\": \"18.04\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": + \"2.3.1.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": + \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": + \"Ready\",\r\n \"message\": \"Guest Agent is running\",\r\n \"time\": + \"2021-07-07T21:41:52+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": + []\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:40:57.9678985+00:00\"\r\n + \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": + {\r\n \"consoleScreenshotBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-clizkwe2c-905d02e7-1f14-4116-a7c7-73d63520272c/cli000003.905d02e7-1f14-4116-a7c7-73d63520272c.screenshot.bmp\",\r\n + \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-clizkwe2c-905d02e7-1f14-4116-a7c7-73d63520272c/cli000003.905d02e7-1f14-4116-a7c7-73d63520272c.serialconsole.log\"\r\n + \ },\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n + \ {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n + \ \"time\": \"2021-07-07T21:41:49.405708+00:00\"\r\n },\r\n + \ {\r\n \"code\": \"PowerState/running\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n + \ ]\r\n }\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '4851' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:42:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/LowCostGet3Min;3977,Microsoft.Compute/LowCostGet30Min;31901 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - serial-console disable + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default/disableConsole?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": true\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '46' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:42:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - serial-console disable + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": true\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '46' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:42:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - serial-console enable + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default/enableConsole?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:42:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - serial-console enable + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:42:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - serial-console enable + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus2\",\r\n + \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"905d02e7-1f14-4116-a7c7-73d63520272c\",\r\n + \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n + \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": + \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": + \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": + \"18.04.202106220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n + \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLES63AC7EFQBSUAEOSCXNWF3EHWXFBZDJ36X6IDSNZWDTS4WTDHLXJ5/providers/Microsoft.Compute/disks/cli000003_disk1_c31150ae03d94164a46c567623e1e39a\"\r\n + \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": + []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"cli000003\",\r\n + \ \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n + \ \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n + \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": + true\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic\"}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + true,\r\n \"storageUri\": \"https://cli000002.blob.core.windows.net/\"\r\n + \ }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": + {\r\n \"computerName\": \"cli000003\",\r\n \"osName\": \"ubuntu\",\r\n + \ \"osVersion\": \"18.04\",\r\n \"vmAgent\": {\r\n \"vmAgentVersion\": + \"2.3.1.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": + \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": + \"Ready\",\r\n \"message\": \"Guest Agent is running\",\r\n \"time\": + \"2021-07-07T21:41:52+00:00\"\r\n }\r\n ],\r\n \"extensionHandlers\": + []\r\n },\r\n \"disks\": [\r\n {\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:40:57.9678985+00:00\"\r\n + \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": + {\r\n \"consoleScreenshotBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-clizkwe2c-905d02e7-1f14-4116-a7c7-73d63520272c/cli000003.905d02e7-1f14-4116-a7c7-73d63520272c.screenshot.bmp\",\r\n + \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-clizkwe2c-905d02e7-1f14-4116-a7c7-73d63520272c/cli000003.905d02e7-1f14-4116-a7c7-73d63520272c.serialconsole.log\"\r\n + \ },\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n + \ {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n + \ \"time\": \"2021-07-07T21:41:49.405708+00:00\"\r\n },\r\n + \ {\r\n \"code\": \"PowerState/running\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"VM running\"\r\n }\r\n + \ ]\r\n }\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '4851' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:42:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/LowCostGet3Min;3976,Microsoft.Compute/LowCostGet30Min;31900 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm deallocate + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003/deallocate?api-version=2021-03-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ef978655-a840-443b-bd99-7cc5269d6f87?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:42:11 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ef978655-a840-443b-bd99-7cc5269d6f87?monitor=true&api-version=2021-03-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/DeleteVM3Min;238,Microsoft.Compute/DeleteVM30Min;1194 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ef978655-a840-443b-bd99-7cc5269d6f87?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:42:12.5152831+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"ef978655-a840-443b-bd99-7cc5269d6f87\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:42:21 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14955,Microsoft.Compute/GetOperation30Min;29821 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ef978655-a840-443b-bd99-7cc5269d6f87?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:42:12.5152831+00:00\",\r\n \"endTime\": + \"2021-07-07T21:42:46.4374074+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"ef978655-a840-443b-bd99-7cc5269d6f87\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:42:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14954,Microsoft.Compute/GetOperation30Min;29811 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vm deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ef978655-a840-443b-bd99-7cc5269d6f87?monitor=true&api-version=2021-03-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:42:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14953,Microsoft.Compute/GetOperation30Min;29810 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:42:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vm deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"westus2\",\r\n + \ \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"905d02e7-1f14-4116-a7c7-73d63520272c\",\r\n + \ \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_DS1_v2\"\r\n },\r\n + \ \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": + \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n \"sku\": + \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n \"exactVersion\": + \"18.04.202106220\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": + \"Linux\",\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n + \ \"managedDisk\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/CLI_TEST_SERIALCONSOLES63AC7EFQBSUAEOSCXNWF3EHWXFBZDJ36X6IDSNZWDTS4WTDHLXJ5/providers/Microsoft.Compute/disks/cli000003_disk1_c31150ae03d94164a46c567623e1e39a\"\r\n + \ }\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": + {\r\n \"computerName\": \"cli000003\",\r\n \"adminUsername\": \"useraabedon\",\r\n + \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": + true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n + \ \"path\": \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"ImageDefault\",\r\n + \ \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n + \ \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": + true\r\n },\r\n \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/networkInterfaces/cli000003VMNic\"}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + true,\r\n \"storageUri\": \"https://cli000002.blob.core.windows.net/\"\r\n + \ }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"instanceView\": + {\r\n \"disks\": [\r\n {\r\n \"name\": \"cli000003_disk1_c31150ae03d94164a46c567623e1e39a\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:42:44.3592818+00:00\"\r\n + \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": + {\r\n \"consoleScreenshotBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-clizkwe2c-905d02e7-1f14-4116-a7c7-73d63520272c/cli000003.905d02e7-1f14-4116-a7c7-73d63520272c.screenshot.bmp\",\r\n + \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-clizkwe2c-905d02e7-1f14-4116-a7c7-73d63520272c/cli000003.905d02e7-1f14-4116-a7c7-73d63520272c.serialconsole.log\"\r\n + \ },\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n + \ {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n + \ \"time\": \"2021-07-07T21:42:44.3749057+00:00\"\r\n },\r\n + \ {\r\n \"code\": \"PowerState/deallocated\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"VM deallocated\"\r\n }\r\n + \ ]\r\n }\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '4296' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:42:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/LowCostGet3Min;3973,Microsoft.Compute/LowCostGet30Min;31894 + status: + code: 200 + message: OK +version: 1 diff --git a/src/serial-console/azext_serialconsole/tests/latest/recordings/test_check_resource_VMSS.yaml b/src/serial-console/azext_serialconsole/tests/latest/recordings/test_check_resource_VMSS.yaml new file mode 100644 index 00000000000..d802885b3ca --- /dev/null +++ b/src/serial-console/azext_serialconsole/tests/latest/recordings/test_check_resource_VMSS.yaml @@ -0,0 +1,6661 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - unknown + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:37:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - unknown + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2021-03-01 + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.Compute/virtualMachines/cli000003'' + under resource group ''cli_test_serialconsole000001'' was not found. For more + details please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '305' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:37:45 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: + - unknown + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2021-03-01 + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.Compute/virtualMachineScaleSets/cli000003'' + under resource group ''cli_test_serialconsole000001'' was not found. For more + details please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '313' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:37:45 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: + - unknown + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:37:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - unknown + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualmachines/0/instanceView?api-version=2021-03-01 + response: + body: + string: '{"error":{"code":"ParentResourceNotFound","message":"Can not perform + requested operation on nested resource. Parent resource ''cli000003'' not + found."}}' + headers: + cache-control: + - no-cache + content-length: + - '165' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:37:45 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: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.25.1 + method: GET + uri: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-compute/quickstart-templates/aliases.json + response: + body: + string: "{\n \"$schema\": \"http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json\",\n + \ \"contentVersion\": \"1.0.0.0\",\n \"parameters\": {},\n \"variables\": + {},\n \"resources\": [],\n \"outputs\": {\n \"aliases\": {\n \"type\": + \"object\",\n \"value\": {\n \"Linux\": {\n \"CentOS\": + {\n \"publisher\": \"OpenLogic\",\n \"offer\": \"CentOS\",\n + \ \"sku\": \"7.5\",\n \"version\": \"latest\"\n },\n + \ \"Debian\": {\n \"publisher\": \"Debian\",\n \"offer\": + \"debian-10\",\n \"sku\": \"10\",\n \"version\": \"latest\"\n + \ },\n \"Flatcar\": {\n \"publisher\": \"kinvolk\",\n + \ \"offer\": \"flatcar-container-linux-free\",\n \"sku\": + \"stable\",\n \"version\": \"latest\"\n },\n \"openSUSE-Leap\": + {\n \"publisher\": \"SUSE\",\n \"offer\": \"openSUSE-Leap\",\n + \ \"sku\": \"42.3\",\n \"version\": \"latest\"\n },\n + \ \"RHEL\": {\n \"publisher\": \"RedHat\",\n \"offer\": + \"RHEL\",\n \"sku\": \"7-LVM\",\n \"version\": \"latest\"\n + \ },\n \"SLES\": {\n \"publisher\": \"SUSE\",\n + \ \"offer\": \"SLES\",\n \"sku\": \"15\",\n \"version\": + \"latest\"\n },\n \"UbuntuLTS\": {\n \"publisher\": + \"Canonical\",\n \"offer\": \"UbuntuServer\",\n \"sku\": + \"18.04-LTS\",\n \"version\": \"latest\"\n }\n },\n + \ \"Windows\": {\n \"Win2019Datacenter\": {\n \"publisher\": + \"MicrosoftWindowsServer\",\n \"offer\": \"WindowsServer\",\n \"sku\": + \"2019-Datacenter\",\n \"version\": \"latest\"\n },\n + \ \"Win2016Datacenter\": {\n \"publisher\": \"MicrosoftWindowsServer\",\n + \ \"offer\": \"WindowsServer\",\n \"sku\": \"2016-Datacenter\",\n + \ \"version\": \"latest\"\n },\n \"Win2012R2Datacenter\": + {\n \"publisher\": \"MicrosoftWindowsServer\",\n \"offer\": + \"WindowsServer\",\n \"sku\": \"2012-R2-Datacenter\",\n \"version\": + \"latest\"\n },\n \"Win2012Datacenter\": {\n \"publisher\": + \"MicrosoftWindowsServer\",\n \"offer\": \"WindowsServer\",\n \"sku\": + \"2012-Datacenter\",\n \"version\": \"latest\"\n },\n + \ \"Win2008R2SP1\": {\n \"publisher\": \"MicrosoftWindowsServer\",\n + \ \"offer\": \"WindowsServer\",\n \"sku\": \"2008-R2-SP1\",\n + \ \"version\": \"latest\"\n }\n }\n }\n }\n + \ }\n}\n" + headers: + accept-ranges: + - bytes + access-control-allow-origin: + - '*' + cache-control: + - max-age=300 + connection: + - keep-alive + content-length: + - '2525' + content-security-policy: + - default-src 'none'; style-src 'unsafe-inline'; sandbox + content-type: + - text/plain; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:37:46 GMT + etag: + - W/"54bceef15b892f2aa7f4c2145a49f1b5e33608722acdbb47933d7b6cbebbd7f4" + expires: + - Wed, 07 Jul 2021 21:42:46 GMT + source-age: + - '1' + strict-transport-security: + - max-age=31536000 + vary: + - Authorization,Accept-Encoding + via: + - 1.1 varnish + x-cache: + - HIT + x-cache-hits: + - '1' + x-content-type-options: + - nosniff + x-fastly-request-id: + - e99095e370db6d8112c9f0d79e650d04d872df8f + x-frame-options: + - deny + x-github-request-id: + - ABBE:0CCC:316D69:7C8907:60E5A579 + x-served-by: + - cache-sea4444-SEA + x-timer: + - S1625693867.506653,VS0,VE1 + x-xss-protection: + - 1; mode=block + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --instance-count -l + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-network/19.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks?api-version=2018-01-01 + response: + body: + string: '{"value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:37: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: '{"properties": {"template": {"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", + "contentVersion": "1.0.0.0", "parameters": {}, "variables": {}, "resources": + [{"name": "cli000003VNET", "type": "Microsoft.Network/virtualNetworks", "location": + "westus2", "apiVersion": "2015-06-15", "dependsOn": [], "tags": {}, "properties": + {"addressSpace": {"addressPrefixes": ["10.0.0.0/16"]}, "subnets": [{"name": + "cli000003Subnet", "properties": {"addressPrefix": "10.0.0.0/24"}}]}}, {"apiVersion": + "2018-01-01", "type": "Microsoft.Network/publicIPAddresses", "name": "cli000003LBPublicIP", + "location": "westus2", "tags": {}, "dependsOn": [], "properties": {"publicIPAllocationMethod": + "Dynamic"}}, {"type": "Microsoft.Network/loadBalancers", "name": "cli000003LB", + "location": "westus2", "tags": {}, "apiVersion": "2018-01-01", "dependsOn": + ["Microsoft.Network/virtualNetworks/cli000003VNET", "Microsoft.Network/publicIpAddresses/cli000003LBPublicIP"], + "properties": {"backendAddressPools": [{"name": "cli000003LBBEPool"}], "inboundNatPools": + [{"name": "cli000003LBNatPool", "properties": {"frontendIPConfiguration": {"id": + "[concat(resourceId(''Microsoft.Network/loadBalancers'', ''cli000003LB''), ''/frontendIPConfigurations/'', + ''loadBalancerFrontEnd'')]"}, "protocol": "tcp", "frontendPortRangeStart": "50000", + "frontendPortRangeEnd": "50119", "backendPort": 22}}], "frontendIPConfigurations": + [{"name": "loadBalancerFrontEnd", "properties": {"publicIPAddress": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/publicIPAddresses/cli000003LBPublicIP"}}}]}}, + {"type": "Microsoft.Compute/virtualMachineScaleSets", "name": "cli000003", "location": + "westus2", "tags": {}, "apiVersion": "2021-03-01", "dependsOn": ["Microsoft.Network/virtualNetworks/cli000003VNET", + "Microsoft.Network/loadBalancers/cli000003LB"], "sku": {"name": "Standard_DS1_v2", + "capacity": 2}, "properties": {"overprovision": true, "upgradePolicy": {"mode": + "manual", "rollingUpgradePolicy": {}}, "virtualMachineProfile": {"storageProfile": + {"osDisk": {"createOption": "FromImage", "caching": "ReadWrite", "managedDisk": + {"storageAccountType": null}}, "imageReference": {"publisher": "Canonical", + "offer": "UbuntuServer", "sku": "18.04-LTS", "version": "latest"}}, "networkProfile": + {"networkInterfaceConfigurations": [{"name": "cli751a50Nic", "properties": {"primary": + "true", "ipConfigurations": [{"name": "cli751a50IPConfig", "properties": {"subnet": + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet"}, + "loadBalancerBackendAddressPools": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/backendAddressPools/cli000003LBBEPool"}], + "loadBalancerInboundNatPools": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/inboundNatPools/cli000003LBNatPool"}]}}]}}]}, + "osProfile": {"computerNamePrefix": "cli751a50", "adminUsername": "useraabedon", + "linuxConfiguration": {"disablePasswordAuthentication": true, "ssh": {"publicKeys": + [{"path": "/home/useraabedon/.ssh/authorized_keys", "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3"}]}}}}, + "singlePlacementGroup": null}}], "outputs": {"VMSS": {"type": "object", "value": + "[reference(resourceId(''Microsoft.Compute/virtualMachineScaleSets'', ''cli000003''),providers(''Microsoft.Compute'', + ''virtualMachineScaleSets'').apiVersions[0])]"}}}, "parameters": {}, "mode": + "incremental"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss create + Connection: + - keep-alive + Content-Length: + - '4578' + Content-Type: + - application/json + ParameterSetName: + - -g -n --image --instance-count -l + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2020-10-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/vmss_deploy_wBHMItBZwAt7IWUNo86kEIcaTJwqqPbn","name":"vmss_deploy_wBHMItBZwAt7IWUNo86kEIcaTJwqqPbn","type":"Microsoft.Resources/deployments","properties":{"templateHash":"16411889795931879184","parameters":{},"mode":"Incremental","provisioningState":"Accepted","timestamp":"2021-07-07T21:37:48.4041415Z","duration":"PT0.59784S","correlationId":"fffce82c-fe03-44b7-bda4-8e16a3cdf20a","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["westus2"]},{"resourceType":"publicIPAddresses","locations":["westus2"]},{"resourceType":"loadBalancers","locations":["westus2"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachineScaleSets","locations":["westus2"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"cli000003VNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/publicIPAddresses/cli000003LBPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"cli000003LBPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"cli000003LB"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"cli000003VNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"cli000003LB"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003","resourceType":"Microsoft.Compute/virtualMachineScaleSets","resourceName":"cli000003"}]}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/vmss_deploy_wBHMItBZwAt7IWUNo86kEIcaTJwqqPbn/operationStatuses/08585759130176713322?api-version=2020-10-01 + cache-control: + - no-cache + content-length: + - '2923' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:37:47 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: + - vmss create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --instance-count -l + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585759130176713322?api-version=2020-10-01 + response: + body: + string: '{"status":"Running"}' + headers: + cache-control: + - no-cache + content-length: + - '20' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:38: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: + - vmss create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --instance-count -l + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585759130176713322?api-version=2020-10-01 + response: + body: + string: '{"status":"Running"}' + headers: + cache-control: + - no-cache + content-length: + - '20' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:38: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: + - vmss create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --instance-count -l + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585759130176713322?api-version=2020-10-01 + response: + body: + string: '{"status":"Running"}' + headers: + cache-control: + - no-cache + content-length: + - '20' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:39: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: + - vmss create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --instance-count -l + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment/operationStatuses/08585759130176713322?api-version=2020-10-01 + response: + body: + string: '{"status":"Succeeded"}' + headers: + cache-control: + - no-cache + content-length: + - '22' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:39:48 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: + - vmss create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --instance-count -l + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/mock-deployment?api-version=2020-10-01 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Resources/deployments/vmss_deploy_wBHMItBZwAt7IWUNo86kEIcaTJwqqPbn","name":"vmss_deploy_wBHMItBZwAt7IWUNo86kEIcaTJwqqPbn","type":"Microsoft.Resources/deployments","properties":{"templateHash":"16411889795931879184","parameters":{},"mode":"Incremental","provisioningState":"Succeeded","timestamp":"2021-07-07T21:39:38.7459092Z","duration":"PT1M50.9396077S","correlationId":"fffce82c-fe03-44b7-bda4-8e16a3cdf20a","providers":[{"namespace":"Microsoft.Network","resourceTypes":[{"resourceType":"virtualNetworks","locations":["westus2"]},{"resourceType":"publicIPAddresses","locations":["westus2"]},{"resourceType":"loadBalancers","locations":["westus2"]}]},{"namespace":"Microsoft.Compute","resourceTypes":[{"resourceType":"virtualMachineScaleSets","locations":["westus2"]}]}],"dependencies":[{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"cli000003VNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/publicIPAddresses/cli000003LBPublicIP","resourceType":"Microsoft.Network/publicIPAddresses","resourceName":"cli000003LBPublicIP"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"cli000003LB"},{"dependsOn":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET","resourceType":"Microsoft.Network/virtualNetworks","resourceName":"cli000003VNET"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB","resourceType":"Microsoft.Network/loadBalancers","resourceName":"cli000003LB"}],"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003","resourceType":"Microsoft.Compute/virtualMachineScaleSets","resourceName":"cli000003"}],"outputs":{"vmss":{"type":"Object","value":{"singlePlacementGroup":true,"upgradePolicy":{"mode":"Manual","rollingUpgradePolicy":{"maxBatchInstancePercent":20,"maxUnhealthyInstancePercent":20,"maxUnhealthyUpgradedInstancePercent":20,"pauseTimeBetweenBatches":"PT0S"}},"virtualMachineProfile":{"osProfile":{"computerNamePrefix":"cli751a50","adminUsername":"useraabedon","linuxConfiguration":{"disablePasswordAuthentication":true,"ssh":{"publicKeys":[{"path":"/home/useraabedon/.ssh/authorized_keys","keyData":"ssh-rsa + AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3"}]},"provisionVMAgent":true},"secrets":[],"allowExtensionOperations":true,"requireGuestProvisionSignal":true},"storageProfile":{"osDisk":{"osType":"Linux","createOption":"FromImage","caching":"ReadWrite","managedDisk":{"storageAccountType":"Premium_LRS"},"diskSizeGB":30},"imageReference":{"publisher":"Canonical","offer":"UbuntuServer","sku":"18.04-LTS","version":"latest"}},"networkProfile":{"networkInterfaceConfigurations":[{"name":"cli751a50Nic","properties":{"primary":true,"enableAcceleratedNetworking":false,"dnsSettings":{"dnsServers":[]},"enableIPForwarding":false,"ipConfigurations":[{"name":"cli751a50IPConfig","properties":{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet"},"privateIPAddressVersion":"IPv4","loadBalancerBackendAddressPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/backendAddressPools/cli000003LBBEPool"}],"loadBalancerInboundNatPools":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/inboundNatPools/cli000003LBNatPool"}]}}]}}]},"extensionProfile":{"extensions":[{"name":"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent","properties":{"autoUpgradeMinorVersion":true,"publisher":"Microsoft.Azure.Monitor","type":"AzureMonitorLinuxAgent","typeHandlerVersion":"1.0","settings":{"GCS_AUTO_CONFIG":true}}},{"name":"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent","properties":{"autoUpgradeMinorVersion":true,"publisher":"Microsoft.Azure.Security.Monitoring","type":"AzureSecurityLinuxAgent","typeHandlerVersion":"2.0","settings":{"enableGenevaUpload":true}}}]}},"provisioningState":"Succeeded","overprovision":true,"doNotRunExtensionsOnOverprovisionedVMs":false,"uniqueId":"5ce176b1-00e5-4a47-93e1-42470f29e358"}}},"outputResources":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/publicIPAddresses/cli000003LBPublicIP"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET"}]}}' + headers: + cache-control: + - no-cache + content-length: + - '7002' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:39:48 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: + - vmss create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --instance-count -l + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:39:48 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --instance-count -l + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003?$expand=instanceView&api-version=2021-03-01 + response: + body: + string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.Compute/virtualMachines/cli000003'' + under resource group ''cli_test_serialconsole000001'' was not found. For more + details please go to https://aka.ms/ARMResourceNotFoundFix"}}' + headers: + cache-control: + - no-cache + content-length: + - '305' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:39:48 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: + - vmss create + Connection: + - keep-alive + ParameterSetName: + - -g -n --image --instance-count -l + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": + \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n + \ \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": + {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": + \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": + 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": + 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n + \ \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": + \"cli751a50\",\r\n \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": + true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": + {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": + \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": + {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n + \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": + {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n + \ \"sku\": \"18.04-LTS\",\r\n \"version\": \"latest\"\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"cli751a50Nic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cli751a50IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/backendAddressPools/cli000003LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/inboundNatPools/cli000003LBNatPool\"}]}}]}}]},\r\n + \ \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n + \ \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Monitor\",\r\n \"type\": + \"AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n + \ \"settings\": {\"GCS_AUTO_CONFIG\":true}\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Security.Monitoring\",\r\n + \ \"type\": \"AzureSecurityLinuxAgent\",\r\n \"typeHandlerVersion\": + \"2.0\",\r\n \"settings\": {\"enableGenevaUpload\":true}\r\n + \ }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": + \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": + false,\r\n \"uniqueId\": \"5ce176b1-00e5-4a47-93e1-42470f29e358\"\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '4638' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:39:48 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetVMScaleSet3Min;188,Microsoft.Compute/GetVMScaleSet30Min;1252 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss list-instances + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --query + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines?api-version=2021-03-01 + response: + body: + string: "{\r\n \"value\": [\r\n {\r\n \"name\": \"cli000003_1\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/1\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n + \ \"location\": \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": + \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"instanceId\": \"1\",\r\n \"sku\": {\r\n + \ \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n + \ },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n + \ \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": + {\"networkInterfaceConfigurations\":[{\"name\":\"cli751a50Nic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cli751a50IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/backendAddressPools/cli000003LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/inboundNatPools/cli000003LBNatPool\"}]}}]}}]},\r\n + \ \"vmId\": \"58edc68e-3556-4441-b04c-53dabb86d406\",\r\n \"hardwareProfile\": + {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n + \ \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n + \ \"sku\": \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n + \ \"exactVersion\": \"18.04.202106220\"\r\n },\r\n \"osDisk\": + {\r\n \"osType\": \"Linux\",\r\n \"name\": \"cli75nuzosdxjfgbwwtlcli75nuzosdxjfgbwwtljOS__1_5349f8c0d10b437f8eced8e4e91a971a\",\r\n + \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n + \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/disks/cli75nuzosdxjfgbwwtlcli75nuzosdxjfgbwwtljOS__1_5349f8c0d10b437f8eced8e4e91a971a\"\r\n + \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": + []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": + \"cli751a50000001\",\r\n \"adminUsername\": \"useraabedon\",\r\n + \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": + true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n + \ \"path\": \"/home/useraabedon/.ssh/authorized_keys\",\r\n + \ \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": + true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n + \ \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/1/networkInterfaces/cli751a50Nic\"}]},\r\n + \ \"provisioningState\": \"Updating\"\r\n },\r\n \"resources\": + [\r\n {\r\n \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003_1/extensions/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n + \ \"location\": \"westus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"provisioningState\": \"Updating\",\r\n \"publisher\": + \"Microsoft.Azure.Monitor\",\r\n \"type\": \"AzureMonitorLinuxAgent\",\r\n + \ \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": + {\"GCS_AUTO_CONFIG\":true}\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n \"id\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003_1/extensions/Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n + \ \"location\": \"westus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"provisioningState\": \"Updating\",\r\n \"publisher\": + \"Microsoft.Azure.Security.Monitoring\",\r\n \"type\": \"AzureSecurityLinuxAgent\",\r\n + \ \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": + {\"enableGenevaUpload\":true}\r\n }\r\n }\r\n ]\r\n },\r\n + \ {\r\n \"name\": \"cli000003_2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/2\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets/virtualMachines\",\r\n + \ \"location\": \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": + \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"instanceId\": \"2\",\r\n \"sku\": {\r\n + \ \"name\": \"Standard_DS1_v2\",\r\n \"tier\": \"Standard\"\r\n + \ },\r\n \"properties\": {\r\n \"latestModelApplied\": true,\r\n + \ \"modelDefinitionApplied\": \"VirtualMachineScaleSet\",\r\n \"networkProfileConfiguration\": + {\"networkInterfaceConfigurations\":[{\"name\":\"cli751a50Nic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cli751a50IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/backendAddressPools/cli000003LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/inboundNatPools/cli000003LBNatPool\"}]}}]}}]},\r\n + \ \"vmId\": \"870318e7-04e3-4fb8-8563-f8f6324520d7\",\r\n \"hardwareProfile\": + {},\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n + \ \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n + \ \"sku\": \"18.04-LTS\",\r\n \"version\": \"latest\",\r\n + \ \"exactVersion\": \"18.04.202106220\"\r\n },\r\n \"osDisk\": + {\r\n \"osType\": \"Linux\",\r\n \"name\": \"cli75nuzosdxjfgbwwtlcli75nuzosdxjfgbwwtljOS__1_da7016de2b4a4e30848ddc5cba6b649c\",\r\n + \ \"createOption\": \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n + \ \"managedDisk\": {\r\n \"storageAccountType\": \"Premium_LRS\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/disks/cli75nuzosdxjfgbwwtlcli75nuzosdxjfgbwwtljOS__1_da7016de2b4a4e30848ddc5cba6b649c\"\r\n + \ },\r\n \"diskSizeGB\": 30\r\n },\r\n \"dataDisks\": + []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": + \"cli751a50000002\",\r\n \"adminUsername\": \"useraabedon\",\r\n + \ \"linuxConfiguration\": {\r\n \"disablePasswordAuthentication\": + true,\r\n \"ssh\": {\r\n \"publicKeys\": [\r\n {\r\n + \ \"path\": \"/home/useraabedon/.ssh/authorized_keys\",\r\n + \ \"keyData\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": + true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n + \ \"networkProfile\": {\"networkInterfaces\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualMachines/2/networkInterfaces/cli751a50Nic\"}]},\r\n + \ \"provisioningState\": \"Succeeded\"\r\n },\r\n \"resources\": + [\r\n {\r\n \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003_2/extensions/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n + \ \"location\": \"westus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"publisher\": + \"Microsoft.Azure.Monitor\",\r\n \"type\": \"AzureMonitorLinuxAgent\",\r\n + \ \"typeHandlerVersion\": \"1.0\",\r\n \"settings\": + {\"GCS_AUTO_CONFIG\":true}\r\n }\r\n },\r\n {\r\n \"name\": + \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n \"id\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachines/cli000003_2/extensions/Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachines/extensions\",\r\n + \ \"location\": \"westus2\",\r\n \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"publisher\": + \"Microsoft.Azure.Security.Monitoring\",\r\n \"type\": \"AzureSecurityLinuxAgent\",\r\n + \ \"typeHandlerVersion\": \"2.0\",\r\n \"settings\": + {\"enableGenevaUpload\":true}\r\n }\r\n }\r\n ]\r\n }\r\n + \ ]\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '12289' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:39:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/HighCostGetVMScaleSet3Min;170,Microsoft.Compute/HighCostGetVMScaleSet30Min;805,Microsoft.Compute/VMScaleSetVMViews3Min;4990 + x-ms-request-charge: + - '4' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --set + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": + \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n + \ \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": + {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": + \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": + 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": + 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n + \ \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": + \"cli751a50\",\r\n \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": + true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": + {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": + \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": + {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n + \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": + {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n + \ \"sku\": \"18.04-LTS\",\r\n \"version\": \"latest\"\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"cli751a50Nic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cli751a50IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/backendAddressPools/cli000003LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/inboundNatPools/cli000003LBNatPool\"}]}}]}}]},\r\n + \ \"extensionProfile\": {\r\n \"extensions\": [\r\n {\r\n + \ \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Monitor\",\r\n \"type\": + \"AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n + \ \"settings\": {\"GCS_AUTO_CONFIG\":true}\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Security.Monitoring\",\r\n + \ \"type\": \"AzureSecurityLinuxAgent\",\r\n \"typeHandlerVersion\": + \"2.0\",\r\n \"settings\": {\"enableGenevaUpload\":true}\r\n + \ }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": + \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": + false,\r\n \"uniqueId\": \"5ce176b1-00e5-4a47-93e1-42470f29e358\"\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '4638' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:39:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetVMScaleSet3Min;187,Microsoft.Compute/GetVMScaleSet30Min;1251 + status: + code: 200 + message: OK +- request: + body: '{"location": "westus2", "tags": {"azsecpack": "nonprod", "platformsettings.host_environment.service.platform_optedin_for_rootcerts": + "true"}, "sku": {"name": "Standard_DS1_v2", "tier": "Standard", "capacity": + 2}, "properties": {"upgradePolicy": {"mode": "Manual", "rollingUpgradePolicy": + {"maxBatchInstancePercent": 20, "maxUnhealthyInstancePercent": 20, "maxUnhealthyUpgradedInstancePercent": + 20, "pauseTimeBetweenBatches": "PT0S"}}, "virtualMachineProfile": {"osProfile": + {"computerNamePrefix": "cli751a50", "adminUsername": "useraabedon", "linuxConfiguration": + {"disablePasswordAuthentication": true, "ssh": {"publicKeys": [{"path": "/home/useraabedon/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3"}]}, + "provisionVMAgent": true}, "secrets": []}, "storageProfile": {"osDisk": {"caching": + "ReadWrite", "createOption": "FromImage", "diskSizeGB": 30, "osType": "Linux", + "managedDisk": {"storageAccountType": "Premium_LRS"}}}, "networkProfile": {"networkInterfaceConfigurations": + [{"name": "cli751a50Nic", "properties": {"primary": true, "enableAcceleratedNetworking": + false, "dnsSettings": {"dnsServers": []}, "ipConfigurations": [{"name": "cli751a50IPConfig", + "properties": {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet"}, + "privateIPAddressVersion": "IPv4", "loadBalancerBackendAddressPools": [{"id": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/backendAddressPools/cli000003LBBEPool"}], + "loadBalancerInboundNatPools": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/inboundNatPools/cli000003LBNatPool"}]}}], + "enableIPForwarding": false}}]}, "diagnosticsProfile": {"bootDiagnostics": {"enabled": + true}}, "extensionProfile": {"extensions": [{"name": "Microsoft.Azure.Monitor.AzureMonitorLinuxAgent", + "properties": {"publisher": "Microsoft.Azure.Monitor", "type": "AzureMonitorLinuxAgent", + "typeHandlerVersion": "1.0", "autoUpgradeMinorVersion": true, "settings": {"GCS_AUTO_CONFIG": + true}}}, {"name": "Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent", + "properties": {"publisher": "Microsoft.Azure.Security.Monitoring", "type": "AzureSecurityLinuxAgent", + "typeHandlerVersion": "2.0", "autoUpgradeMinorVersion": true, "settings": {"enableGenevaUpload": + true}}}]}}, "overprovision": true, "doNotRunExtensionsOnOverprovisionedVMs": + false, "singlePlacementGroup": true}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update + Connection: + - keep-alive + Content-Length: + - '3245' + Content-Type: + - application/json + ParameterSetName: + - --name --resource-group --set + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": + \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n + \ \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": + {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": + \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": + 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": + 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n + \ \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": + \"cli751a50\",\r\n \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": + true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": + {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": + \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": + {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n + \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": + {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n + \ \"sku\": \"18.04-LTS\",\r\n \"version\": \"latest\"\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"cli751a50Nic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cli751a50IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/backendAddressPools/cli000003LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/inboundNatPools/cli000003LBNatPool\"}]}}]}}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": + [\r\n {\r\n \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Monitor\",\r\n \"type\": + \"AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n + \ \"settings\": {\"GCS_AUTO_CONFIG\":true}\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Security.Monitoring\",\r\n + \ \"type\": \"AzureSecurityLinuxAgent\",\r\n \"typeHandlerVersion\": + \"2.0\",\r\n \"settings\": {\"enableGenevaUpload\":true}\r\n + \ }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": + \"Updating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": + false,\r\n \"uniqueId\": \"5ce176b1-00e5-4a47-93e1-42470f29e358\"\r\n }\r\n}" + headers: + azure-asyncnotification: + - Enabled + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/a0a26038-ee98-4c48-82b2-8fca51711fa2?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '4746' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:39:51 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/CreateVMScaleSet3Min;56,Microsoft.Compute/CreateVMScaleSet30Min;291,Microsoft.Compute/VmssQueuedVMOperations;0 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-ms-request-charge: + - '0' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --set + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/a0a26038-ee98-4c48-82b2-8fca51711fa2?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:39:50.5455727+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"a0a26038-ee98-4c48-82b2-8fca51711fa2\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:40:01 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29856 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --set + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/a0a26038-ee98-4c48-82b2-8fca51711fa2?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:39:50.5455727+00:00\",\r\n \"endTime\": + \"2021-07-07T21:40:26.6082678+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"a0a26038-ee98-4c48-82b2-8fca51711fa2\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:40:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14969,Microsoft.Compute/GetOperation30Min;29846 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --set + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": + \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n + \ \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": + {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": + \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": + 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": + 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n + \ \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": + \"cli751a50\",\r\n \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": + true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": + {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": + \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": + {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n + \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": + {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n + \ \"sku\": \"18.04-LTS\",\r\n \"version\": \"latest\"\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"cli751a50Nic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cli751a50IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/backendAddressPools/cli000003LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/inboundNatPools/cli000003LBNatPool\"}]}}]}}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": + [\r\n {\r\n \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Monitor\",\r\n \"type\": + \"AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n + \ \"settings\": {\"GCS_AUTO_CONFIG\":true}\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Security.Monitoring\",\r\n + \ \"type\": \"AzureSecurityLinuxAgent\",\r\n \"typeHandlerVersion\": + \"2.0\",\r\n \"settings\": {\"enableGenevaUpload\":true}\r\n + \ }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": + \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": + false,\r\n \"uniqueId\": \"5ce176b1-00e5-4a47-93e1-42470f29e358\"\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '4747' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:40:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetVMScaleSet3Min;182,Microsoft.Compute/GetVMScaleSet30Min;1249 + status: + code: 200 + message: OK +- request: + body: '{"instanceIds": ["2"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update-instances + Connection: + - keep-alive + Content-Length: + - '22' + Content-Type: + - application/json + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/manualupgrade?api-version=2021-03-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/c8f81c49-aa8e-4c0b-ad18-786bbe2d9a1d?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:40:38 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/c8f81c49-aa8e-4c0b-ad18-786bbe2d9a1d?monitor=true&api-version=2021-03-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1189,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1190,Microsoft.Compute/VmssQueuedVMOperations;0 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-ms-request-charge: + - '1' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update-instances + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/c8f81c49-aa8e-4c0b-ad18-786bbe2d9a1d?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:40:38.3896188+00:00\",\r\n \"endTime\": + \"2021-07-07T21:40:44.6708934+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"c8f81c49-aa8e-4c0b-ad18-786bbe2d9a1d\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:41:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14968,Microsoft.Compute/GetOperation30Min;29840 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update-instances + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/c8f81c49-aa8e-4c0b-ad18-786bbe2d9a1d?monitor=true&api-version=2021-03-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:41:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14967,Microsoft.Compute/GetOperation30Min;29839 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update-instances + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:41:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update-instances + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualmachines/2/instanceView?api-version=2021-03-01 + response: + body: + string: "{\r\n \"placementGroupId\": \"bedb4f4d-40dc-4cc4-b7a7-eda9d821e67d\",\r\n + \ \"platformUpdateDomain\": 2,\r\n \"platformFaultDomain\": 2,\r\n \"computerName\": + \"cli751a50000002\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n + \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.3.1.1\",\r\n \"statuses\": + [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": + \"Guest Agent is running\",\r\n \"time\": \"2021-07-07T21:40:51+00:00\"\r\n + \ }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": + \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": + \"1.10.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n + \ \"message\": \"Plugin enabled\"\r\n }\r\n },\r\n {\r\n + \ \"type\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"typeHandlerVersion\": \"2.15.112\",\r\n \"status\": {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": + \"Plugin enabled\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": + [\r\n {\r\n \"name\": \"cli75nuzosdxjfgbwwtlcli75nuzosdxjfgbwwtljOS__1_da7016de2b4a4e30848ddc5cba6b649c\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:40:39.1395816+00:00\"\r\n + \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {},\r\n \"extensions\": + [\r\n {\r\n \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"type\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": + \"1.10.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"message\": \"Enable succeeded\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"type\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"typeHandlerVersion\": \"2.15.112\",\r\n \"statuses\": [\r\n {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n + \ \"message\": \"Enable ASM succeeded\"\r\n }\r\n ]\r\n + \ }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n + \ {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": + \"2021-07-07T21:40:44.6396422+00:00\"\r\n },\r\n {\r\n \"code\": + \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": + \"VM running\"\r\n }\r\n ]\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '2808' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:41:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetVMScaleSetVM3Min;499,Microsoft.Compute/GetVMScaleSetVM30Min;2487,Microsoft.Compute/VMScaleSetVMViews3Min;4993 + x-ms-request-charge: + - '1' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss deallocate + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualmachines/2/deallocate?api-version=2021-03-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/8af66b6d-83ad-49aa-ace6-a9afb6ca6bfb?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:41:08 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/8af66b6d-83ad-49aa-ace6-a9afb6ca6bfb?monitor=true&api-version=2021-03-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/DeleteVMScaleSetVM3Min;239,Microsoft.Compute/DeleteVMScaleSetVM30Min;1196,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1189,Microsoft.Compute/VmssQueuedVMOperations;0 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-ms-request-charge: + - '1' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/8af66b6d-83ad-49aa-ace6-a9afb6ca6bfb?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:41:09.6398384+00:00\",\r\n \"endTime\": + \"2021-07-07T21:41:34.9056834+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"8af66b6d-83ad-49aa-ace6-a9afb6ca6bfb\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:41:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14960,Microsoft.Compute/GetOperation30Min;29830 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/8af66b6d-83ad-49aa-ace6-a9afb6ca6bfb?monitor=true&api-version=2021-03-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:41:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14959,Microsoft.Compute/GetOperation30Min;29829 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:41:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualmachines/2/instanceView?api-version=2021-03-01 + response: + body: + string: "{\r\n \"placementGroupId\": \"bedb4f4d-40dc-4cc4-b7a7-eda9d821e67d\",\r\n + \ \"platformUpdateDomain\": 2,\r\n \"platformFaultDomain\": 2,\r\n \"disks\": + [\r\n {\r\n \"name\": \"cli75nuzosdxjfgbwwtlcli75nuzosdxjfgbwwtljOS__1_da7016de2b4a4e30848ddc5cba6b649c\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:41:34.6868912+00:00\"\r\n + \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {},\r\n \"hyperVGeneration\": + \"V1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n + \ \"time\": \"2021-07-07T21:41:34.7181451+00:00\"\r\n },\r\n {\r\n + \ \"code\": \"PowerState/deallocated\",\r\n \"level\": \"Info\",\r\n + \ \"displayStatus\": \"VM deallocated\"\r\n }\r\n ]\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '880' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:41:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetVMScaleSetVM3Min;495,Microsoft.Compute/GetVMScaleSetVM30Min;2483,Microsoft.Compute/VMScaleSetVMViews3Min;4989 + x-ms-request-charge: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"instanceIds": ["2"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss start + Connection: + - keep-alive + Content-Length: + - '22' + Content-Type: + - application/json + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/start?api-version=2021-03-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/77827b2e-3daa-49a1-9479-4f6a1aa6314e?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:41:40 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/77827b2e-3daa-49a1-9479-4f6a1aa6314e?monitor=true&api-version=2021-03-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/VMScaleSetActions3Min;237,Microsoft.Compute/VMScaleSetActions30Min;1188,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1188,Microsoft.Compute/VmssQueuedVMOperations;0 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-ms-request-charge: + - '1' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss start + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/77827b2e-3daa-49a1-9479-4f6a1aa6314e?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:41:40.4369162+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"77827b2e-3daa-49a1-9479-4f6a1aa6314e\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:42:09 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14958,Microsoft.Compute/GetOperation30Min;29824 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss start + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/77827b2e-3daa-49a1-9479-4f6a1aa6314e?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:41:40.4369162+00:00\",\r\n \"endTime\": + \"2021-07-07T21:42:22.7965865+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"77827b2e-3daa-49a1-9479-4f6a1aa6314e\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:42:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14959,Microsoft.Compute/GetOperation30Min;29816 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss start + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/77827b2e-3daa-49a1-9479-4f6a1aa6314e?monitor=true&api-version=2021-03-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:42:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14958,Microsoft.Compute/GetOperation30Min;29815 + status: + code: 200 + message: OK +- request: + body: '{"instanceIds": ["2"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss stop + Connection: + - keep-alive + Content-Length: + - '22' + Content-Type: + - application/json + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/poweroff?skipShutdown=false&api-version=2021-03-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/50518163-42a0-441f-aac5-f86ad1e74b89?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:42:40 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/50518163-42a0-441f-aac5-f86ad1e74b89?monitor=true&api-version=2021-03-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/DeleteVMScaleSet3Min;78,Microsoft.Compute/DeleteVMScaleSet30Min;394,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1189,Microsoft.Compute/VmssQueuedVMOperations;0 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-ms-request-charge: + - '1' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss stop + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/50518163-42a0-441f-aac5-f86ad1e74b89?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:42:41.0154935+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"50518163-42a0-441f-aac5-f86ad1e74b89\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:43:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14960,Microsoft.Compute/GetOperation30Min;29809 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss stop + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/50518163-42a0-441f-aac5-f86ad1e74b89?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:42:41.0154935+00:00\",\r\n \"endTime\": + \"2021-07-07T21:43:19.4376046+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"50518163-42a0-441f-aac5-f86ad1e74b89\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:43:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14963,Microsoft.Compute/GetOperation30Min;29805 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss stop + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/50518163-42a0-441f-aac5-f86ad1e74b89?monitor=true&api-version=2021-03-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:43:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14962,Microsoft.Compute/GetOperation30Min;29804 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss stop + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:43:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss stop + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualmachines/2/instanceView?api-version=2021-03-01 + response: + body: + string: "{\r\n \"placementGroupId\": \"bedb4f4d-40dc-4cc4-b7a7-eda9d821e67d\",\r\n + \ \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": + \"cli751a50000002\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n + \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.3.1.1\",\r\n \"statuses\": + [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": + \"Guest Agent is running\",\r\n \"time\": \"2021-07-07T21:42:21+00:00\"\r\n + \ }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": + \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": + \"1.10.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n + \ \"message\": \"Plugin enabled\"\r\n }\r\n },\r\n {\r\n + \ \"type\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"typeHandlerVersion\": \"2.15.112\",\r\n \"status\": {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": + \"Plugin enabled\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": + [\r\n {\r\n \"name\": \"cli75nuzosdxjfgbwwtlcli75nuzosdxjfgbwwtljOS__1_da7016de2b4a4e30848ddc5cba6b649c\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:41:42.2181749+00:00\"\r\n + \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {},\r\n \"extensions\": + [\r\n {\r\n \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"type\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": + \"1.10.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"message\": \"Enable succeeded\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"type\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"typeHandlerVersion\": \"2.15.112\",\r\n \"statuses\": [\r\n {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n + \ \"message\": \"Enable ASM succeeded\"\r\n }\r\n ]\r\n + \ }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n + \ {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": + \"2021-07-07T21:43:19.4063364+00:00\"\r\n },\r\n {\r\n \"code\": + \"PowerState/stopped\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": + \"VM stopped\"\r\n }\r\n ]\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '2808' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:43:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetVMScaleSetVM3Min;493,Microsoft.Compute/GetVMScaleSetVM30Min;2481,Microsoft.Compute/VMScaleSetVMViews3Min;4986 + x-ms-request-charge: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"instanceIds": ["2"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss start + Connection: + - keep-alive + Content-Length: + - '22' + Content-Type: + - application/json + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/start?api-version=2021-03-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/74beccdc-7bcc-48fd-9bef-325fa33b9688?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:43:40 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/74beccdc-7bcc-48fd-9bef-325fa33b9688?monitor=true&api-version=2021-03-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1187,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1184,Microsoft.Compute/VmssQueuedVMOperations;0 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-ms-request-charge: + - '1' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss start + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/74beccdc-7bcc-48fd-9bef-325fa33b9688?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:43:41.7815012+00:00\",\r\n \"endTime\": + \"2021-07-07T21:43:48.4378409+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"74beccdc-7bcc-48fd-9bef-325fa33b9688\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:44:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14966,Microsoft.Compute/GetOperation30Min;29800 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss start + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/74beccdc-7bcc-48fd-9bef-325fa33b9688?monitor=true&api-version=2021-03-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:44:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14965,Microsoft.Compute/GetOperation30Min;29799 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --set + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": + \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n + \ \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": + {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": + \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": + 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": + 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n + \ \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": + \"cli751a50\",\r\n \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": + true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": + {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": + \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": + {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n + \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": + {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n + \ \"sku\": \"18.04-LTS\",\r\n \"version\": \"latest\"\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"cli751a50Nic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cli751a50IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/backendAddressPools/cli000003LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/inboundNatPools/cli000003LBNatPool\"}]}}]}}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": + [\r\n {\r\n \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Monitor\",\r\n \"type\": + \"AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n + \ \"settings\": {\"GCS_AUTO_CONFIG\":true}\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Security.Monitoring\",\r\n + \ \"type\": \"AzureSecurityLinuxAgent\",\r\n \"typeHandlerVersion\": + \"2.0\",\r\n \"settings\": {\"enableGenevaUpload\":true}\r\n + \ }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": + \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": + false,\r\n \"uniqueId\": \"5ce176b1-00e5-4a47-93e1-42470f29e358\"\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '4747' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:44:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetVMScaleSet3Min;195,Microsoft.Compute/GetVMScaleSet30Min;1244 + status: + code: 200 + message: OK +- request: + body: '{"location": "westus2", "tags": {"azsecpack": "nonprod", "platformsettings.host_environment.service.platform_optedin_for_rootcerts": + "true"}, "sku": {"name": "Standard_DS1_v2", "tier": "Standard", "capacity": + 2}, "properties": {"upgradePolicy": {"mode": "Manual", "rollingUpgradePolicy": + {"maxBatchInstancePercent": 20, "maxUnhealthyInstancePercent": 20, "maxUnhealthyUpgradedInstancePercent": + 20, "pauseTimeBetweenBatches": "PT0S"}}, "virtualMachineProfile": {"osProfile": + {"computerNamePrefix": "cli751a50", "adminUsername": "useraabedon", "linuxConfiguration": + {"disablePasswordAuthentication": true, "ssh": {"publicKeys": [{"path": "/home/useraabedon/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3"}]}, + "provisionVMAgent": true}, "secrets": []}, "storageProfile": {"osDisk": {"caching": + "ReadWrite", "createOption": "FromImage", "diskSizeGB": 30, "osType": "Linux", + "managedDisk": {"storageAccountType": "Premium_LRS"}}}, "networkProfile": {"networkInterfaceConfigurations": + [{"name": "cli751a50Nic", "properties": {"primary": true, "enableAcceleratedNetworking": + false, "dnsSettings": {"dnsServers": []}, "ipConfigurations": [{"name": "cli751a50IPConfig", + "properties": {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet"}, + "privateIPAddressVersion": "IPv4", "loadBalancerBackendAddressPools": [{"id": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/backendAddressPools/cli000003LBBEPool"}], + "loadBalancerInboundNatPools": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/inboundNatPools/cli000003LBNatPool"}]}}], + "enableIPForwarding": false}}]}, "diagnosticsProfile": {"bootDiagnostics": {"enabled": + true, "storageUri": "https://cli000002.blob.core.windows.net/"}}, "extensionProfile": + {"extensions": [{"name": "Microsoft.Azure.Monitor.AzureMonitorLinuxAgent", "properties": + {"publisher": "Microsoft.Azure.Monitor", "type": "AzureMonitorLinuxAgent", "typeHandlerVersion": + "1.0", "autoUpgradeMinorVersion": true, "settings": {"GCS_AUTO_CONFIG": true}}}, + {"name": "Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent", "properties": + {"publisher": "Microsoft.Azure.Security.Monitoring", "type": "AzureSecurityLinuxAgent", + "typeHandlerVersion": "2.0", "autoUpgradeMinorVersion": true, "settings": {"enableGenevaUpload": + true}}}]}}, "overprovision": true, "doNotRunExtensionsOnOverprovisionedVMs": + false, "singlePlacementGroup": true}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update + Connection: + - keep-alive + Content-Length: + - '3318' + Content-Type: + - application/json + ParameterSetName: + - --name --resource-group --set + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": + \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n + \ \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": + {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": + \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": + 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": + 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n + \ \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": + \"cli751a50\",\r\n \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": + true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": + {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": + \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": + {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n + \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": + {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n + \ \"sku\": \"18.04-LTS\",\r\n \"version\": \"latest\"\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"cli751a50Nic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cli751a50IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/backendAddressPools/cli000003LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/inboundNatPools/cli000003LBNatPool\"}]}}]}}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + true,\r\n \"storageUri\": \"https://cli000002.blob.core.windows.net/\"\r\n + \ }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": + [\r\n {\r\n \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Monitor\",\r\n \"type\": + \"AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n + \ \"settings\": {\"GCS_AUTO_CONFIG\":true}\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Security.Monitoring\",\r\n + \ \"type\": \"AzureSecurityLinuxAgent\",\r\n \"typeHandlerVersion\": + \"2.0\",\r\n \"settings\": {\"enableGenevaUpload\":true}\r\n + \ }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": + \"Updating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": + false,\r\n \"uniqueId\": \"5ce176b1-00e5-4a47-93e1-42470f29e358\"\r\n }\r\n}" + headers: + azure-asyncnotification: + - Enabled + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ffad4599-fa52-4592-99d1-faae992fc254?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '4830' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:44:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/CreateVMScaleSet3Min;57,Microsoft.Compute/CreateVMScaleSet30Min;288,Microsoft.Compute/VmssQueuedVMOperations;0 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-ms-request-charge: + - '0' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --set + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ffad4599-fa52-4592-99d1-faae992fc254?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:44:13.5317787+00:00\",\r\n \"endTime\": + \"2021-07-07T21:44:13.8286274+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"ffad4599-fa52-4592-99d1-faae992fc254\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:44:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14962,Microsoft.Compute/GetOperation30Min;29796 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --set + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": + \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n + \ \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": + {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": + \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": + 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": + 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n + \ \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": + \"cli751a50\",\r\n \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": + true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": + {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": + \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": + {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n + \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": + {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n + \ \"sku\": \"18.04-LTS\",\r\n \"version\": \"latest\"\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"cli751a50Nic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cli751a50IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/backendAddressPools/cli000003LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/inboundNatPools/cli000003LBNatPool\"}]}}]}}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + true,\r\n \"storageUri\": \"https://cli000002.blob.core.windows.net/\"\r\n + \ }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": + [\r\n {\r\n \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Monitor\",\r\n \"type\": + \"AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n + \ \"settings\": {\"GCS_AUTO_CONFIG\":true}\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Security.Monitoring\",\r\n + \ \"type\": \"AzureSecurityLinuxAgent\",\r\n \"typeHandlerVersion\": + \"2.0\",\r\n \"settings\": {\"enableGenevaUpload\":true}\r\n + \ }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": + \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": + false,\r\n \"uniqueId\": \"5ce176b1-00e5-4a47-93e1-42470f29e358\"\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '4831' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:44:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetVMScaleSet3Min;187,Microsoft.Compute/GetVMScaleSet30Min;1236 + status: + code: 200 + message: OK +- request: + body: '{"instanceIds": ["2"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update-instances + Connection: + - keep-alive + Content-Length: + - '22' + Content-Type: + - application/json + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/manualupgrade?api-version=2021-03-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/db0fce0b-6b44-4889-82bf-c0760e8d33a4?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:44:23 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/db0fce0b-6b44-4889-82bf-c0760e8d33a4?monitor=true&api-version=2021-03-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/VMScaleSetActions3Min;237,Microsoft.Compute/VMScaleSetActions30Min;1186,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1183,Microsoft.Compute/VmssQueuedVMOperations;0 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-ms-request-charge: + - '1' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update-instances + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/db0fce0b-6b44-4889-82bf-c0760e8d33a4?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:44:24.2818752+00:00\",\r\n \"endTime\": + \"2021-07-07T21:44:33.000694+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"db0fce0b-6b44-4889-82bf-c0760e8d33a4\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '183' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:44:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14964,Microsoft.Compute/GetOperation30Min;29789 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update-instances + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/db0fce0b-6b44-4889-82bf-c0760e8d33a4?monitor=true&api-version=2021-03-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:44:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14963,Microsoft.Compute/GetOperation30Min;29788 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update-instances + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:44:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update-instances + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualmachines/2/instanceView?api-version=2021-03-01 + response: + body: + string: "{\r\n \"placementGroupId\": \"bedb4f4d-40dc-4cc4-b7a7-eda9d821e67d\",\r\n + \ \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": + \"cli751a50000002\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n + \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.3.1.1\",\r\n \"statuses\": + [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": + \"Guest Agent is running\",\r\n \"time\": \"2021-07-07T21:44:36+00:00\"\r\n + \ }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": + \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": + \"1.10.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n + \ \"message\": \"Plugin enabled\"\r\n }\r\n },\r\n {\r\n + \ \"type\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"typeHandlerVersion\": \"2.15.112\",\r\n \"status\": {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": + \"Plugin enabled\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": + [\r\n {\r\n \"name\": \"cli75nuzosdxjfgbwwtlcli75nuzosdxjfgbwwtljOS__1_da7016de2b4a4e30848ddc5cba6b649c\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:44:25.156837+00:00\"\r\n + \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {\r\n \"consoleScreenshotBlobUri\": + \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli75nuzo-870318e7-04e3-4fb8-8563-f8f6324520d7/cli000003_2.870318e7-04e3-4fb8-8563-f8f6324520d7.screenshot.bmp\",\r\n + \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli75nuzo-870318e7-04e3-4fb8-8563-f8f6324520d7/cli000003_2.870318e7-04e3-4fb8-8563-f8f6324520d7.serialconsole.log\"\r\n + \ },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"type\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": + \"1.10.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"message\": \"Enable succeeded\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"type\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"typeHandlerVersion\": \"2.15.112\",\r\n \"statuses\": [\r\n {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n + \ \"message\": \"Enable ASM succeeded\"\r\n }\r\n ]\r\n + \ }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n + \ {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": + \"2021-07-07T21:44:32.9537689+00:00\"\r\n },\r\n {\r\n \"code\": + \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": + \"VM running\"\r\n }\r\n ]\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '3278' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:44:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetVMScaleSetVM3Min;498,Microsoft.Compute/GetVMScaleSetVM30Min;2480,Microsoft.Compute/VMScaleSetVMViews3Min;4992 + x-ms-request-charge: + - '1' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - serial-console disable + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default/disableConsole?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": true\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '46' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:44:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - serial-console disable + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": true\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '46' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:44:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - serial-console enable + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default/enableConsole?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:44:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - serial-console enable + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:44:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - serial-console enable + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualmachines/2/instanceView?api-version=2021-03-01 + response: + body: + string: "{\r\n \"placementGroupId\": \"bedb4f4d-40dc-4cc4-b7a7-eda9d821e67d\",\r\n + \ \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": + \"cli751a50000002\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n + \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.3.1.1\",\r\n \"statuses\": + [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": + \"Guest Agent is running\",\r\n \"time\": \"2021-07-07T21:44:36+00:00\"\r\n + \ }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": + \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": + \"1.10.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n + \ \"message\": \"Plugin enabled\"\r\n }\r\n },\r\n {\r\n + \ \"type\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"typeHandlerVersion\": \"2.15.112\",\r\n \"status\": {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": + \"Plugin enabled\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": + [\r\n {\r\n \"name\": \"cli75nuzosdxjfgbwwtlcli75nuzosdxjfgbwwtljOS__1_da7016de2b4a4e30848ddc5cba6b649c\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:44:25.156837+00:00\"\r\n + \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {\r\n \"consoleScreenshotBlobUri\": + \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli75nuzo-870318e7-04e3-4fb8-8563-f8f6324520d7/cli000003_2.870318e7-04e3-4fb8-8563-f8f6324520d7.screenshot.bmp\",\r\n + \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli75nuzo-870318e7-04e3-4fb8-8563-f8f6324520d7/cli000003_2.870318e7-04e3-4fb8-8563-f8f6324520d7.serialconsole.log\"\r\n + \ },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"type\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": + \"1.10.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"message\": \"Enable succeeded\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"type\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"typeHandlerVersion\": \"2.15.112\",\r\n \"statuses\": [\r\n {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n + \ \"message\": \"Enable ASM succeeded\"\r\n }\r\n ]\r\n + \ }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n + \ {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": + \"2021-07-07T21:44:32.9537689+00:00\"\r\n },\r\n {\r\n \"code\": + \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": + \"VM running\"\r\n }\r\n ]\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '3278' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:44:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetVMScaleSetVM3Min;497,Microsoft.Compute/GetVMScaleSetVM30Min;2479,Microsoft.Compute/VMScaleSetVMViews3Min;4991 + x-ms-request-charge: + - '1' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss deallocate + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualmachines/2/deallocate?api-version=2021-03-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5ca3dc44-a5be-43d0-a699-7e1101beb737?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:44:55 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5ca3dc44-a5be-43d0-a699-7e1101beb737?monitor=true&api-version=2021-03-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/DeleteVMScaleSetVM3Min;239,Microsoft.Compute/DeleteVMScaleSetVM30Min;1195,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1182,Microsoft.Compute/VmssQueuedVMOperations;0 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-ms-request-charge: + - '1' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5ca3dc44-a5be-43d0-a699-7e1101beb737?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:44:56.2820083+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"5ca3dc44-a5be-43d0-a699-7e1101beb737\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:45:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14963,Microsoft.Compute/GetOperation30Min;29787 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5ca3dc44-a5be-43d0-a699-7e1101beb737?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:44:56.2820083+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"5ca3dc44-a5be-43d0-a699-7e1101beb737\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:45:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14966,Microsoft.Compute/GetOperation30Min;29781 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5ca3dc44-a5be-43d0-a699-7e1101beb737?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:44:56.2820083+00:00\",\r\n \"endTime\": + \"2021-07-07T21:46:06.7360122+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"5ca3dc44-a5be-43d0-a699-7e1101beb737\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:46:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14964,Microsoft.Compute/GetOperation30Min;29776 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5ca3dc44-a5be-43d0-a699-7e1101beb737?monitor=true&api-version=2021-03-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:46:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14963,Microsoft.Compute/GetOperation30Min;29775 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:46:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualmachines/2/instanceView?api-version=2021-03-01 + response: + body: + string: "{\r\n \"placementGroupId\": \"bedb4f4d-40dc-4cc4-b7a7-eda9d821e67d\",\r\n + \ \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"disks\": + [\r\n {\r\n \"name\": \"cli75nuzosdxjfgbwwtlcli75nuzosdxjfgbwwtljOS__1_da7016de2b4a4e30848ddc5cba6b649c\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:46:05.6734733+00:00\"\r\n + \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {\r\n \"consoleScreenshotBlobUri\": + \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli75nuzo-870318e7-04e3-4fb8-8563-f8f6324520d7/cli000003_2.870318e7-04e3-4fb8-8563-f8f6324520d7.screenshot.bmp\",\r\n + \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli75nuzo-870318e7-04e3-4fb8-8563-f8f6324520d7/cli000003_2.870318e7-04e3-4fb8-8563-f8f6324520d7.serialconsole.log\"\r\n + \ },\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": \"Info\",\r\n + \ \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": \"2021-07-07T21:46:05.704755+00:00\"\r\n + \ },\r\n {\r\n \"code\": \"PowerState/deallocated\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"VM deallocated\"\r\n }\r\n ]\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '1350' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:46:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetVMScaleSetVM3Min;496,Microsoft.Compute/GetVMScaleSetVM30Min;2478,Microsoft.Compute/VMScaleSetVMViews3Min;4992 + x-ms-request-charge: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"instanceIds": ["2"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss start + Connection: + - keep-alive + Content-Length: + - '22' + Content-Type: + - application/json + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/start?api-version=2021-03-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5947a38f-e0ad-48ac-8ee5-fa2693011d72?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:46:26 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5947a38f-e0ad-48ac-8ee5-fa2693011d72?monitor=true&api-version=2021-03-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/VMScaleSetActions3Min;235,Microsoft.Compute/VMScaleSetActions30Min;1183,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1183,Microsoft.Compute/VmssQueuedVMOperations;0 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-ms-request-charge: + - '1' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss start + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5947a38f-e0ad-48ac-8ee5-fa2693011d72?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:46:27.0956849+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"5947a38f-e0ad-48ac-8ee5-fa2693011d72\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:46:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14964,Microsoft.Compute/GetOperation30Min;29770 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss start + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5947a38f-e0ad-48ac-8ee5-fa2693011d72?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:46:27.0956849+00:00\",\r\n \"endTime\": + \"2021-07-07T21:47:24.096226+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"5947a38f-e0ad-48ac-8ee5-fa2693011d72\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '183' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:47:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14967,Microsoft.Compute/GetOperation30Min;29767 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss start + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5947a38f-e0ad-48ac-8ee5-fa2693011d72?monitor=true&api-version=2021-03-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:47:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14966,Microsoft.Compute/GetOperation30Min;29766 + status: + code: 200 + message: OK +- request: + body: '{"instanceIds": ["2"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss stop + Connection: + - keep-alive + Content-Length: + - '22' + Content-Type: + - application/json + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/poweroff?skipShutdown=false&api-version=2021-03-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/225730c2-7891-4f5e-ae03-78bbc6e049a6?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:47:27 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/225730c2-7891-4f5e-ae03-78bbc6e049a6?monitor=true&api-version=2021-03-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/DeleteVMScaleSet3Min;79,Microsoft.Compute/DeleteVMScaleSet30Min;394,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1189,Microsoft.Compute/VmssQueuedVMOperations;0 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-ms-request-charge: + - '1' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss stop + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/225730c2-7891-4f5e-ae03-78bbc6e049a6?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:47:27.6587463+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"225730c2-7891-4f5e-ae03-78bbc6e049a6\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:47:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14970,Microsoft.Compute/GetOperation30Min;29763 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss stop + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/225730c2-7891-4f5e-ae03-78bbc6e049a6?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:47:27.6587463+00:00\",\r\n \"endTime\": + \"2021-07-07T21:48:10.268402+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"225730c2-7891-4f5e-ae03-78bbc6e049a6\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '183' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:48:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14972,Microsoft.Compute/GetOperation30Min;29758 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss stop + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/225730c2-7891-4f5e-ae03-78bbc6e049a6?monitor=true&api-version=2021-03-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:48:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14971,Microsoft.Compute/GetOperation30Min;29757 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss stop + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:48:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss stop + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualmachines/2/instanceView?api-version=2021-03-01 + response: + body: + string: "{\r\n \"placementGroupId\": \"bedb4f4d-40dc-4cc4-b7a7-eda9d821e67d\",\r\n + \ \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": + \"cli751a50000002\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n + \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.3.1.1\",\r\n \"statuses\": + [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": + \"Guest Agent is running\",\r\n \"time\": \"2021-07-07T21:47:14+00:00\"\r\n + \ }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": + \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": + \"1.10.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n + \ \"message\": \"Plugin enabled\"\r\n }\r\n },\r\n {\r\n + \ \"type\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"typeHandlerVersion\": \"2.15.112\",\r\n \"status\": {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": + \"Plugin enabled\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": + [\r\n {\r\n \"name\": \"cli75nuzosdxjfgbwwtlcli75nuzosdxjfgbwwtljOS__1_da7016de2b4a4e30848ddc5cba6b649c\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:46:27.7988417+00:00\"\r\n + \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {\r\n \"consoleScreenshotBlobUri\": + \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli75nuzo-870318e7-04e3-4fb8-8563-f8f6324520d7/cli000003_2.870318e7-04e3-4fb8-8563-f8f6324520d7.screenshot.bmp\",\r\n + \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli75nuzo-870318e7-04e3-4fb8-8563-f8f6324520d7/cli000003_2.870318e7-04e3-4fb8-8563-f8f6324520d7.serialconsole.log\"\r\n + \ },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"type\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": + \"1.10.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"message\": \"Enable succeeded\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"type\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"typeHandlerVersion\": \"2.15.112\",\r\n \"statuses\": [\r\n {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n + \ \"message\": \"Enable ASM succeeded\"\r\n }\r\n ]\r\n + \ }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n + \ {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": + \"2021-07-07T21:48:10.2527906+00:00\"\r\n },\r\n {\r\n \"code\": + \"PowerState/stopped\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": + \"VM stopped\"\r\n }\r\n ]\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '3279' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:48:28 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetVMScaleSetVM3Min;486,Microsoft.Compute/GetVMScaleSetVM30Min;2465,Microsoft.Compute/VMScaleSetVMViews3Min;4977 + x-ms-request-charge: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"instanceIds": ["2"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss start + Connection: + - keep-alive + Content-Length: + - '22' + Content-Type: + - application/json + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/start?api-version=2021-03-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/0f9ad396-357b-4338-9c73-2d0854baf2d6?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:48:28 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/0f9ad396-357b-4338-9c73-2d0854baf2d6?monitor=true&api-version=2021-03-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/VMScaleSetActions3Min;237,Microsoft.Compute/VMScaleSetActions30Min;1182,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1191,Microsoft.Compute/VmssQueuedVMOperations;0 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-ms-request-charge: + - '1' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss start + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/0f9ad396-357b-4338-9c73-2d0854baf2d6?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:48:28.5185229+00:00\",\r\n \"endTime\": + \"2021-07-07T21:48:40.4404814+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"0f9ad396-357b-4338-9c73-2d0854baf2d6\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:48:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14975,Microsoft.Compute/GetOperation30Min;29755 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss start + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/0f9ad396-357b-4338-9c73-2d0854baf2d6?monitor=true&api-version=2021-03-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:48:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14974,Microsoft.Compute/GetOperation30Min;29754 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --set + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": + \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n + \ \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": + {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": + \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": + 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": + 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n + \ \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": + \"cli751a50\",\r\n \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": + true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": + {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": + \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": + {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n + \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": + {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n + \ \"sku\": \"18.04-LTS\",\r\n \"version\": \"latest\"\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"cli751a50Nic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cli751a50IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/backendAddressPools/cli000003LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/inboundNatPools/cli000003LBNatPool\"}]}}]}}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + true,\r\n \"storageUri\": \"https://cli000002.blob.core.windows.net/\"\r\n + \ }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": + [\r\n {\r\n \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Monitor\",\r\n \"type\": + \"AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n + \ \"settings\": {\"GCS_AUTO_CONFIG\":true}\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Security.Monitoring\",\r\n + \ \"type\": \"AzureSecurityLinuxAgent\",\r\n \"typeHandlerVersion\": + \"2.0\",\r\n \"settings\": {\"enableGenevaUpload\":true}\r\n + \ }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": + \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": + false,\r\n \"uniqueId\": \"5ce176b1-00e5-4a47-93e1-42470f29e358\"\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '4831' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:48:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetVMScaleSet3Min;196,Microsoft.Compute/GetVMScaleSet30Min;1225 + status: + code: 200 + message: OK +- request: + body: '{"location": "westus2", "tags": {"azsecpack": "nonprod", "platformsettings.host_environment.service.platform_optedin_for_rootcerts": + "true"}, "sku": {"name": "Standard_DS1_v2", "tier": "Standard", "capacity": + 2}, "properties": {"upgradePolicy": {"mode": "Manual", "rollingUpgradePolicy": + {"maxBatchInstancePercent": 20, "maxUnhealthyInstancePercent": 20, "maxUnhealthyUpgradedInstancePercent": + 20, "pauseTimeBetweenBatches": "PT0S"}}, "virtualMachineProfile": {"osProfile": + {"computerNamePrefix": "cli751a50", "adminUsername": "useraabedon", "linuxConfiguration": + {"disablePasswordAuthentication": true, "ssh": {"publicKeys": [{"path": "/home/useraabedon/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3"}]}, + "provisionVMAgent": true}, "secrets": []}, "storageProfile": {"osDisk": {"caching": + "ReadWrite", "createOption": "FromImage", "diskSizeGB": 30, "osType": "Linux", + "managedDisk": {"storageAccountType": "Premium_LRS"}}}, "networkProfile": {"networkInterfaceConfigurations": + [{"name": "cli751a50Nic", "properties": {"primary": true, "enableAcceleratedNetworking": + false, "dnsSettings": {"dnsServers": []}, "ipConfigurations": [{"name": "cli751a50IPConfig", + "properties": {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet"}, + "privateIPAddressVersion": "IPv4", "loadBalancerBackendAddressPools": [{"id": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/backendAddressPools/cli000003LBBEPool"}], + "loadBalancerInboundNatPools": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/inboundNatPools/cli000003LBNatPool"}]}}], + "enableIPForwarding": false}}]}, "diagnosticsProfile": {"bootDiagnostics": {"enabled": + false}}, "extensionProfile": {"extensions": [{"name": "Microsoft.Azure.Monitor.AzureMonitorLinuxAgent", + "properties": {"publisher": "Microsoft.Azure.Monitor", "type": "AzureMonitorLinuxAgent", + "typeHandlerVersion": "1.0", "autoUpgradeMinorVersion": true, "settings": {"GCS_AUTO_CONFIG": + true}}}, {"name": "Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent", + "properties": {"publisher": "Microsoft.Azure.Security.Monitoring", "type": "AzureSecurityLinuxAgent", + "typeHandlerVersion": "2.0", "autoUpgradeMinorVersion": true, "settings": {"enableGenevaUpload": + true}}}]}}, "overprovision": true, "doNotRunExtensionsOnOverprovisionedVMs": + false, "singlePlacementGroup": true}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update + Connection: + - keep-alive + Content-Length: + - '3246' + Content-Type: + - application/json + ParameterSetName: + - --name --resource-group --set + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": + \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n + \ \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": + {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": + \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": + 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": + 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n + \ \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": + \"cli751a50\",\r\n \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": + true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": + {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": + \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": + {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n + \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": + {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n + \ \"sku\": \"18.04-LTS\",\r\n \"version\": \"latest\"\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"cli751a50Nic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cli751a50IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/backendAddressPools/cli000003LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/inboundNatPools/cli000003LBNatPool\"}]}}]}}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + false,\r\n \"storageUri\": \"https://cli000002.blob.core.windows.net/\"\r\n + \ }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": + [\r\n {\r\n \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Monitor\",\r\n \"type\": + \"AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n + \ \"settings\": {\"GCS_AUTO_CONFIG\":true}\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Security.Monitoring\",\r\n + \ \"type\": \"AzureSecurityLinuxAgent\",\r\n \"typeHandlerVersion\": + \"2.0\",\r\n \"settings\": {\"enableGenevaUpload\":true}\r\n + \ }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": + \"Updating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": + false,\r\n \"uniqueId\": \"5ce176b1-00e5-4a47-93e1-42470f29e358\"\r\n }\r\n}" + headers: + azure-asyncnotification: + - Enabled + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/54f91919-d8f9-4b0e-a8ad-bffa31816f1d?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '4831' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:49:00 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/CreateVMScaleSet3Min;59,Microsoft.Compute/CreateVMScaleSet30Min;286,Microsoft.Compute/VmssQueuedVMOperations;0 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-ms-request-charge: + - '0' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --set + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/54f91919-d8f9-4b0e-a8ad-bffa31816f1d?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:49:00.3000186+00:00\",\r\n \"endTime\": + \"2021-07-07T21:49:00.5343863+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"54f91919-d8f9-4b0e-a8ad-bffa31816f1d\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:49:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14977,Microsoft.Compute/GetOperation30Min;29752 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --set + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": + \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n + \ \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": + {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": + \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": + 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": + 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n + \ \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": + \"cli751a50\",\r\n \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": + true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": + {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": + \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": + {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n + \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": + {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n + \ \"sku\": \"18.04-LTS\",\r\n \"version\": \"latest\"\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"cli751a50Nic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cli751a50IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/backendAddressPools/cli000003LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/inboundNatPools/cli000003LBNatPool\"}]}}]}}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + false,\r\n \"storageUri\": \"https://cli000002.blob.core.windows.net/\"\r\n + \ }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": + [\r\n {\r\n \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Monitor\",\r\n \"type\": + \"AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n + \ \"settings\": {\"GCS_AUTO_CONFIG\":true}\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Security.Monitoring\",\r\n + \ \"type\": \"AzureSecurityLinuxAgent\",\r\n \"typeHandlerVersion\": + \"2.0\",\r\n \"settings\": {\"enableGenevaUpload\":true}\r\n + \ }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": + \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": + false,\r\n \"uniqueId\": \"5ce176b1-00e5-4a47-93e1-42470f29e358\"\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '4832' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:49:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetVMScaleSet3Min;194,Microsoft.Compute/GetVMScaleSet30Min;1221 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --set + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:49:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --set + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualmachines/2/instanceView?api-version=2021-03-01 + response: + body: + string: "{\r\n \"placementGroupId\": \"bedb4f4d-40dc-4cc4-b7a7-eda9d821e67d\",\r\n + \ \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": + \"cli751a50000002\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n + \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.3.1.1\",\r\n \"statuses\": + [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": + \"Guest Agent is running\",\r\n \"time\": \"2021-07-07T21:49:00+00:00\"\r\n + \ }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": + \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": + \"1.10.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n + \ \"message\": \"Plugin enabled\"\r\n }\r\n },\r\n {\r\n + \ \"type\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"typeHandlerVersion\": \"2.15.112\",\r\n \"status\": {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": + \"Plugin enabled\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": + [\r\n {\r\n \"name\": \"cli75nuzosdxjfgbwwtlcli75nuzosdxjfgbwwtljOS__1_da7016de2b4a4e30848ddc5cba6b649c\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:46:27.7988417+00:00\"\r\n + \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {\r\n \"consoleScreenshotBlobUri\": + \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli75nuzo-870318e7-04e3-4fb8-8563-f8f6324520d7/cli000003_2.870318e7-04e3-4fb8-8563-f8f6324520d7.screenshot.bmp\",\r\n + \ \"serialConsoleLogBlobUri\": \"https://cli000002.blob.core.windows.net/bootdiagnostics-cli75nuzo-870318e7-04e3-4fb8-8563-f8f6324520d7/cli000003_2.870318e7-04e3-4fb8-8563-f8f6324520d7.serialconsole.log\"\r\n + \ },\r\n \"extensions\": [\r\n {\r\n \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"type\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": + \"1.10.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"message\": \"Enable succeeded\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"type\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"typeHandlerVersion\": \"2.15.112\",\r\n \"statuses\": [\r\n {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n + \ \"message\": \"Enable ASM succeeded\"\r\n }\r\n ]\r\n + \ }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n + \ {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": + \"2021-07-07T21:48:40.4092753+00:00\"\r\n },\r\n {\r\n \"code\": + \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": + \"VM running\"\r\n }\r\n ]\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '3279' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:49:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetVMScaleSetVM3Min;486,Microsoft.Compute/GetVMScaleSetVM30Min;2464,Microsoft.Compute/VMScaleSetVMViews3Min;4979 + x-ms-request-charge: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"instanceIds": ["2"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update-instances + Connection: + - keep-alive + Content-Length: + - '22' + Content-Type: + - application/json + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/manualupgrade?api-version=2021-03-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ee6218cd-5138-41bf-8fb7-b7906f415663?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:49:10 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ee6218cd-5138-41bf-8fb7-b7906f415663?monitor=true&api-version=2021-03-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/VMScaleSetActions3Min;238,Microsoft.Compute/VMScaleSetActions30Min;1181,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1190,Microsoft.Compute/VmssQueuedVMOperations;0 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-ms-request-charge: + - '1' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update-instances + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ee6218cd-5138-41bf-8fb7-b7906f415663?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:49:11.2531758+00:00\",\r\n \"endTime\": + \"2021-07-07T21:49:17.9719749+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"ee6218cd-5138-41bf-8fb7-b7906f415663\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:49:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29748 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update-instances + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/ee6218cd-5138-41bf-8fb7-b7906f415663?monitor=true&api-version=2021-03-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:49:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14978,Microsoft.Compute/GetOperation30Min;29747 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update-instances + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:49:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update-instances + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualmachines/2/instanceView?api-version=2021-03-01 + response: + body: + string: "{\r\n \"placementGroupId\": \"bedb4f4d-40dc-4cc4-b7a7-eda9d821e67d\",\r\n + \ \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": + \"cli751a50000002\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n + \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.3.1.1\",\r\n \"statuses\": + [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": + \"Guest Agent is running\",\r\n \"time\": \"2021-07-07T21:49:23+00:00\"\r\n + \ }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": + \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": + \"1.10.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n + \ \"message\": \"Plugin enabled\"\r\n }\r\n },\r\n {\r\n + \ \"type\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"typeHandlerVersion\": \"2.15.112\",\r\n \"status\": {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": + \"Plugin enabled\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": + [\r\n {\r\n \"name\": \"cli75nuzosdxjfgbwwtlcli75nuzosdxjfgbwwtljOS__1_da7016de2b4a4e30848ddc5cba6b649c\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:46:27.7988417+00:00\"\r\n + \ }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n + \ \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"type\": + \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": + \"1.10.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"message\": \"Enable succeeded\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"type\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"typeHandlerVersion\": \"2.15.112\",\r\n \"statuses\": [\r\n {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n + \ \"message\": \"Enable ASM succeeded\"\r\n }\r\n ]\r\n + \ }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n + \ {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": + \"2021-07-07T21:49:17.9407237+00:00\"\r\n },\r\n {\r\n \"code\": + \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": + \"VM running\"\r\n }\r\n ]\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '2782' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:49:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetVMScaleSetVM3Min;491,Microsoft.Compute/GetVMScaleSetVM30Min;2463,Microsoft.Compute/VMScaleSetVMViews3Min;4985 + x-ms-request-charge: + - '1' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss deallocate + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualmachines/2/deallocate?api-version=2021-03-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/3f725552-cfd4-4458-965b-0049e5746ae3?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:49:41 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/3f725552-cfd4-4458-965b-0049e5746ae3?monitor=true&api-version=2021-03-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/DeleteVMScaleSetVM3Min;239,Microsoft.Compute/DeleteVMScaleSetVM30Min;1194,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1189,Microsoft.Compute/VmssQueuedVMOperations;0 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-ms-request-charge: + - '1' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/3f725552-cfd4-4458-965b-0049e5746ae3?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:49:42.3471993+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"3f725552-cfd4-4458-965b-0049e5746ae3\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:50:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29793 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/3f725552-cfd4-4458-965b-0049e5746ae3?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:49:42.3471993+00:00\",\r\n \"endTime\": + \"2021-07-07T21:50:17.9880817+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"3f725552-cfd4-4458-965b-0049e5746ae3\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:50:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29790 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/3f725552-cfd4-4458-965b-0049e5746ae3?monitor=true&api-version=2021-03-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:50:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14978,Microsoft.Compute/GetOperation30Min;29789 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:50:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss deallocate + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualmachines/2/instanceView?api-version=2021-03-01 + response: + body: + string: "{\r\n \"placementGroupId\": \"bedb4f4d-40dc-4cc4-b7a7-eda9d821e67d\",\r\n + \ \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"disks\": + [\r\n {\r\n \"name\": \"cli75nuzosdxjfgbwwtlcli75nuzosdxjfgbwwtljOS__1_da7016de2b4a4e30848ddc5cba6b649c\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:50:16.9255601+00:00\"\r\n + \ }\r\n ]\r\n }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n + \ \"time\": \"2021-07-07T21:50:16.9411709+00:00\"\r\n },\r\n {\r\n + \ \"code\": \"PowerState/deallocated\",\r\n \"level\": \"Info\",\r\n + \ \"displayStatus\": \"VM deallocated\"\r\n }\r\n ]\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '854' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:50:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetVMScaleSetVM3Min;495,Microsoft.Compute/GetVMScaleSetVM30Min;2464,Microsoft.Compute/VMScaleSetVMViews3Min;4995 + x-ms-request-charge: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"instanceIds": ["2"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss start + Connection: + - keep-alive + Content-Length: + - '22' + Content-Type: + - application/json + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/start?api-version=2021-03-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5d5bdc4b-a249-4fc7-aaa0-7e6190a645fd?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:50:42 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5d5bdc4b-a249-4fc7-aaa0-7e6190a645fd?monitor=true&api-version=2021-03-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/VMScaleSetActions3Min;237,Microsoft.Compute/VMScaleSetActions30Min;1182,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1189,Microsoft.Compute/VmssQueuedVMOperations;0 + x-ms-ratelimit-remaining-subscription-writes: + - '1198' + x-ms-request-charge: + - '1' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss start + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5d5bdc4b-a249-4fc7-aaa0-7e6190a645fd?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:50:43.1131801+00:00\",\r\n \"status\": + \"InProgress\",\r\n \"name\": \"5d5bdc4b-a249-4fc7-aaa0-7e6190a645fd\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '134' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:51:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29786 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss start + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5d5bdc4b-a249-4fc7-aaa0-7e6190a645fd?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:50:43.1131801+00:00\",\r\n \"endTime\": + \"2021-07-07T21:51:26.4259801+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"5d5bdc4b-a249-4fc7-aaa0-7e6190a645fd\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:51:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14980,Microsoft.Compute/GetOperation30Min;29783 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss start + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/5d5bdc4b-a249-4fc7-aaa0-7e6190a645fd?monitor=true&api-version=2021-03-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:51:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29782 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --set + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": + \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n + \ \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": + {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": + \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": + 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": + 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n + \ \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": + \"cli751a50\",\r\n \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": + true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": + {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": + \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": + {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n + \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": + {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n + \ \"sku\": \"18.04-LTS\",\r\n \"version\": \"latest\"\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"cli751a50Nic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cli751a50IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/backendAddressPools/cli000003LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/inboundNatPools/cli000003LBNatPool\"}]}}]}}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + false,\r\n \"storageUri\": \"https://cli000002.blob.core.windows.net/\"\r\n + \ }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": + [\r\n {\r\n \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Monitor\",\r\n \"type\": + \"AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n + \ \"settings\": {\"GCS_AUTO_CONFIG\":true}\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Security.Monitoring\",\r\n + \ \"type\": \"AzureSecurityLinuxAgent\",\r\n \"typeHandlerVersion\": + \"2.0\",\r\n \"settings\": {\"enableGenevaUpload\":true}\r\n + \ }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": + \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": + false,\r\n \"uniqueId\": \"5ce176b1-00e5-4a47-93e1-42470f29e358\"\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '4832' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:51:43 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetVMScaleSet3Min;194,Microsoft.Compute/GetVMScaleSet30Min;1229 + status: + code: 200 + message: OK +- request: + body: '{"location": "westus2", "tags": {"azsecpack": "nonprod", "platformsettings.host_environment.service.platform_optedin_for_rootcerts": + "true"}, "sku": {"name": "Standard_DS1_v2", "tier": "Standard", "capacity": + 2}, "properties": {"upgradePolicy": {"mode": "Manual", "rollingUpgradePolicy": + {"maxBatchInstancePercent": 20, "maxUnhealthyInstancePercent": 20, "maxUnhealthyUpgradedInstancePercent": + 20, "pauseTimeBetweenBatches": "PT0S"}}, "virtualMachineProfile": {"osProfile": + {"computerNamePrefix": "cli751a50", "adminUsername": "useraabedon", "linuxConfiguration": + {"disablePasswordAuthentication": true, "ssh": {"publicKeys": [{"path": "/home/useraabedon/.ssh/authorized_keys", + "keyData": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3"}]}, + "provisionVMAgent": true}, "secrets": []}, "storageProfile": {"osDisk": {"caching": + "ReadWrite", "createOption": "FromImage", "diskSizeGB": 30, "osType": "Linux", + "managedDisk": {"storageAccountType": "Premium_LRS"}}}, "networkProfile": {"networkInterfaceConfigurations": + [{"name": "cli751a50Nic", "properties": {"primary": true, "enableAcceleratedNetworking": + false, "dnsSettings": {"dnsServers": []}, "ipConfigurations": [{"name": "cli751a50IPConfig", + "properties": {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet"}, + "privateIPAddressVersion": "IPv4", "loadBalancerBackendAddressPools": [{"id": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/backendAddressPools/cli000003LBBEPool"}], + "loadBalancerInboundNatPools": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/inboundNatPools/cli000003LBNatPool"}]}}], + "enableIPForwarding": false}}]}, "diagnosticsProfile": {"bootDiagnostics": {"enabled": + true}}, "extensionProfile": {"extensions": [{"name": "Microsoft.Azure.Monitor.AzureMonitorLinuxAgent", + "properties": {"publisher": "Microsoft.Azure.Monitor", "type": "AzureMonitorLinuxAgent", + "typeHandlerVersion": "1.0", "autoUpgradeMinorVersion": true, "settings": {"GCS_AUTO_CONFIG": + true}}}, {"name": "Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent", + "properties": {"publisher": "Microsoft.Azure.Security.Monitoring", "type": "AzureSecurityLinuxAgent", + "typeHandlerVersion": "2.0", "autoUpgradeMinorVersion": true, "settings": {"enableGenevaUpload": + true}}}]}}, "overprovision": true, "doNotRunExtensionsOnOverprovisionedVMs": + false, "singlePlacementGroup": true}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update + Connection: + - keep-alive + Content-Length: + - '3245' + Content-Type: + - application/json + ParameterSetName: + - --name --resource-group --set + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": + \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n + \ \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": + {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": + \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": + 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": + 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n + \ \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": + \"cli751a50\",\r\n \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": + true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": + {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": + \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": + {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n + \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": + {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n + \ \"sku\": \"18.04-LTS\",\r\n \"version\": \"latest\"\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"cli751a50Nic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cli751a50IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/backendAddressPools/cli000003LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/inboundNatPools/cli000003LBNatPool\"}]}}]}}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": + [\r\n {\r\n \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Monitor\",\r\n \"type\": + \"AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n + \ \"settings\": {\"GCS_AUTO_CONFIG\":true}\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Security.Monitoring\",\r\n + \ \"type\": \"AzureSecurityLinuxAgent\",\r\n \"typeHandlerVersion\": + \"2.0\",\r\n \"settings\": {\"enableGenevaUpload\":true}\r\n + \ }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": + \"Updating\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": + false,\r\n \"uniqueId\": \"5ce176b1-00e5-4a47-93e1-42470f29e358\"\r\n }\r\n}" + headers: + azure-asyncnotification: + - Enabled + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f707f210-9dcc-450e-87de-38ae92d626c9?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '4746' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:51:44 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/CreateVMScaleSet3Min;58,Microsoft.Compute/CreateVMScaleSet30Min;286,Microsoft.Compute/VmssQueuedVMOperations;0 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-ms-request-charge: + - '0' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --set + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/f707f210-9dcc-450e-87de-38ae92d626c9?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:51:44.7386358+00:00\",\r\n \"endTime\": + \"2021-07-07T21:51:44.9417702+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"f707f210-9dcc-450e-87de-38ae92d626c9\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:51:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14977,Microsoft.Compute/GetOperation30Min;29780 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --set + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003?api-version=2021-03-01 + response: + body: + string: "{\r\n \"name\": \"cli000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003\",\r\n + \ \"type\": \"Microsoft.Compute/virtualMachineScaleSets\",\r\n \"location\": + \"westus2\",\r\n \"tags\": {\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": + \"true\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_DS1_v2\",\r\n + \ \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": + {\r\n \"singlePlacementGroup\": true,\r\n \"upgradePolicy\": {\r\n \"mode\": + \"Manual\",\r\n \"rollingUpgradePolicy\": {\r\n \"maxBatchInstancePercent\": + 20,\r\n \"maxUnhealthyInstancePercent\": 20,\r\n \"maxUnhealthyUpgradedInstancePercent\": + 20,\r\n \"pauseTimeBetweenBatches\": \"PT0S\"\r\n }\r\n },\r\n + \ \"virtualMachineProfile\": {\r\n \"osProfile\": {\r\n \"computerNamePrefix\": + \"cli751a50\",\r\n \"adminUsername\": \"useraabedon\",\r\n \"linuxConfiguration\": + {\r\n \"disablePasswordAuthentication\": true,\r\n \"ssh\": + {\r\n \"publicKeys\": [\r\n {\r\n \"path\": + \"/home/useraabedon/.ssh/authorized_keys\",\r\n \"keyData\": + \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0Gw3f0EtRO65EEYmPvlLEDipvXLlMW75hZpyuR5jAYFWTx1rHcLaUL9GtG+KQWtXBjVBTJzo3Srr4inbf1Mf21Vpy3JLfiwkN09PQlMIQXj1xgKwK6x5IXRr1+2i9VhcXQ05hsld5YPTqUW7wUIcdikQfwmHGtmZ92WiLdvAqODi9ceEcuJrABb14gquHnmbc9zVS3LhWGT+x8pvyw7co8IjmGfPuto+XbP+dOJUwNQ9nrdhhAkzHtAM5cfI5s974rREACnMszdOvszDPnL5YF6gnwHa4H1EGPfbdoV1nuSZbi9exSDP1qy3yUyJo5gI7VITgCHFyDWUAcOIlRBY3\"\r\n + \ }\r\n ]\r\n },\r\n \"provisionVMAgent\": + true\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": + true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"storageProfile\": + {\r\n \"osDisk\": {\r\n \"osType\": \"Linux\",\r\n \"createOption\": + \"FromImage\",\r\n \"caching\": \"ReadWrite\",\r\n \"managedDisk\": + {\r\n \"storageAccountType\": \"Premium_LRS\"\r\n },\r\n + \ \"diskSizeGB\": 30\r\n },\r\n \"imageReference\": + {\r\n \"publisher\": \"Canonical\",\r\n \"offer\": \"UbuntuServer\",\r\n + \ \"sku\": \"18.04-LTS\",\r\n \"version\": \"latest\"\r\n + \ }\r\n },\r\n \"networkProfile\": {\"networkInterfaceConfigurations\":[{\"name\":\"cli751a50Nic\",\"properties\":{\"primary\":true,\"enableAcceleratedNetworking\":false,\"dnsSettings\":{\"dnsServers\":[]},\"enableIPForwarding\":false,\"ipConfigurations\":[{\"name\":\"cli751a50IPConfig\",\"properties\":{\"subnet\":{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/virtualNetworks/cli000003VNET/subnets/cli000003Subnet\"},\"privateIPAddressVersion\":\"IPv4\",\"loadBalancerBackendAddressPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/backendAddressPools/cli000003LBBEPool\"}],\"loadBalancerInboundNatPools\":[{\"id\":\"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Network/loadBalancers/cli000003LB/inboundNatPools/cli000003LBNatPool\"}]}}]}}]},\r\n + \ \"diagnosticsProfile\": {\r\n \"bootDiagnostics\": {\r\n \"enabled\": + true\r\n }\r\n },\r\n \"extensionProfile\": {\r\n \"extensions\": + [\r\n {\r\n \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Monitor\",\r\n \"type\": + \"AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": \"1.0\",\r\n + \ \"settings\": {\"GCS_AUTO_CONFIG\":true}\r\n }\r\n + \ },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"properties\": {\r\n \"autoUpgradeMinorVersion\": + true,\r\n \"publisher\": \"Microsoft.Azure.Security.Monitoring\",\r\n + \ \"type\": \"AzureSecurityLinuxAgent\",\r\n \"typeHandlerVersion\": + \"2.0\",\r\n \"settings\": {\"enableGenevaUpload\":true}\r\n + \ }\r\n }\r\n ]\r\n }\r\n },\r\n \"provisioningState\": + \"Succeeded\",\r\n \"overprovision\": true,\r\n \"doNotRunExtensionsOnOverprovisionedVMs\": + false,\r\n \"uniqueId\": \"5ce176b1-00e5-4a47-93e1-42470f29e358\"\r\n }\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '4747' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:51:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetVMScaleSet3Min;190,Microsoft.Compute/GetVMScaleSet30Min;1225 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --set + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:51:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --set + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualmachines/2/instanceView?api-version=2021-03-01 + response: + body: + string: "{\r\n \"placementGroupId\": \"bedb4f4d-40dc-4cc4-b7a7-eda9d821e67d\",\r\n + \ \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": + \"cli751a50000002\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n + \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.3.1.1\",\r\n \"statuses\": + [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": + \"Guest Agent is running\",\r\n \"time\": \"2021-07-07T21:51:19+00:00\"\r\n + \ }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": + \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": + \"1.10.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n + \ \"message\": \"Plugin enabled\"\r\n }\r\n },\r\n {\r\n + \ \"type\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"typeHandlerVersion\": \"2.15.112\",\r\n \"status\": {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": + \"Plugin enabled\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": + [\r\n {\r\n \"name\": \"cli75nuzosdxjfgbwwtlcli75nuzosdxjfgbwwtljOS__1_da7016de2b4a4e30848ddc5cba6b649c\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:50:43.6444547+00:00\"\r\n + \ }\r\n ]\r\n }\r\n ],\r\n \"extensions\": [\r\n {\r\n + \ \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"type\": + \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": + \"1.10.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"message\": \"Enable succeeded\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"type\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"typeHandlerVersion\": \"2.15.112\",\r\n \"statuses\": [\r\n {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n + \ \"message\": \"Enable ASM succeeded\"\r\n }\r\n ]\r\n + \ }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n + \ {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": + \"2021-07-07T21:51:26.3947253+00:00\"\r\n },\r\n {\r\n \"code\": + \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": + \"VM running\"\r\n }\r\n ]\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '2782' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:51:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetVMScaleSetVM3Min;496,Microsoft.Compute/GetVMScaleSetVM30Min;2463,Microsoft.Compute/VMScaleSetVMViews3Min;4995 + x-ms-request-charge: + - '1' + status: + code: 200 + message: OK +- request: + body: '{"instanceIds": ["2"]}' + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update-instances + Connection: + - keep-alive + Content-Length: + - '22' + Content-Type: + - application/json + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/manualupgrade?api-version=2021-03-01 + response: + body: + string: '' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/52a59204-b3f3-4e2e-84c4-59b3b7303f76?api-version=2021-03-01 + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:51:55 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/52a59204-b3f3-4e2e-84c4-59b3b7303f76?monitor=true&api-version=2021-03-01 + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/VMScaleSetActions3Min;237,Microsoft.Compute/VMScaleSetActions30Min;1181,Microsoft.Compute/VMScaleSetBatchedVMRequests5Min;1190,Microsoft.Compute/VmssQueuedVMOperations;0 + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + x-ms-request-charge: + - '1' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update-instances + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/52a59204-b3f3-4e2e-84c4-59b3b7303f76?api-version=2021-03-01 + response: + body: + string: "{\r\n \"startTime\": \"2021-07-07T21:51:55.6293662+00:00\",\r\n \"endTime\": + \"2021-07-07T21:52:04.3637067+00:00\",\r\n \"status\": \"Succeeded\",\r\n + \ \"name\": \"52a59204-b3f3-4e2e-84c4-59b3b7303f76\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '184' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:52:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14979,Microsoft.Compute/GetOperation30Min;29778 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update-instances + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Compute/locations/westus2/operations/52a59204-b3f3-4e2e-84c4-59b3b7303f76?monitor=true&api-version=2021-03-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 07 Jul 2021 21:52:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetOperation3Min;14978,Microsoft.Compute/GetOperation30Min;29777 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update-instances + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:52:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - vmss update-instances + Connection: + - keep-alive + ParameterSetName: + - -g -n --instance-ids + User-Agent: + - AZURECLI/2.25.0 azsdk-python-azure-mgmt-compute/21.0.0 Python/3.8.10 (Windows-10-10.0.19042-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_serialconsole000001/providers/Microsoft.Compute/virtualMachineScaleSets/cli000003/virtualmachines/2/instanceView?api-version=2021-03-01 + response: + body: + string: "{\r\n \"placementGroupId\": \"bedb4f4d-40dc-4cc4-b7a7-eda9d821e67d\",\r\n + \ \"platformUpdateDomain\": 0,\r\n \"platformFaultDomain\": 0,\r\n \"computerName\": + \"cli751a50000002\",\r\n \"osName\": \"ubuntu\",\r\n \"osVersion\": \"18.04\",\r\n + \ \"vmAgent\": {\r\n \"vmAgentVersion\": \"2.3.1.1\",\r\n \"statuses\": + [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": + \"Guest Agent is running\",\r\n \"time\": \"2021-07-07T21:52:05+00:00\"\r\n + \ }\r\n ],\r\n \"extensionHandlers\": [\r\n {\r\n \"type\": + \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": + \"1.10.1\",\r\n \"status\": {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n + \ \"message\": \"Plugin enabled\"\r\n }\r\n },\r\n {\r\n + \ \"type\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"typeHandlerVersion\": \"2.15.112\",\r\n \"status\": {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Ready\",\r\n \"message\": + \"Plugin enabled\"\r\n }\r\n }\r\n ]\r\n },\r\n \"disks\": + [\r\n {\r\n \"name\": \"cli75nuzosdxjfgbwwtlcli75nuzosdxjfgbwwtljOS__1_da7016de2b4a4e30848ddc5cba6b649c\",\r\n + \ \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"time\": \"2021-07-07T21:51:56.3949606+00:00\"\r\n + \ }\r\n ]\r\n }\r\n ],\r\n \"bootDiagnostics\": {},\r\n \"extensions\": + [\r\n {\r\n \"name\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n + \ \"type\": \"Microsoft.Azure.Monitor.AzureMonitorLinuxAgent\",\r\n \"typeHandlerVersion\": + \"1.10.1\",\r\n \"statuses\": [\r\n {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n + \ \"level\": \"Info\",\r\n \"displayStatus\": \"Provisioning + succeeded\",\r\n \"message\": \"Enable succeeded\"\r\n }\r\n + \ ]\r\n },\r\n {\r\n \"name\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"type\": \"Microsoft.Azure.Security.Monitoring.AzureSecurityLinuxAgent\",\r\n + \ \"typeHandlerVersion\": \"2.15.112\",\r\n \"statuses\": [\r\n {\r\n + \ \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n + \ \"message\": \"Enable ASM succeeded\"\r\n }\r\n ]\r\n + \ }\r\n ],\r\n \"hyperVGeneration\": \"V1\",\r\n \"statuses\": [\r\n + \ {\r\n \"code\": \"ProvisioningState/succeeded\",\r\n \"level\": + \"Info\",\r\n \"displayStatus\": \"Provisioning succeeded\",\r\n \"time\": + \"2021-07-07T21:52:04.3168295+00:00\"\r\n },\r\n {\r\n \"code\": + \"PowerState/running\",\r\n \"level\": \"Info\",\r\n \"displayStatus\": + \"VM running\"\r\n }\r\n ]\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '2808' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 07 Jul 2021 21:52:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-resource: + - Microsoft.Compute/GetVMScaleSetVM3Min;496,Microsoft.Compute/GetVMScaleSetVM30Min;2462,Microsoft.Compute/VMScaleSetVMViews3Min;4989 + x-ms-request-charge: + - '1' + status: + code: 200 + message: OK +version: 1 diff --git a/src/serial-console/azext_serialconsole/tests/latest/recordings/test_enable_disable.yaml b/src/serial-console/azext_serialconsole/tests/latest/recordings/test_enable_disable.yaml new file mode 100644 index 00000000000..c24f9cb0969 --- /dev/null +++ b/src/serial-console/azext_serialconsole/tests/latest/recordings/test_enable_disable.yaml @@ -0,0 +1,108 @@ +interactions: +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - serial-console disable + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default/disableConsole?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": true\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '46' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:37:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - serial-console enable + Connection: + - keep-alive + Content-Length: + - '0' + Content-Type: + - application/json + User-Agent: + - AZURECLI/2.25.0 azsdk-python-microsoftserialconsoleclient/unknown Python/3.8.10 + (Windows-10-10.0.19042-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SerialConsole/consoleServices/default/enableConsole?api-version=2018-05-01 + response: + body: + string: "{\n \"properties\": {\n \"disabled\": false\n }\n }" + headers: + cache-control: + - no-cache + content-length: + - '47' + content-type: + - application/json; charset=UTF-8 + date: + - Wed, 07 Jul 2021 21:37:24 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - nginx + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-frame-options: + - deny + x-ms-ratelimit-remaining-subscription-writes: + - '1199' + status: + code: 200 + message: OK +version: 1 diff --git a/src/serial-console/azext_serialconsole/tests/latest/test_serialconsole_scenario.py b/src/serial-console/azext_serialconsole/tests/latest/test_serialconsole_scenario.py new file mode 100644 index 00000000000..65d19b1b004 --- /dev/null +++ b/src/serial-console/azext_serialconsole/tests/latest/test_serialconsole_scenario.py @@ -0,0 +1,411 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +import os +import json +import time +import requests +import websocket +import pytest +from azext_serialconsole.custom import check_resource +from azure.cli.testsdk.base import ScenarioTest +from azure.cli.testsdk import ( + LiveScenarioTest, StorageAccountPreparer, ResourceGroupPreparer) +from azure.cli.testsdk.exceptions import JMESPathCheckAssertionError +from azure.cli.core.azclierror import ForbiddenError, ResourceNotFoundError +from azure.cli.core.azclierror import AzureConnectionError +from azure.cli.core.azclierror import ForbiddenError +from azure.core.exceptions import ResourceNotFoundError as ComputeClientResourceNotFoundError + +TEST_DIR = os.path.abspath(os.path.join(os.path.abspath(__file__), '..')) + +class CheckResourceTest(ScenarioTest): + + @ResourceGroupPreparer(name_prefix='cli_test_serialconsole', location='westus2') + @StorageAccountPreparer(name_prefix='cli', location="westus2") + def test_check_resource_VMSS(self, resource_group, storage_account): + name = self.create_random_name(prefix='cli', length=24) + self.kwargs.update({ + 'sa': storage_account, + 'rg': resource_group, + 'name': name, + 'urn': 'UbuntuLTS', + 'loc': 'westus2' + }) + + with self.assertRaises(ComputeClientResourceNotFoundError): + check_resource(self.cli_ctx, resource_group, name, None) + with self.assertRaises(ComputeClientResourceNotFoundError): + check_resource(self.cli_ctx, resource_group, name, "0") + + self.cmd('az vmss create -g {rg} -n {name} --image {urn} --instance-count 2 -l {loc}') + + with self.assertRaises(ResourceNotFoundError): + check_resource(self.cli_ctx, resource_group, name, None) + + iid = self.cmd('vmss list-instances --resource-group {rg} --name {name} --query "[].instanceId"').get_output_in_json()[1] + self.kwargs.update({'id': iid}) + self.cmd('az vmss update --name {name} --resource-group {rg} --set virtualMachineProfile.diagnosticsProfile="{{\\"bootDiagnostics\\": {{\\"Enabled\\" : \\"True\\",\\"StorageUri\\" : null}}}}"') + self.cmd('az vmss update-instances -g {rg} -n {name} --instance-ids {id}') + + check_resource(self.cli_ctx, resource_group, name, iid) + + self.cmd('az vmss deallocate -g {rg} -n {name} --instance-ids {id}') + + with self.assertRaises(AzureConnectionError): + check_resource(self.cli_ctx, resource_group, name, iid) + + self.cmd('az vmss start -g {rg} -n {name} --instance-ids {id}') + self.cmd('az vmss stop -g {rg} -n {name} --instance-ids {id}') + + check_resource(self.cli_ctx, resource_group, name, iid) + + self.cmd('az vmss start -g {rg} -n {name} --instance-ids {id}') + self.cmd('az vmss update --name {name} --resource-group {rg} --set virtualMachineProfile.diagnosticsProfile="{{\\"bootDiagnostics\\": {{\\"Enabled\\" : \\"True\\",\\"StorageUri\\":\\"https://{sa}.blob.core.windows.net/\\"}}}}"') + self.cmd('az vmss update-instances -g {rg} -n {name} --instance-ids {id}') + + check_resource(self.cli_ctx, resource_group, name, iid) + + self.cmd('az serial-console disable') + + with self.assertRaises(ForbiddenError): + check_resource(self.cli_ctx, resource_group, name, iid) + + self.cmd('az serial-console enable') + + check_resource(self.cli_ctx, resource_group, name, iid) + + self.cmd('az vmss deallocate -g {rg} -n {name} --instance-ids {id}') + + with self.assertRaises(AzureConnectionError): + check_resource(self.cli_ctx, resource_group, name, iid) + + self.cmd('az vmss start -g {rg} -n {name} --instance-ids {id}') + self.cmd('az vmss stop -g {rg} -n {name} --instance-ids {id}') + + check_resource(self.cli_ctx, resource_group, name, iid) + + self.cmd('az vmss start -g {rg} -n {name} --instance-ids {id}') + self.cmd('az vmss update --name {name} --resource-group {rg} --set virtualMachineProfile.diagnosticsProfile="{{\\"bootDiagnostics\\": {{\\"Enabled\\" : \\"False\\",\\"StorageUri\\" : null}}}}"') + + check_resource(self.cli_ctx, resource_group, name, iid) + + self.cmd('az vmss update-instances -g {rg} -n {name} --instance-ids {id}') + + with self.assertRaises(AzureConnectionError): + check_resource(self.cli_ctx, resource_group, name, iid) + + self.cmd('az vmss deallocate -g {rg} -n {name} --instance-ids {id}') + + with self.assertRaises(AzureConnectionError): + check_resource(self.cli_ctx, resource_group, name, iid) + + self.cmd('az vmss start -g {rg} -n {name} --instance-ids {id}') + self.cmd('az vmss update --name {name} --resource-group {rg} --set virtualMachineProfile.diagnosticsProfile="{{\\"bootDiagnostics\\": {{\\"Enabled\\" : \\"True\\",\\"StorageUri\\" : null}}}}"') + + with self.assertRaises(AzureConnectionError): + check_resource(self.cli_ctx, resource_group, name, iid) + + self.cmd('az vmss update-instances -g {rg} -n {name} --instance-ids {id}') + + check_resource(self.cli_ctx, resource_group, name, iid) + + @ResourceGroupPreparer(name_prefix='cli_test_serialconsole', location='westus2') + @StorageAccountPreparer(name_prefix='cli', location="westus2") + def test_check_resource_VM(self, resource_group, storage_account): + name = self.create_random_name(prefix='cli', length=24) + self.kwargs.update({ + 'sa': storage_account, + 'rg': resource_group, + 'name': name, + 'urn': 'UbuntuLTS', + 'loc': 'westus2' + }) + + with self.assertRaises(ComputeClientResourceNotFoundError): + check_resource(self.cli_ctx, resource_group, name, None) + with self.assertRaises(ComputeClientResourceNotFoundError): + check_resource(self.cli_ctx, resource_group, name, "0") + + self.cmd('az vm create -g {rg} -n {name} --image {urn} -l {loc} --generate-ssh-keys') + + with self.assertRaises(AzureConnectionError): + check_resource(self.cli_ctx, resource_group, name, None) + + self.cmd('az vm boot-diagnostics enable -g {rg} -n {name}') + + check_resource(self.cli_ctx, resource_group, name, None) + + self.cmd('az vm deallocate -g {rg} -n {name}') + + with self.assertRaises(AzureConnectionError): + check_resource(self.cli_ctx, resource_group, name, None) + + self.cmd('az vm start -g {rg} -n {name}') + self.cmd('az vm stop -g {rg} -n {name}') + + check_resource(self.cli_ctx, resource_group, name, None) + + self.cmd('az vm boot-diagnostics disable -g {rg} -n {name}') + + with self.assertRaises(AzureConnectionError): + check_resource(self.cli_ctx, resource_group, name, None) + + self.cmd('az vm start -g {rg} -n {name}') + + with self.assertRaises(AzureConnectionError): + check_resource(self.cli_ctx, resource_group, name, None) + + self.cmd('az vm boot-diagnostics enable -g {rg} -n {name} --storage {sa}') + + check_resource(self.cli_ctx, resource_group, name, None) + + self.cmd('az serial-console disable') + + with self.assertRaises(ForbiddenError): + check_resource(self.cli_ctx, resource_group, name, None) + + self.cmd('az serial-console enable') + + check_resource(self.cli_ctx, resource_group, name, None) + + self.cmd('az vm deallocate -g {rg} -n {name}') + + with self.assertRaises(AzureConnectionError): + check_resource(self.cli_ctx, resource_group, name, None) + + +class SerialConsoleEnableDisableTest(ScenarioTest): + + def test_enable_disable(self): + self.cmd('az serial-console disable', checks=[ + self.check('properties.disabled', 'True') + ]) + self.cmd('az serial-console enable', checks=[ + self.check('properties.disabled', 'False') + ]) + + +class SerialconsoleAdminCommandsTest(LiveScenarioTest): + + def check_result(self, resource_group_name, vm_vmss_name, vmss_instanceid=None, message=""): + ARM_ENDPOINT = "https://management.azure.com" + RP_PROVIDER = "Microsoft.SerialConsole" + subscription_id = self.get_subscription_id() + vm_path = f"virtualMachineScaleSets/{vm_vmss_name}/virtualMachines/{vmss_instanceid}" \ + if vmss_instanceid else f"virtualMachines/{vm_vmss_name}" + connection_url = (f"{ARM_ENDPOINT}/subscriptions/{subscription_id}/resourcegroups/{resource_group_name}" + f"/providers/Microsoft.Compute/{vm_path}" + f"/providers/{RP_PROVIDER}/serialPorts/0" + f"/connect?api-version=2018-05-01") + + from azure.cli.core._profile import Profile + token_info, _, _ = Profile().get_raw_token() + access_token = token_info[1] + application_json_format = "application/json" + headers = {'authorization': "Bearer " + access_token, + 'accept': application_json_format, + 'content-type': application_json_format} + result = requests.post(connection_url, headers=headers) + json_results = json.loads(result.text) + self.assertTrue(result.status_code == + 200 and "connectionString" in json_results) + websocket_url = json_results["connectionString"] + + ws = websocket.WebSocket() + ws.connect(websocket_url + "?authorization=" + access_token, timeout=30) + buffer = "" + while True: + try: + buffer += ws.recv() + except (websocket.WebSocketTimeoutException, websocket.WebSocketConnectionClosedException): + break + + assert message in buffer + + @ResourceGroupPreparer(name_prefix='cli_test_serialconsole', location='westus2') + @StorageAccountPreparer(name_prefix='cli', location="westus2") + def test_send_sysrq_VMSS(self, resource_group, storage_account): + name = self.create_random_name(prefix='cli', length=24) + self.kwargs.update({ + 'sa': storage_account, + 'rg': resource_group, + 'name': name, + 'urn': 'UbuntuLTS', + 'loc': 'westus2' + }) + self.cmd( + 'az vmss create -g {rg} -n {name} --image {urn} --instance-count 2 -l {loc}') + self.cmd('az vmss update --name {name} --resource-group {rg} --set virtualMachineProfile.diagnosticsProfile="{{\\"bootDiagnostics\\": {{\\"Enabled\\" : \\"True\\",\\"StorageUri\\":\\"https://{sa}.blob.core.windows.net/\\"}}}}"') + result = self.cmd( + 'vmss list-instances --resource-group {rg} --name {name} --query "[].instanceId"').get_output_in_json() + self.kwargs.update({'id': result[1]}) + self.cmd( + 'az vmss update-instances -g {rg} -n {name} --instance-ids {id}') + time.sleep(60) + for i in range(5): + try: + self.cmd('vmss get-instance-view --resource-group {rg} --name {name} --instance-id {id}', checks=[ + self.check('statuses[0].code', + 'ProvisioningState/succeeded'), + self.check('statuses[1].code', 'PowerState/running'), + ]) + break + except JMESPathCheckAssertionError: + time.sleep(30) + self.cmd( + 'serial-console send sysrq -g {rg} -n {name} --instance-id {id} --input h') + self.check_result(resource_group, name, + vmss_instanceid=result[1], message="sysrq: HELP") + + @ResourceGroupPreparer(name_prefix='cli_test_serialconsole', location='westus2') + @StorageAccountPreparer(name_prefix='cli', location="westus2") + def test_send_nmi_VMSS(self, resource_group, storage_account): + name = self.create_random_name(prefix='cli', length=24) + self.kwargs.update({ + 'sa': storage_account, + 'rg': resource_group, + 'name': name, + 'urn': 'UbuntuLTS', + 'loc': 'westus2' + }) + self.cmd( + 'az vmss create -g {rg} -n {name} --image {urn} --instance-count 2 -l {loc}') + self.cmd('az vmss update --name {name} --resource-group {rg} --set virtualMachineProfile.diagnosticsProfile="{{\\"bootDiagnostics\\": {{\\"Enabled\\" : \\"True\\",\\"StorageUri\\":\\"https://{sa}.blob.core.windows.net/\\"}}}}"') + result = self.cmd( + 'vmss list-instances --resource-group {rg} --name {name} --query "[].instanceId"').get_output_in_json() + self.kwargs.update({'id': result[1]}) + self.cmd( + 'az vmss update-instances -g {rg} -n {name} --instance-ids {id}') + time.sleep(60) + for i in range(5): + try: + self.cmd('vmss get-instance-view --resource-group {rg} --name {name} --instance-id {id}', checks=[ + self.check('statuses[0].code', + 'ProvisioningState/succeeded'), + self.check('statuses[1].code', 'PowerState/running'), + ]) + break + except JMESPathCheckAssertionError: + time.sleep(30) + self.cmd( + 'serial-console send nmi -g {rg} -n {name} --instance-id {id}') + self.check_result(resource_group, name, + vmss_instanceid=result[1], message="NMI received") + + @ResourceGroupPreparer(name_prefix='cli_test_serialconsole', location='westus2') + @StorageAccountPreparer(name_prefix='cli', location="westus2") + def test_send_reset_VMSS(self, resource_group, storage_account): + name = self.create_random_name(prefix='cli', length=24) + self.kwargs.update({ + 'sa': storage_account, + 'rg': resource_group, + 'name': name, + 'urn': 'UbuntuLTS', + 'loc': 'westus2' + }) + self.cmd( + 'az vmss create -g {rg} -n {name} --image {urn} --instance-count 2 -l {loc}') + self.cmd('az vmss update --name {name} --resource-group {rg} --set virtualMachineProfile.diagnosticsProfile="{{\\"bootDiagnostics\\": {{\\"Enabled\\" : \\"True\\",\\"StorageUri\\":\\"https://{sa}.blob.core.windows.net/\\"}}}}"') + result = self.cmd( + 'vmss list-instances --resource-group {rg} --name {name} --query "[].instanceId"').get_output_in_json() + self.kwargs.update({'id': result[1]}) + self.cmd( + 'az vmss update-instances -g {rg} -n {name} --instance-ids {id}') + time.sleep(60) + for i in range(5): + try: + self.cmd('vmss get-instance-view --resource-group {rg} --name {name} --instance-id {id}', checks=[ + self.check('statuses[0].code', + 'ProvisioningState/succeeded'), + self.check('statuses[1].code', 'PowerState/running'), + ]) + break + except JMESPathCheckAssertionError: + time.sleep(30) + self.cmd('serial-console send reset -g {rg} -n {name} --instance-id {id}') + + @ResourceGroupPreparer(name_prefix='cli_test_serialconsole', location='westus2') + @StorageAccountPreparer(name_prefix='cli', location="westus2") + def test_send_nmi_VM(self, resource_group, storage_account): + name = self.create_random_name(prefix='cli', length=24) + self.kwargs.update({ + 'sa': storage_account, + 'rg': resource_group, + 'name': name, + 'urn': 'UbuntuLTS', + 'loc': 'westus2' + }) + self.cmd( + 'az vm create -g {rg} -n {name} --image {urn} --boot-diagnostics-storage {sa} -l {loc} --generate-ssh-keys') + time.sleep(60) + for i in range(5): + try: + self.cmd('vm get-instance-view --resource-group {rg} --name {name}', checks=[ + self.check( + 'instanceView.statuses[0].code', 'ProvisioningState/succeeded'), + self.check( + 'instanceView.statuses[1].code', 'PowerState/running'), + ]) + break + except JMESPathCheckAssertionError: + time.sleep(30) + self.cmd('serial-console send nmi -g {rg} -n {name}') + self.check_result(resource_group, name, message="NMI received") + + @ResourceGroupPreparer(name_prefix='cli_test_serialconsole', location='westus2') + @StorageAccountPreparer(name_prefix='cli', location="westus2") + def test_send_sysrq_VM(self, resource_group, storage_account): + name = self.create_random_name(prefix='cli', length=24) + self.kwargs.update({ + 'sa': storage_account, + 'rg': resource_group, + 'name': name, + 'urn': 'UbuntuLTS', + 'loc': 'westus2' + }) + self.cmd( + 'az vm create -g {rg} -n {name} --image {urn} --boot-diagnostics-storage {sa} -l {loc} --generate-ssh-keys') + time.sleep(60) + for i in range(5): + try: + self.cmd('vm get-instance-view --resource-group {rg} --name {name}', checks=[ + self.check( + 'instanceView.statuses[0].code', 'ProvisioningState/succeeded'), + self.check( + 'instanceView.statuses[1].code', 'PowerState/running'), + ]) + break + except JMESPathCheckAssertionError: + time.sleep(30) + self.cmd('serial-console send sysrq -g {rg} -n {name} --input h') + self.check_result(resource_group, name, message="sysrq: HELP") + + @ResourceGroupPreparer(name_prefix='cli_test_serialconsole', location='westus2') + @StorageAccountPreparer(name_prefix='cli', location="westus2") + def test_send_reset_VM(self, resource_group, storage_account): + name = self.create_random_name(prefix='cli', length=24) + self.kwargs.update({ + 'sa': storage_account, + 'rg': resource_group, + 'name': name, + 'urn': 'UbuntuLTS', + 'loc': 'westus2' + }) + self.cmd( + 'az vm create -g {rg} -n {name} --image {urn} --boot-diagnostics-storage {sa} -l {loc} --generate-ssh-keys') + time.sleep(60) + for i in range(5): + try: + self.cmd('vm get-instance-view --resource-group {rg} --name {name}', checks=[ + self.check( + 'instanceView.statuses[0].code', 'ProvisioningState/succeeded'), + self.check( + 'instanceView.statuses[1].code', 'PowerState/running'), + ]) + break + except JMESPathCheckAssertionError: + time.sleep(30) + self.cmd('serial-console send reset -g {rg} -n {name}') diff --git a/src/serial-console/azext_serialconsole/vendored_sdks/__init__.py b/src/serial-console/azext_serialconsole/vendored_sdks/__init__.py new file mode 100644 index 00000000000..c9cfdc73e77 --- /dev/null +++ b/src/serial-console/azext_serialconsole/vendored_sdks/__init__.py @@ -0,0 +1,12 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +__path__ = __import__('pkgutil').extend_path(__path__, __name__) diff --git a/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/__init__.py b/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/__init__.py new file mode 100644 index 00000000000..4c4341cce29 --- /dev/null +++ b/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/__init__.py @@ -0,0 +1,16 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from ._microsoft_serial_console_client import MicrosoftSerialConsoleClient +__all__ = ['MicrosoftSerialConsoleClient'] + +try: + from ._patch import patch_sdk # type: ignore + patch_sdk() +except ImportError: + pass diff --git a/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/_configuration.py b/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/_configuration.py new file mode 100644 index 00000000000..c457c24783e --- /dev/null +++ b/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/_configuration.py @@ -0,0 +1,70 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from typing import TYPE_CHECKING + +from azure.core.configuration import Configuration +from azure.core.pipeline import policies +from azure.mgmt.core.policies import ARMHttpLoggingPolicy + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from typing import Any + + from azure.core.credentials import TokenCredential + +VERSION = "unknown" + +class MicrosoftSerialConsoleClientConfiguration(Configuration): + """Configuration for MicrosoftSerialConsoleClient. + + Note that all parameters used to create this instance are saved as instance + attributes. + + :param credential: Credential needed for the client to connect to Azure. + :type credential: ~azure.core.credentials.TokenCredential + :param subscription_id: Subscription ID which uniquely identifies the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call requiring it. + :type subscription_id: str + """ + + def __init__( + self, + credential, # type: "TokenCredential" + subscription_id, # type: str + **kwargs # type: Any + ): + # type: (...) -> None + if credential is None: + raise ValueError("Parameter 'credential' must not be None.") + if subscription_id is None: + raise ValueError("Parameter 'subscription_id' must not be None.") + super(MicrosoftSerialConsoleClientConfiguration, self).__init__(**kwargs) + + self.credential = credential + self.subscription_id = subscription_id + self.api_version = "2018-05-01" + self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default']) + kwargs.setdefault('sdk_moniker', 'microsoftserialconsoleclient/{}'.format(VERSION)) + self._configure(**kwargs) + + def _configure( + self, + **kwargs # type: Any + ): + # type: (...) -> None + self.user_agent_policy = kwargs.get('user_agent_policy') or policies.UserAgentPolicy(**kwargs) + self.headers_policy = kwargs.get('headers_policy') or policies.HeadersPolicy(**kwargs) + self.proxy_policy = kwargs.get('proxy_policy') or policies.ProxyPolicy(**kwargs) + self.logging_policy = kwargs.get('logging_policy') or policies.NetworkTraceLoggingPolicy(**kwargs) + self.http_logging_policy = kwargs.get('http_logging_policy') or ARMHttpLoggingPolicy(**kwargs) + self.retry_policy = kwargs.get('retry_policy') or policies.RetryPolicy(**kwargs) + self.custom_hook_policy = kwargs.get('custom_hook_policy') or policies.CustomHookPolicy(**kwargs) + self.redirect_policy = kwargs.get('redirect_policy') or policies.RedirectPolicy(**kwargs) + self.authentication_policy = kwargs.get('authentication_policy') + if self.credential and not self.authentication_policy: + self.authentication_policy = policies.BearerTokenCredentialPolicy(self.credential, *self.credential_scopes, **kwargs) diff --git a/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/_microsoft_serial_console_client.py b/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/_microsoft_serial_console_client.py new file mode 100644 index 00000000000..3176195fef4 --- /dev/null +++ b/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/_microsoft_serial_console_client.py @@ -0,0 +1,69 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from typing import TYPE_CHECKING + +from azure.mgmt.core import ARMPipelineClient +from msrest import Deserializer, Serializer + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from typing import Any, Optional + + from azure.core.credentials import TokenCredential + +from ._configuration import MicrosoftSerialConsoleClientConfiguration +from .operations import MicrosoftSerialConsoleClientOperationsMixin +from .operations import SerialPortsOperations +from . import models + + +class MicrosoftSerialConsoleClient(MicrosoftSerialConsoleClientOperationsMixin): + """The Azure Serial Console allows you to access the serial console of a Virtual Machine or VM scale set instance. + + :ivar serial_ports: SerialPortsOperations operations + :vartype serial_ports: microsoft_serial_console_client.operations.SerialPortsOperations + :param credential: Credential needed for the client to connect to Azure. + :type credential: ~azure.core.credentials.TokenCredential + :param subscription_id: Subscription ID which uniquely identifies the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call requiring it. + :type subscription_id: str + :param str base_url: Service URL + """ + + def __init__( + self, + credential, # type: "TokenCredential" + subscription_id, # type: str + base_url=None, # type: Optional[str] + **kwargs # type: Any + ): + # type: (...) -> None + if not base_url: + base_url = 'https://management.azure.com' + self._config = MicrosoftSerialConsoleClientConfiguration(credential, subscription_id, **kwargs) + self._client = ARMPipelineClient(base_url=base_url, config=self._config, **kwargs) + + client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} + self._serialize = Serializer(client_models) + self._deserialize = Deserializer(client_models) + + self.serial_ports = SerialPortsOperations( + self._client, self._config, self._serialize, self._deserialize) + + def close(self): + # type: () -> None + self._client.close() + + def __enter__(self): + # type: () -> MicrosoftSerialConsoleClient + self._client.__enter__() + return self + + def __exit__(self, *exc_details): + # type: (Any) -> None + self._client.__exit__(*exc_details) diff --git a/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/models/__init__.py b/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/models/__init__.py new file mode 100644 index 00000000000..68eace947f8 --- /dev/null +++ b/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/models/__init__.py @@ -0,0 +1,57 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +try: + from ._models_py3 import CloudErrorBody + from ._models_py3 import DisableSerialConsoleResult + from ._models_py3 import EnableSerialConsoleResult + from ._models_py3 import GetSerialConsoleSubscriptionNotFound + from ._models_py3 import ProxyResource + from ._models_py3 import Resource + from ._models_py3 import SerialConsoleOperations + from ._models_py3 import SerialConsoleOperationsValueItem + from ._models_py3 import SerialConsoleOperationsValueItemDisplay + from ._models_py3 import SerialConsoleStatus + from ._models_py3 import SerialPort + from ._models_py3 import SerialPortConnectResult + from ._models_py3 import SerialPortListResult +except (SyntaxError, ImportError): + from ._models import CloudErrorBody # type: ignore + from ._models import DisableSerialConsoleResult # type: ignore + from ._models import EnableSerialConsoleResult # type: ignore + from ._models import GetSerialConsoleSubscriptionNotFound # type: ignore + from ._models import ProxyResource # type: ignore + from ._models import Resource # type: ignore + from ._models import SerialConsoleOperations # type: ignore + from ._models import SerialConsoleOperationsValueItem # type: ignore + from ._models import SerialConsoleOperationsValueItemDisplay # type: ignore + from ._models import SerialConsoleStatus # type: ignore + from ._models import SerialPort # type: ignore + from ._models import SerialPortConnectResult # type: ignore + from ._models import SerialPortListResult # type: ignore + +from ._microsoft_serial_console_client_enums import ( + SerialPortState, +) + +__all__ = [ + 'CloudErrorBody', + 'DisableSerialConsoleResult', + 'EnableSerialConsoleResult', + 'GetSerialConsoleSubscriptionNotFound', + 'ProxyResource', + 'Resource', + 'SerialConsoleOperations', + 'SerialConsoleOperationsValueItem', + 'SerialConsoleOperationsValueItemDisplay', + 'SerialConsoleStatus', + 'SerialPort', + 'SerialPortConnectResult', + 'SerialPortListResult', + 'SerialPortState', +] diff --git a/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/models/_microsoft_serial_console_client_enums.py b/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/models/_microsoft_serial_console_client_enums.py new file mode 100644 index 00000000000..1125b26eca6 --- /dev/null +++ b/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/models/_microsoft_serial_console_client_enums.py @@ -0,0 +1,34 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from enum import Enum, EnumMeta +from six import with_metaclass + +class _CaseInsensitiveEnumMeta(EnumMeta): + def __getitem__(self, name): + return super().__getitem__(name.upper()) + + def __getattr__(cls, name): + """Return the enum member matching `name` + We use __getattr__ instead of descriptors or inserting into the enum + class' __dict__ in order to support `name` and `value` being both + properties for enum members (which live in the class' __dict__) and + enum members themselves. + """ + try: + return cls._member_map_[name.upper()] + except KeyError: + raise AttributeError(name) + + +class SerialPortState(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """Specifies whether the port is enabled for a serial console connection. + """ + + ENABLED = "enabled" + DISABLED = "disabled" diff --git a/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/models/_models.py b/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/models/_models.py new file mode 100644 index 00000000000..d4ec3a5821a --- /dev/null +++ b/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/models/_models.py @@ -0,0 +1,342 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +import msrest.serialization + + +class CloudErrorBody(msrest.serialization.Model): + """An error response from the Batch service. + + :param code: An identifier for the error. Codes are invariant and are intended to be consumed + programmatically. + :type code: str + :param message: A message describing the error, intended to be suitable for display in a user + interface. + :type message: str + :param target: The target of the particular error. For example, the name of the property in + error. + :type target: str + :param details: A list of additional details about the error. + :type details: list[~microsoft_serial_console_client.models.CloudErrorBody] + """ + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'target': {'key': 'target', 'type': 'str'}, + 'details': {'key': 'details', 'type': '[CloudErrorBody]'}, + } + + def __init__( + self, + **kwargs + ): + super(CloudErrorBody, self).__init__(**kwargs) + self.code = kwargs.get('code', None) + self.message = kwargs.get('message', None) + self.target = kwargs.get('target', None) + self.details = kwargs.get('details', None) + + +class DisableSerialConsoleResult(msrest.serialization.Model): + """Returns whether or not Serial Console is disabled. + + :param disabled: Whether or not Serial Console is disabled. + :type disabled: bool + """ + + _attribute_map = { + 'disabled': {'key': 'disabled', 'type': 'bool'}, + } + + def __init__( + self, + **kwargs + ): + super(DisableSerialConsoleResult, self).__init__(**kwargs) + self.disabled = kwargs.get('disabled', None) + + +class EnableSerialConsoleResult(msrest.serialization.Model): + """Returns whether or not Serial Console is disabled (enabled). + + :param disabled: Whether or not Serial Console is disabled (enabled). + :type disabled: bool + """ + + _attribute_map = { + 'disabled': {'key': 'disabled', 'type': 'bool'}, + } + + def __init__( + self, + **kwargs + ): + super(EnableSerialConsoleResult, self).__init__(**kwargs) + self.disabled = kwargs.get('disabled', None) + + +class GetSerialConsoleSubscriptionNotFound(msrest.serialization.Model): + """Error saying that the provided subscription could not be found. + + :param code: Error code. + :type code: str + :param message: Subscription not found message. + :type message: str + """ + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(GetSerialConsoleSubscriptionNotFound, self).__init__(**kwargs) + self.code = kwargs.get('code', None) + self.message = kwargs.get('message', None) + + +class Resource(msrest.serialization.Model): + """The Resource model definition. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar id: Resource Id. + :vartype id: str + :ivar name: Resource name. + :vartype name: str + :ivar type: Resource type. + :vartype type: str + """ + + _validation = { + 'id': {'readonly': True}, + 'name': {'readonly': True}, + 'type': {'readonly': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(Resource, self).__init__(**kwargs) + self.id = None + self.name = None + self.type = None + + +class ProxyResource(Resource): + """The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar id: Resource Id. + :vartype id: str + :ivar name: Resource name. + :vartype name: str + :ivar type: Resource type. + :vartype type: str + """ + + _validation = { + 'id': {'readonly': True}, + 'name': {'readonly': True}, + 'type': {'readonly': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(ProxyResource, self).__init__(**kwargs) + + +class SerialConsoleOperations(msrest.serialization.Model): + """Serial Console operations. + + :param value: A list of Serial Console operations. + :type value: list[~microsoft_serial_console_client.models.SerialConsoleOperationsValueItem] + """ + + _attribute_map = { + 'value': {'key': 'value', 'type': '[SerialConsoleOperationsValueItem]'}, + } + + def __init__( + self, + **kwargs + ): + super(SerialConsoleOperations, self).__init__(**kwargs) + self.value = kwargs.get('value', None) + + +class SerialConsoleOperationsValueItem(msrest.serialization.Model): + """SerialConsoleOperationsValueItem. + + :param name: + :type name: str + :param is_data_action: + :type is_data_action: str + :param display: + :type display: ~microsoft_serial_console_client.models.SerialConsoleOperationsValueItemDisplay + """ + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'is_data_action': {'key': 'isDataAction', 'type': 'str'}, + 'display': {'key': 'display', 'type': 'SerialConsoleOperationsValueItemDisplay'}, + } + + def __init__( + self, + **kwargs + ): + super(SerialConsoleOperationsValueItem, self).__init__(**kwargs) + self.name = kwargs.get('name', None) + self.is_data_action = kwargs.get('is_data_action', None) + self.display = kwargs.get('display', None) + + +class SerialConsoleOperationsValueItemDisplay(msrest.serialization.Model): + """SerialConsoleOperationsValueItemDisplay. + + :param provider: + :type provider: str + :param resource: + :type resource: str + :param operation: + :type operation: str + :param description: + :type description: str + """ + + _attribute_map = { + 'provider': {'key': 'provider', 'type': 'str'}, + 'resource': {'key': 'resource', 'type': 'str'}, + 'operation': {'key': 'operation', 'type': 'str'}, + 'description': {'key': 'description', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(SerialConsoleOperationsValueItemDisplay, self).__init__(**kwargs) + self.provider = kwargs.get('provider', None) + self.resource = kwargs.get('resource', None) + self.operation = kwargs.get('operation', None) + self.description = kwargs.get('description', None) + + +class SerialConsoleStatus(msrest.serialization.Model): + """Returns whether or not Serial Console is disabled. + + :param disabled: Whether or not Serial Console is disabled. + :type disabled: bool + """ + + _attribute_map = { + 'disabled': {'key': 'disabled', 'type': 'bool'}, + } + + def __init__( + self, + **kwargs + ): + super(SerialConsoleStatus, self).__init__(**kwargs) + self.disabled = kwargs.get('disabled', None) + + +class SerialPort(Resource): + """Represents the serial port of the parent resource. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar id: Resource Id. + :vartype id: str + :ivar name: Resource name. + :vartype name: str + :ivar type: Resource type. + :vartype type: str + :param state: Specifies whether the port is enabled for a serial console connection. Possible + values include: "enabled", "disabled". + :type state: str or ~microsoft_serial_console_client.models.SerialPortState + """ + + _validation = { + 'id': {'readonly': True}, + 'name': {'readonly': True}, + 'type': {'readonly': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + 'state': {'key': 'properties.state', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(SerialPort, self).__init__(**kwargs) + self.state = kwargs.get('state', None) + + +class SerialPortConnectResult(msrest.serialization.Model): + """Returns a connection string to the serial port of the resource. + + :param connection_string: Connection string to the serial port of the resource. + :type connection_string: str + """ + + _attribute_map = { + 'connection_string': {'key': 'connectionString', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(SerialPortConnectResult, self).__init__(**kwargs) + self.connection_string = kwargs.get('connection_string', None) + + +class SerialPortListResult(msrest.serialization.Model): + """The list serial ports operation response. + + :param value: The list of serial ports. + :type value: list[~microsoft_serial_console_client.models.SerialPort] + """ + + _attribute_map = { + 'value': {'key': 'value', 'type': '[SerialPort]'}, + } + + def __init__( + self, + **kwargs + ): + super(SerialPortListResult, self).__init__(**kwargs) + self.value = kwargs.get('value', None) diff --git a/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/models/_models_py3.py b/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/models/_models_py3.py new file mode 100644 index 00000000000..d0286cb3a64 --- /dev/null +++ b/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/models/_models_py3.py @@ -0,0 +1,377 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from typing import List, Optional, Union + +import msrest.serialization + +from ._microsoft_serial_console_client_enums import * + + +class CloudErrorBody(msrest.serialization.Model): + """An error response from the Batch service. + + :param code: An identifier for the error. Codes are invariant and are intended to be consumed + programmatically. + :type code: str + :param message: A message describing the error, intended to be suitable for display in a user + interface. + :type message: str + :param target: The target of the particular error. For example, the name of the property in + error. + :type target: str + :param details: A list of additional details about the error. + :type details: list[~microsoft_serial_console_client.models.CloudErrorBody] + """ + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'target': {'key': 'target', 'type': 'str'}, + 'details': {'key': 'details', 'type': '[CloudErrorBody]'}, + } + + def __init__( + self, + *, + code: Optional[str] = None, + message: Optional[str] = None, + target: Optional[str] = None, + details: Optional[List["CloudErrorBody"]] = None, + **kwargs + ): + super(CloudErrorBody, self).__init__(**kwargs) + self.code = code + self.message = message + self.target = target + self.details = details + + +class DisableSerialConsoleResult(msrest.serialization.Model): + """Returns whether or not Serial Console is disabled. + + :param disabled: Whether or not Serial Console is disabled. + :type disabled: bool + """ + + _attribute_map = { + 'disabled': {'key': 'disabled', 'type': 'bool'}, + } + + def __init__( + self, + *, + disabled: Optional[bool] = None, + **kwargs + ): + super(DisableSerialConsoleResult, self).__init__(**kwargs) + self.disabled = disabled + + +class EnableSerialConsoleResult(msrest.serialization.Model): + """Returns whether or not Serial Console is disabled (enabled). + + :param disabled: Whether or not Serial Console is disabled (enabled). + :type disabled: bool + """ + + _attribute_map = { + 'disabled': {'key': 'disabled', 'type': 'bool'}, + } + + def __init__( + self, + *, + disabled: Optional[bool] = None, + **kwargs + ): + super(EnableSerialConsoleResult, self).__init__(**kwargs) + self.disabled = disabled + + +class GetSerialConsoleSubscriptionNotFound(msrest.serialization.Model): + """Error saying that the provided subscription could not be found. + + :param code: Error code. + :type code: str + :param message: Subscription not found message. + :type message: str + """ + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + } + + def __init__( + self, + *, + code: Optional[str] = None, + message: Optional[str] = None, + **kwargs + ): + super(GetSerialConsoleSubscriptionNotFound, self).__init__(**kwargs) + self.code = code + self.message = message + + +class Resource(msrest.serialization.Model): + """The Resource model definition. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar id: Resource Id. + :vartype id: str + :ivar name: Resource name. + :vartype name: str + :ivar type: Resource type. + :vartype type: str + """ + + _validation = { + 'id': {'readonly': True}, + 'name': {'readonly': True}, + 'type': {'readonly': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(Resource, self).__init__(**kwargs) + self.id = None + self.name = None + self.type = None + + +class ProxyResource(Resource): + """The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar id: Resource Id. + :vartype id: str + :ivar name: Resource name. + :vartype name: str + :ivar type: Resource type. + :vartype type: str + """ + + _validation = { + 'id': {'readonly': True}, + 'name': {'readonly': True}, + 'type': {'readonly': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(ProxyResource, self).__init__(**kwargs) + + +class SerialConsoleOperations(msrest.serialization.Model): + """Serial Console operations. + + :param value: A list of Serial Console operations. + :type value: list[~microsoft_serial_console_client.models.SerialConsoleOperationsValueItem] + """ + + _attribute_map = { + 'value': {'key': 'value', 'type': '[SerialConsoleOperationsValueItem]'}, + } + + def __init__( + self, + *, + value: Optional[List["SerialConsoleOperationsValueItem"]] = None, + **kwargs + ): + super(SerialConsoleOperations, self).__init__(**kwargs) + self.value = value + + +class SerialConsoleOperationsValueItem(msrest.serialization.Model): + """SerialConsoleOperationsValueItem. + + :param name: + :type name: str + :param is_data_action: + :type is_data_action: str + :param display: + :type display: ~microsoft_serial_console_client.models.SerialConsoleOperationsValueItemDisplay + """ + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'is_data_action': {'key': 'isDataAction', 'type': 'str'}, + 'display': {'key': 'display', 'type': 'SerialConsoleOperationsValueItemDisplay'}, + } + + def __init__( + self, + *, + name: Optional[str] = None, + is_data_action: Optional[str] = None, + display: Optional["SerialConsoleOperationsValueItemDisplay"] = None, + **kwargs + ): + super(SerialConsoleOperationsValueItem, self).__init__(**kwargs) + self.name = name + self.is_data_action = is_data_action + self.display = display + + +class SerialConsoleOperationsValueItemDisplay(msrest.serialization.Model): + """SerialConsoleOperationsValueItemDisplay. + + :param provider: + :type provider: str + :param resource: + :type resource: str + :param operation: + :type operation: str + :param description: + :type description: str + """ + + _attribute_map = { + 'provider': {'key': 'provider', 'type': 'str'}, + 'resource': {'key': 'resource', 'type': 'str'}, + 'operation': {'key': 'operation', 'type': 'str'}, + 'description': {'key': 'description', 'type': 'str'}, + } + + def __init__( + self, + *, + provider: Optional[str] = None, + resource: Optional[str] = None, + operation: Optional[str] = None, + description: Optional[str] = None, + **kwargs + ): + super(SerialConsoleOperationsValueItemDisplay, self).__init__(**kwargs) + self.provider = provider + self.resource = resource + self.operation = operation + self.description = description + + +class SerialConsoleStatus(msrest.serialization.Model): + """Returns whether or not Serial Console is disabled. + + :param disabled: Whether or not Serial Console is disabled. + :type disabled: bool + """ + + _attribute_map = { + 'disabled': {'key': 'disabled', 'type': 'bool'}, + } + + def __init__( + self, + *, + disabled: Optional[bool] = None, + **kwargs + ): + super(SerialConsoleStatus, self).__init__(**kwargs) + self.disabled = disabled + + +class SerialPort(Resource): + """Represents the serial port of the parent resource. + + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar id: Resource Id. + :vartype id: str + :ivar name: Resource name. + :vartype name: str + :ivar type: Resource type. + :vartype type: str + :param state: Specifies whether the port is enabled for a serial console connection. Possible + values include: "enabled", "disabled". + :type state: str or ~microsoft_serial_console_client.models.SerialPortState + """ + + _validation = { + 'id': {'readonly': True}, + 'name': {'readonly': True}, + 'type': {'readonly': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'name': {'key': 'name', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, + 'state': {'key': 'properties.state', 'type': 'str'}, + } + + def __init__( + self, + *, + state: Optional[Union[str, "SerialPortState"]] = None, + **kwargs + ): + super(SerialPort, self).__init__(**kwargs) + self.state = state + + +class SerialPortConnectResult(msrest.serialization.Model): + """Returns a connection string to the serial port of the resource. + + :param connection_string: Connection string to the serial port of the resource. + :type connection_string: str + """ + + _attribute_map = { + 'connection_string': {'key': 'connectionString', 'type': 'str'}, + } + + def __init__( + self, + *, + connection_string: Optional[str] = None, + **kwargs + ): + super(SerialPortConnectResult, self).__init__(**kwargs) + self.connection_string = connection_string + + +class SerialPortListResult(msrest.serialization.Model): + """The list serial ports operation response. + + :param value: The list of serial ports. + :type value: list[~microsoft_serial_console_client.models.SerialPort] + """ + + _attribute_map = { + 'value': {'key': 'value', 'type': '[SerialPort]'}, + } + + def __init__( + self, + *, + value: Optional[List["SerialPort"]] = None, + **kwargs + ): + super(SerialPortListResult, self).__init__(**kwargs) + self.value = value diff --git a/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/operations/__init__.py b/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/operations/__init__.py new file mode 100644 index 00000000000..7c0e862d8de --- /dev/null +++ b/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/operations/__init__.py @@ -0,0 +1,15 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from ._microsoft_serial_console_client_operations import MicrosoftSerialConsoleClientOperationsMixin +from ._serial_ports_operations import SerialPortsOperations + +__all__ = [ + 'MicrosoftSerialConsoleClientOperationsMixin', + 'SerialPortsOperations', +] diff --git a/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/operations/_microsoft_serial_console_client_operations.py b/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/operations/_microsoft_serial_console_client_operations.py new file mode 100644 index 00000000000..adde116812a --- /dev/null +++ b/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/operations/_microsoft_serial_console_client_operations.py @@ -0,0 +1,203 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from typing import TYPE_CHECKING +import warnings + +from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpRequest, HttpResponse +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from typing import Any, Callable, Dict, Generic, Optional, TypeVar, Union + + T = TypeVar('T') + ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +class MicrosoftSerialConsoleClientOperationsMixin(object): + + def get_console_status( + self, + default="default", # type: str + **kwargs # type: Any + ): + # type: (...) -> Union["models.SerialConsoleStatus", "models.GetSerialConsoleSubscriptionNotFound"] + """Get the disabled status for a subscription. + + Gets whether or not Serial Console is disabled for a given subscription. + + :param default: Default parameter. Leave the value as "default". + :type default: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: SerialConsoleStatus or GetSerialConsoleSubscriptionNotFound, or the result of cls(response) + :rtype: ~microsoft_serial_console_client.models.SerialConsoleStatus or ~microsoft_serial_console_client.models.GetSerialConsoleSubscriptionNotFound + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType[Union["models.SerialConsoleStatus", "models.GetSerialConsoleSubscriptionNotFound"]] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-05-01" + accept = "application/json" + + # Construct URL + url = self.get_console_status.metadata['url'] # type: ignore + path_format_arguments = { + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + 'default': self._serialize.url("default", default, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + request = self._client.get(url, query_parameters, header_parameters) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if response.status_code == 200: + deserialized = self._deserialize('SerialConsoleStatus', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + get_console_status.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.SerialConsole/consoleServices/{default}'} # type: ignore + + def disable_console( + self, + default="default", # type: str + **kwargs # type: Any + ): + # type: (...) -> Union["models.DisableSerialConsoleResult", "models.GetSerialConsoleSubscriptionNotFound"] + """Disable Serial Console for a subscription. + + Disables the Serial Console service for all VMs and VM scale sets in the provided subscription. + + :param default: Default parameter. Leave the value as "default". + :type default: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: DisableSerialConsoleResult or GetSerialConsoleSubscriptionNotFound, or the result of cls(response) + :rtype: ~microsoft_serial_console_client.models.DisableSerialConsoleResult or ~microsoft_serial_console_client.models.GetSerialConsoleSubscriptionNotFound + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType[Union["models.DisableSerialConsoleResult", "models.GetSerialConsoleSubscriptionNotFound"]] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-05-01" + accept = "application/json" + content_type = "application/json" + + # Construct URL + url = self.disable_console.metadata['url'] # type: ignore + path_format_arguments = { + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + 'default': self._serialize.url("default", default, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + header_parameters['Content-Type'] = self._serialize.header("content-type", content_type, 'str') + + request = self._client.post(url, query_parameters, header_parameters) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if response.status_code == 200: + deserialized = self._deserialize('DisableSerialConsoleResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + disable_console.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.SerialConsole/consoleServices/{default}/disableConsole'} # type: ignore + + def enable_console( + self, + default="default", # type: str + **kwargs # type: Any + ): + # type: (...) -> Union["models.EnableSerialConsoleResult", "models.GetSerialConsoleSubscriptionNotFound"] + """Enable Serial Console for a subscription. + + Enables the Serial Console service for all VMs and VM scale sets in the provided subscription. + + :param default: Default parameter. Leave the value as "default". + :type default: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: EnableSerialConsoleResult or GetSerialConsoleSubscriptionNotFound, or the result of cls(response) + :rtype: ~microsoft_serial_console_client.models.EnableSerialConsoleResult or ~microsoft_serial_console_client.models.GetSerialConsoleSubscriptionNotFound + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType[Union["models.EnableSerialConsoleResult", "models.GetSerialConsoleSubscriptionNotFound"]] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-05-01" + accept = "application/json" + content_type = "application/json" + + # Construct URL + url = self.enable_console.metadata['url'] # type: ignore + path_format_arguments = { + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + 'default': self._serialize.url("default", default, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + header_parameters['Content-Type'] = self._serialize.header("content-type", content_type, 'str') + + request = self._client.post(url, query_parameters, header_parameters) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + if response.status_code == 200: + deserialized = self._deserialize('EnableSerialConsoleResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + enable_console.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.SerialConsole/consoleServices/{default}/enableConsole'} # type: ignore diff --git a/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/operations/_serial_ports_operations.py b/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/operations/_serial_ports_operations.py new file mode 100644 index 00000000000..b21ef7e93b6 --- /dev/null +++ b/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/operations/_serial_ports_operations.py @@ -0,0 +1,122 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from typing import TYPE_CHECKING +import warnings + +from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpRequest, HttpResponse +from azure.mgmt.core.exceptions import ARMErrorFormat + +from .. import models + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from typing import Any, Callable, Dict, Generic, Optional, TypeVar + + T = TypeVar('T') + ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +class SerialPortsOperations(object): + """SerialPortsOperations operations. + + You should not instantiate this class directly. Instead, you should create a Client instance that + instantiates it for you and attaches it as an attribute. + + :ivar models: Alias to model classes used in this operation group. + :type models: ~microsoft_serial_console_client.models + :param client: Client for service requests. + :param config: Configuration of service client. + :param serializer: An object model serializer. + :param deserializer: An object model deserializer. + """ + + models = models + + def __init__(self, client, config, serializer, deserializer): + self._client = client + self._serialize = serializer + self._deserialize = deserializer + self._config = config + + def connect( + self, + resource_group_name, # type: str + resource_provider_namespace, # type: str + parent_resource_type, # type: str + parent_resource, # type: str + serial_port, # type: str + **kwargs # type: Any + ): + # type: (...) -> "models.SerialPortConnectResult" + """Connect to serial port of the target resource. + + :param resource_group_name: The name of the resource group. + :type resource_group_name: str + :param resource_provider_namespace: The namespace of the resource provider. + :type resource_provider_namespace: str + :param parent_resource_type: The resource type of the parent resource. For example: + 'virtualMachines' or 'virtualMachineScaleSets'. + :type parent_resource_type: str + :param parent_resource: The resource name, or subordinate path, for the parent of the serial + port. For example: the name of the virtual machine. + :type parent_resource: str + :param serial_port: The name of the serial port to connect to. + :type serial_port: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: SerialPortConnectResult, or the result of cls(response) + :rtype: ~microsoft_serial_console_client.models.SerialPortConnectResult + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["models.SerialPortConnectResult"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-05-01" + accept = "application/json" + accept_language = "en" + content_type = "application/json" + + # Construct URL + url = self.connect.metadata['url'] # type: ignore + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str'), + 'resourceProviderNamespace': self._serialize.url("resource_provider_namespace", resource_provider_namespace, 'str'), + 'parentResourceType': self._serialize.url("parent_resource_type", parent_resource_type, 'str', skip_quote=True), + 'parentResource': self._serialize.url("parent_resource", parent_resource, 'str'), + 'serialPort': self._serialize.url("serial_port", serial_port, 'str'), + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + header_parameters['Accept-Language'] = self._serialize.header("accept-language", accept_language, 'str') + header_parameters['Content-Type'] = self._serialize.header("content-type", content_type, 'str') + + request = self._client.post(url, query_parameters, header_parameters) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, error_format=ARMErrorFormat) + + deserialized = self._deserialize('SerialPortConnectResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + connect.metadata = {'url': '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourceType}/{parentResource}/providers/Microsoft.SerialConsole/serialPorts/{serialPort}/connect'} # type: ignore diff --git a/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/py.typed b/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/py.typed new file mode 100644 index 00000000000..e5aff4f83af --- /dev/null +++ b/src/serial-console/azext_serialconsole/vendored_sdks/serialconsole/py.typed @@ -0,0 +1 @@ +# Marker file for PEP 561. \ No newline at end of file diff --git a/src/serial-console/setup.cfg b/src/serial-console/setup.cfg new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/serial-console/setup.py b/src/serial-console/setup.py new file mode 100644 index 00000000000..0ea19bd2be1 --- /dev/null +++ b/src/serial-console/setup.py @@ -0,0 +1,58 @@ +#!/usr/bin/env python + +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + + +from codecs import open +from setuptools import setup, find_packages +try: + from azure_bdist_wheel import cmdclass +except ImportError: + from distutils import log as logger + logger.warn("Wheel is not available, disabling bdist_wheel hook") + +# TODO: Confirm this is the right version number you want and it matches your +# HISTORY.rst entry. +VERSION = '0.1.0' + +# The full list of classifiers is available at +# https://pypi.python.org/pypi?%3Aaction=list_classifiers +CLASSIFIERS = [ + 'Development Status :: 4 - Beta', + 'Intended Audience :: Developers', + 'Intended Audience :: System Administrators', + 'Programming Language :: Python', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'License :: OSI Approved :: MIT License', +] + +# TODO: Add any additional SDK dependencies here +DEPENDENCIES = ["websocket-client~=0.56.0"] + +with open('README.md', 'r', encoding='utf-8') as f: + README = f.read() +with open('HISTORY.rst', 'r', encoding='utf-8') as f: + HISTORY = f.read() + +setup( + name='serial-console', + version=VERSION, + description='Microsoft Azure Command-Line Tools for Serial Console Extension', + # TODO: Update author and email, if applicable + author='Microsoft Corporation', + author_email='azpycli@microsoft.com', + # TODO: change to your extension source code repo if the code will not be put in azure-cli-extensions repo + url='https://github.com/Azure/azure-cli-extensions/tree/master/src/serialconsole', + long_description=README + '\n\n' + HISTORY, + license='MIT', + classifiers=CLASSIFIERS, + packages=find_packages(), + install_requires=DEPENDENCIES, + package_data={'azext_serialconsole': ['azext_metadata.json']}, +) diff --git a/src/service_name.json b/src/service_name.json index 95adf07ef57..2970319cb39 100644 --- a/src/service_name.json +++ b/src/service_name.json @@ -429,6 +429,11 @@ "AzureServiceName": "Azure Data Protection", "URL": "" }, + { + "Command": "az serial-console", + "AzureServiceName": "Azure Serial Console", + "URL": "https://docs.microsoft.com/en-us/troubleshoot/azure/virtual-machines/serial-console-overview" + }, { "Command": "az arcdata", "AzureServiceName": "Azure Data Services", From 88054de6622e5f4865e9e26bfe93ad333a23c654 Mon Sep 17 00:00:00 2001 From: Adil Adilli Date: Tue, 27 Jul 2021 20:06:39 -0700 Subject: [PATCH 13/20] update aks-preview version (#3699) Co-authored-by: Adil Adilli --- src/aks-preview/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aks-preview/setup.py b/src/aks-preview/setup.py index 6b7064d91e0..692ab56763f 100644 --- a/src/aks-preview/setup.py +++ b/src/aks-preview/setup.py @@ -8,7 +8,7 @@ from codecs import open as open1 from setuptools import setup, find_packages -VERSION = "0.5.24" +VERSION = "0.5.25" CLASSIFIERS = [ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', From 630eccecd2a6fdac0a5c33aa86be56fac004e9b7 Mon Sep 17 00:00:00 2001 From: Azure CLI Bot Date: Wed, 28 Jul 2021 13:48:02 +0800 Subject: [PATCH 14/20] [Release] Update index.json for extension [ aks-preview ] (#3707) Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=1020111 Last commit: https://github.com/Azure/azure-cli-extensions/commit/88054de6622e5f4865e9e26bfe93ad333a23c654 --- src/index.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/src/index.json b/src/index.json index 011ae550fa1..343a6972f99 100644 --- a/src/index.json +++ b/src/index.json @@ -3304,6 +3304,49 @@ "version": "0.5.24" }, "sha256Digest": "4f2e624cc8e1a9ef653295b563d883f2fe58016ca1ba5b45485f17d60d410de7" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-0.5.25-py2.py3-none-any.whl", + "filename": "aks_preview-0.5.25-py2.py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.0.49", + "classifiers": [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "License :: OSI Approved :: MIT License" + ], + "extensions": { + "python.details": { + "contacts": [ + { + "email": "azpycli@microsoft.com", + "name": "Microsoft Corporation", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst" + }, + "project_urls": { + "Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/aks-preview" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "aks-preview", + "summary": "Provides a preview for upcoming AKS features", + "version": "0.5.25" + }, + "sha256Digest": "67e35a0b44ffa2c73c98e0ef8604705302707a383b1ffe37a5a9368f2d2a24bb" } ], "alertsmanagement": [ From a993bc0191c59287cbda6b6c464ecc49f45b2942 Mon Sep 17 00:00:00 2001 From: songlu <37168047+PARADISSEEKR@users.noreply.github.com> Date: Wed, 28 Jul 2021 14:26:29 +0800 Subject: [PATCH 15/20] [Databricks] Migrate databricks to track2 SDK (#3688) --- src/databricks/HISTORY.rst | 4 + src/databricks/azext_databricks/__init__.py | 4 +- src/databricks/azext_databricks/custom.py | 12 +- .../latest/recordings/test_databricks.yaml | 1459 +++++++++++------ .../test_databricks_vnet_peering.yaml | 943 ++++++++--- .../vendored_sdks/databricks/__init__.py | 18 +- .../databricks/_configuration.py | 79 +- .../databricks/_databricks_client.py | 73 +- .../databricks/{version.py => _version.py} | 10 +- .../vendored_sdks/databricks/aio/__init__.py | 10 + .../databricks/aio/_configuration.py | 67 + .../databricks/aio/_databricks_client.py | 74 + .../databricks/aio/operations/__init__.py | 17 + .../databricks/aio/operations/_operations.py | 105 ++ .../operations/_vnet_peering_operations.py | 437 +++++ .../aio/operations/_workspaces_operations.py | 606 +++++++ .../databricks/models/__init__.py | 77 +- .../models/_databricks_client_enums.py | 119 +- .../databricks/models/_models.py | 622 ++++--- .../databricks/models/_models_py3.py | 684 +++++--- .../databricks/models/_paged_models.py | 53 - .../databricks/operations/__init__.py | 7 +- .../databricks/operations/_operations.py | 122 +- .../operations/_vnet_peering_operations.py | 530 +++--- .../operations/_workspaces_operations.py | 757 +++++---- src/databricks/setup.py | 2 +- 26 files changed, 4796 insertions(+), 2095 deletions(-) rename src/databricks/azext_databricks/vendored_sdks/databricks/{version.py => _version.py} (84%) create mode 100644 src/databricks/azext_databricks/vendored_sdks/databricks/aio/__init__.py create mode 100644 src/databricks/azext_databricks/vendored_sdks/databricks/aio/_configuration.py create mode 100644 src/databricks/azext_databricks/vendored_sdks/databricks/aio/_databricks_client.py create mode 100644 src/databricks/azext_databricks/vendored_sdks/databricks/aio/operations/__init__.py create mode 100644 src/databricks/azext_databricks/vendored_sdks/databricks/aio/operations/_operations.py create mode 100644 src/databricks/azext_databricks/vendored_sdks/databricks/aio/operations/_vnet_peering_operations.py create mode 100644 src/databricks/azext_databricks/vendored_sdks/databricks/aio/operations/_workspaces_operations.py delete mode 100644 src/databricks/azext_databricks/vendored_sdks/databricks/models/_paged_models.py diff --git a/src/databricks/HISTORY.rst b/src/databricks/HISTORY.rst index 98ff9ae6aec..d26fe7c861c 100644 --- a/src/databricks/HISTORY.rst +++ b/src/databricks/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +0.7.3 ++++++ +* Migrate databricks to track2 SDK + 0.7.2 +++++ * az databricks workspace create: Add --enable-no-public-ip to allow creating workspace with no public ip diff --git a/src/databricks/azext_databricks/__init__.py b/src/databricks/azext_databricks/__init__.py index 82290cacaaf..f711aa1005a 100644 --- a/src/databricks/azext_databricks/__init__.py +++ b/src/databricks/azext_databricks/__init__.py @@ -16,8 +16,8 @@ def __init__(self, cli_ctx=None): databricks_custom = CliCommandType( operations_tmpl='azext_databricks.custom#{}', client_factory=cf_databricks) - super(DatabricksClientCommandsLoader, self).__init__(cli_ctx=cli_ctx, - custom_command_type=databricks_custom) + super().__init__(cli_ctx=cli_ctx, + custom_command_type=databricks_custom) def load_command_table(self, args): from azext_databricks.commands import load_command_table diff --git a/src/databricks/azext_databricks/custom.py b/src/databricks/azext_databricks/custom.py index 336d1b6f854..f071b6f49f3 100644 --- a/src/databricks/azext_databricks/custom.py +++ b/src/databricks/azext_databricks/custom.py @@ -41,7 +41,7 @@ def create_databricks_workspace(cmd, client, _set_parameter_value(parameters, 'enable_no_public_ip', enable_no_public_ip) body['parameters'] = parameters - return sdk_no_wait(no_wait, client.create_or_update, + return sdk_no_wait(no_wait, client.begin_create_or_update, resource_group_name=resource_group_name, workspace_name=workspace_name, parameters=body) @@ -80,7 +80,7 @@ def update_databricks_workspace(cmd, client, # pylint: disable=too-many-branche encryption['key_vault_uri'] = encryption_key_vault _set_parameter_value(parameters, 'encryption', encryption) - return sdk_no_wait(no_wait, client.create_or_update, + return sdk_no_wait(no_wait, client.begin_create_or_update, resource_group_name=resource_group_name, workspace_name=workspace_name, parameters=body) @@ -89,7 +89,7 @@ def update_databricks_workspace(cmd, client, # pylint: disable=too-many-branche def delete_databricks_workspace(cmd, client, resource_group_name, workspace_name, no_wait=False): - return sdk_no_wait(no_wait, client.delete, + return sdk_no_wait(no_wait, client.begin_delete, resource_group_name=resource_group_name, workspace_name=workspace_name) @@ -130,7 +130,7 @@ def create_databricks_vnet_peering(client, resource_group_name, workspace_name, if use_remote_gateways is not None: peering.use_remote_gateways = use_remote_gateways - return sdk_no_wait(no_wait, client.create_or_update, + return sdk_no_wait(no_wait, client.begin_create_or_update, virtual_network_peering_parameters=peering, resource_group_name=resource_group_name, workspace_name=workspace_name, @@ -158,7 +158,7 @@ def update_databricks_vnet_peering(client, resource_group_name, workspace_name, if use_remote_gateways is not None: peering.use_remote_gateways = use_remote_gateways - return sdk_no_wait(no_wait, client.create_or_update, + return sdk_no_wait(no_wait, client.begin_create_or_update, virtual_network_peering_parameters=peering, resource_group_name=resource_group_name, workspace_name=workspace_name, @@ -166,7 +166,7 @@ def update_databricks_vnet_peering(client, resource_group_name, workspace_name, def delete_databricks_vnet_peering(client, resource_group_name, workspace_name, peering_name, no_wait=False): - return sdk_no_wait(no_wait, client.delete, + return sdk_no_wait(no_wait, client.begin_delete, resource_group_name=resource_group_name, workspace_name=workspace_name, peering_name=peering_name) diff --git a/src/databricks/azext_databricks/tests/latest/recordings/test_databricks.yaml b/src/databricks/azext_databricks/tests/latest/recordings/test_databricks.yaml index 979e5a86fbc..07b89abf810 100644 --- a/src/databricks/azext_databricks/tests/latest/recordings/test_databricks.yaml +++ b/src/databricks/azext_databricks/tests/latest/recordings/test_databricks.yaml @@ -1,7 +1,8 @@ interactions: - request: - body: '{"location": "eastus", "properties": {"managedResourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-hcoc4pcis6u3q", - "parameters": {"enableNoPublicIp": {"value": true}}}, "sku": {"name": "premium"}}' + body: '{"location": "eastus", "sku": {"name": "premium"}, "properties": {"managedResourceGroupId": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-9le81w89pzuv6", + "parameters": {"enableNoPublicIp": {"value": true}}}}' headers: Accept: - application/json @@ -14,22 +15,19 @@ interactions: Content-Length: - '261' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --location --sku --enable-no-public-ip User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace?api-version=2018-04-01 response: body: - string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-hcoc4pcis6u3q","provisioningState":"Accepted","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"createdDateTime":"2021-02-04T07:48:52.2388753Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace","name":"my-test-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus"}' + string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-9le81w89pzuv6","provisioningState":"Accepted","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"createdDateTime":"2021-07-23T08:20:24.0250594Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace","name":"my-test-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVVdVVFk0N1ZQWDZMV0VPWDdWSEhaRTdEOjdDMEUzNDVEOTAxNkE0N0JDODoyRE1ZOjNBfDhGNkYxRUM4RTJFMkVDOTcifQ?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVzVDS1dYRDJER0NZS0xXSEVRM0hPU09IOjdDNDRENjUyMUVFNDEzQUQwOToyRE1ZOjNBfEQwODdBODMzNEEyNDYzRUMifQ?api-version=2018-04-01 cache-control: - no-cache content-length: @@ -37,7 +35,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:48:52 GMT + - Fri, 23 Jul 2021 08:20:25 GMT expires: - '-1' pragma: @@ -47,7 +45,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -55,7 +53,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -65,10 +63,9 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --enable-no-public-ip User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVVdVVFk0N1ZQWDZMV0VPWDdWSEhaRTdEOjdDMEUzNDVEOTAxNkE0N0JDODoyRE1ZOjNBfDhGNkYxRUM4RTJFMkVDOTcifQ?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVzVDS1dYRDJER0NZS0xXSEVRM0hPU09IOjdDNDRENjUyMUVFNDEzQUQwOToyRE1ZOjNBfEQwODdBODMzNEEyNDYzRUMifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -80,11 +77,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:49:09 GMT + - Fri, 23 Jul 2021 08:20:40 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVVdVVFk0N1ZQWDZMV0VPWDdWSEhaRTdEOjdDMEUzNDVEOTAxNkE0N0JDODoyRE1ZOjNBfDhGNkYxRUM4RTJFMkVDOTcifQ?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVzVDS1dYRDJER0NZS0xXSEVRM0hPU09IOjdDNDRENjUyMUVFNDEzQUQwOToyRE1ZOjNBfEQwODdBODMzNEEyNDYzRUMifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -98,7 +95,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -108,10 +105,9 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --enable-no-public-ip User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVVdVVFk0N1ZQWDZMV0VPWDdWSEhaRTdEOjdDMEUzNDVEOTAxNkE0N0JDODoyRE1ZOjNBfDhGNkYxRUM4RTJFMkVDOTcifQ?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVzVDS1dYRDJER0NZS0xXSEVRM0hPU09IOjdDNDRENjUyMUVFNDEzQUQwOToyRE1ZOjNBfEQwODdBODMzNEEyNDYzRUMifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -123,11 +119,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:49:25 GMT + - Fri, 23 Jul 2021 08:20:55 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVVdVVFk0N1ZQWDZMV0VPWDdWSEhaRTdEOjdDMEUzNDVEOTAxNkE0N0JDODoyRE1ZOjNBfDhGNkYxRUM4RTJFMkVDOTcifQ?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVzVDS1dYRDJER0NZS0xXSEVRM0hPU09IOjdDNDRENjUyMUVFNDEzQUQwOToyRE1ZOjNBfEQwODdBODMzNEEyNDYzRUMifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -141,7 +137,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -151,10 +147,9 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --enable-no-public-ip User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVVdVVFk0N1ZQWDZMV0VPWDdWSEhaRTdEOjdDMEUzNDVEOTAxNkE0N0JDODoyRE1ZOjNBfDhGNkYxRUM4RTJFMkVDOTcifQ?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVzVDS1dYRDJER0NZS0xXSEVRM0hPU09IOjdDNDRENjUyMUVFNDEzQUQwOToyRE1ZOjNBfEQwODdBODMzNEEyNDYzRUMifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -166,11 +161,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:49:40 GMT + - Fri, 23 Jul 2021 08:21:10 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVVdVVFk0N1ZQWDZMV0VPWDdWSEhaRTdEOjdDMEUzNDVEOTAxNkE0N0JDODoyRE1ZOjNBfDhGNkYxRUM4RTJFMkVDOTcifQ?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVzVDS1dYRDJER0NZS0xXSEVRM0hPU09IOjdDNDRENjUyMUVFNDEzQUQwOToyRE1ZOjNBfEQwODdBODMzNEEyNDYzRUMifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -184,7 +179,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -194,10 +189,9 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --enable-no-public-ip User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVVdVVFk0N1ZQWDZMV0VPWDdWSEhaRTdEOjdDMEUzNDVEOTAxNkE0N0JDODoyRE1ZOjNBfDhGNkYxRUM4RTJFMkVDOTcifQ?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVzVDS1dYRDJER0NZS0xXSEVRM0hPU09IOjdDNDRENjUyMUVFNDEzQUQwOToyRE1ZOjNBfEQwODdBODMzNEEyNDYzRUMifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -209,11 +203,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:49:55 GMT + - Fri, 23 Jul 2021 08:21:26 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVVdVVFk0N1ZQWDZMV0VPWDdWSEhaRTdEOjdDMEUzNDVEOTAxNkE0N0JDODoyRE1ZOjNBfDhGNkYxRUM4RTJFMkVDOTcifQ?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVzVDS1dYRDJER0NZS0xXSEVRM0hPU09IOjdDNDRENjUyMUVFNDEzQUQwOToyRE1ZOjNBfEQwODdBODMzNEEyNDYzRUMifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -227,7 +221,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -237,10 +231,9 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --enable-no-public-ip User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVVdVVFk0N1ZQWDZMV0VPWDdWSEhaRTdEOjdDMEUzNDVEOTAxNkE0N0JDODoyRE1ZOjNBfDhGNkYxRUM4RTJFMkVDOTcifQ?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVzVDS1dYRDJER0NZS0xXSEVRM0hPU09IOjdDNDRENjUyMUVFNDEzQUQwOToyRE1ZOjNBfEQwODdBODMzNEEyNDYzRUMifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -252,11 +245,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:50:10 GMT + - Fri, 23 Jul 2021 08:21:41 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVVdVVFk0N1ZQWDZMV0VPWDdWSEhaRTdEOjdDMEUzNDVEOTAxNkE0N0JDODoyRE1ZOjNBfDhGNkYxRUM4RTJFMkVDOTcifQ?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVzVDS1dYRDJER0NZS0xXSEVRM0hPU09IOjdDNDRENjUyMUVFNDEzQUQwOToyRE1ZOjNBfEQwODdBODMzNEEyNDYzRUMifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -270,7 +263,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -280,10 +273,9 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --enable-no-public-ip User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVVdVVFk0N1ZQWDZMV0VPWDdWSEhaRTdEOjdDMEUzNDVEOTAxNkE0N0JDODoyRE1ZOjNBfDhGNkYxRUM4RTJFMkVDOTcifQ?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVzVDS1dYRDJER0NZS0xXSEVRM0hPU09IOjdDNDRENjUyMUVFNDEzQUQwOToyRE1ZOjNBfEQwODdBODMzNEEyNDYzRUMifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -295,11 +287,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:50:26 GMT + - Fri, 23 Jul 2021 08:21:57 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVVdVVFk0N1ZQWDZMV0VPWDdWSEhaRTdEOjdDMEUzNDVEOTAxNkE0N0JDODoyRE1ZOjNBfDhGNkYxRUM4RTJFMkVDOTcifQ?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVzVDS1dYRDJER0NZS0xXSEVRM0hPU09IOjdDNDRENjUyMUVFNDEzQUQwOToyRE1ZOjNBfEQwODdBODMzNEEyNDYzRUMifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -313,7 +305,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -323,10 +315,9 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --enable-no-public-ip User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVVdVVFk0N1ZQWDZMV0VPWDdWSEhaRTdEOjdDMEUzNDVEOTAxNkE0N0JDODoyRE1ZOjNBfDhGNkYxRUM4RTJFMkVDOTcifQ?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVzVDS1dYRDJER0NZS0xXSEVRM0hPU09IOjdDNDRENjUyMUVFNDEzQUQwOToyRE1ZOjNBfEQwODdBODMzNEEyNDYzRUMifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -338,11 +329,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:50:42 GMT + - Fri, 23 Jul 2021 08:22:12 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVVdVVFk0N1ZQWDZMV0VPWDdWSEhaRTdEOjdDMEUzNDVEOTAxNkE0N0JDODoyRE1ZOjNBfDhGNkYxRUM4RTJFMkVDOTcifQ?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVzVDS1dYRDJER0NZS0xXSEVRM0hPU09IOjdDNDRENjUyMUVFNDEzQUQwOToyRE1ZOjNBfEQwODdBODMzNEEyNDYzRUMifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -356,7 +347,133 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku --enable-no-public-ip + User-Agent: + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVzVDS1dYRDJER0NZS0xXSEVRM0hPU09IOjdDNDRENjUyMUVFNDEzQUQwOToyRE1ZOjNBfEQwODdBODMzNEEyNDYzRUMifQ?api-version=2018-04-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 23 Jul 2021 08:22:27 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVzVDS1dYRDJER0NZS0xXSEVRM0hPU09IOjdDNDRENjUyMUVFNDEzQUQwOToyRE1ZOjNBfEQwODdBODMzNEEyNDYzRUMifQ?api-version=2018-04-01 + 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: + - databricks workspace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku --enable-no-public-ip + User-Agent: + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVzVDS1dYRDJER0NZS0xXSEVRM0hPU09IOjdDNDRENjUyMUVFNDEzQUQwOToyRE1ZOjNBfEQwODdBODMzNEEyNDYzRUMifQ?api-version=2018-04-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 23 Jul 2021 08:22:42 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVzVDS1dYRDJER0NZS0xXSEVRM0hPU09IOjdDNDRENjUyMUVFNDEzQUQwOToyRE1ZOjNBfEQwODdBODMzNEEyNDYzRUMifQ?api-version=2018-04-01 + 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: + - databricks workspace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku --enable-no-public-ip + User-Agent: + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVzVDS1dYRDJER0NZS0xXSEVRM0hPU09IOjdDNDRENjUyMUVFNDEzQUQwOToyRE1ZOjNBfEQwODdBODMzNEEyNDYzRUMifQ?api-version=2018-04-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 23 Jul 2021 08:22:57 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVzVDS1dYRDJER0NZS0xXSEVRM0hPU09IOjdDNDRENjUyMUVFNDEzQUQwOToyRE1ZOjNBfEQwODdBODMzNEEyNDYzRUMifQ?api-version=2018-04-01 + 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: @@ -366,10 +483,9 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --enable-no-public-ip User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVVdVVFk0N1ZQWDZMV0VPWDdWSEhaRTdEOjdDMEUzNDVEOTAxNkE0N0JDODoyRE1ZOjNBfDhGNkYxRUM4RTJFMkVDOTcifQ?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlUHJvdmlzaW9uaW5nSm9iOjJEUkdBOjJEQ0xJOjNBNUZURVNUOjNBNUZEQVRBQlJJQ0tTVzVDS1dYRDJER0NZS0xXSEVRM0hPU09IOjdDNDRENjUyMUVFNDEzQUQwOToyRE1ZOjNBfEQwODdBODMzNEEyNDYzRUMifQ?api-version=2018-04-01 response: body: string: '{"status":"Succeeded"}' @@ -381,7 +497,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:50:57 GMT + - Fri, 23 Jul 2021 08:23:12 GMT expires: - '-1' pragma: @@ -401,7 +517,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -411,22 +527,21 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --enable-no-public-ip User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace?api-version=2018-04-01 response: body: - string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-hcoc4pcis6u3q","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":true},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":false},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelay65ivc2l5nbcea"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstorage65ivc2l5nbcea"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"3252974409506379","workspaceUrl":"adb-3252974409506379.19.azuredatabricks.net","createdDateTime":"2021-02-04T07:48:52.2388753Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace","name":"my-test-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus"}' + string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-9le81w89pzuv6","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":true},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":false},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelaysnixdg453ib7m"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstoragesnixdg453ib7m"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"2840749693136527","workspaceUrl":"adb-2840749693136527.7.azuredatabricks.net","createdDateTime":"2021-07-23T08:20:24.0250594Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace","name":"my-test-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus"}' headers: cache-control: - no-cache content-length: - - '1783' + - '1782' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:50:57 GMT + - Fri, 23 Jul 2021 08:23:13 GMT expires: - '-1' pragma: @@ -443,9 +558,9 @@ interactions: code: 200 message: OK - request: - body: '{"tags": {"env": "dev"}, "location": "westus", "properties": {"managedResourceGroupId": - "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/custom-managed-rg", - "parameters": {}}, "sku": {"name": "standard"}}' + body: '{"tags": {"env": "dev"}, "location": "westus", "sku": {"name": "standard"}, + "properties": {"managedResourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/custom-managed-rg", + "parameters": {}}}' headers: Accept: - application/json @@ -458,22 +573,19 @@ interactions: Content-Length: - '223' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --location --sku --managed-resource-group --tags User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-custom-workspace?api-version=2018-04-01 response: body: - string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/custom-managed-rg","provisioningState":"Accepted","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"createdDateTime":"2021-02-04T07:51:04.2467128Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-custom-workspace","name":"my-custom-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"standard"},"location":"westus","tags":{"env":"dev"}}' + string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/custom-managed-rg","provisioningState":"Accepted","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"createdDateTime":"2021-07-23T08:23:18.7089038Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-custom-workspace","name":"my-custom-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"standard"},"location":"westus","tags":{"env":"dev"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6M0F8NDA3NUNDMDk4NURGMjE4OSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6M0F8ODQ3Nzc3NThCMTlFNzE4MCJ9?api-version=2018-04-01 cache-control: - no-cache content-length: @@ -481,7 +593,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:51:06 GMT + - Fri, 23 Jul 2021 08:23:19 GMT expires: - '-1' pragma: @@ -491,7 +603,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1199' status: code: 201 message: Created @@ -499,7 +611,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -509,10 +621,9 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --managed-resource-group --tags User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6M0F8NDA3NUNDMDk4NURGMjE4OSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6M0F8ODQ3Nzc3NThCMTlFNzE4MCJ9?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -524,11 +635,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:51:22 GMT + - Fri, 23 Jul 2021 08:23:34 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6M0F8NDA3NUNDMDk4NURGMjE4OSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6M0F8ODQ3Nzc3NThCMTlFNzE4MCJ9?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -542,7 +653,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -552,10 +663,9 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --managed-resource-group --tags User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6M0F8NDA3NUNDMDk4NURGMjE4OSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6M0F8ODQ3Nzc3NThCMTlFNzE4MCJ9?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -567,11 +677,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:51:37 GMT + - Fri, 23 Jul 2021 08:23:49 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6M0F8NDA3NUNDMDk4NURGMjE4OSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6M0F8ODQ3Nzc3NThCMTlFNzE4MCJ9?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -585,7 +695,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -595,10 +705,9 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --managed-resource-group --tags User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6M0F8NDA3NUNDMDk4NURGMjE4OSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6M0F8ODQ3Nzc3NThCMTlFNzE4MCJ9?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -610,11 +719,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:51:52 GMT + - Fri, 23 Jul 2021 08:24:05 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6M0F8NDA3NUNDMDk4NURGMjE4OSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6M0F8ODQ3Nzc3NThCMTlFNzE4MCJ9?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -628,7 +737,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -638,10 +747,9 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --managed-resource-group --tags User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6M0F8NDA3NUNDMDk4NURGMjE4OSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6M0F8ODQ3Nzc3NThCMTlFNzE4MCJ9?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -653,11 +761,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:52:07 GMT + - Fri, 23 Jul 2021 08:24:20 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6M0F8NDA3NUNDMDk4NURGMjE4OSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6M0F8ODQ3Nzc3NThCMTlFNzE4MCJ9?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -671,7 +779,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -681,10 +789,9 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --managed-resource-group --tags User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6M0F8NDA3NUNDMDk4NURGMjE4OSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6M0F8ODQ3Nzc3NThCMTlFNzE4MCJ9?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -696,11 +803,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:52:22 GMT + - Fri, 23 Jul 2021 08:24:36 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6M0F8NDA3NUNDMDk4NURGMjE4OSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6M0F8ODQ3Nzc3NThCMTlFNzE4MCJ9?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -714,7 +821,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -724,10 +831,9 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --managed-resource-group --tags User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6M0F8NDA3NUNDMDk4NURGMjE4OSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6M0F8ODQ3Nzc3NThCMTlFNzE4MCJ9?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -739,11 +845,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:52:38 GMT + - Fri, 23 Jul 2021 08:24:51 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6M0F8NDA3NUNDMDk4NURGMjE4OSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6M0F8ODQ3Nzc3NThCMTlFNzE4MCJ9?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -757,7 +863,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -767,10 +873,9 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --managed-resource-group --tags User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6M0F8NDA3NUNDMDk4NURGMjE4OSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6M0F8ODQ3Nzc3NThCMTlFNzE4MCJ9?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -782,11 +887,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:52:53 GMT + - Fri, 23 Jul 2021 08:25:06 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6M0F8NDA3NUNDMDk4NURGMjE4OSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6M0F8ODQ3Nzc3NThCMTlFNzE4MCJ9?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -800,7 +905,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -810,10 +915,9 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --managed-resource-group --tags User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6M0F8NDA3NUNDMDk4NURGMjE4OSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6M0F8ODQ3Nzc3NThCMTlFNzE4MCJ9?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -825,11 +929,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:53:08 GMT + - Fri, 23 Jul 2021 08:25:21 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6M0F8NDA3NUNDMDk4NURGMjE4OSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6M0F8ODQ3Nzc3NThCMTlFNzE4MCJ9?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -843,7 +947,91 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku --managed-resource-group --tags + User-Agent: + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6M0F8ODQ3Nzc3NThCMTlFNzE4MCJ9?api-version=2018-04-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 23 Jul 2021 08:25:37 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6M0F8ODQ3Nzc3NThCMTlFNzE4MCJ9?api-version=2018-04-01 + 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: + - databricks workspace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku --managed-resource-group --tags + User-Agent: + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6M0F8ODQ3Nzc3NThCMTlFNzE4MCJ9?api-version=2018-04-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 23 Jul 2021 08:25:52 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6M0F8ODQ3Nzc3NThCMTlFNzE4MCJ9?api-version=2018-04-01 + 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: @@ -853,10 +1041,9 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --managed-resource-group --tags User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6M0F8NDA3NUNDMDk4NURGMjE4OSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VQcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6M0F8ODQ3Nzc3NThCMTlFNzE4MCJ9?api-version=2018-04-01 response: body: string: '{"status":"Succeeded"}' @@ -868,7 +1055,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:53:23 GMT + - Fri, 23 Jul 2021 08:26:07 GMT expires: - '-1' pragma: @@ -888,7 +1075,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -898,13 +1085,12 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --managed-resource-group --tags User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-custom-workspace?api-version=2018-04-01 response: body: - string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/custom-managed-rg","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":false},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":false},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelaykdp7jidvgdcuc"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true","env":"dev"}},"storageAccountName":{"type":"String","value":"dbstoragekdp7jidvgdcuc"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"5613343709554320","workspaceUrl":"adb-5613343709554320.0.azuredatabricks.net","createdDateTime":"2021-02-04T07:51:04.2467128Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-custom-workspace","name":"my-custom-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"standard"},"location":"westus","tags":{"env":"dev"}}' + string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/custom-managed-rg","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":false},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":false},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelaykdp7jidvgdcuc"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true","env":"dev"}},"storageAccountName":{"type":"String","value":"dbstoragekdp7jidvgdcuc"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"1404065755443389","workspaceUrl":"adb-1404065755443389.9.azuredatabricks.net","createdDateTime":"2021-07-23T08:23:18.7089038Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-custom-workspace","name":"my-custom-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"standard"},"location":"westus","tags":{"env":"dev"}}' headers: cache-control: - no-cache @@ -913,7 +1099,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:53:24 GMT + - Fri, 23 Jul 2021 08:26:08 GMT expires: - '-1' pragma: @@ -943,24 +1129,21 @@ interactions: ParameterSetName: - --resource-group --name --tags --prepare-encryption User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace?api-version=2018-04-01 response: body: - string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-hcoc4pcis6u3q","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":true},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":false},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelay65ivc2l5nbcea"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstorage65ivc2l5nbcea"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"3252974409506379","workspaceUrl":"adb-3252974409506379.19.azuredatabricks.net","createdDateTime":"2021-02-04T07:48:52.2388753Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace","name":"my-test-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus"}' + string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-9le81w89pzuv6","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":true},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":false},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelaysnixdg453ib7m"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstoragesnixdg453ib7m"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"2840749693136527","workspaceUrl":"adb-2840749693136527.7.azuredatabricks.net","createdDateTime":"2021-07-23T08:20:24.0250594Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace","name":"my-test-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus"}' headers: cache-control: - no-cache content-length: - - '1783' + - '1782' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:53:27 GMT + - Fri, 23 Jul 2021 08:26:09 GMT expires: - '-1' pragma: @@ -977,14 +1160,12 @@ interactions: code: 200 message: OK - request: - body: '{"tags": {"type": "test", "env": "dev"}, "location": "eastus", "properties": - {"managedResourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-hcoc4pcis6u3q", - "parameters": {"enableNoPublicIp": {"type": "Bool", "value": true}, "prepareEncryption": - {"type": "Bool", "value": true}, "requireInfrastructureEncryption": {"type": - "Bool", "value": false}}, "authorizations": [{"principalId": "9a74af6f-d153-4348-988a-e2672920bee9", - "roleDefinitionId": "8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}], "createdBy": {}, - "updatedBy": {}, "createdDateTime": "2021-02-04T07:48:52.238875Z"}, "sku": {"name": - "premium"}}' + body: '{"tags": {"type": "test", "env": "dev"}, "location": "eastus", "sku": {"name": + "premium"}, "properties": {"managedResourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-9le81w89pzuv6", + "parameters": {"enableNoPublicIp": {"value": true}, "prepareEncryption": {"value": + true}, "requireInfrastructureEncryption": {"value": false}}, "authorizations": + [{"principalId": "9a74af6f-d153-4348-988a-e2672920bee9", "roleDefinitionId": + "8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}], "createdBy": {}, "updatedBy": {}}}' headers: Accept: - application/json @@ -995,30 +1176,27 @@ interactions: Connection: - keep-alive Content-Length: - - '661' + - '563' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --tags --prepare-encryption User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace?api-version=2018-04-01 response: body: - string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-hcoc4pcis6u3q","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":true},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":true},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelay65ivc2l5nbcea"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstorage65ivc2l5nbcea"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"3252974409506379","workspaceUrl":"adb-3252974409506379.19.azuredatabricks.net","createdDateTime":"2021-02-04T07:48:52.2388753Z","storageAccountIdentity":{"principalId":"5299e917-7700-4959-b556-dbe7770f11e1","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace","name":"my-test-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus","tags":{"type":"test","env":"dev"}}' + string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-9le81w89pzuv6","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":true},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":true},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelaysnixdg453ib7m"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstoragesnixdg453ib7m"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"2840749693136527","workspaceUrl":"adb-2840749693136527.7.azuredatabricks.net","createdDateTime":"2021-07-23T08:20:24.0250594Z","storageAccountIdentity":{"principalId":"55c8edc9-2cef-4656-bc2e-ba613e3808cc","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace","name":"my-test-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus","tags":{"type":"test","env":"dev"}}' headers: cache-control: - no-cache content-length: - - '1971' + - '1970' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:53:34 GMT + - Fri, 23 Jul 2021 08:26:25 GMT expires: - '-1' pragma: @@ -1032,7 +1210,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -1050,21 +1228,21 @@ interactions: ParameterSetName: - -n --object-id -g --key-permissions User-Agent: - - AZURECLI/2.18.0 azsdk-python-azure-mgmt-keyvault/8.0.0 Python/3.6.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-keyvault/9.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002?api-version=2021-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002","name":"clitest000002","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"31e600e0-d7ce-4e98-a927-19bb30042e44","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"vaultUri":"https://clitest000002.vault.azure.net/","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002","name":"clitest000002","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{},"systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"1970-01-19T19:57:08.385Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"1970-01-19T19:57:08.385Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"vaultUri":"https://clitest000002.vault.azure.net/","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '1157' + - '1393' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:53:36 GMT + - Fri, 23 Jul 2021 08:26:26 GMT expires: - '-1' pragma: @@ -1082,7 +1260,7 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-service-version: - - 1.1.204.0 + - 1.5.61.0 x-powered-by: - ASP.NET status: @@ -1091,17 +1269,17 @@ interactions: - request: body: '{"location": "eastus", "tags": {}, "properties": {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "sku": {"family": "A", "name": "standard"}, "accessPolicies": [{"tenantId": - "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "31e600e0-d7ce-4e98-a927-19bb30042e44", + "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "d44a2991-98c6-47c3-b59b-2b30d72cfcc2", "permissions": {"keys": ["get", "create", "delete", "list", "update", "import", "backup", "restore", "recover"], "secrets": ["get", "list", "set", "delete", "backup", "restore", "recover"], "certificates": ["get", "list", "delete", "create", "import", "update", "managecontacts", "getissuers", "listissuers", "setissuers", "deleteissuers", "manageissuers", "recover"], "storage": ["get", "list", "delete", "set", "update", "regeneratekey", "setsas", "listsas", "getsas", "deletesas"]}}, - {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "5299e917-7700-4959-b556-dbe7770f11e1", - "permissions": {"keys": ["get", "recover", "wrapKey", "unwrapKey"]}}], "vaultUri": + {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "55c8edc9-2cef-4656-bc2e-ba613e3808cc", + "permissions": {"keys": ["wrapKey", "unwrapKey", "get", "recover"]}}], "vaultUri": "https://clitest000002.vault.azure.net/", "enabledForDeployment": false, "enableSoftDelete": - true, "softDeleteRetentionInDays": 90}}' + true, "softDeleteRetentionInDays": 90, "provisioningState": "Succeeded"}}' headers: Accept: - application/json @@ -1112,27 +1290,27 @@ interactions: Connection: - keep-alive Content-Length: - - '1088' + - '1122' Content-Type: - application/json ParameterSetName: - -n --object-id -g --key-permissions User-Agent: - - AZURECLI/2.18.0 azsdk-python-azure-mgmt-keyvault/8.0.0 Python/3.6.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-keyvault/9.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002?api-version=2021-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002","name":"clitest000002","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"31e600e0-d7ce-4e98-a927-19bb30042e44","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"5299e917-7700-4959-b556-dbe7770f11e1","permissions":{"keys":["get","recover","wrapKey","unwrapKey"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"vaultUri":"https://clitest000002.vault.azure.net/","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002","name":"clitest000002","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{},"systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"1970-01-19T19:57:08.385Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"1970-01-19T19:57:08.787Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"55c8edc9-2cef-4656-bc2e-ba613e3808cc","permissions":{"keys":["wrapKey","unwrapKey","get","recover"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"vaultUri":"https://clitest000002.vault.azure.net/","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '1322' + - '1558' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:53:37 GMT + - Fri, 23 Jul 2021 08:26:27 GMT expires: - '-1' pragma: @@ -1150,7 +1328,7 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-service-version: - - 1.1.204.0 + - 1.5.61.0 x-ms-ratelimit-remaining-subscription-writes: - '1199' x-powered-by: @@ -1172,21 +1350,21 @@ interactions: ParameterSetName: - -n -g --set User-Agent: - - AZURECLI/2.18.0 azsdk-python-azure-mgmt-keyvault/8.0.0 Python/3.6.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-keyvault/9.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002?api-version=2021-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002","name":"clitest000002","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"31e600e0-d7ce-4e98-a927-19bb30042e44","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"5299e917-7700-4959-b556-dbe7770f11e1","permissions":{"keys":["get","recover","wrapKey","unwrapKey"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"vaultUri":"https://clitest000002.vault.azure.net/","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002","name":"clitest000002","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{},"systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"1970-01-19T19:57:08.385Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"1970-01-19T19:57:08.787Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"55c8edc9-2cef-4656-bc2e-ba613e3808cc","permissions":{"keys":["wrapKey","unwrapKey","get","recover"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"vaultUri":"https://clitest000002.vault.azure.net/","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '1322' + - '1558' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:53:38 GMT + - Fri, 23 Jul 2021 08:26:28 GMT expires: - '-1' pragma: @@ -1204,7 +1382,7 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-service-version: - - 1.1.204.0 + - 1.5.61.0 x-powered-by: - ASP.NET status: @@ -1213,17 +1391,17 @@ interactions: - request: body: '{"location": "eastus", "properties": {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "sku": {"family": "A", "name": "standard"}, "accessPolicies": [{"tenantId": - "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "31e600e0-d7ce-4e98-a927-19bb30042e44", + "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "d44a2991-98c6-47c3-b59b-2b30d72cfcc2", "permissions": {"keys": ["get", "create", "delete", "list", "update", "import", "backup", "restore", "recover"], "secrets": ["get", "list", "set", "delete", "backup", "restore", "recover"], "certificates": ["get", "list", "delete", "create", "import", "update", "managecontacts", "getissuers", "listissuers", "setissuers", "deleteissuers", "manageissuers", "recover"], "storage": ["get", "list", "delete", "set", "update", "regeneratekey", "setsas", "listsas", "getsas", "deletesas"]}}, - {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "5299e917-7700-4959-b556-dbe7770f11e1", - "permissions": {"keys": ["get", "recover", "wrapKey", "unwrapKey"]}}], "vaultUri": + {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "55c8edc9-2cef-4656-bc2e-ba613e3808cc", + "permissions": {"keys": ["wrapKey", "unwrapKey", "get", "recover"]}}], "vaultUri": "https://clitest000002.vault.azure.net/", "enabledForDeployment": false, "enableSoftDelete": - true, "softDeleteRetentionInDays": 90}}' + true, "softDeleteRetentionInDays": 90, "provisioningState": "Succeeded"}}' headers: Accept: - application/json @@ -1234,27 +1412,27 @@ interactions: Connection: - keep-alive Content-Length: - - '1076' + - '1110' Content-Type: - application/json ParameterSetName: - -n -g --set User-Agent: - - AZURECLI/2.18.0 azsdk-python-azure-mgmt-keyvault/8.0.0 Python/3.6.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-keyvault/9.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002?api-version=2021-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002","name":"clitest000002","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"31e600e0-d7ce-4e98-a927-19bb30042e44","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"5299e917-7700-4959-b556-dbe7770f11e1","permissions":{"keys":["get","recover","wrapKey","unwrapKey"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"vaultUri":"https://clitest000002.vault.azure.net/","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002","name":"clitest000002","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{},"systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"1970-01-19T19:57:08.385Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"1970-01-19T19:57:08.79Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"55c8edc9-2cef-4656-bc2e-ba613e3808cc","permissions":{"keys":["wrapKey","unwrapKey","get","recover"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"vaultUri":"https://clitest000002.vault.azure.net/","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '1322' + - '1557' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:53:41 GMT + - Fri, 23 Jul 2021 08:26:30 GMT expires: - '-1' pragma: @@ -1272,7 +1450,7 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-service-version: - - 1.1.204.0 + - 1.5.61.0 x-ms-ratelimit-remaining-subscription-writes: - '1198' x-powered-by: @@ -1294,21 +1472,21 @@ interactions: ParameterSetName: - -n -g --set User-Agent: - - AZURECLI/2.18.0 azsdk-python-azure-mgmt-keyvault/8.0.0 Python/3.6.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-keyvault/9.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002?api-version=2021-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002","name":"clitest000002","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"31e600e0-d7ce-4e98-a927-19bb30042e44","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"5299e917-7700-4959-b556-dbe7770f11e1","permissions":{"keys":["get","recover","wrapKey","unwrapKey"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"vaultUri":"https://clitest000002.vault.azure.net/","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002","name":"clitest000002","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{},"systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"1970-01-19T19:57:08.385Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"1970-01-19T19:57:08.79Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"55c8edc9-2cef-4656-bc2e-ba613e3808cc","permissions":{"keys":["wrapKey","unwrapKey","get","recover"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"vaultUri":"https://clitest000002.vault.azure.net/","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '1322' + - '1557' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:53:43 GMT + - Fri, 23 Jul 2021 08:26:32 GMT expires: - '-1' pragma: @@ -1326,7 +1504,7 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-service-version: - - 1.1.204.0 + - 1.5.61.0 x-powered-by: - ASP.NET status: @@ -1335,17 +1513,18 @@ interactions: - request: body: '{"location": "eastus", "properties": {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "sku": {"family": "A", "name": "standard"}, "accessPolicies": [{"tenantId": - "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "31e600e0-d7ce-4e98-a927-19bb30042e44", + "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "d44a2991-98c6-47c3-b59b-2b30d72cfcc2", "permissions": {"keys": ["get", "create", "delete", "list", "update", "import", "backup", "restore", "recover"], "secrets": ["get", "list", "set", "delete", "backup", "restore", "recover"], "certificates": ["get", "list", "delete", "create", "import", "update", "managecontacts", "getissuers", "listissuers", "setissuers", "deleteissuers", "manageissuers", "recover"], "storage": ["get", "list", "delete", "set", "update", "regeneratekey", "setsas", "listsas", "getsas", "deletesas"]}}, - {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "5299e917-7700-4959-b556-dbe7770f11e1", - "permissions": {"keys": ["get", "recover", "wrapKey", "unwrapKey"]}}], "vaultUri": + {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "55c8edc9-2cef-4656-bc2e-ba613e3808cc", + "permissions": {"keys": ["wrapKey", "unwrapKey", "get", "recover"]}}], "vaultUri": "https://clitest000002.vault.azure.net/", "enabledForDeployment": false, "enableSoftDelete": - true, "softDeleteRetentionInDays": 90, "enablePurgeProtection": true}}' + true, "softDeleteRetentionInDays": 90, "enablePurgeProtection": true, "provisioningState": + "Succeeded"}}' headers: Accept: - application/json @@ -1356,27 +1535,27 @@ interactions: Connection: - keep-alive Content-Length: - - '1107' + - '1141' Content-Type: - application/json ParameterSetName: - -n -g --set User-Agent: - - AZURECLI/2.18.0 azsdk-python-azure-mgmt-keyvault/8.0.0 Python/3.6.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-keyvault/9.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002?api-version=2019-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002?api-version=2021-04-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002","name":"clitest000002","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"31e600e0-d7ce-4e98-a927-19bb30042e44","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"5299e917-7700-4959-b556-dbe7770f11e1","permissions":{"keys":["get","recover","wrapKey","unwrapKey"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enablePurgeProtection":true,"vaultUri":"https://clitest000002.vault.azure.net/","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.KeyVault/vaults/clitest000002","name":"clitest000002","type":"Microsoft.KeyVault/vaults","location":"eastus","tags":{},"systemData":{"createdBy":"v-jingszhang@microsoft.com","createdByType":"User","createdAt":"1970-01-19T19:57:08.385Z","lastModifiedBy":"v-jingszhang@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"1970-01-19T19:57:08.794Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","permissions":{"keys":["get","create","delete","list","update","import","backup","restore","recover"],"secrets":["get","list","set","delete","backup","restore","recover"],"certificates":["get","list","delete","create","import","update","managecontacts","getissuers","listissuers","setissuers","deleteissuers","manageissuers","recover"],"storage":["get","list","delete","set","update","regeneratekey","setsas","listsas","getsas","deletesas"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"55c8edc9-2cef-4656-bc2e-ba613e3808cc","permissions":{"keys":["wrapKey","unwrapKey","get","recover"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enablePurgeProtection":true,"vaultUri":"https://clitest000002.vault.azure.net/","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '1351' + - '1587' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:53:44 GMT + - Fri, 23 Jul 2021 08:26:33 GMT expires: - '-1' pragma: @@ -1394,9 +1573,9 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-service-version: - - 1.1.204.0 + - 1.5.61.0 x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' x-powered-by: - ASP.NET status: @@ -1416,7 +1595,7 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + - python/3.8.9 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.3 azure-keyvault/7.0 Azure-SDK-For-Python accept-language: - en-US @@ -1424,17 +1603,17 @@ interactions: uri: https://clitest000002.vault.azure.net/keys/testkey/create?api-version=7.0 response: body: - string: '{"error":{"code":"Unauthorized","message":"Request is missing a Bearer - or PoP token."}}' + string: '{"error":{"code":"Unauthorized","message":"AKV10000: Request is missing + a Bearer or PoP token."}}' headers: cache-control: - no-cache content-length: - - '87' + - '97' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:53:45 GMT + - Fri, 23 Jul 2021 08:26:35 GMT expires: - '-1' pragma: @@ -1447,11 +1626,11 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-network-info: - - conn_type=Ipv4;addr=167.220.255.85;act_addr_fam=InterNetwork; + - conn_type=Ipv4;addr=167.220.232.244;act_addr_fam=InterNetwork; x-ms-keyvault-region: - eastus x-ms-keyvault-service-version: - - 1.2.139.0 + - 1.9.48.0 x-powered-by: - ASP.NET status: @@ -1471,7 +1650,7 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 + - python/3.8.9 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.3 azure-keyvault/7.0 Azure-SDK-For-Python accept-language: - en-US @@ -1479,7 +1658,7 @@ interactions: uri: https://clitest000002.vault.azure.net/keys/testkey/create?api-version=7.0 response: body: - string: '{"key":{"kid":"https://clitest000002.vault.azure.net/keys/testkey/6d48d1fdb97448acb4c0fdf606cee5e2","kty":"RSA","key_ops":["encrypt","decrypt","sign","verify","wrapKey","unwrapKey"],"n":"6IB3w9_y0tPPse5Soef_DBUwpUCMZXZjhK4qLgKQfiPmaeB55yCLmqiYg14fHwymDZqlSP6Yb090EUBi9movP7ZB6Byaqvc4jKOKJAYhF0cn9q3sV3wm13AaCJL_eFQa0ApRtwAltptN7qtZxeTQalJakSLPMO-70c6sFxCN8IypJ4GGVIpNHOVC5nZEtQtxGbLOMbGkf9kQJoyGJog9X4_ju4lTi_XdCxmX1N4cBvIeBPRcYaRX4kiNGEHJhemrVldvz-JsmNOLVba_tR-D6-GQmd2giSHMv0HL7wtOAxkXbqk0N42s1wuwpieMkbxyUT0BqNCRb0HnfLh93qr28Q","e":"AQAB"},"attributes":{"enabled":true,"created":1612425228,"updated":1612425228,"recoveryLevel":"Recoverable"}}' + string: '{"key":{"kid":"https://clitest000002.vault.azure.net/keys/testkey/6dea3de0027d4503961c906d509b60f7","kty":"RSA","key_ops":["encrypt","decrypt","sign","verify","wrapKey","unwrapKey"],"n":"1KniYR8fgEFwPEF_u1-MUVWMiSM0kEXAgBJgTi1EcdKBVpOndt0yv8guljKFChWW_je-pv5QySI8Yueba-ROVoD0TOeIa4a2xySGu_w013TSakBzP5dVUBfloPl2DGkYa7Sd4DVsr9R6npPwGY7AMB2QBoLorlg4335DLW67pfVYQqzLgSSfWyGIvQONOyEmbB0ppbAW-kN17v_WEXqP2fOzYNCpUflrH3k5RgkxezxuQ1QYIMEaNWgqIfRSjnuTGkZ-djTZQtPyeAnYQ8sz_JK10biHAStM6sJKv9T5a_AJibx6VAzNFq5WcLkI7OcIngt1pbCKd9cTj2-1-Pov1Q","e":"AQAB"},"attributes":{"enabled":true,"created":1627028798,"updated":1627028798,"recoveryLevel":"Recoverable"}}' headers: cache-control: - no-cache @@ -1488,7 +1667,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:53:47 GMT + - Fri, 23 Jul 2021 08:26:38 GMT expires: - '-1' pragma: @@ -1498,11 +1677,11 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-network-info: - - conn_type=Ipv4;addr=167.220.255.85;act_addr_fam=InterNetwork; + - conn_type=Ipv4;addr=167.220.232.244;act_addr_fam=InterNetwork; x-ms-keyvault-region: - eastus x-ms-keyvault-service-version: - - 1.2.139.0 + - 1.9.48.0 x-powered-by: - ASP.NET status: @@ -1522,24 +1701,21 @@ interactions: ParameterSetName: - --resource-group --name --key-source --key-name --key-version --key-vault User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace?api-version=2018-04-01 response: body: - string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-hcoc4pcis6u3q","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":true},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":true},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelay65ivc2l5nbcea"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstorage65ivc2l5nbcea"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"3252974409506379","workspaceUrl":"adb-3252974409506379.19.azuredatabricks.net","createdDateTime":"2021-02-04T07:48:52.2388753Z","storageAccountIdentity":{"principalId":"5299e917-7700-4959-b556-dbe7770f11e1","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace","name":"my-test-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus","tags":{"type":"test","env":"dev"}}' + string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-9le81w89pzuv6","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":true},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":true},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelaysnixdg453ib7m"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstoragesnixdg453ib7m"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"2840749693136527","workspaceUrl":"adb-2840749693136527.7.azuredatabricks.net","createdDateTime":"2021-07-23T08:20:24.0250594Z","storageAccountIdentity":{"principalId":"55c8edc9-2cef-4656-bc2e-ba613e3808cc","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace","name":"my-test-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus","tags":{"type":"test","env":"dev"}}' headers: cache-control: - no-cache content-length: - - '1971' + - '1970' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:53:49 GMT + - Fri, 23 Jul 2021 08:26:40 GMT expires: - '-1' pragma: @@ -1556,16 +1732,15 @@ interactions: code: 200 message: OK - request: - body: '{"tags": {"type": "test", "env": "dev"}, "location": "eastus", "properties": - {"managedResourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-hcoc4pcis6u3q", - "parameters": {"enableNoPublicIp": {"type": "Bool", "value": true}, "prepareEncryption": - {"type": "Bool", "value": true}, "encryption": {"value": {"keySource": "Microsoft.Keyvault", - "KeyName": "testkey", "keyversion": "6d48d1fdb97448acb4c0fdf606cee5e2", "keyvaulturi": + body: '{"tags": {"type": "test", "env": "dev"}, "location": "eastus", "sku": {"name": + "premium"}, "properties": {"managedResourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-9le81w89pzuv6", + "parameters": {"enableNoPublicIp": {"value": true}, "prepareEncryption": {"value": + true}, "encryption": {"value": {"keySource": "Microsoft.Keyvault", "KeyName": + "testkey", "keyversion": "6dea3de0027d4503961c906d509b60f7", "keyvaulturi": "https://clitest000002.vault.azure.net/"}}, "requireInfrastructureEncryption": - {"type": "Bool", "value": false}}, "authorizations": [{"principalId": "9a74af6f-d153-4348-988a-e2672920bee9", + {"value": false}}, "authorizations": [{"principalId": "9a74af6f-d153-4348-988a-e2672920bee9", "roleDefinitionId": "8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}], "createdBy": {}, - "updatedBy": {}, "createdDateTime": "2021-02-04T07:48:52.238875Z", "storageAccountIdentity": - {}}, "sku": {"name": "premium"}}' + "updatedBy": {}, "storageAccountIdentity": {}}}' headers: Accept: - application/json @@ -1576,30 +1751,27 @@ interactions: Connection: - keep-alive Content-Length: - - '893' + - '795' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --key-source --key-name --key-version --key-vault User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace?api-version=2018-04-01 response: body: - string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-hcoc4pcis6u3q","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":true},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":true},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelay65ivc2l5nbcea"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstorage65ivc2l5nbcea"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"},"encryption":{"type":"Object","value":{"keySource":"Microsoft.Keyvault","keyvaulturi":"https://clitest000002.vault.azure.net/","KeyName":"testkey","keyversion":"6d48d1fdb97448acb4c0fdf606cee5e2"}}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"3252974409506379","workspaceUrl":"adb-3252974409506379.19.azuredatabricks.net","createdDateTime":"2021-02-04T07:48:52.2388753Z","storageAccountIdentity":{"principalId":"5299e917-7700-4959-b556-dbe7770f11e1","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace","name":"my-test-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus","tags":{"type":"test","env":"dev"}}' + string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-9le81w89pzuv6","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":true},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":true},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelaysnixdg453ib7m"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstoragesnixdg453ib7m"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"},"encryption":{"type":"Object","value":{"keySource":"Microsoft.Keyvault","keyvaulturi":"https://clitest000002.vault.azure.net/","KeyName":"testkey","keyversion":"6dea3de0027d4503961c906d509b60f7"}}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"2840749693136527","workspaceUrl":"adb-2840749693136527.7.azuredatabricks.net","createdDateTime":"2021-07-23T08:20:24.0250594Z","storageAccountIdentity":{"principalId":"55c8edc9-2cef-4656-bc2e-ba613e3808cc","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace","name":"my-test-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus","tags":{"type":"test","env":"dev"}}' headers: cache-control: - no-cache content-length: - - '2179' + - '2178' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:53:54 GMT + - Fri, 23 Jul 2021 08:26:45 GMT expires: - '-1' pragma: @@ -1631,24 +1803,21 @@ interactions: ParameterSetName: - --resource-group --name --key-source User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace?api-version=2018-04-01 response: body: - string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-hcoc4pcis6u3q","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":true},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":true},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelay65ivc2l5nbcea"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstorage65ivc2l5nbcea"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"},"encryption":{"type":"Object","value":{"keySource":"Microsoft.Keyvault","keyvaulturi":"https://clitest000002.vault.azure.net/","KeyName":"testkey","keyversion":"6d48d1fdb97448acb4c0fdf606cee5e2"}}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"3252974409506379","workspaceUrl":"adb-3252974409506379.19.azuredatabricks.net","createdDateTime":"2021-02-04T07:48:52.2388753Z","storageAccountIdentity":{"principalId":"5299e917-7700-4959-b556-dbe7770f11e1","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace","name":"my-test-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus","tags":{"type":"test","env":"dev"}}' + string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-9le81w89pzuv6","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":true},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":true},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelaysnixdg453ib7m"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstoragesnixdg453ib7m"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"},"encryption":{"type":"Object","value":{"keySource":"Microsoft.Keyvault","keyvaulturi":"https://clitest000002.vault.azure.net/","KeyName":"testkey","keyversion":"6dea3de0027d4503961c906d509b60f7"}}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"2840749693136527","workspaceUrl":"adb-2840749693136527.7.azuredatabricks.net","createdDateTime":"2021-07-23T08:20:24.0250594Z","storageAccountIdentity":{"principalId":"55c8edc9-2cef-4656-bc2e-ba613e3808cc","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace","name":"my-test-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus","tags":{"type":"test","env":"dev"}}' headers: cache-control: - no-cache content-length: - - '2179' + - '2178' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:53:56 GMT + - Fri, 23 Jul 2021 08:26:46 GMT expires: - '-1' pragma: @@ -1665,15 +1834,13 @@ interactions: code: 200 message: OK - request: - body: '{"tags": {"type": "test", "env": "dev"}, "location": "eastus", "properties": - {"managedResourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-hcoc4pcis6u3q", - "parameters": {"enableNoPublicIp": {"type": "Bool", "value": true}, "prepareEncryption": - {"type": "Bool", "value": true}, "encryption": {"type": "Object", "value": {"keySource": - "Default"}}, "requireInfrastructureEncryption": {"type": "Bool", "value": false}}, - "authorizations": [{"principalId": "9a74af6f-d153-4348-988a-e2672920bee9", "roleDefinitionId": - "8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}], "createdBy": {}, "updatedBy": {}, - "createdDateTime": "2021-02-04T07:48:52.238875Z", "storageAccountIdentity": - {}}, "sku": {"name": "premium"}}' + body: '{"tags": {"type": "test", "env": "dev"}, "location": "eastus", "sku": {"name": + "premium"}, "properties": {"managedResourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-9le81w89pzuv6", + "parameters": {"enableNoPublicIp": {"value": true}, "prepareEncryption": {"value": + true}, "encryption": {"value": {"keySource": "Default"}}, "requireInfrastructureEncryption": + {"value": false}}, "authorizations": [{"principalId": "9a74af6f-d153-4348-988a-e2672920bee9", + "roleDefinitionId": "8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}], "createdBy": {}, + "updatedBy": {}, "storageAccountIdentity": {}}}' headers: Accept: - application/json @@ -1684,30 +1851,27 @@ interactions: Connection: - keep-alive Content-Length: - - '760' + - '644' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - --resource-group --name --key-source User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace?api-version=2018-04-01 response: body: - string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-hcoc4pcis6u3q","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":true},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":true},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelay65ivc2l5nbcea"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstorage65ivc2l5nbcea"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"},"encryption":{"type":"Object","value":{"keySource":"Default"}}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"3252974409506379","workspaceUrl":"adb-3252974409506379.19.azuredatabricks.net","createdDateTime":"2021-02-04T07:48:52.2388753Z","storageAccountIdentity":{"principalId":"5299e917-7700-4959-b556-dbe7770f11e1","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace","name":"my-test-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus","tags":{"type":"test","env":"dev"}}' + string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-9le81w89pzuv6","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":true},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":true},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelaysnixdg453ib7m"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstoragesnixdg453ib7m"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"},"encryption":{"type":"Object","value":{"keySource":"Default"}}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"2840749693136527","workspaceUrl":"adb-2840749693136527.7.azuredatabricks.net","createdDateTime":"2021-07-23T08:20:24.0250594Z","storageAccountIdentity":{"principalId":"55c8edc9-2cef-4656-bc2e-ba613e3808cc","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace","name":"my-test-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus","tags":{"type":"test","env":"dev"}}' headers: cache-control: - no-cache content-length: - - '2034' + - '2033' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:54:30 GMT + - Fri, 23 Jul 2021 08:26:49 GMT expires: - '-1' pragma: @@ -1721,7 +1885,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 200 message: OK @@ -1739,24 +1903,21 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace?api-version=2018-04-01 response: body: - string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-hcoc4pcis6u3q","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":true},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":true},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelay65ivc2l5nbcea"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstorage65ivc2l5nbcea"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"},"encryption":{"type":"Object","value":{"keySource":"Default"}}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"3252974409506379","workspaceUrl":"adb-3252974409506379.19.azuredatabricks.net","createdDateTime":"2021-02-04T07:48:52.2388753Z","storageAccountIdentity":{"principalId":"5299e917-7700-4959-b556-dbe7770f11e1","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace","name":"my-test-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus","tags":{"type":"test","env":"dev"}}' + string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-9le81w89pzuv6","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":true},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":true},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelaysnixdg453ib7m"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstoragesnixdg453ib7m"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"},"encryption":{"type":"Object","value":{"keySource":"Default"}}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"2840749693136527","workspaceUrl":"adb-2840749693136527.7.azuredatabricks.net","createdDateTime":"2021-07-23T08:20:24.0250594Z","storageAccountIdentity":{"principalId":"55c8edc9-2cef-4656-bc2e-ba613e3808cc","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace","name":"my-test-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus","tags":{"type":"test","env":"dev"}}' headers: cache-control: - no-cache content-length: - - '2034' + - '2033' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:54:32 GMT + - Fri, 23 Jul 2021 08:26:51 GMT expires: - '-1' pragma: @@ -1786,24 +1947,21 @@ interactions: ParameterSetName: - --ids User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace?api-version=2018-04-01 response: body: - string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-hcoc4pcis6u3q","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":true},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":true},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelay65ivc2l5nbcea"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstorage65ivc2l5nbcea"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"},"encryption":{"type":"Object","value":{"keySource":"Default"}}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"3252974409506379","workspaceUrl":"adb-3252974409506379.19.azuredatabricks.net","createdDateTime":"2021-02-04T07:48:52.2388753Z","storageAccountIdentity":{"principalId":"5299e917-7700-4959-b556-dbe7770f11e1","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace","name":"my-test-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus","tags":{"type":"test","env":"dev"}}' + string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-9le81w89pzuv6","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":true},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":true},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelaysnixdg453ib7m"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstoragesnixdg453ib7m"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"},"encryption":{"type":"Object","value":{"keySource":"Default"}}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"2840749693136527","workspaceUrl":"adb-2840749693136527.7.azuredatabricks.net","createdDateTime":"2021-07-23T08:20:24.0250594Z","storageAccountIdentity":{"principalId":"55c8edc9-2cef-4656-bc2e-ba613e3808cc","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace","name":"my-test-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus","tags":{"type":"test","env":"dev"}}' headers: cache-control: - no-cache content-length: - - '2034' + - '2033' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:54:34 GMT + - Fri, 23 Jul 2021 08:26:52 GMT expires: - '-1' pragma: @@ -1833,24 +1991,21 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces?api-version=2018-04-01 response: body: - string: '{"value":[{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/custom-managed-rg","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":false},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":false},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelaykdp7jidvgdcuc"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true","env":"dev"}},"storageAccountName":{"type":"String","value":"dbstoragekdp7jidvgdcuc"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"5613343709554320","workspaceUrl":"adb-5613343709554320.0.azuredatabricks.net","createdDateTime":"2021-02-04T07:51:04.2467128Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-custom-workspace","name":"my-custom-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"standard"},"location":"westus","tags":{"env":"dev"}},{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-hcoc4pcis6u3q","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":true},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":true},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelay65ivc2l5nbcea"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstorage65ivc2l5nbcea"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"},"encryption":{"type":"Object","value":{"keySource":"Default"}}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"3252974409506379","workspaceUrl":"adb-3252974409506379.19.azuredatabricks.net","createdDateTime":"2021-02-04T07:48:52.2388753Z","storageAccountIdentity":{"principalId":"5299e917-7700-4959-b556-dbe7770f11e1","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace","name":"my-test-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus","tags":{"type":"test","env":"dev"}}]}' + string: '{"value":[{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/custom-managed-rg","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":false},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":false},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelaykdp7jidvgdcuc"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true","env":"dev"}},"storageAccountName":{"type":"String","value":"dbstoragekdp7jidvgdcuc"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"1404065755443389","workspaceUrl":"adb-1404065755443389.9.azuredatabricks.net","createdDateTime":"2021-07-23T08:23:18.7089038Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-custom-workspace","name":"my-custom-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"standard"},"location":"westus","tags":{"env":"dev"}},{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-my-test-workspace-9le81w89pzuv6","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":true},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":true},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelaysnixdg453ib7m"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstoragesnixdg453ib7m"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"},"encryption":{"type":"Object","value":{"keySource":"Default"}}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"2840749693136527","workspaceUrl":"adb-2840749693136527.7.azuredatabricks.net","createdDateTime":"2021-07-23T08:20:24.0250594Z","storageAccountIdentity":{"principalId":"55c8edc9-2cef-4656-bc2e-ba613e3808cc","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace","name":"my-test-workspace","type":"Microsoft.Databricks/workspaces","sku":{"name":"premium"},"location":"eastus","tags":{"type":"test","env":"dev"}}]}' headers: cache-control: - no-cache content-length: - - '3840' + - '3839' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:54:36 GMT + - Fri, 23 Jul 2021 08:26:54 GMT expires: - '-1' pragma: @@ -1862,8 +2017,8 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - westus:631a74af-8e8d-403d-8d86-4433d149365e - - eastus:a5bbc1b8-8550-4264-86c3-66668ae51361 + - westus:53c2c5e4-cb81-4dbb-80db-a0d44085fc4f + - eastus:b20fc45b-8a2a-4e43-a3b9-ab5ef210c322 status: code: 200 message: OK @@ -1883,10 +2038,7 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-test-workspace?api-version=2018-04-01 response: @@ -1898,11 +2050,11 @@ interactions: content-length: - '0' date: - - Thu, 04 Feb 2021 07:54:37 GMT + - Fri, 23 Jul 2021 08:26:56 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -1918,7 +2070,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1928,10 +2080,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -1943,11 +2094,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:54:54 GMT + - Fri, 23 Jul 2021 08:27:12 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -1961,7 +2112,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1971,10 +2122,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -1986,11 +2136,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:55:09 GMT + - Fri, 23 Jul 2021 08:27:28 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -2004,7 +2154,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2014,10 +2164,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -2029,11 +2178,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:55:24 GMT + - Fri, 23 Jul 2021 08:27:43 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -2047,7 +2196,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2057,10 +2206,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -2072,11 +2220,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:55:39 GMT + - Fri, 23 Jul 2021 08:27:58 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -2090,7 +2238,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2100,10 +2248,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -2115,11 +2262,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:55:55 GMT + - Fri, 23 Jul 2021 08:28:13 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -2133,7 +2280,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2143,10 +2290,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -2158,11 +2304,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:56:10 GMT + - Fri, 23 Jul 2021 08:28:28 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -2176,7 +2322,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2186,10 +2332,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -2201,11 +2346,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:56:26 GMT + - Fri, 23 Jul 2021 08:28:43 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -2219,7 +2364,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2229,10 +2374,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -2244,11 +2388,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:56:41 GMT + - Fri, 23 Jul 2021 08:28:59 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -2262,7 +2406,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2272,10 +2416,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -2287,11 +2430,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:56:57 GMT + - Fri, 23 Jul 2021 08:29:15 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -2305,7 +2448,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2315,10 +2458,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -2330,11 +2472,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:57:12 GMT + - Fri, 23 Jul 2021 08:29:30 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -2348,7 +2490,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2358,10 +2500,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -2373,11 +2514,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:57:27 GMT + - Fri, 23 Jul 2021 08:29:45 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -2391,7 +2532,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2401,10 +2542,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -2416,11 +2556,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:57:42 GMT + - Fri, 23 Jul 2021 08:30:00 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -2434,7 +2574,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2444,10 +2584,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -2459,11 +2598,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:57:58 GMT + - Fri, 23 Jul 2021 08:30:15 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -2477,7 +2616,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2487,81 +2626,73 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NVV1VUWTQ3VlBYNkxXRU9YN1ZISFpFN0Q6N0MwRTM0NUQ5MDE2QTQ3QkM4OjJETVk6fERBMDBFRUFGRjVBMzM1NkMifQ?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 response: body: - string: '{"status":"Succeeded"}' + string: '{"status":"Accepted"}' headers: cache-control: - no-cache content-length: - - '22' + - '21' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:58:14 GMT + - Fri, 23 Jul 2021 08:30:31 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding,Accept-Encoding x-content-type-options: - nosniff status: - code: 200 - message: OK + code: 202 + message: Accepted - request: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - databricks workspace delete Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-custom-workspace?api-version=2018-04-01 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 response: body: - string: '' + string: '{"status":"Accepted"}' headers: cache-control: - no-cache content-length: - - '0' + - '21' + content-type: + - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:58:17 GMT + - Fri, 23 Jul 2021 08:30:46 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-deletes: - - '14999' status: code: 202 message: Accepted @@ -2569,7 +2700,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2579,10 +2710,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -2594,11 +2724,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:58:32 GMT + - Fri, 23 Jul 2021 08:31:01 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -2612,7 +2742,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2622,10 +2752,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -2637,11 +2766,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:58:48 GMT + - Fri, 23 Jul 2021 08:31:17 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -2655,7 +2784,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2665,10 +2794,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -2680,11 +2808,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:59:03 GMT + - Fri, 23 Jul 2021 08:31:32 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -2698,7 +2826,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2708,10 +2836,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -2723,11 +2850,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:59:18 GMT + - Fri, 23 Jul 2021 08:31:48 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -2741,7 +2868,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2751,10 +2878,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -2766,11 +2892,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:59:33 GMT + - Fri, 23 Jul 2021 08:32:04 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -2784,7 +2910,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2794,10 +2920,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -2809,11 +2934,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:59:49 GMT + - Fri, 23 Jul 2021 08:32:19 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -2827,7 +2952,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2837,10 +2962,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -2852,11 +2976,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 08:00:05 GMT + - Fri, 23 Jul 2021 08:32:34 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -2866,6 +2990,50 @@ interactions: status: code: 202 message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/eastus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS10ZXN0LXdvcmtzcGFjZSIsImpvYklkIjoiQXBwbGlhbmNlRGVwcm92aXNpb25pbmdKb2I6MkRSR0E6MkRDTEk6M0E1RlRFU1Q6M0E1RkRBVEFCUklDS1NXNUNLV1hEMkRHQ1lLTFdIRVEzSE9TT0g6N0M0NEQ2NTIxRUU0MTNBRDA5OjJETVk6fDBGNkZFRTQ2NzRFRDg2NDEifQ?api-version=2018-04-01 + response: + body: + string: '{"status":"Succeeded"}' + headers: + cache-control: + - no-cache + content-length: + - '22' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 23 Jul 2021 08:32:49 GMT + expires: + - '-1' + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding,Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK - request: body: null headers: @@ -2877,13 +3045,56 @@ interactions: - databricks workspace delete Connection: - keep-alive + Content-Length: + - '0' ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/workspaces/my-custom-workspace?api-version=2018-04-01 + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Fri, 23 Jul 2021 08:32:52 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 + pragma: + - no-cache + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -2895,11 +3106,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 08:00:20 GMT + - Fri, 23 Jul 2021 08:33:07 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -2913,7 +3124,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2923,10 +3134,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -2938,11 +3148,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 08:00:35 GMT + - Fri, 23 Jul 2021 08:33:22 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -2956,7 +3166,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2966,10 +3176,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -2981,11 +3190,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 08:00:51 GMT + - Fri, 23 Jul 2021 08:33:37 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -2999,7 +3208,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -3009,10 +3218,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -3024,11 +3232,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 08:01:06 GMT + - Fri, 23 Jul 2021 08:33:53 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -3042,7 +3250,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -3052,10 +3260,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -3067,11 +3274,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 08:01:21 GMT + - Fri, 23 Jul 2021 08:34:08 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -3085,7 +3292,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -3095,10 +3302,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -3110,11 +3316,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 08:01:36 GMT + - Fri, 23 Jul 2021 08:34:23 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -3128,7 +3334,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -3138,10 +3344,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -3153,11 +3358,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 08:01:51 GMT + - Fri, 23 Jul 2021 08:34:38 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -3171,7 +3376,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -3181,10 +3386,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -3196,11 +3400,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 08:02:07 GMT + - Fri, 23 Jul 2021 08:34:53 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -3214,7 +3418,259 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - databricks workspace delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 23 Jul 2021 08:35:08 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 + 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: + - databricks workspace delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 23 Jul 2021 08:35:24 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 + 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: + - databricks workspace delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 23 Jul 2021 08:35:39 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 + 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: + - databricks workspace delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 23 Jul 2021 08:35:54 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 + 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: + - databricks workspace delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 23 Jul 2021 08:36:10 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 + 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: + - databricks workspace delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name -y + User-Agent: + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 + response: + body: + string: '{"status":"Accepted"}' + headers: + cache-control: + - no-cache + content-length: + - '21' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 23 Jul 2021 08:36:25 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 + 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: @@ -3224,10 +3680,9 @@ interactions: ParameterSetName: - --resource-group --name -y User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N1d3V0eTQ3dnB4Nmx3ZW94N3ZoaHplN2R1eTIzd20ydGc3c2poYWVoaHliN2t6Y3NtcGVtbmdqci9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1VXVVRZNDdWUFg2TFdFT1g3VkhIWkU3RDo3QzBFMzQ1RDkwMTZBNDdCQzg6MkRNWTp8MkJGMjc3MjYwNEU4ODkzNSJ9?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3N3NWNrd3hkMmRnY3lrbHdoZXEzaG9zb2h5b2kybml4Z3I0cXczcjIyNXgzd28zcjI2eWN0Z2twYy9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9teS1jdXN0b20td29ya3NwYWNlIiwiam9iSWQiOiJBcHBsaWFuY2VEZXByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLU1c1Q0tXWEQyREdDWUtMV0hFUTNIT1NPSDo3QzQ0RDY1MjFFRTQxM0FEMDk6MkRNWTp8NzU5MzUyN0YyNjk0RkMxOSJ9?api-version=2018-04-01 response: body: string: '{"status":"Succeeded"}' @@ -3239,7 +3694,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 08:02:22 GMT + - Fri, 23 Jul 2021 08:36:40 GMT expires: - '-1' pragma: diff --git a/src/databricks/azext_databricks/tests/latest/recordings/test_databricks_vnet_peering.yaml b/src/databricks/azext_databricks/tests/latest/recordings/test_databricks_vnet_peering.yaml index c20d42166fa..0142330c7bf 100644 --- a/src/databricks/azext_databricks/tests/latest/recordings/test_databricks_vnet_peering.yaml +++ b/src/databricks/azext_databricks/tests/latest/recordings/test_databricks_vnet_peering.yaml @@ -18,33 +18,33 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.18.0 azsdk-python-azure-mgmt-network/17.0.0 Python/3.6.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/19.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005?api-version=2021-02-01 response: body: string: "{\r\n \"name\": \"vnet000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005\",\r\n - \ \"etag\": \"W/\\\"c0df41d2-dcf3-44ed-a62b-83d786273410\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"01cd005a-b468-4d27-b8f9-90efed9a5fdd\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"d8b2bebe-22bc-4961-99c2-97e8ffeee7c7\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"b16fc0b0-2efc-4c37-b42c-a228e7f5fcea\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": - false,\r\n \"enableVmProtection\": false\r\n }\r\n}" + false\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/2376ff68-894d-480a-b78b-37f44b50a584?api-version=2020-07-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6f0e5e79-691d-4620-8f61-68b7e1e23532?api-version=2021-02-01 cache-control: - no-cache content-length: - - '804' + - '770' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:48:11 GMT + - Tue, 27 Jul 2021 04:20:54 GMT expires: - '-1' pragma: @@ -57,9 +57,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - babd8ae6-f413-4042-b941-a4bc75aafd2e + - 7c3cd02b-7ad7-442f-a27d-63bddf72a0ff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -77,9 +77,9 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.18.0 azsdk-python-azure-mgmt-network/17.0.0 Python/3.6.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/19.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/2376ff68-894d-480a-b78b-37f44b50a584?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6f0e5e79-691d-4620-8f61-68b7e1e23532?api-version=2021-02-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -91,7 +91,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:48:14 GMT + - Tue, 27 Jul 2021 04:20:58 GMT expires: - '-1' pragma: @@ -108,7 +108,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 156e516c-0c40-495c-8c22-a91c87decac5 + - a0956af8-f8ef-469f-bb27-4c48b6874eee status: code: 200 message: OK @@ -126,31 +126,31 @@ interactions: ParameterSetName: - -g -n -l User-Agent: - - AZURECLI/2.18.0 azsdk-python-azure-mgmt-network/17.0.0 Python/3.6.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/19.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005?api-version=2021-02-01 response: body: string: "{\r\n \"name\": \"vnet000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005\",\r\n - \ \"etag\": \"W/\\\"8dd51502-e908-4495-9f77-3d88cee36ce9\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"107a603f-fd48-4da8-9249-628aee5069dd\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"d8b2bebe-22bc-4961-99c2-97e8ffeee7c7\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"b16fc0b0-2efc-4c37-b42c-a228e7f5fcea\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": - false,\r\n \"enableVmProtection\": false\r\n }\r\n}" + false\r\n }\r\n}" headers: cache-control: - no-cache content-length: - - '805' + - '771' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:48:15 GMT + - Tue, 27 Jul 2021 04:20:58 GMT etag: - - W/"8dd51502-e908-4495-9f77-3d88cee36ce9" + - W/"107a603f-fd48-4da8-9249-628aee5069dd" expires: - '-1' pragma: @@ -167,13 +167,14 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6c6a0763-e5d8-4680-9cd7-17ed34bd49cf + - d9f44cb2-567b-49d2-80a1-fb26c90bc226 status: code: 200 message: OK - request: - body: '{"location": "westus", "properties": {"managedResourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-5p2p5bvdjio5l", - "parameters": {}}, "sku": {"name": "standard"}}' + body: '{"location": "westus", "sku": {"name": "standard"}, "properties": {"managedResourceGroupId": + "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-t1ibhols52zv2", + "parameters": {}}}' headers: Accept: - application/json @@ -186,22 +187,19 @@ interactions: Content-Length: - '234' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - -l -n -g --sku User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002?api-version=2018-04-01 response: body: - string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-5p2p5bvdjio5l","provisioningState":"Accepted","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"createdDateTime":"2021-02-04T07:48:21.3830954Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002","name":"databricks000002","type":"Microsoft.Databricks/workspaces","sku":{"name":"standard"},"location":"westus"}' + string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-t1ibhols52zv2","provisioningState":"Accepted","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"createdDateTime":"2021-07-27T04:21:04.5043124Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002","name":"databricks000002","type":"Microsoft.Databricks/workspaces","sku":{"name":"standard"},"location":"westus"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldHJ4aWtxa2p2N2FqaGN1aDV4MzRoc3lheW94dXZ6NHhkdjVpMmhrNGF1bHVzNjVzaHF0bS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzcGY1N3VzcW9qMzdub24iLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVFJYSUtRS0pWN0FKSENVSDVYOjdDNTU2RENGQ0NFRUI2ODQ4OToyRERBVHw0QjMyMEU2OEIwOEM5NzBDIn0?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldDYybzVvdXMyaTc2N3dnZmVzbDV0dmRodmxhN2pnajI2bDVsdWY0Z2dmZmc3dXFkaGVnbC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzaW9pbXpmaDVxeDdmdzMiLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVDYyTzVPVVMySTc2N1dHRkVTOjdDMjU1MTg0NkY1Qjg3OEQ5NToyRERBVHxFRTZENTMyMzYwQTMyQjNDIn0?api-version=2018-04-01 cache-control: - no-cache content-length: @@ -209,7 +207,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:48:23 GMT + - Tue, 27 Jul 2021 04:21:05 GMT expires: - '-1' pragma: @@ -219,7 +217,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1199' status: code: 201 message: Created @@ -227,7 +225,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -237,10 +235,9 @@ interactions: ParameterSetName: - -l -n -g --sku User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldHJ4aWtxa2p2N2FqaGN1aDV4MzRoc3lheW94dXZ6NHhkdjVpMmhrNGF1bHVzNjVzaHF0bS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzcGY1N3VzcW9qMzdub24iLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVFJYSUtRS0pWN0FKSENVSDVYOjdDNTU2RENGQ0NFRUI2ODQ4OToyRERBVHw0QjMyMEU2OEIwOEM5NzBDIn0?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldDYybzVvdXMyaTc2N3dnZmVzbDV0dmRodmxhN2pnajI2bDVsdWY0Z2dmZmc3dXFkaGVnbC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzaW9pbXpmaDVxeDdmdzMiLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVDYyTzVPVVMySTc2N1dHRkVTOjdDMjU1MTg0NkY1Qjg3OEQ5NToyRERBVHxFRTZENTMyMzYwQTMyQjNDIn0?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -252,11 +249,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:48:39 GMT + - Tue, 27 Jul 2021 04:21:21 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldHJ4aWtxa2p2N2FqaGN1aDV4MzRoc3lheW94dXZ6NHhkdjVpMmhrNGF1bHVzNjVzaHF0bS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzcGY1N3VzcW9qMzdub24iLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVFJYSUtRS0pWN0FKSENVSDVYOjdDNTU2RENGQ0NFRUI2ODQ4OToyRERBVHw0QjMyMEU2OEIwOEM5NzBDIn0?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldDYybzVvdXMyaTc2N3dnZmVzbDV0dmRodmxhN2pnajI2bDVsdWY0Z2dmZmc3dXFkaGVnbC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzaW9pbXpmaDVxeDdmdzMiLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVDYyTzVPVVMySTc2N1dHRkVTOjdDMjU1MTg0NkY1Qjg3OEQ5NToyRERBVHxFRTZENTMyMzYwQTMyQjNDIn0?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -270,7 +267,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -280,10 +277,9 @@ interactions: ParameterSetName: - -l -n -g --sku User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldHJ4aWtxa2p2N2FqaGN1aDV4MzRoc3lheW94dXZ6NHhkdjVpMmhrNGF1bHVzNjVzaHF0bS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzcGY1N3VzcW9qMzdub24iLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVFJYSUtRS0pWN0FKSENVSDVYOjdDNTU2RENGQ0NFRUI2ODQ4OToyRERBVHw0QjMyMEU2OEIwOEM5NzBDIn0?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldDYybzVvdXMyaTc2N3dnZmVzbDV0dmRodmxhN2pnajI2bDVsdWY0Z2dmZmc3dXFkaGVnbC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzaW9pbXpmaDVxeDdmdzMiLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVDYyTzVPVVMySTc2N1dHRkVTOjdDMjU1MTg0NkY1Qjg3OEQ5NToyRERBVHxFRTZENTMyMzYwQTMyQjNDIn0?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -295,11 +291,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:48:55 GMT + - Tue, 27 Jul 2021 04:21:36 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldHJ4aWtxa2p2N2FqaGN1aDV4MzRoc3lheW94dXZ6NHhkdjVpMmhrNGF1bHVzNjVzaHF0bS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzcGY1N3VzcW9qMzdub24iLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVFJYSUtRS0pWN0FKSENVSDVYOjdDNTU2RENGQ0NFRUI2ODQ4OToyRERBVHw0QjMyMEU2OEIwOEM5NzBDIn0?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldDYybzVvdXMyaTc2N3dnZmVzbDV0dmRodmxhN2pnajI2bDVsdWY0Z2dmZmc3dXFkaGVnbC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzaW9pbXpmaDVxeDdmdzMiLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVDYyTzVPVVMySTc2N1dHRkVTOjdDMjU1MTg0NkY1Qjg3OEQ5NToyRERBVHxFRTZENTMyMzYwQTMyQjNDIn0?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -313,7 +309,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -323,10 +319,9 @@ interactions: ParameterSetName: - -l -n -g --sku User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldHJ4aWtxa2p2N2FqaGN1aDV4MzRoc3lheW94dXZ6NHhkdjVpMmhrNGF1bHVzNjVzaHF0bS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzcGY1N3VzcW9qMzdub24iLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVFJYSUtRS0pWN0FKSENVSDVYOjdDNTU2RENGQ0NFRUI2ODQ4OToyRERBVHw0QjMyMEU2OEIwOEM5NzBDIn0?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldDYybzVvdXMyaTc2N3dnZmVzbDV0dmRodmxhN2pnajI2bDVsdWY0Z2dmZmc3dXFkaGVnbC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzaW9pbXpmaDVxeDdmdzMiLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVDYyTzVPVVMySTc2N1dHRkVTOjdDMjU1MTg0NkY1Qjg3OEQ5NToyRERBVHxFRTZENTMyMzYwQTMyQjNDIn0?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -338,11 +333,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:49:10 GMT + - Tue, 27 Jul 2021 04:21:51 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldHJ4aWtxa2p2N2FqaGN1aDV4MzRoc3lheW94dXZ6NHhkdjVpMmhrNGF1bHVzNjVzaHF0bS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzcGY1N3VzcW9qMzdub24iLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVFJYSUtRS0pWN0FKSENVSDVYOjdDNTU2RENGQ0NFRUI2ODQ4OToyRERBVHw0QjMyMEU2OEIwOEM5NzBDIn0?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldDYybzVvdXMyaTc2N3dnZmVzbDV0dmRodmxhN2pnajI2bDVsdWY0Z2dmZmc3dXFkaGVnbC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzaW9pbXpmaDVxeDdmdzMiLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVDYyTzVPVVMySTc2N1dHRkVTOjdDMjU1MTg0NkY1Qjg3OEQ5NToyRERBVHxFRTZENTMyMzYwQTMyQjNDIn0?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -356,7 +351,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -366,10 +361,9 @@ interactions: ParameterSetName: - -l -n -g --sku User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldHJ4aWtxa2p2N2FqaGN1aDV4MzRoc3lheW94dXZ6NHhkdjVpMmhrNGF1bHVzNjVzaHF0bS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzcGY1N3VzcW9qMzdub24iLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVFJYSUtRS0pWN0FKSENVSDVYOjdDNTU2RENGQ0NFRUI2ODQ4OToyRERBVHw0QjMyMEU2OEIwOEM5NzBDIn0?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldDYybzVvdXMyaTc2N3dnZmVzbDV0dmRodmxhN2pnajI2bDVsdWY0Z2dmZmc3dXFkaGVnbC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzaW9pbXpmaDVxeDdmdzMiLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVDYyTzVPVVMySTc2N1dHRkVTOjdDMjU1MTg0NkY1Qjg3OEQ5NToyRERBVHxFRTZENTMyMzYwQTMyQjNDIn0?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -381,11 +375,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:49:25 GMT + - Tue, 27 Jul 2021 04:22:07 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldHJ4aWtxa2p2N2FqaGN1aDV4MzRoc3lheW94dXZ6NHhkdjVpMmhrNGF1bHVzNjVzaHF0bS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzcGY1N3VzcW9qMzdub24iLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVFJYSUtRS0pWN0FKSENVSDVYOjdDNTU2RENGQ0NFRUI2ODQ4OToyRERBVHw0QjMyMEU2OEIwOEM5NzBDIn0?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldDYybzVvdXMyaTc2N3dnZmVzbDV0dmRodmxhN2pnajI2bDVsdWY0Z2dmZmc3dXFkaGVnbC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzaW9pbXpmaDVxeDdmdzMiLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVDYyTzVPVVMySTc2N1dHRkVTOjdDMjU1MTg0NkY1Qjg3OEQ5NToyRERBVHxFRTZENTMyMzYwQTMyQjNDIn0?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -399,7 +393,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -409,10 +403,9 @@ interactions: ParameterSetName: - -l -n -g --sku User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldHJ4aWtxa2p2N2FqaGN1aDV4MzRoc3lheW94dXZ6NHhkdjVpMmhrNGF1bHVzNjVzaHF0bS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzcGY1N3VzcW9qMzdub24iLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVFJYSUtRS0pWN0FKSENVSDVYOjdDNTU2RENGQ0NFRUI2ODQ4OToyRERBVHw0QjMyMEU2OEIwOEM5NzBDIn0?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldDYybzVvdXMyaTc2N3dnZmVzbDV0dmRodmxhN2pnajI2bDVsdWY0Z2dmZmc3dXFkaGVnbC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzaW9pbXpmaDVxeDdmdzMiLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVDYyTzVPVVMySTc2N1dHRkVTOjdDMjU1MTg0NkY1Qjg3OEQ5NToyRERBVHxFRTZENTMyMzYwQTMyQjNDIn0?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -424,11 +417,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:49:40 GMT + - Tue, 27 Jul 2021 04:22:22 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldHJ4aWtxa2p2N2FqaGN1aDV4MzRoc3lheW94dXZ6NHhkdjVpMmhrNGF1bHVzNjVzaHF0bS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzcGY1N3VzcW9qMzdub24iLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVFJYSUtRS0pWN0FKSENVSDVYOjdDNTU2RENGQ0NFRUI2ODQ4OToyRERBVHw0QjMyMEU2OEIwOEM5NzBDIn0?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldDYybzVvdXMyaTc2N3dnZmVzbDV0dmRodmxhN2pnajI2bDVsdWY0Z2dmZmc3dXFkaGVnbC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzaW9pbXpmaDVxeDdmdzMiLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVDYyTzVPVVMySTc2N1dHRkVTOjdDMjU1MTg0NkY1Qjg3OEQ5NToyRERBVHxFRTZENTMyMzYwQTMyQjNDIn0?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -442,7 +435,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -452,10 +445,9 @@ interactions: ParameterSetName: - -l -n -g --sku User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldHJ4aWtxa2p2N2FqaGN1aDV4MzRoc3lheW94dXZ6NHhkdjVpMmhrNGF1bHVzNjVzaHF0bS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzcGY1N3VzcW9qMzdub24iLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVFJYSUtRS0pWN0FKSENVSDVYOjdDNTU2RENGQ0NFRUI2ODQ4OToyRERBVHw0QjMyMEU2OEIwOEM5NzBDIn0?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldDYybzVvdXMyaTc2N3dnZmVzbDV0dmRodmxhN2pnajI2bDVsdWY0Z2dmZmc3dXFkaGVnbC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzaW9pbXpmaDVxeDdmdzMiLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVDYyTzVPVVMySTc2N1dHRkVTOjdDMjU1MTg0NkY1Qjg3OEQ5NToyRERBVHxFRTZENTMyMzYwQTMyQjNDIn0?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -467,11 +459,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:49:55 GMT + - Tue, 27 Jul 2021 04:22:37 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldHJ4aWtxa2p2N2FqaGN1aDV4MzRoc3lheW94dXZ6NHhkdjVpMmhrNGF1bHVzNjVzaHF0bS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzcGY1N3VzcW9qMzdub24iLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVFJYSUtRS0pWN0FKSENVSDVYOjdDNTU2RENGQ0NFRUI2ODQ4OToyRERBVHw0QjMyMEU2OEIwOEM5NzBDIn0?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldDYybzVvdXMyaTc2N3dnZmVzbDV0dmRodmxhN2pnajI2bDVsdWY0Z2dmZmc3dXFkaGVnbC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzaW9pbXpmaDVxeDdmdzMiLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVDYyTzVPVVMySTc2N1dHRkVTOjdDMjU1MTg0NkY1Qjg3OEQ5NToyRERBVHxFRTZENTMyMzYwQTMyQjNDIn0?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -485,7 +477,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -495,10 +487,9 @@ interactions: ParameterSetName: - -l -n -g --sku User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldHJ4aWtxa2p2N2FqaGN1aDV4MzRoc3lheW94dXZ6NHhkdjVpMmhrNGF1bHVzNjVzaHF0bS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzcGY1N3VzcW9qMzdub24iLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVFJYSUtRS0pWN0FKSENVSDVYOjdDNTU2RENGQ0NFRUI2ODQ4OToyRERBVHw0QjMyMEU2OEIwOEM5NzBDIn0?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldDYybzVvdXMyaTc2N3dnZmVzbDV0dmRodmxhN2pnajI2bDVsdWY0Z2dmZmc3dXFkaGVnbC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzaW9pbXpmaDVxeDdmdzMiLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVDYyTzVPVVMySTc2N1dHRkVTOjdDMjU1MTg0NkY1Qjg3OEQ5NToyRERBVHxFRTZENTMyMzYwQTMyQjNDIn0?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -510,11 +501,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:50:11 GMT + - Tue, 27 Jul 2021 04:22:52 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldHJ4aWtxa2p2N2FqaGN1aDV4MzRoc3lheW94dXZ6NHhkdjVpMmhrNGF1bHVzNjVzaHF0bS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzcGY1N3VzcW9qMzdub24iLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVFJYSUtRS0pWN0FKSENVSDVYOjdDNTU2RENGQ0NFRUI2ODQ4OToyRERBVHw0QjMyMEU2OEIwOEM5NzBDIn0?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldDYybzVvdXMyaTc2N3dnZmVzbDV0dmRodmxhN2pnajI2bDVsdWY0Z2dmZmc3dXFkaGVnbC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzaW9pbXpmaDVxeDdmdzMiLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVDYyTzVPVVMySTc2N1dHRkVTOjdDMjU1MTg0NkY1Qjg3OEQ5NToyRERBVHxFRTZENTMyMzYwQTMyQjNDIn0?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -528,7 +519,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -538,10 +529,9 @@ interactions: ParameterSetName: - -l -n -g --sku User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldHJ4aWtxa2p2N2FqaGN1aDV4MzRoc3lheW94dXZ6NHhkdjVpMmhrNGF1bHVzNjVzaHF0bS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzcGY1N3VzcW9qMzdub24iLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVFJYSUtRS0pWN0FKSENVSDVYOjdDNTU2RENGQ0NFRUI2ODQ4OToyRERBVHw0QjMyMEU2OEIwOEM5NzBDIn0?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldDYybzVvdXMyaTc2N3dnZmVzbDV0dmRodmxhN2pnajI2bDVsdWY0Z2dmZmc3dXFkaGVnbC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzaW9pbXpmaDVxeDdmdzMiLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVDYyTzVPVVMySTc2N1dHRkVTOjdDMjU1MTg0NkY1Qjg3OEQ5NToyRERBVHxFRTZENTMyMzYwQTMyQjNDIn0?api-version=2018-04-01 response: body: string: '{"status":"Accepted"}' @@ -553,11 +543,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:50:26 GMT + - Tue, 27 Jul 2021 04:23:07 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldHJ4aWtxa2p2N2FqaGN1aDV4MzRoc3lheW94dXZ6NHhkdjVpMmhrNGF1bHVzNjVzaHF0bS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzcGY1N3VzcW9qMzdub24iLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVFJYSUtRS0pWN0FKSENVSDVYOjdDNTU2RENGQ0NFRUI2ODQ4OToyRERBVHw0QjMyMEU2OEIwOEM5NzBDIn0?api-version=2018-04-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldDYybzVvdXMyaTc2N3dnZmVzbDV0dmRodmxhN2pnajI2bDVsdWY0Z2dmZmc3dXFkaGVnbC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzaW9pbXpmaDVxeDdmdzMiLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVDYyTzVPVVMySTc2N1dHRkVTOjdDMjU1MTg0NkY1Qjg3OEQ5NToyRERBVHxFRTZENTMyMzYwQTMyQjNDIn0?api-version=2018-04-01 pragma: - no-cache strict-transport-security: @@ -571,7 +561,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -581,10 +571,9 @@ interactions: ParameterSetName: - -l -n -g --sku User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldHJ4aWtxa2p2N2FqaGN1aDV4MzRoc3lheW94dXZ6NHhkdjVpMmhrNGF1bHVzNjVzaHF0bS9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzcGY1N3VzcW9qMzdub24iLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVFJYSUtRS0pWN0FKSENVSDVYOjdDNTU2RENGQ0NFRUI2ODQ4OToyRERBVHw0QjMyMEU2OEIwOEM5NzBDIn0?api-version=2018-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/locations/westus/operationStatuses/eyJmdWxseVF1YWxpZmllZEFwcGxpYW5jZUlkIjoiL3N1YnNjcmlwdGlvbnMvMGIxZjY0NzEtMWJmMC00ZGRhLWFlYzMtY2I5MjcyZjA5NTkwL3Jlc291cmNlR3JvdXBzL2NsaV90ZXN0X2RhdGFicmlja3Nfdm5ldDYybzVvdXMyaTc2N3dnZmVzbDV0dmRodmxhN2pnajI2bDVsdWY0Z2dmZmc3dXFkaGVnbC9wcm92aWRlcnMvTWljcm9zb2Z0LkRhdGFicmlja3Mvd29ya3NwYWNlcy9kYXRhYnJpY2tzaW9pbXpmaDVxeDdmdzMiLCJqb2JJZCI6IkFwcGxpYW5jZVByb3Zpc2lvbmluZ0pvYjoyRFJHQToyRENMSTozQTVGVEVTVDozQTVGREFUQUJSSUNLUzozQTVGVk5FVDYyTzVPVVMySTc2N1dHRkVTOjdDMjU1MTg0NkY1Qjg3OEQ5NToyRERBVHxFRTZENTMyMzYwQTMyQjNDIn0?api-version=2018-04-01 response: body: string: '{"status":"Succeeded"}' @@ -596,7 +585,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:50:41 GMT + - Tue, 27 Jul 2021 04:23:23 GMT expires: - '-1' pragma: @@ -616,7 +605,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -626,22 +615,21 @@ interactions: ParameterSetName: - -l -n -g --sku User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002?api-version=2018-04-01 response: body: - string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-5p2p5bvdjio5l","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":false},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":false},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelaymgz3g2epmze4i"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstoragemgz3g2epmze4i"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"31e600e0-d7ce-4e98-a927-19bb30042e44","puid":"1003200069544A27","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"5028510808519635","workspaceUrl":"adb-5028510808519635.15.azuredatabricks.net","createdDateTime":"2021-02-04T07:48:21.3830954Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002","name":"databricks000002","type":"Microsoft.Databricks/workspaces","sku":{"name":"standard"},"location":"westus"}' + string: '{"properties":{"managedResourceGroupId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-t1ibhols52zv2","parameters":{"enableFedRampCertification":{"type":"Bool","value":false},"enableNoPublicIp":{"type":"Bool","value":false},"natGatewayName":{"type":"String","value":"nat-gateway"},"prepareEncryption":{"type":"Bool","value":false},"publicIpName":{"type":"String","value":"nat-gw-public-ip"},"relayNamespaceName":{"type":"String","value":"dbrelayhksj2cvwo5jnu"},"requireInfrastructureEncryption":{"type":"Bool","value":false},"resourceTags":{"type":"Object","value":{"application":"databricks","databricks-environment":"true"}},"storageAccountName":{"type":"String","value":"dbstoragehksj2cvwo5jnu"},"storageAccountSkuName":{"type":"String","value":"Standard_GRS"},"vnetAddressPrefix":{"type":"String","value":"10.139"}},"provisioningState":"Succeeded","authorizations":[{"principalId":"9a74af6f-d153-4348-988a-e2672920bee9","roleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"createdBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"updatedBy":{"oid":"d44a2991-98c6-47c3-b59b-2b30d72cfcc2","puid":"100320012A38E944","applicationId":"04b07795-8ddb-461a-bbee-02f9e1bf7b46"},"workspaceId":"3001778378097780","workspaceUrl":"adb-3001778378097780.0.azuredatabricks.net","createdDateTime":"2021-07-27T04:21:04.5043124Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002","name":"databricks000002","type":"Microsoft.Databricks/workspaces","sku":{"name":"standard"},"location":"westus"}' headers: cache-control: - no-cache content-length: - - '1806' + - '1805' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:50:42 GMT + - Tue, 27 Jul 2021 04:23:23 GMT expires: - '-1' pragma: @@ -672,19 +660,16 @@ interactions: Content-Length: - '298' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - -n --workspace-name -g --remote-vnet User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003?api-version=2018-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":true,"allowForwardedTraffic":false,"allowGatewayTransit":false,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-5p2p5bvdjio5l/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Updating"}} + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":true,"allowForwardedTraffic":false,"allowGatewayTransit":false,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-t1ibhols52zv2/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Updating"}} ' headers: @@ -695,7 +680,7 @@ interactions: content-type: - application/json date: - - Thu, 04 Feb 2021 07:50:45 GMT + - Tue, 27 Jul 2021 04:23:26 GMT expires: - '-1' pragma: @@ -711,7 +696,7 @@ interactions: x-frame-options: - SAMEORIGIN x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-xss-protection: - 1; mode=block status: @@ -721,7 +706,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -731,13 +716,12 @@ interactions: ParameterSetName: - -n --workspace-name -g --remote-vnet User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003?api-version=2018-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":true,"allowForwardedTraffic":false,"allowGatewayTransit":false,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-5p2p5bvdjio5l/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Succeeded"}} + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":true,"allowForwardedTraffic":false,"allowGatewayTransit":false,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-t1ibhols52zv2/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Succeeded"}} ' headers: @@ -748,7 +732,7 @@ interactions: content-type: - application/json date: - - Thu, 04 Feb 2021 07:51:16 GMT + - Tue, 27 Jul 2021 04:23:57 GMT expires: - '-1' pragma: @@ -784,10 +768,7 @@ interactions: ParameterSetName: - -n --workspace-name -g User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003?api-version=2018-04-01 response: @@ -803,11 +784,11 @@ interactions: content-type: - application/json date: - - Thu, 04 Feb 2021 07:51:20 GMT + - Tue, 27 Jul 2021 04:23:59 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/b4a41ae8-a00b-4942-8d90-8b7ea2a9176d?api-version=2018-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/6a8f26f2-0b6d-4903-9d94-3e89f77e02d9?api-version=2018-08-01 pragma: - no-cache strict-transport-security: @@ -827,7 +808,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -837,26 +818,25 @@ interactions: ParameterSetName: - -n --workspace-name -g User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/b4a41ae8-a00b-4942-8d90-8b7ea2a9176d?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/6a8f26f2-0b6d-4903-9d94-3e89f77e02d9?api-version=2018-08-01 response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b4a41ae8-a00b-4942-8d90-8b7ea2a9176d?api-version=2018-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/6a8f26f2-0b6d-4903-9d94-3e89f77e02d9?api-version=2018-08-01 cache-control: - no-cache content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:51:50 GMT + - Tue, 27 Jul 2021 04:24:30 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/b4a41ae8-a00b-4942-8d90-8b7ea2a9176d?api-version=2018-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/6a8f26f2-0b6d-4903-9d94-3e89f77e02d9?api-version=2018-08-01 pragma: - no-cache server: @@ -867,7 +847,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 23e02db6-b48b-43eb-9604-d3d9f8674f30 + - a518d9a2-816c-49b3-98d6-ea0124d57fc6 status: code: 204 message: No Content @@ -886,19 +866,16 @@ interactions: Content-Length: - '298' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - -n --workspace-name -g --remote-vnet User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003?api-version=2018-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":true,"allowForwardedTraffic":false,"allowGatewayTransit":false,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-5p2p5bvdjio5l/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Updating"}} + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":true,"allowForwardedTraffic":false,"allowGatewayTransit":false,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-t1ibhols52zv2/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Updating"}} ' headers: @@ -909,7 +886,7 @@ interactions: content-type: - application/json date: - - Thu, 04 Feb 2021 07:51:53 GMT + - Tue, 27 Jul 2021 04:24:33 GMT expires: - '-1' pragma: @@ -925,7 +902,7 @@ interactions: x-frame-options: - SAMEORIGIN x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1198' x-xss-protection: - 1; mode=block status: @@ -935,7 +912,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -945,13 +922,12 @@ interactions: ParameterSetName: - -n --workspace-name -g --remote-vnet User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003?api-version=2018-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":true,"allowForwardedTraffic":false,"allowGatewayTransit":false,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-5p2p5bvdjio5l/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Succeeded"}} + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":true,"allowForwardedTraffic":false,"allowGatewayTransit":false,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-t1ibhols52zv2/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Succeeded"}} ' headers: @@ -962,7 +938,7 @@ interactions: content-type: - application/json date: - - Thu, 04 Feb 2021 07:52:25 GMT + - Tue, 27 Jul 2021 04:25:03 GMT expires: - '-1' pragma: @@ -996,15 +972,12 @@ interactions: ParameterSetName: - --workspace-name -g User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings?api-version=2018-04-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":true,"allowForwardedTraffic":false,"allowGatewayTransit":false,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-5p2p5bvdjio5l/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Succeeded"}}]} + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":true,"allowForwardedTraffic":false,"allowGatewayTransit":false,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-t1ibhols52zv2/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Succeeded"}}]} ' headers: @@ -1015,7 +988,7 @@ interactions: content-type: - application/json date: - - Thu, 04 Feb 2021 07:52:27 GMT + - Tue, 27 Jul 2021 04:25:05 GMT expires: - '-1' pragma: @@ -1049,15 +1022,12 @@ interactions: ParameterSetName: - -n --workspace-name -g User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003?api-version=2018-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":true,"allowForwardedTraffic":false,"allowGatewayTransit":false,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-5p2p5bvdjio5l/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Succeeded"}} + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":true,"allowForwardedTraffic":false,"allowGatewayTransit":false,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-t1ibhols52zv2/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Succeeded"}} ' headers: @@ -1068,7 +1038,7 @@ interactions: content-type: - application/json date: - - Thu, 04 Feb 2021 07:52:29 GMT + - Tue, 27 Jul 2021 04:25:06 GMT expires: - '-1' pragma: @@ -1102,15 +1072,12 @@ interactions: ParameterSetName: - -n --workspace-name -g --allow-gateway-transit --allow-virtual-network-access User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003?api-version=2018-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":true,"allowForwardedTraffic":false,"allowGatewayTransit":false,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-5p2p5bvdjio5l/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Succeeded"}} + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":true,"allowForwardedTraffic":false,"allowGatewayTransit":false,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-t1ibhols52zv2/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Succeeded"}} ' headers: @@ -1121,7 +1088,7 @@ interactions: content-type: - application/json date: - - Thu, 04 Feb 2021 07:52:30 GMT + - Tue, 27 Jul 2021 04:25:08 GMT expires: - '-1' pragma: @@ -1144,7 +1111,7 @@ interactions: - request: body: '{"properties": {"allowVirtualNetworkAccess": false, "allowForwardedTraffic": false, "allowGatewayTransit": true, "useRemoteGateways": false, "databricksVirtualNetwork": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-5p2p5bvdjio5l/providers/Microsoft.Network/virtualNetworks/workers-vnet"}, + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-t1ibhols52zv2/providers/Microsoft.Network/virtualNetworks/workers-vnet"}, "databricksAddressSpace": {"addressPrefixes": ["10.139.0.0/16"]}, "remoteVirtualNetwork": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"}, "remoteAddressSpace": {"addressPrefixes": ["10.0.0.0/16"]}}}' @@ -1160,19 +1127,16 @@ interactions: Content-Length: - '730' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - -n --workspace-name -g --allow-gateway-transit --allow-virtual-network-access User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003?api-version=2018-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":false,"allowForwardedTraffic":false,"allowGatewayTransit":true,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-5p2p5bvdjio5l/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Updating"}} + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":false,"allowForwardedTraffic":false,"allowGatewayTransit":true,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-t1ibhols52zv2/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Updating"}} ' headers: @@ -1183,7 +1147,7 @@ interactions: content-type: - application/json date: - - Thu, 04 Feb 2021 07:52:31 GMT + - Tue, 27 Jul 2021 04:25:10 GMT expires: - '-1' pragma: @@ -1209,7 +1173,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1219,13 +1183,12 @@ interactions: ParameterSetName: - -n --workspace-name -g --allow-gateway-transit --allow-virtual-network-access User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003?api-version=2018-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":false,"allowForwardedTraffic":false,"allowGatewayTransit":true,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-5p2p5bvdjio5l/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Succeeded"}} + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":false,"allowForwardedTraffic":false,"allowGatewayTransit":true,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-t1ibhols52zv2/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Succeeded"}} ' headers: @@ -1236,7 +1199,7 @@ interactions: content-type: - application/json date: - - Thu, 04 Feb 2021 07:53:03 GMT + - Tue, 27 Jul 2021 04:25:41 GMT expires: - '-1' pragma: @@ -1270,15 +1233,12 @@ interactions: ParameterSetName: - -n --workspace-name -g --allow-gateway-transit User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003?api-version=2018-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":false,"allowForwardedTraffic":false,"allowGatewayTransit":true,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-5p2p5bvdjio5l/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Succeeded"}} + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":false,"allowForwardedTraffic":false,"allowGatewayTransit":true,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-t1ibhols52zv2/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Succeeded"}} ' headers: @@ -1289,7 +1249,7 @@ interactions: content-type: - application/json date: - - Thu, 04 Feb 2021 07:53:05 GMT + - Tue, 27 Jul 2021 04:25:42 GMT expires: - '-1' pragma: @@ -1312,7 +1272,7 @@ interactions: - request: body: '{"properties": {"allowVirtualNetworkAccess": false, "allowForwardedTraffic": false, "allowGatewayTransit": false, "useRemoteGateways": false, "databricksVirtualNetwork": - {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-5p2p5bvdjio5l/providers/Microsoft.Network/virtualNetworks/workers-vnet"}, + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-t1ibhols52zv2/providers/Microsoft.Network/virtualNetworks/workers-vnet"}, "databricksAddressSpace": {"addressPrefixes": ["10.139.0.0/16"]}, "remoteVirtualNetwork": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"}, "remoteAddressSpace": {"addressPrefixes": ["10.0.0.0/16"]}}}' @@ -1328,19 +1288,16 @@ interactions: Content-Length: - '731' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - -n --workspace-name -g --allow-gateway-transit User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003?api-version=2018-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":false,"allowForwardedTraffic":false,"allowGatewayTransit":false,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-5p2p5bvdjio5l/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Updating"}} + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":false,"allowForwardedTraffic":false,"allowGatewayTransit":false,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-t1ibhols52zv2/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Updating"}} ' headers: @@ -1351,7 +1308,7 @@ interactions: content-type: - application/json date: - - Thu, 04 Feb 2021 07:53:06 GMT + - Tue, 27 Jul 2021 04:25:44 GMT expires: - '-1' pragma: @@ -1367,7 +1324,7 @@ interactions: x-frame-options: - SAMEORIGIN x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-xss-protection: - 1; mode=block status: @@ -1377,7 +1334,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1387,13 +1344,12 @@ interactions: ParameterSetName: - -n --workspace-name -g --allow-gateway-transit User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003?api-version=2018-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":false,"allowForwardedTraffic":false,"allowGatewayTransit":false,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-5p2p5bvdjio5l/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Succeeded"}} + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":false,"allowForwardedTraffic":false,"allowGatewayTransit":false,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-t1ibhols52zv2/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Initiated","provisioningState":"Succeeded"}} ' headers: @@ -1404,7 +1360,7 @@ interactions: content-type: - application/json date: - - Thu, 04 Feb 2021 07:53:38 GMT + - Tue, 27 Jul 2021 04:26:15 GMT expires: - '-1' pragma: @@ -1428,7 +1384,7 @@ interactions: body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005", "name": "peering_n000004", "properties": {"allowVirtualNetworkAccess": false, "allowForwardedTraffic": false, "allowGatewayTransit": false, "useRemoteGateways": - false, "remoteVirtualNetwork": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-5p2p5bvdjio5l/providers/Microsoft.Network/virtualNetworks/workers-vnet"}}}' + false, "remoteVirtualNetwork": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-t1ibhols52zv2/providers/Microsoft.Network/virtualNetworks/workers-vnet"}}}' headers: Accept: - application/json @@ -1445,32 +1401,34 @@ interactions: ParameterSetName: - -g -n --vnet-name --remote-vnet User-Agent: - - AZURECLI/2.18.0 azsdk-python-azure-mgmt-network/17.0.0 Python/3.6.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/19.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005/virtualNetworkPeerings/peering_n000004?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005/virtualNetworkPeerings/peering_n000004?api-version=2021-02-01 response: body: string: "{\r\n \"name\": \"peering_n000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005/virtualNetworkPeerings/peering_n000004\",\r\n - \ \"etag\": \"W/\\\"61668e03-4dae-48b8-9dbf-91d182bafe71\\\"\",\r\n \"properties\": - {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"73f3a3ab-8731-068d-0ad0-97b9ebd1bb32\",\r\n - \ \"peeringState\": \"Connected\",\r\n \"remoteVirtualNetwork\": {\r\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-5p2p5bvdjio5l/providers/Microsoft.Network/virtualNetworks/workers-vnet\"\r\n + \ \"etag\": \"W/\\\"ea72792a-ddb7-4c84-9808-577829a7f3ee\\\"\",\r\n \"properties\": + {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"81ae77e1-8311-0490-3c26-16715d75d2a5\",\r\n + \ \"peeringState\": \"Connected\",\r\n \"peeringSyncLevel\": \"FullyInSync\",\r\n + \ \"remoteVirtualNetwork\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-t1ibhols52zv2/providers/Microsoft.Network/virtualNetworks/workers-vnet\"\r\n \ },\r\n \"allowVirtualNetworkAccess\": false,\r\n \"allowForwardedTraffic\": false,\r\n \"allowGatewayTransit\": false,\r\n \"useRemoteGateways\": false,\r\n \"doNotVerifyRemoteGateways\": false,\r\n \"remoteAddressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.139.0.0/16\"\r\n ]\r\n - \ },\r\n \"routeServiceVips\": {}\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings\"\r\n}" + \ },\r\n \"remoteVirtualNetworkAddressSpace\": {\r\n \"addressPrefixes\": + [\r\n \"10.139.0.0/16\"\r\n ]\r\n },\r\n \"routeServiceVips\": + {}\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings\"\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/bfad4587-2c0d-4d0d-9a32-d8b6b370b7bf?api-version=2020-07-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4a850633-8650-4fec-8a76-7b8e2508c7fa?api-version=2021-02-01 cache-control: - no-cache content-length: - - '1145' + - '1298' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:53:40 GMT + - Tue, 27 Jul 2021 04:26:16 GMT expires: - '-1' pragma: @@ -1483,9 +1441,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 95ffae9f-8fb5-494e-aad9-8b2292ba79d0 + - 94a3cdca-d6b4-4c3c-a6f7-f1b0f4e0a0c2 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -1503,9 +1461,450 @@ interactions: ParameterSetName: - -g -n --vnet-name --remote-vnet User-Agent: - - AZURECLI/2.18.0 azsdk-python-azure-mgmt-network/17.0.0 Python/3.6.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/19.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4a850633-8650-4fec-8a76-7b8e2508c7fa?api-version=2021-02-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 27 Jul 2021 04:26:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 36013313-8d3d-42cc-954d-7ce9d835e1fa + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet peering create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vnet-name --remote-vnet + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/19.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4a850633-8650-4fec-8a76-7b8e2508c7fa?api-version=2021-02-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 27 Jul 2021 04:26:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 3a4e2fd9-665f-42fe-abeb-52d023a40c99 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet peering create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vnet-name --remote-vnet + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/19.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4a850633-8650-4fec-8a76-7b8e2508c7fa?api-version=2021-02-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 27 Jul 2021 04:26:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - e40fc70e-d8b2-4c26-8c14-a0641d7be0f0 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet peering create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vnet-name --remote-vnet + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/19.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4a850633-8650-4fec-8a76-7b8e2508c7fa?api-version=2021-02-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 27 Jul 2021 04:27:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - b5d88d1c-8094-48c7-b700-6379ac4eac2c + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet peering create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vnet-name --remote-vnet + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/19.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4a850633-8650-4fec-8a76-7b8e2508c7fa?api-version=2021-02-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 27 Jul 2021 04:28:58 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 9c22b979-45ad-44fd-a120-9947609640e4 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet peering create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vnet-name --remote-vnet + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/19.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/bfad4587-2c0d-4d0d-9a32-d8b6b370b7bf?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4a850633-8650-4fec-8a76-7b8e2508c7fa?api-version=2021-02-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 27 Jul 2021 04:31:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 9b6e87f1-96ad-45b4-9ec7-7396721d6729 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet peering create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vnet-name --remote-vnet + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/19.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4a850633-8650-4fec-8a76-7b8e2508c7fa?api-version=2021-02-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 27 Jul 2021 04:33:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - ffc0caa0-c595-418f-8d4f-10b7bc77dd2b + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet peering create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vnet-name --remote-vnet + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/19.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4a850633-8650-4fec-8a76-7b8e2508c7fa?api-version=2021-02-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 27 Jul 2021 04:34:59 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 8698c2c8-295f-4a3e-873a-f89764cb2dc0 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet peering create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vnet-name --remote-vnet + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/19.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4a850633-8650-4fec-8a76-7b8e2508c7fa?api-version=2021-02-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 27 Jul 2021 04:36:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 5f11831b-42c1-4d3e-9d77-985ca8622f62 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet peering create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vnet-name --remote-vnet + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/19.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4a850633-8650-4fec-8a76-7b8e2508c7fa?api-version=2021-02-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1517,7 +1916,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:53:51 GMT + - Tue, 27 Jul 2021 04:38:20 GMT expires: - '-1' pragma: @@ -1534,7 +1933,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3e5b8dc8-c23c-4043-98fb-ebddb51b9448 + - 0c495423-8a13-4212-b766-408c807b6723 status: code: 200 message: OK @@ -1552,32 +1951,34 @@ interactions: ParameterSetName: - -g -n --vnet-name --remote-vnet User-Agent: - - AZURECLI/2.18.0 azsdk-python-azure-mgmt-network/17.0.0 Python/3.6.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/19.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005/virtualNetworkPeerings/peering_n000004?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005/virtualNetworkPeerings/peering_n000004?api-version=2021-02-01 response: body: string: "{\r\n \"name\": \"peering_n000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005/virtualNetworkPeerings/peering_n000004\",\r\n - \ \"etag\": \"W/\\\"bd5e1058-9596-41fd-9874-d8e87fe872b1\\\"\",\r\n \"properties\": - {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"73f3a3ab-8731-068d-0ad0-97b9ebd1bb32\",\r\n - \ \"peeringState\": \"Connected\",\r\n \"remoteVirtualNetwork\": {\r\n - \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-5p2p5bvdjio5l/providers/Microsoft.Network/virtualNetworks/workers-vnet\"\r\n + \ \"etag\": \"W/\\\"0c4e965e-c2e1-430d-ad84-b89ac84ade2c\\\"\",\r\n \"properties\": + {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"81ae77e1-8311-0490-3c26-16715d75d2a5\",\r\n + \ \"peeringState\": \"Connected\",\r\n \"peeringSyncLevel\": \"FullyInSync\",\r\n + \ \"remoteVirtualNetwork\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-t1ibhols52zv2/providers/Microsoft.Network/virtualNetworks/workers-vnet\"\r\n \ },\r\n \"allowVirtualNetworkAccess\": false,\r\n \"allowForwardedTraffic\": false,\r\n \"allowGatewayTransit\": false,\r\n \"useRemoteGateways\": false,\r\n \"doNotVerifyRemoteGateways\": false,\r\n \"remoteAddressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.139.0.0/16\"\r\n ]\r\n - \ },\r\n \"routeServiceVips\": {}\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings\"\r\n}" + \ },\r\n \"remoteVirtualNetworkAddressSpace\": {\r\n \"addressPrefixes\": + [\r\n \"10.139.0.0/16\"\r\n ]\r\n },\r\n \"routeServiceVips\": + {}\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/virtualNetworkPeerings\"\r\n}" headers: cache-control: - no-cache content-length: - - '1146' + - '1299' content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:53:51 GMT + - Tue, 27 Jul 2021 04:38:20 GMT etag: - - W/"bd5e1058-9596-41fd-9874-d8e87fe872b1" + - W/"0c4e965e-c2e1-430d-ad84-b89ac84ade2c" expires: - '-1' pragma: @@ -1594,7 +1995,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 605f7c22-66ec-4511-a30b-d03924d20da3 + - 920f6e98-8f30-48a2-aaca-a210636ee7c9 status: code: 200 message: OK @@ -1612,15 +2013,12 @@ interactions: ParameterSetName: - -n --workspace-name -g User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003?api-version=2018-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":false,"allowForwardedTraffic":false,"allowGatewayTransit":false,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-5p2p5bvdjio5l/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Connected","provisioningState":"Succeeded"}} + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":false,"allowForwardedTraffic":false,"allowGatewayTransit":false,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-t1ibhols52zv2/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Connected","provisioningState":"Succeeded"}} ' headers: @@ -1631,7 +2029,7 @@ interactions: content-type: - application/json date: - - Thu, 04 Feb 2021 07:53:54 GMT + - Tue, 27 Jul 2021 04:38:21 GMT expires: - '-1' pragma: @@ -1667,25 +2065,25 @@ interactions: ParameterSetName: - -g -n --vnet-name User-Agent: - - AZURECLI/2.18.0 azsdk-python-azure-mgmt-network/17.0.0 Python/3.6.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/19.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005/virtualNetworkPeerings/peering_n000004?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005/virtualNetworkPeerings/peering_n000004?api-version=2021-02-01 response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a7c97529-8890-4c36-b516-bd6c9169cf80?api-version=2020-07-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56342f7-598c-4d32-a84d-6751be4c1ec6?api-version=2021-02-01 cache-control: - no-cache content-length: - '0' date: - - Thu, 04 Feb 2021 07:53:55 GMT + - Tue, 27 Jul 2021 04:38:23 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/a7c97529-8890-4c36-b516-bd6c9169cf80?api-version=2020-07-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/b56342f7-598c-4d32-a84d-6751be4c1ec6?api-version=2021-02-01 pragma: - no-cache server: @@ -1696,7 +2094,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - dc839237-633a-40a5-92f8-1f7f7ad61c84 + - 3bc28eaf-2c19-4ad9-8969-ebca559f4ca8 x-ms-ratelimit-remaining-subscription-deletes: - '14999' status: @@ -1716,9 +2114,58 @@ interactions: ParameterSetName: - -g -n --vnet-name User-Agent: - - AZURECLI/2.18.0 azsdk-python-azure-mgmt-network/17.0.0 Python/3.6.8 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/19.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56342f7-598c-4d32-a84d-6751be4c1ec6?api-version=2021-02-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 27 Jul 2021 04:38:34 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - dce99797-14e1-4ac3-956f-872c7d153227 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet peering delete + Connection: + - keep-alive + ParameterSetName: + - -g -n --vnet-name + User-Agent: + - AZURECLI/2.26.0 azsdk-python-azure-mgmt-network/19.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a7c97529-8890-4c36-b516-bd6c9169cf80?api-version=2020-07-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b56342f7-598c-4d32-a84d-6751be4c1ec6?api-version=2021-02-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1730,7 +2177,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:54:05 GMT + - Tue, 27 Jul 2021 04:38:44 GMT expires: - '-1' pragma: @@ -1747,7 +2194,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 68ecd2f2-e721-452f-b4bb-11a4c6906c51 + - 3b445fd1-c954-40f9-95fd-ac576cfc77c1 status: code: 200 message: OK @@ -1765,15 +2212,12 @@ interactions: ParameterSetName: - -n --workspace-name -g User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003?api-version=2018-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":false,"allowForwardedTraffic":false,"allowGatewayTransit":false,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-5p2p5bvdjio5l/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Disconnected","provisioningState":"Succeeded"}} + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003","name":"peering000003","properties":{"allowVirtualNetworkAccess":false,"allowForwardedTraffic":false,"allowGatewayTransit":false,"useRemoteGateways":false,"remoteVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Network/virtualNetworks/vnet000005"},"remoteAddressSpace":{"addressPrefixes":["10.0.0.0/16"]},"databricksVirtualNetwork":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-databricks000002-t1ibhols52zv2/providers/Microsoft.Network/virtualNetworks/workers-vnet"},"databricksAddressSpace":{"addressPrefixes":["10.139.0.0/16"]},"peeringState":"Disconnected","provisioningState":"Succeeded"}} ' headers: @@ -1784,7 +2228,7 @@ interactions: content-type: - application/json date: - - Thu, 04 Feb 2021 07:54:08 GMT + - Tue, 27 Jul 2021 04:38:46 GMT expires: - '-1' pragma: @@ -1820,10 +2264,7 @@ interactions: ParameterSetName: - -n --workspace-name -g User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings/peering000003?api-version=2018-04-01 response: @@ -1839,11 +2280,11 @@ interactions: content-type: - application/json date: - - Thu, 04 Feb 2021 07:54:10 GMT + - Tue, 27 Jul 2021 04:38:48 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/ea9252cc-b4c6-497c-a82e-f8051ebc8bab?api-version=2018-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/a6fc2a16-2c08-48fa-bdef-88ac74772d8b?api-version=2018-08-01 pragma: - no-cache strict-transport-security: @@ -1863,7 +2304,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1873,26 +2314,25 @@ interactions: ParameterSetName: - -n --workspace-name -g User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/ea9252cc-b4c6-497c-a82e-f8051ebc8bab?api-version=2018-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/a6fc2a16-2c08-48fa-bdef-88ac74772d8b?api-version=2018-08-01 response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ea9252cc-b4c6-497c-a82e-f8051ebc8bab?api-version=2018-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a6fc2a16-2c08-48fa-bdef-88ac74772d8b?api-version=2018-08-01 cache-control: - no-cache content-type: - application/json; charset=utf-8 date: - - Thu, 04 Feb 2021 07:54:40 GMT + - Tue, 27 Jul 2021 04:39:18 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/ea9252cc-b4c6-497c-a82e-f8051ebc8bab?api-version=2018-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operationResults/a6fc2a16-2c08-48fa-bdef-88ac74772d8b?api-version=2018-08-01 pragma: - no-cache server: @@ -1903,7 +2343,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 95e41799-c934-4bb2-979b-74c706029d3a + - 4a7e57f3-273b-4e28-8433-3a6e22babf71 status: code: 204 message: No Content @@ -1921,10 +2361,7 @@ interactions: ParameterSetName: - --workspace-name -g User-Agent: - - python/3.6.8 (Windows-10-10.0.19041-SP0) msrest/0.6.18 msrest_azure/0.6.3 - azure-mgmt-databricks/0.1.0 Azure-SDK-For-Python AZURECLI/2.18.0 - accept-language: - - en-US + - AZURECLI/2.26.0 azsdk-python-mgmt-databricks/1.0.0 Python/3.8.9 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_databricks_vnet000001/providers/Microsoft.Databricks/workspaces/databricks000002/virtualNetworkPeerings?api-version=2018-04-01 response: @@ -1940,7 +2377,7 @@ interactions: content-type: - application/json date: - - Thu, 04 Feb 2021 07:54:42 GMT + - Tue, 27 Jul 2021 04:39:21 GMT expires: - '-1' pragma: diff --git a/src/databricks/azext_databricks/vendored_sdks/databricks/__init__.py b/src/databricks/azext_databricks/vendored_sdks/databricks/__init__.py index 3b6f76411d0..809e7a34ce7 100644 --- a/src/databricks/azext_databricks/vendored_sdks/databricks/__init__.py +++ b/src/databricks/azext_databricks/vendored_sdks/databricks/__init__.py @@ -1,19 +1,19 @@ # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# +# Licensed under the MIT License. See License.txt in the project root for license information. # Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -from ._configuration import DatabricksClientConfiguration from ._databricks_client import DatabricksClient -__all__ = ['DatabricksClient', 'DatabricksClientConfiguration'] - -from .version import VERSION +from ._version import VERSION __version__ = VERSION +__all__ = ['DatabricksClient'] +try: + from ._patch import patch_sdk # type: ignore + patch_sdk() +except ImportError: + pass diff --git a/src/databricks/azext_databricks/vendored_sdks/databricks/_configuration.py b/src/databricks/azext_databricks/vendored_sdks/databricks/_configuration.py index 7ebff1648cc..6ecb0775935 100644 --- a/src/databricks/azext_databricks/vendored_sdks/databricks/_configuration.py +++ b/src/databricks/azext_databricks/vendored_sdks/databricks/_configuration.py @@ -1,48 +1,71 @@ # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# +# Licensed under the MIT License. See License.txt in the project root for license information. # Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -from msrestazure import AzureConfiguration -from .version import VERSION +from typing import TYPE_CHECKING +from azure.core.configuration import Configuration +from azure.core.pipeline import policies +from azure.mgmt.core.policies import ARMHttpLoggingPolicy + +from ._version import VERSION + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from typing import Any + + from azure.core.credentials import TokenCredential + + +class DatabricksClientConfiguration(Configuration): + """Configuration for DatabricksClient. -class DatabricksClientConfiguration(AzureConfiguration): - """Configuration for DatabricksClient Note that all parameters used to create this instance are saved as instance attributes. - :param credentials: Credentials needed for the client to connect to Azure. - :type credentials: :mod:`A msrestazure Credentials - object` + :param credential: Credential needed for the client to connect to Azure. + :type credential: ~azure.core.credentials.TokenCredential :param subscription_id: The ID of the target subscription. :type subscription_id: str - :param str base_url: Service URL """ def __init__( - self, credentials, subscription_id, base_url=None): - - if credentials is None: - raise ValueError("Parameter 'credentials' must not be None.") + self, + credential, # type: "TokenCredential" + subscription_id, # type: str + **kwargs # type: Any + ): + # type: (...) -> None + if credential is None: + raise ValueError("Parameter 'credential' must not be None.") if subscription_id is None: raise ValueError("Parameter 'subscription_id' must not be None.") - if not base_url: - base_url = 'https://management.azure.com' - - super(DatabricksClientConfiguration, self).__init__(base_url) - - # Starting Autorest.Python 4.0.64, make connection pool activated by default - self.keep_alive = True + super(DatabricksClientConfiguration, self).__init__(**kwargs) - self.add_user_agent('azure-mgmt-databricks/{}'.format(VERSION)) - self.add_user_agent('Azure-SDK-For-Python') - - self.credentials = credentials + self.credential = credential self.subscription_id = subscription_id + self.api_version = "2018-04-01" + self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default']) + kwargs.setdefault('sdk_moniker', 'mgmt-databricks/{}'.format(VERSION)) + self._configure(**kwargs) + + def _configure( + self, + **kwargs # type: Any + ): + # type: (...) -> None + self.user_agent_policy = kwargs.get('user_agent_policy') or policies.UserAgentPolicy(**kwargs) + self.headers_policy = kwargs.get('headers_policy') or policies.HeadersPolicy(**kwargs) + self.proxy_policy = kwargs.get('proxy_policy') or policies.ProxyPolicy(**kwargs) + self.logging_policy = kwargs.get('logging_policy') or policies.NetworkTraceLoggingPolicy(**kwargs) + self.http_logging_policy = kwargs.get('http_logging_policy') or ARMHttpLoggingPolicy(**kwargs) + self.retry_policy = kwargs.get('retry_policy') or policies.RetryPolicy(**kwargs) + self.custom_hook_policy = kwargs.get('custom_hook_policy') or policies.CustomHookPolicy(**kwargs) + self.redirect_policy = kwargs.get('redirect_policy') or policies.RedirectPolicy(**kwargs) + self.authentication_policy = kwargs.get('authentication_policy') + if self.credential and not self.authentication_policy: + self.authentication_policy = policies.BearerTokenCredentialPolicy(self.credential, *self.credential_scopes, **kwargs) diff --git a/src/databricks/azext_databricks/vendored_sdks/databricks/_databricks_client.py b/src/databricks/azext_databricks/vendored_sdks/databricks/_databricks_client.py index 8155467d3a4..0c18f909b85 100644 --- a/src/databricks/azext_databricks/vendored_sdks/databricks/_databricks_client.py +++ b/src/databricks/azext_databricks/vendored_sdks/databricks/_databricks_client.py @@ -1,16 +1,21 @@ # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# +# Licensed under the MIT License. See License.txt in the project root for license information. # Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -from msrest.service_client import SDKClient -from msrest import Serializer, Deserializer +from typing import TYPE_CHECKING + +from azure.mgmt.core import ARMPipelineClient +from msrest import Deserializer, Serializer + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from typing import Any, Optional + + from azure.core.credentials import TokenCredential from ._configuration import DatabricksClientConfiguration from .operations import WorkspacesOperations @@ -19,41 +24,57 @@ from . import models -class DatabricksClient(SDKClient): - """ARM Databricks +class DatabricksClient(object): + """ARM Databricks. - :ivar config: Configuration for client. - :vartype config: DatabricksClientConfiguration - - :ivar workspaces: Workspaces operations + :ivar workspaces: WorkspacesOperations operations :vartype workspaces: azure.mgmt.databricks.operations.WorkspacesOperations - :ivar vnet_peering: VNetPeering operations + :ivar vnet_peering: VNetPeeringOperations operations :vartype vnet_peering: azure.mgmt.databricks.operations.VNetPeeringOperations :ivar operations: Operations operations :vartype operations: azure.mgmt.databricks.operations.Operations - - :param credentials: Credentials needed for the client to connect to Azure. - :type credentials: :mod:`A msrestazure Credentials - object` + :param credential: Credential needed for the client to connect to Azure. + :type credential: ~azure.core.credentials.TokenCredential :param subscription_id: The ID of the target subscription. :type subscription_id: str :param str base_url: Service URL + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. """ def __init__( - self, credentials, subscription_id, base_url=None): - - self.config = DatabricksClientConfiguration(credentials, subscription_id, base_url) - super(DatabricksClient, self).__init__(self.config.credentials, self.config) + self, + credential, # type: "TokenCredential" + subscription_id, # type: str + base_url=None, # type: Optional[str] + **kwargs # type: Any + ): + # type: (...) -> None + if not base_url: + base_url = 'https://management.azure.com' + self._config = DatabricksClientConfiguration(credential, subscription_id, **kwargs) + self._client = ARMPipelineClient(base_url=base_url, config=self._config, **kwargs) client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} - self.api_version = '2018-04-01' self._serialize = Serializer(client_models) + self._serialize.client_side_validation = False self._deserialize = Deserializer(client_models) self.workspaces = WorkspacesOperations( - self._client, self.config, self._serialize, self._deserialize) + self._client, self._config, self._serialize, self._deserialize) self.vnet_peering = VNetPeeringOperations( - self._client, self.config, self._serialize, self._deserialize) + self._client, self._config, self._serialize, self._deserialize) self.operations = Operations( - self._client, self.config, self._serialize, self._deserialize) + self._client, self._config, self._serialize, self._deserialize) + + def close(self): + # type: () -> None + self._client.close() + + def __enter__(self): + # type: () -> DatabricksClient + self._client.__enter__() + return self + + def __exit__(self, *exc_details): + # type: (Any) -> None + self._client.__exit__(*exc_details) diff --git a/src/databricks/azext_databricks/vendored_sdks/databricks/version.py b/src/databricks/azext_databricks/vendored_sdks/databricks/_version.py similarity index 84% rename from src/databricks/azext_databricks/vendored_sdks/databricks/version.py rename to src/databricks/azext_databricks/vendored_sdks/databricks/_version.py index e0ec669828c..c47f66669f1 100644 --- a/src/databricks/azext_databricks/vendored_sdks/databricks/version.py +++ b/src/databricks/azext_databricks/vendored_sdks/databricks/_version.py @@ -1,13 +1,9 @@ # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# +# Licensed under the MIT License. See License.txt in the project root for license information. # Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "0.1.0" - +VERSION = "1.0.0" diff --git a/src/databricks/azext_databricks/vendored_sdks/databricks/aio/__init__.py b/src/databricks/azext_databricks/vendored_sdks/databricks/aio/__init__.py new file mode 100644 index 00000000000..d97b828777b --- /dev/null +++ b/src/databricks/azext_databricks/vendored_sdks/databricks/aio/__init__.py @@ -0,0 +1,10 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from ._databricks_client import DatabricksClient +__all__ = ['DatabricksClient'] diff --git a/src/databricks/azext_databricks/vendored_sdks/databricks/aio/_configuration.py b/src/databricks/azext_databricks/vendored_sdks/databricks/aio/_configuration.py new file mode 100644 index 00000000000..4be80d9ec7c --- /dev/null +++ b/src/databricks/azext_databricks/vendored_sdks/databricks/aio/_configuration.py @@ -0,0 +1,67 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from typing import Any, TYPE_CHECKING + +from azure.core.configuration import Configuration +from azure.core.pipeline import policies +from azure.mgmt.core.policies import ARMHttpLoggingPolicy + +from .._version import VERSION + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from azure.core.credentials_async import AsyncTokenCredential + + +class DatabricksClientConfiguration(Configuration): + """Configuration for DatabricksClient. + + Note that all parameters used to create this instance are saved as instance + attributes. + + :param credential: Credential needed for the client to connect to Azure. + :type credential: ~azure.core.credentials_async.AsyncTokenCredential + :param subscription_id: The ID of the target subscription. + :type subscription_id: str + """ + + def __init__( + self, + credential: "AsyncTokenCredential", + subscription_id: str, + **kwargs: Any + ) -> None: + if credential is None: + raise ValueError("Parameter 'credential' must not be None.") + if subscription_id is None: + raise ValueError("Parameter 'subscription_id' must not be None.") + super(DatabricksClientConfiguration, self).__init__(**kwargs) + + self.credential = credential + self.subscription_id = subscription_id + self.api_version = "2018-04-01" + self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default']) + kwargs.setdefault('sdk_moniker', 'mgmt-databricks/{}'.format(VERSION)) + self._configure(**kwargs) + + def _configure( + self, + **kwargs: Any + ) -> None: + self.user_agent_policy = kwargs.get('user_agent_policy') or policies.UserAgentPolicy(**kwargs) + self.headers_policy = kwargs.get('headers_policy') or policies.HeadersPolicy(**kwargs) + self.proxy_policy = kwargs.get('proxy_policy') or policies.ProxyPolicy(**kwargs) + self.logging_policy = kwargs.get('logging_policy') or policies.NetworkTraceLoggingPolicy(**kwargs) + self.http_logging_policy = kwargs.get('http_logging_policy') or ARMHttpLoggingPolicy(**kwargs) + self.retry_policy = kwargs.get('retry_policy') or policies.AsyncRetryPolicy(**kwargs) + self.custom_hook_policy = kwargs.get('custom_hook_policy') or policies.CustomHookPolicy(**kwargs) + self.redirect_policy = kwargs.get('redirect_policy') or policies.AsyncRedirectPolicy(**kwargs) + self.authentication_policy = kwargs.get('authentication_policy') + if self.credential and not self.authentication_policy: + self.authentication_policy = policies.AsyncBearerTokenCredentialPolicy(self.credential, *self.credential_scopes, **kwargs) diff --git a/src/databricks/azext_databricks/vendored_sdks/databricks/aio/_databricks_client.py b/src/databricks/azext_databricks/vendored_sdks/databricks/aio/_databricks_client.py new file mode 100644 index 00000000000..1802066b532 --- /dev/null +++ b/src/databricks/azext_databricks/vendored_sdks/databricks/aio/_databricks_client.py @@ -0,0 +1,74 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from typing import Any, Optional, TYPE_CHECKING + +from azure.mgmt.core import AsyncARMPipelineClient +from msrest import Deserializer, Serializer + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from azure.core.credentials_async import AsyncTokenCredential + +from ._configuration import DatabricksClientConfiguration +from .operations import WorkspacesOperations +from .operations import VNetPeeringOperations +from .operations import Operations +from .. import models + + +class DatabricksClient(object): + """ARM Databricks. + + :ivar workspaces: WorkspacesOperations operations + :vartype workspaces: azure.mgmt.databricks.aio.operations.WorkspacesOperations + :ivar vnet_peering: VNetPeeringOperations operations + :vartype vnet_peering: azure.mgmt.databricks.aio.operations.VNetPeeringOperations + :ivar operations: Operations operations + :vartype operations: azure.mgmt.databricks.aio.operations.Operations + :param credential: Credential needed for the client to connect to Azure. + :type credential: ~azure.core.credentials_async.AsyncTokenCredential + :param subscription_id: The ID of the target subscription. + :type subscription_id: str + :param str base_url: Service URL + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + """ + + def __init__( + self, + credential: "AsyncTokenCredential", + subscription_id: str, + base_url: Optional[str] = None, + **kwargs: Any + ) -> None: + if not base_url: + base_url = 'https://management.azure.com' + self._config = DatabricksClientConfiguration(credential, subscription_id, **kwargs) + self._client = AsyncARMPipelineClient(base_url=base_url, config=self._config, **kwargs) + + client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} + self._serialize = Serializer(client_models) + self._serialize.client_side_validation = False + self._deserialize = Deserializer(client_models) + + self.workspaces = WorkspacesOperations( + self._client, self._config, self._serialize, self._deserialize) + self.vnet_peering = VNetPeeringOperations( + self._client, self._config, self._serialize, self._deserialize) + self.operations = Operations( + self._client, self._config, self._serialize, self._deserialize) + + async def close(self) -> None: + await self._client.close() + + async def __aenter__(self) -> "DatabricksClient": + await self._client.__aenter__() + return self + + async def __aexit__(self, *exc_details) -> None: + await self._client.__aexit__(*exc_details) diff --git a/src/databricks/azext_databricks/vendored_sdks/databricks/aio/operations/__init__.py b/src/databricks/azext_databricks/vendored_sdks/databricks/aio/operations/__init__.py new file mode 100644 index 00000000000..7688e37c638 --- /dev/null +++ b/src/databricks/azext_databricks/vendored_sdks/databricks/aio/operations/__init__.py @@ -0,0 +1,17 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from ._workspaces_operations import WorkspacesOperations +from ._vnet_peering_operations import VNetPeeringOperations +from ._operations import Operations + +__all__ = [ + 'WorkspacesOperations', + 'VNetPeeringOperations', + 'Operations', +] diff --git a/src/databricks/azext_databricks/vendored_sdks/databricks/aio/operations/_operations.py b/src/databricks/azext_databricks/vendored_sdks/databricks/aio/operations/_operations.py new file mode 100644 index 00000000000..2f053998c66 --- /dev/null +++ b/src/databricks/azext_databricks/vendored_sdks/databricks/aio/operations/_operations.py @@ -0,0 +1,105 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from typing import Any, AsyncIterable, Callable, Dict, Generic, Optional, TypeVar +import warnings + +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import AsyncHttpResponse, HttpRequest +from azure.mgmt.core.exceptions import ARMErrorFormat + +from ... import models as _models + +T = TypeVar('T') +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + +class Operations: + """Operations async operations. + + You should not instantiate this class directly. Instead, you should create a Client instance that + instantiates it for you and attaches it as an attribute. + + :ivar models: Alias to model classes used in this operation group. + :type models: ~azure.mgmt.databricks.models + :param client: Client for service requests. + :param config: Configuration of service client. + :param serializer: An object model serializer. + :param deserializer: An object model deserializer. + """ + + models = _models + + def __init__(self, client, config, serializer, deserializer) -> None: + self._client = client + self._serialize = serializer + self._deserialize = deserializer + self._config = config + + def list( + self, + **kwargs + ) -> AsyncIterable["_models.OperationListResult"]: + """Lists all of the available RP operations. + + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either OperationListResult or the result of cls(response) + :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.databricks.models.OperationListResult] + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.OperationListResult"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-04-01" + accept = "application/json" + + def prepare_request(next_link=None): + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + if not next_link: + # Construct URL + url = self.list.metadata['url'] # type: ignore + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') + + request = self._client.get(url, query_parameters, header_parameters) + else: + url = next_link + query_parameters = {} # type: Dict[str, Any] + request = self._client.get(url, query_parameters, header_parameters) + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize('OperationListResult', pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + error = self._deserialize(_models.ErrorResponse, response) + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged( + get_next, extract_data + ) + list.metadata = {'url': '/providers/Microsoft.Databricks/operations'} # type: ignore diff --git a/src/databricks/azext_databricks/vendored_sdks/databricks/aio/operations/_vnet_peering_operations.py b/src/databricks/azext_databricks/vendored_sdks/databricks/aio/operations/_vnet_peering_operations.py new file mode 100644 index 00000000000..4b3ca5d6bc5 --- /dev/null +++ b/src/databricks/azext_databricks/vendored_sdks/databricks/aio/operations/_vnet_peering_operations.py @@ -0,0 +1,437 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from typing import Any, AsyncIterable, Callable, Dict, Generic, Optional, TypeVar, Union +import warnings + +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import AsyncHttpResponse, HttpRequest +from azure.core.polling import AsyncLROPoller, AsyncNoPolling, AsyncPollingMethod +from azure.mgmt.core.exceptions import ARMErrorFormat +from azure.mgmt.core.polling.async_arm_polling import AsyncARMPolling + +from ... import models as _models + +T = TypeVar('T') +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + +class VNetPeeringOperations: + """VNetPeeringOperations async operations. + + You should not instantiate this class directly. Instead, you should create a Client instance that + instantiates it for you and attaches it as an attribute. + + :ivar models: Alias to model classes used in this operation group. + :type models: ~azure.mgmt.databricks.models + :param client: Client for service requests. + :param config: Configuration of service client. + :param serializer: An object model serializer. + :param deserializer: An object model deserializer. + """ + + models = _models + + def __init__(self, client, config, serializer, deserializer) -> None: + self._client = client + self._serialize = serializer + self._deserialize = deserializer + self._config = config + + async def get( + self, + resource_group_name: str, + workspace_name: str, + peering_name: str, + **kwargs + ) -> Optional["_models.VirtualNetworkPeering"]: + """Gets the workspace vNet Peering. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + :type resource_group_name: str + :param workspace_name: The name of the workspace. + :type workspace_name: str + :param peering_name: The name of the workspace vNet peering. + :type peering_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: VirtualNetworkPeering, or the result of cls(response) + :rtype: ~azure.mgmt.databricks.models.VirtualNetworkPeering or None + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType[Optional["_models.VirtualNetworkPeering"]] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-04-01" + accept = "application/json" + + # Construct URL + url = self.get.metadata['url'] # type: ignore + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + 'peeringName': self._serialize.url("peering_name", peering_name, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + request = self._client.get(url, query_parameters, header_parameters) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize(_models.ErrorResponse, response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = None + if response.status_code == 200: + deserialized = self._deserialize('VirtualNetworkPeering', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/virtualNetworkPeerings/{peeringName}'} # type: ignore + + async def _delete_initial( + self, + resource_group_name: str, + workspace_name: str, + peering_name: str, + **kwargs + ) -> None: + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-04-01" + accept = "application/json" + + # Construct URL + url = self._delete_initial.metadata['url'] # type: ignore + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + 'peeringName': self._serialize.url("peering_name", peering_name, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + request = self._client.delete(url, query_parameters, header_parameters) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200, 202, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize(_models.ErrorResponse, response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/virtualNetworkPeerings/{peeringName}'} # type: ignore + + async def begin_delete( + self, + resource_group_name: str, + workspace_name: str, + peering_name: str, + **kwargs + ) -> AsyncLROPoller[None]: + """Deletes the workspace vNetPeering. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + :type resource_group_name: str + :param workspace_name: The name of the workspace. + :type workspace_name: str + :param peering_name: The name of the workspace vNet peering. + :type peering_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = await self._delete_initial( + resource_group_name=resource_group_name, + workspace_name=workspace_name, + peering_name=peering_name, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + 'peeringName': self._serialize.url("peering_name", peering_name, 'str'), + } + + if polling is True: polling_method = AsyncARMPolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) + elif polling is False: polling_method = AsyncNoPolling() + else: polling_method = polling + if cont_token: + return AsyncLROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + else: + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/virtualNetworkPeerings/{peeringName}'} # type: ignore + + async def _create_or_update_initial( + self, + resource_group_name: str, + workspace_name: str, + peering_name: str, + virtual_network_peering_parameters: "_models.VirtualNetworkPeering", + **kwargs + ) -> "_models.VirtualNetworkPeering": + cls = kwargs.pop('cls', None) # type: ClsType["_models.VirtualNetworkPeering"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-04-01" + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json" + + # Construct URL + url = self._create_or_update_initial.metadata['url'] # type: ignore + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + 'peeringName': self._serialize.url("peering_name", peering_name, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(virtual_network_peering_parameters, 'VirtualNetworkPeering') + body_content_kwargs['content'] = body_content + request = self._client.put(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200, 201]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize(_models.ErrorResponse, response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + if response.status_code == 200: + deserialized = self._deserialize('VirtualNetworkPeering', pipeline_response) + + if response.status_code == 201: + deserialized = self._deserialize('VirtualNetworkPeering', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + _create_or_update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/virtualNetworkPeerings/{peeringName}'} # type: ignore + + async def begin_create_or_update( + self, + resource_group_name: str, + workspace_name: str, + peering_name: str, + virtual_network_peering_parameters: "_models.VirtualNetworkPeering", + **kwargs + ) -> AsyncLROPoller["_models.VirtualNetworkPeering"]: + """Creates vNet Peering for workspace. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + :type resource_group_name: str + :param workspace_name: The name of the workspace. + :type workspace_name: str + :param peering_name: The name of the workspace vNet peering. + :type peering_name: str + :param virtual_network_peering_parameters: Parameters supplied to the create workspace vNet + Peering. + :type virtual_network_peering_parameters: ~azure.mgmt.databricks.models.VirtualNetworkPeering + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either VirtualNetworkPeering or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.databricks.models.VirtualNetworkPeering] + :raises ~azure.core.exceptions.HttpResponseError: + """ + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType["_models.VirtualNetworkPeering"] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = await self._create_or_update_initial( + resource_group_name=resource_group_name, + workspace_name=workspace_name, + peering_name=peering_name, + virtual_network_peering_parameters=virtual_network_peering_parameters, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + deserialized = self._deserialize('VirtualNetworkPeering', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + return deserialized + + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + 'peeringName': self._serialize.url("peering_name", peering_name, 'str'), + } + + if polling is True: polling_method = AsyncARMPolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) + elif polling is False: polling_method = AsyncNoPolling() + else: polling_method = polling + if cont_token: + return AsyncLROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + else: + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + begin_create_or_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/virtualNetworkPeerings/{peeringName}'} # type: ignore + + def list_by_workspace( + self, + resource_group_name: str, + workspace_name: str, + **kwargs + ) -> AsyncIterable["_models.VirtualNetworkPeeringList"]: + """Lists the workspace vNet Peerings. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + :type resource_group_name: str + :param workspace_name: The name of the workspace. + :type workspace_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either VirtualNetworkPeeringList or the result of cls(response) + :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.databricks.models.VirtualNetworkPeeringList] + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.VirtualNetworkPeeringList"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-04-01" + accept = "application/json" + + def prepare_request(next_link=None): + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + if not next_link: + # Construct URL + url = self.list_by_workspace.metadata['url'] # type: ignore + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') + + request = self._client.get(url, query_parameters, header_parameters) + else: + url = next_link + query_parameters = {} # type: Dict[str, Any] + request = self._client.get(url, query_parameters, header_parameters) + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize('VirtualNetworkPeeringList', pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + error = self._deserialize(_models.ErrorResponse, response) + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged( + get_next, extract_data + ) + list_by_workspace.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/virtualNetworkPeerings'} # type: ignore diff --git a/src/databricks/azext_databricks/vendored_sdks/databricks/aio/operations/_workspaces_operations.py b/src/databricks/azext_databricks/vendored_sdks/databricks/aio/operations/_workspaces_operations.py new file mode 100644 index 00000000000..b9e02fa3ae0 --- /dev/null +++ b/src/databricks/azext_databricks/vendored_sdks/databricks/aio/operations/_workspaces_operations.py @@ -0,0 +1,606 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from typing import Any, AsyncIterable, Callable, Dict, Generic, Optional, TypeVar, Union +import warnings + +from azure.core.async_paging import AsyncItemPaged, AsyncList +from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import AsyncHttpResponse, HttpRequest +from azure.core.polling import AsyncLROPoller, AsyncNoPolling, AsyncPollingMethod +from azure.mgmt.core.exceptions import ARMErrorFormat +from azure.mgmt.core.polling.async_arm_polling import AsyncARMPolling + +from ... import models as _models + +T = TypeVar('T') +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + +class WorkspacesOperations: + """WorkspacesOperations async operations. + + You should not instantiate this class directly. Instead, you should create a Client instance that + instantiates it for you and attaches it as an attribute. + + :ivar models: Alias to model classes used in this operation group. + :type models: ~azure.mgmt.databricks.models + :param client: Client for service requests. + :param config: Configuration of service client. + :param serializer: An object model serializer. + :param deserializer: An object model deserializer. + """ + + models = _models + + def __init__(self, client, config, serializer, deserializer) -> None: + self._client = client + self._serialize = serializer + self._deserialize = deserializer + self._config = config + + async def get( + self, + resource_group_name: str, + workspace_name: str, + **kwargs + ) -> "_models.Workspace": + """Gets the workspace. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + :type resource_group_name: str + :param workspace_name: The name of the workspace. + :type workspace_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: Workspace, or the result of cls(response) + :rtype: ~azure.mgmt.databricks.models.Workspace + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.Workspace"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-04-01" + accept = "application/json" + + # Construct URL + url = self.get.metadata['url'] # type: ignore + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + request = self._client.get(url, query_parameters, header_parameters) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize(_models.ErrorResponse, response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = self._deserialize('Workspace', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}'} # type: ignore + + async def _delete_initial( + self, + resource_group_name: str, + workspace_name: str, + **kwargs + ) -> None: + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-04-01" + accept = "application/json" + + # Construct URL + url = self._delete_initial.metadata['url'] # type: ignore + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + request = self._client.delete(url, query_parameters, header_parameters) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200, 202, 204]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize(_models.ErrorResponse, response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}'} # type: ignore + + async def begin_delete( + self, + resource_group_name: str, + workspace_name: str, + **kwargs + ) -> AsyncLROPoller[None]: + """Deletes the workspace. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + :type resource_group_name: str + :param workspace_name: The name of the workspace. + :type workspace_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = await self._delete_initial( + resource_group_name=resource_group_name, + workspace_name=workspace_name, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + } + + if polling is True: polling_method = AsyncARMPolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) + elif polling is False: polling_method = AsyncNoPolling() + else: polling_method = polling + if cont_token: + return AsyncLROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + else: + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}'} # type: ignore + + async def _create_or_update_initial( + self, + resource_group_name: str, + workspace_name: str, + parameters: "_models.Workspace", + **kwargs + ) -> "_models.Workspace": + cls = kwargs.pop('cls', None) # type: ClsType["_models.Workspace"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-04-01" + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json" + + # Construct URL + url = self._create_or_update_initial.metadata['url'] # type: ignore + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(parameters, 'Workspace') + body_content_kwargs['content'] = body_content + request = self._client.put(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200, 201]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize(_models.ErrorResponse, response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + if response.status_code == 200: + deserialized = self._deserialize('Workspace', pipeline_response) + + if response.status_code == 201: + deserialized = self._deserialize('Workspace', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + _create_or_update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}'} # type: ignore + + async def begin_create_or_update( + self, + resource_group_name: str, + workspace_name: str, + parameters: "_models.Workspace", + **kwargs + ) -> AsyncLROPoller["_models.Workspace"]: + """Creates a new workspace. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + :type resource_group_name: str + :param workspace_name: The name of the workspace. + :type workspace_name: str + :param parameters: Parameters supplied to the create or update a workspace. + :type parameters: ~azure.mgmt.databricks.models.Workspace + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either Workspace or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.databricks.models.Workspace] + :raises ~azure.core.exceptions.HttpResponseError: + """ + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType["_models.Workspace"] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = await self._create_or_update_initial( + resource_group_name=resource_group_name, + workspace_name=workspace_name, + parameters=parameters, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + deserialized = self._deserialize('Workspace', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + return deserialized + + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + } + + if polling is True: polling_method = AsyncARMPolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) + elif polling is False: polling_method = AsyncNoPolling() + else: polling_method = polling + if cont_token: + return AsyncLROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + else: + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + begin_create_or_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}'} # type: ignore + + async def _update_initial( + self, + resource_group_name: str, + workspace_name: str, + parameters: "_models.WorkspaceUpdate", + **kwargs + ) -> Optional["_models.Workspace"]: + cls = kwargs.pop('cls', None) # type: ClsType[Optional["_models.Workspace"]] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-04-01" + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json" + + # Construct URL + url = self._update_initial.metadata['url'] # type: ignore + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(parameters, 'WorkspaceUpdate') + body_content_kwargs['content'] = body_content + request = self._client.patch(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200, 202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize(_models.ErrorResponse, response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + deserialized = None + if response.status_code == 200: + deserialized = self._deserialize('Workspace', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + _update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}'} # type: ignore + + async def begin_update( + self, + resource_group_name: str, + workspace_name: str, + parameters: "_models.WorkspaceUpdate", + **kwargs + ) -> AsyncLROPoller["_models.Workspace"]: + """Updates a workspace. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + :type resource_group_name: str + :param workspace_name: The name of the workspace. + :type workspace_name: str + :param parameters: The update to the workspace. + :type parameters: ~azure.mgmt.databricks.models.WorkspaceUpdate + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either Workspace or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.databricks.models.Workspace] + :raises ~azure.core.exceptions.HttpResponseError: + """ + polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType["_models.Workspace"] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = await self._update_initial( + resource_group_name=resource_group_name, + workspace_name=workspace_name, + parameters=parameters, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + deserialized = self._deserialize('Workspace', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + return deserialized + + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + } + + if polling is True: polling_method = AsyncARMPolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) + elif polling is False: polling_method = AsyncNoPolling() + else: polling_method = polling + if cont_token: + return AsyncLROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + else: + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + begin_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}'} # type: ignore + + def list_by_resource_group( + self, + resource_group_name: str, + **kwargs + ) -> AsyncIterable["_models.WorkspaceListResult"]: + """Gets all the workspaces within a resource group. + + :param resource_group_name: The name of the resource group. The name is case insensitive. + :type resource_group_name: str + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either WorkspaceListResult or the result of cls(response) + :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.databricks.models.WorkspaceListResult] + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.WorkspaceListResult"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-04-01" + accept = "application/json" + + def prepare_request(next_link=None): + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + if not next_link: + # Construct URL + url = self.list_by_resource_group.metadata['url'] # type: ignore + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') + + request = self._client.get(url, query_parameters, header_parameters) + else: + url = next_link + query_parameters = {} # type: Dict[str, Any] + request = self._client.get(url, query_parameters, header_parameters) + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize('WorkspaceListResult', pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + error = self._deserialize(_models.ErrorResponse, response) + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged( + get_next, extract_data + ) + list_by_resource_group.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces'} # type: ignore + + def list_by_subscription( + self, + **kwargs + ) -> AsyncIterable["_models.WorkspaceListResult"]: + """Gets all the workspaces within a subscription. + + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either WorkspaceListResult or the result of cls(response) + :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.databricks.models.WorkspaceListResult] + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.WorkspaceListResult"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-04-01" + accept = "application/json" + + def prepare_request(next_link=None): + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + if not next_link: + # Construct URL + url = self.list_by_subscription.metadata['url'] # type: ignore + path_format_arguments = { + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') + + request = self._client.get(url, query_parameters, header_parameters) + else: + url = next_link + query_parameters = {} # type: Dict[str, Any] + request = self._client.get(url, query_parameters, header_parameters) + return request + + async def extract_data(pipeline_response): + deserialized = self._deserialize('WorkspaceListResult', pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) + return deserialized.next_link or None, AsyncList(list_of_elem) + + async def get_next(next_link=None): + request = prepare_request(next_link) + + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + error = self._deserialize(_models.ErrorResponse, response) + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + return pipeline_response + + return AsyncItemPaged( + get_next, extract_data + ) + list_by_subscription.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.Databricks/workspaces'} # type: ignore diff --git a/src/databricks/azext_databricks/vendored_sdks/databricks/models/__init__.py b/src/databricks/azext_databricks/vendored_sdks/databricks/models/__init__.py index 209d47c94fc..4804c264bf7 100644 --- a/src/databricks/azext_databricks/vendored_sdks/databricks/models/__init__.py +++ b/src/databricks/azext_databricks/vendored_sdks/databricks/models/__init__.py @@ -1,12 +1,9 @@ # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# +# Licensed under the MIT License. See License.txt in the project root for license information. # Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- try: @@ -15,14 +12,16 @@ from ._models_py3 import Encryption from ._models_py3 import ErrorDetail from ._models_py3 import ErrorInfo - from ._models_py3 import ErrorResponse, ErrorResponseException + from ._models_py3 import ErrorResponse from ._models_py3 import ManagedIdentityConfiguration from ._models_py3 import Operation from ._models_py3 import OperationDisplay + from ._models_py3 import OperationListResult from ._models_py3 import Resource from ._models_py3 import Sku from ._models_py3 import TrackedResource from ._models_py3 import VirtualNetworkPeering + from ._models_py3 import VirtualNetworkPeeringList from ._models_py3 import VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork from ._models_py3 import VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork from ._models_py3 import Workspace @@ -31,41 +30,43 @@ from ._models_py3 import WorkspaceCustomParameters from ._models_py3 import WorkspaceCustomStringParameter from ._models_py3 import WorkspaceEncryptionParameter + from ._models_py3 import WorkspaceListResult from ._models_py3 import WorkspaceProviderAuthorization from ._models_py3 import WorkspaceUpdate except (SyntaxError, ImportError): - from ._models import AddressSpace - from ._models import CreatedBy - from ._models import Encryption - from ._models import ErrorDetail - from ._models import ErrorInfo - from ._models import ErrorResponse, ErrorResponseException - from ._models import ManagedIdentityConfiguration - from ._models import Operation - from ._models import OperationDisplay - from ._models import Resource - from ._models import Sku - from ._models import TrackedResource - from ._models import VirtualNetworkPeering - from ._models import VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork - from ._models import VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork - from ._models import Workspace - from ._models import WorkspaceCustomBooleanParameter - from ._models import WorkspaceCustomObjectParameter - from ._models import WorkspaceCustomParameters - from ._models import WorkspaceCustomStringParameter - from ._models import WorkspaceEncryptionParameter - from ._models import WorkspaceProviderAuthorization - from ._models import WorkspaceUpdate -from ._paged_models import OperationPaged -from ._paged_models import VirtualNetworkPeeringPaged -from ._paged_models import WorkspacePaged + from ._models import AddressSpace # type: ignore + from ._models import CreatedBy # type: ignore + from ._models import Encryption # type: ignore + from ._models import ErrorDetail # type: ignore + from ._models import ErrorInfo # type: ignore + from ._models import ErrorResponse # type: ignore + from ._models import ManagedIdentityConfiguration # type: ignore + from ._models import Operation # type: ignore + from ._models import OperationDisplay # type: ignore + from ._models import OperationListResult # type: ignore + from ._models import Resource # type: ignore + from ._models import Sku # type: ignore + from ._models import TrackedResource # type: ignore + from ._models import VirtualNetworkPeering # type: ignore + from ._models import VirtualNetworkPeeringList # type: ignore + from ._models import VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork # type: ignore + from ._models import VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork # type: ignore + from ._models import Workspace # type: ignore + from ._models import WorkspaceCustomBooleanParameter # type: ignore + from ._models import WorkspaceCustomObjectParameter # type: ignore + from ._models import WorkspaceCustomParameters # type: ignore + from ._models import WorkspaceCustomStringParameter # type: ignore + from ._models import WorkspaceEncryptionParameter # type: ignore + from ._models import WorkspaceListResult # type: ignore + from ._models import WorkspaceProviderAuthorization # type: ignore + from ._models import WorkspaceUpdate # type: ignore + from ._databricks_client_enums import ( CustomParameterType, KeySource, - ProvisioningState, PeeringProvisioningState, PeeringState, + ProvisioningState, ) __all__ = [ @@ -74,14 +75,16 @@ 'Encryption', 'ErrorDetail', 'ErrorInfo', - 'ErrorResponse', 'ErrorResponseException', + 'ErrorResponse', 'ManagedIdentityConfiguration', 'Operation', 'OperationDisplay', + 'OperationListResult', 'Resource', 'Sku', 'TrackedResource', 'VirtualNetworkPeering', + 'VirtualNetworkPeeringList', 'VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork', 'VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork', 'Workspace', @@ -90,14 +93,12 @@ 'WorkspaceCustomParameters', 'WorkspaceCustomStringParameter', 'WorkspaceEncryptionParameter', + 'WorkspaceListResult', 'WorkspaceProviderAuthorization', 'WorkspaceUpdate', - 'WorkspacePaged', - 'VirtualNetworkPeeringPaged', - 'OperationPaged', 'CustomParameterType', 'KeySource', - 'ProvisioningState', 'PeeringProvisioningState', 'PeeringState', + 'ProvisioningState', ] diff --git a/src/databricks/azext_databricks/vendored_sdks/databricks/models/_databricks_client_enums.py b/src/databricks/azext_databricks/vendored_sdks/databricks/models/_databricks_client_enums.py index e05ecdee678..763ebf60815 100644 --- a/src/databricks/azext_databricks/vendored_sdks/databricks/models/_databricks_client_enums.py +++ b/src/databricks/azext_databricks/vendored_sdks/databricks/models/_databricks_client_enums.py @@ -1,55 +1,76 @@ # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# +# Licensed under the MIT License. See License.txt in the project root for license information. # Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -from enum import Enum - - -class CustomParameterType(str, Enum): - - bool_enum = "Bool" - object_enum = "Object" - string = "String" - - -class KeySource(str, Enum): - - default = "Default" - microsoft_keyvault = "Microsoft.Keyvault" - - -class ProvisioningState(str, Enum): - - accepted = "Accepted" - running = "Running" - ready = "Ready" - creating = "Creating" - created = "Created" - deleting = "Deleting" - deleted = "Deleted" - canceled = "Canceled" - failed = "Failed" - succeeded = "Succeeded" - updating = "Updating" - - -class PeeringProvisioningState(str, Enum): - - succeeded = "Succeeded" - updating = "Updating" - deleting = "Deleting" - failed = "Failed" - - -class PeeringState(str, Enum): - - initiated = "Initiated" - connected = "Connected" - disconnected = "Disconnected" +from enum import Enum, EnumMeta +from six import with_metaclass + +class _CaseInsensitiveEnumMeta(EnumMeta): + def __getitem__(self, name): + return super().__getitem__(name.upper()) + + def __getattr__(cls, name): + """Return the enum member matching `name` + We use __getattr__ instead of descriptors or inserting into the enum + class' __dict__ in order to support `name` and `value` being both + properties for enum members (which live in the class' __dict__) and + enum members themselves. + """ + try: + return cls._member_map_[name.upper()] + except KeyError: + raise AttributeError(name) + + +class CustomParameterType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """Provisioning status of the workspace. + """ + + BOOL = "Bool" + OBJECT = "Object" + STRING = "String" + +class KeySource(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """The encryption keySource (provider). Possible values (case-insensitive): Default, + Microsoft.Keyvault + """ + + DEFAULT = "Default" + MICROSOFT_KEYVAULT = "Microsoft.Keyvault" + +class PeeringProvisioningState(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """The current provisioning state. + """ + + SUCCEEDED = "Succeeded" + UPDATING = "Updating" + DELETING = "Deleting" + FAILED = "Failed" + +class PeeringState(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """The status of the virtual network peering. + """ + + INITIATED = "Initiated" + CONNECTED = "Connected" + DISCONNECTED = "Disconnected" + +class ProvisioningState(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """Provisioning status of the workspace. + """ + + ACCEPTED = "Accepted" + RUNNING = "Running" + READY = "Ready" + CREATING = "Creating" + CREATED = "Created" + DELETING = "Deleting" + DELETED = "Deleted" + CANCELED = "Canceled" + FAILED = "Failed" + SUCCEEDED = "Succeeded" + UPDATING = "Updating" diff --git a/src/databricks/azext_databricks/vendored_sdks/databricks/models/_models.py b/src/databricks/azext_databricks/vendored_sdks/databricks/models/_models.py index 48cf81024d6..218574a66c4 100644 --- a/src/databricks/azext_databricks/vendored_sdks/databricks/models/_models.py +++ b/src/databricks/azext_databricks/vendored_sdks/databricks/models/_models.py @@ -1,24 +1,20 @@ # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# +# Licensed under the MIT License. See License.txt in the project root for license information. # Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -from msrest.serialization import Model -from msrest.exceptions import HttpOperationError +from azure.core.exceptions import HttpResponseError +import msrest.serialization -class AddressSpace(Model): - """AddressSpace contains an array of IP address ranges that can be used by - subnets of the virtual network. +class AddressSpace(msrest.serialization.Model): + """AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual network. - :param address_prefixes: A list of address blocks reserved for this - virtual network in CIDR notation. + :param address_prefixes: A list of address blocks reserved for this virtual network in CIDR + notation. :type address_prefixes: list[str] """ @@ -26,31 +22,25 @@ class AddressSpace(Model): 'address_prefixes': {'key': 'addressPrefixes', 'type': '[str]'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(AddressSpace, self).__init__(**kwargs) self.address_prefixes = kwargs.get('address_prefixes', None) -class CloudError(Model): - """CloudError. - """ - - _attribute_map = { - } - - -class CreatedBy(Model): +class CreatedBy(msrest.serialization.Model): """Provides details of the entity that created/updated the workspace. - Variables are only populated by the server, and will be ignored when - sending a request. + Variables are only populated by the server, and will be ignored when sending a request. :ivar oid: The Object ID that created the workspace. :vartype oid: str - :ivar puid: The Personal Object ID corresponding to the object ID above + :ivar puid: The Personal Object ID corresponding to the object ID above. :vartype puid: str - :ivar application_id: The application ID of the application that initiated - the creation of the workspace. For example, Azure Portal. + :ivar application_id: The application ID of the application that initiated the creation of the + workspace. For example, Azure Portal. :vartype application_id: str """ @@ -66,19 +56,22 @@ class CreatedBy(Model): 'application_id': {'key': 'applicationId', 'type': 'str'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(CreatedBy, self).__init__(**kwargs) self.oid = None self.puid = None self.application_id = None -class Encryption(Model): +class Encryption(msrest.serialization.Model): """The object that contains details of encryption used on the workspace. - :param key_source: The encryption keySource (provider). Possible values - (case-insensitive): Default, Microsoft.Keyvault. Possible values include: - 'Default', 'Microsoft.Keyvault'. Default value: "Default" . + :param key_source: The encryption keySource (provider). Possible values (case-insensitive): + Default, Microsoft.Keyvault. Possible values include: "Default", "Microsoft.Keyvault". Default + value: "Default". :type key_source: str or ~azure.mgmt.databricks.models.KeySource :param key_name: The name of KeyVault key. :type key_name: str @@ -95,7 +88,10 @@ class Encryption(Model): 'key_vault_uri': {'key': 'keyvaulturi', 'type': 'str'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(Encryption, self).__init__(**kwargs) self.key_source = kwargs.get('key_source', "Default") self.key_name = kwargs.get('key_name', None) @@ -103,7 +99,7 @@ def __init__(self, **kwargs): self.key_vault_uri = kwargs.get('key_vault_uri', None) -class ErrorDetail(Model): +class ErrorDetail(msrest.serialization.Model): """Error details. All required parameters must be populated in order to send to Azure. @@ -112,8 +108,7 @@ class ErrorDetail(Model): :type code: str :param message: Required. A human readable error message. :type message: str - :param target: Indicates which property in the request is responsible for - the error. + :param target: Indicates which property in the request is responsible for the error. :type target: str """ @@ -128,14 +123,17 @@ class ErrorDetail(Model): 'target': {'key': 'target', 'type': 'str'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(ErrorDetail, self).__init__(**kwargs) - self.code = kwargs.get('code', None) - self.message = kwargs.get('message', None) + self.code = kwargs['code'] + self.message = kwargs['message'] self.target = kwargs.get('target', None) -class ErrorInfo(Model): +class ErrorInfo(msrest.serialization.Model): """The code and message for an error. All required parameters must be populated in order to send to Azure. @@ -162,18 +160,19 @@ class ErrorInfo(Model): 'innererror': {'key': 'innererror', 'type': 'str'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(ErrorInfo, self).__init__(**kwargs) - self.code = kwargs.get('code', None) - self.message = kwargs.get('message', None) + self.code = kwargs['code'] + self.message = kwargs['message'] self.details = kwargs.get('details', None) self.innererror = kwargs.get('innererror', None) -class ErrorResponse(Model): - """Error response. - - Contains details when the response code indicates an error. +class ErrorResponse(msrest.serialization.Model): + """Contains details when the response code indicates an error. All required parameters must be populated in order to send to Azure. @@ -189,36 +188,25 @@ class ErrorResponse(Model): 'error': {'key': 'error', 'type': 'ErrorInfo'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(ErrorResponse, self).__init__(**kwargs) - self.error = kwargs.get('error', None) - - -class ErrorResponseException(HttpOperationError): - """Server responsed with exception of type: 'ErrorResponse'. - - :param deserialize: A deserializer - :param response: Server response to be deserialized. - """ - - def __init__(self, deserialize, response, *args): + self.error = kwargs['error'] - super(ErrorResponseException, self).__init__(deserialize, response, 'ErrorResponse', *args) - -class ManagedIdentityConfiguration(Model): +class ManagedIdentityConfiguration(msrest.serialization.Model): """The Managed Identity details for storage account. - Variables are only populated by the server, and will be ignored when - sending a request. + Variables are only populated by the server, and will be ignored when sending a request. - :ivar principal_id: The objectId of the Managed Identity that is linked to - the Managed Storage account. + :ivar principal_id: The objectId of the Managed Identity that is linked to the Managed Storage + account. :vartype principal_id: str :ivar tenant_id: The tenant Id where the Managed Identity is created. :vartype tenant_id: str - :ivar type: The type of Identity created. It can be either SystemAssigned - or UserAssigned. + :ivar type: The type of Identity created. It can be either SystemAssigned or UserAssigned. :vartype type: str """ @@ -234,17 +222,20 @@ class ManagedIdentityConfiguration(Model): 'type': {'key': 'type', 'type': 'str'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(ManagedIdentityConfiguration, self).__init__(**kwargs) self.principal_id = None self.tenant_id = None self.type = None -class Operation(Model): +class Operation(msrest.serialization.Model): """REST API operation. - :param name: Operation name: {provider}/{resource}/{operation} + :param name: Operation name: {provider}/{resource}/{operation}. :type name: str :param display: The object that represents the operation. :type display: ~azure.mgmt.databricks.models.OperationDisplay @@ -255,16 +246,19 @@ class Operation(Model): 'display': {'key': 'display', 'type': 'OperationDisplay'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(Operation, self).__init__(**kwargs) self.name = kwargs.get('name', None) self.display = kwargs.get('display', None) -class OperationDisplay(Model): +class OperationDisplay(msrest.serialization.Model): """The object that represents the operation. - :param provider: Service provider: Microsoft.ResourceProvider + :param provider: Service provider: Microsoft.ResourceProvider. :type provider: str :param resource: Resource on which the operation is performed. :type resource: str @@ -278,26 +272,52 @@ class OperationDisplay(Model): 'operation': {'key': 'operation', 'type': 'str'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(OperationDisplay, self).__init__(**kwargs) self.provider = kwargs.get('provider', None) self.resource = kwargs.get('resource', None) self.operation = kwargs.get('operation', None) -class Resource(Model): +class OperationListResult(msrest.serialization.Model): + """Result of the request to list Resource Provider operations. It contains a list of operations and a URL link to get the next set of results. + + :param value: List of Resource Provider operations supported by the Resource Provider resource + provider. + :type value: list[~azure.mgmt.databricks.models.Operation] + :param next_link: URL to get the next set of operation list results if there are any. + :type next_link: str + """ + + _attribute_map = { + 'value': {'key': 'value', 'type': '[Operation]'}, + 'next_link': {'key': 'nextLink', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(OperationListResult, self).__init__(**kwargs) + self.value = kwargs.get('value', None) + self.next_link = kwargs.get('next_link', None) + + +class Resource(msrest.serialization.Model): """The core properties of ARM resources. - Variables are only populated by the server, and will be ignored when - sending a request. + Variables are only populated by the server, and will be ignored when sending a request. :ivar id: Fully qualified resource Id for the resource. Ex - - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. :vartype id: str - :ivar name: The name of the resource + :ivar name: The name of the resource. :vartype name: str - :ivar type: The type of the resource. Ex- - Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + :ivar type: The type of the resource. Ex- Microsoft.Compute/virtualMachines or + Microsoft.Storage/storageAccounts. :vartype type: str """ @@ -313,14 +333,17 @@ class Resource(Model): 'type': {'key': 'type', 'type': 'str'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(Resource, self).__init__(**kwargs) self.id = None self.name = None self.type = None -class Sku(Model): +class Sku(msrest.serialization.Model): """SKU for the resource. All required parameters must be populated in order to send to Azure. @@ -340,31 +363,33 @@ class Sku(Model): 'tier': {'key': 'tier', 'type': 'str'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(Sku, self).__init__(**kwargs) - self.name = kwargs.get('name', None) + self.name = kwargs['name'] self.tier = kwargs.get('tier', None) class TrackedResource(Resource): """The resource model definition for a ARM tracked top level resource. - Variables are only populated by the server, and will be ignored when - sending a request. + Variables are only populated by the server, and will be ignored when sending a request. All required parameters must be populated in order to send to Azure. :ivar id: Fully qualified resource Id for the resource. Ex - - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. :vartype id: str - :ivar name: The name of the resource + :ivar name: The name of the resource. :vartype name: str - :ivar type: The type of the resource. Ex- - Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + :ivar type: The type of the resource. Ex- Microsoft.Compute/virtualMachines or + Microsoft.Storage/storageAccounts. :vartype type: str - :param tags: Resource tags. + :param tags: A set of tags. Resource tags. :type tags: dict[str, str] - :param location: Required. The geo-location where the resource lives + :param location: Required. The geo-location where the resource lives. :type location: str """ @@ -383,79 +408,77 @@ class TrackedResource(Resource): 'location': {'key': 'location', 'type': 'str'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(TrackedResource, self).__init__(**kwargs) self.tags = kwargs.get('tags', None) - self.location = kwargs.get('location', None) + self.location = kwargs['location'] -class VirtualNetworkPeering(Model): +class VirtualNetworkPeering(msrest.serialization.Model): """Peerings in a VirtualNetwork resource. - Variables are only populated by the server, and will be ignored when - sending a request. + Variables are only populated by the server, and will be ignored when sending a request. All required parameters must be populated in order to send to Azure. - :param allow_virtual_network_access: Whether the VMs in the local virtual - network space would be able to access the VMs in remote virtual network - space. + :ivar name: Name of the virtual network peering resource. + :vartype name: str + :ivar id: Resource ID. + :vartype id: str + :ivar type: type of the virtual network peering resource. + :vartype type: str + :param allow_virtual_network_access: Whether the VMs in the local virtual network space would + be able to access the VMs in remote virtual network space. :type allow_virtual_network_access: bool - :param allow_forwarded_traffic: Whether the forwarded traffic from the VMs - in the local virtual network will be allowed/disallowed in remote virtual - network. + :param allow_forwarded_traffic: Whether the forwarded traffic from the VMs in the local virtual + network will be allowed/disallowed in remote virtual network. :type allow_forwarded_traffic: bool - :param allow_gateway_transit: If gateway links can be used in remote - virtual networking to link to this virtual network. + :param allow_gateway_transit: If gateway links can be used in remote virtual networking to link + to this virtual network. :type allow_gateway_transit: bool - :param use_remote_gateways: If remote gateways can be used on this virtual - network. If the flag is set to true, and allowGatewayTransit on remote - peering is also true, virtual network will use gateways of remote virtual - network for transit. Only one peering can have this flag set to true. This - flag cannot be set if virtual network already has a gateway. + :param use_remote_gateways: If remote gateways can be used on this virtual network. If the flag + is set to true, and allowGatewayTransit on remote peering is also true, virtual network will + use gateways of remote virtual network for transit. Only one peering can have this flag set to + true. This flag cannot be set if virtual network already has a gateway. :type use_remote_gateways: bool - :param databricks_virtual_network: The remote virtual network should be - in the same region. See here to learn more - (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering). + :param databricks_virtual_network: The remote virtual network should be in the same region. See + here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration- + guide/cloud-configurations/azure/vnet-peering). :type databricks_virtual_network: ~azure.mgmt.databricks.models.VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork - :param databricks_address_space: The reference to the databricks virtual - network address space. + :param databricks_address_space: The reference to the databricks virtual network address space. :type databricks_address_space: ~azure.mgmt.databricks.models.AddressSpace - :param remote_virtual_network: Required. The remote virtual network - should be in the same region. See here to learn more - (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering). + :param remote_virtual_network: Required. The remote virtual network should be in the same + region. See here to learn more (https://docs.microsoft.com/en- + us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering). :type remote_virtual_network: ~azure.mgmt.databricks.models.VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork - :param remote_address_space: The reference to the remote virtual network - address space. + :param remote_address_space: The reference to the remote virtual network address space. :type remote_address_space: ~azure.mgmt.databricks.models.AddressSpace - :ivar peering_state: The status of the virtual network peering. Possible - values include: 'Initiated', 'Connected', 'Disconnected' + :ivar peering_state: The status of the virtual network peering. Possible values include: + "Initiated", "Connected", "Disconnected". :vartype peering_state: str or ~azure.mgmt.databricks.models.PeeringState - :ivar provisioning_state: The provisioning state of the virtual network - peering resource. Possible values include: 'Succeeded', 'Updating', - 'Deleting', 'Failed' - :vartype provisioning_state: str or - ~azure.mgmt.databricks.models.PeeringProvisioningState - :ivar name: Name of the virtual network peering resource - :vartype name: str - :ivar id: Resource ID. - :vartype id: str - :ivar type: type of the virtual network peering resource - :vartype type: str + :ivar provisioning_state: The provisioning state of the virtual network peering resource. + Possible values include: "Succeeded", "Updating", "Deleting", "Failed". + :vartype provisioning_state: str or ~azure.mgmt.databricks.models.PeeringProvisioningState """ _validation = { - 'remote_virtual_network': {'required': True}, - 'peering_state': {'readonly': True}, - 'provisioning_state': {'readonly': True}, 'name': {'readonly': True}, 'id': {'readonly': True}, 'type': {'readonly': True}, + 'remote_virtual_network': {'required': True}, + 'peering_state': {'readonly': True}, + 'provisioning_state': {'readonly': True}, } _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'id': {'key': 'id', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, 'allow_virtual_network_access': {'key': 'properties.allowVirtualNetworkAccess', 'type': 'bool'}, 'allow_forwarded_traffic': {'key': 'properties.allowForwardedTraffic', 'type': 'bool'}, 'allow_gateway_transit': {'key': 'properties.allowGatewayTransit', 'type': 'bool'}, @@ -466,32 +489,54 @@ class VirtualNetworkPeering(Model): 'remote_address_space': {'key': 'properties.remoteAddressSpace', 'type': 'AddressSpace'}, 'peering_state': {'key': 'properties.peeringState', 'type': 'str'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, - 'name': {'key': 'name', 'type': 'str'}, - 'id': {'key': 'id', 'type': 'str'}, - 'type': {'key': 'type', 'type': 'str'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(VirtualNetworkPeering, self).__init__(**kwargs) + self.name = None + self.id = None + self.type = None self.allow_virtual_network_access = kwargs.get('allow_virtual_network_access', None) self.allow_forwarded_traffic = kwargs.get('allow_forwarded_traffic', None) self.allow_gateway_transit = kwargs.get('allow_gateway_transit', None) self.use_remote_gateways = kwargs.get('use_remote_gateways', None) self.databricks_virtual_network = kwargs.get('databricks_virtual_network', None) self.databricks_address_space = kwargs.get('databricks_address_space', None) - self.remote_virtual_network = kwargs.get('remote_virtual_network', None) + self.remote_virtual_network = kwargs['remote_virtual_network'] self.remote_address_space = kwargs.get('remote_address_space', None) self.peering_state = None self.provisioning_state = None - self.name = None - self.id = None - self.type = None -class VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork(Model): - """The remote virtual network should be in the same region. See here to learn - more - (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering). +class VirtualNetworkPeeringList(msrest.serialization.Model): + """Gets all virtual network peerings under a workspace. + + :param value: List of virtual network peerings on workspace. + :type value: list[~azure.mgmt.databricks.models.VirtualNetworkPeering] + :param next_link: URL to get the next set of virtual network peering list results if there are + any. + :type next_link: str + """ + + _attribute_map = { + 'value': {'key': 'value', 'type': '[VirtualNetworkPeering]'}, + 'next_link': {'key': 'nextLink', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(VirtualNetworkPeeringList, self).__init__(**kwargs) + self.value = kwargs.get('value', None) + self.next_link = kwargs.get('next_link', None) + + +class VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork(msrest.serialization.Model): + """The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering). :param id: The Id of the databricks virtual network. :type id: str @@ -501,15 +546,16 @@ class VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork(Model): 'id': {'key': 'id', 'type': 'str'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork, self).__init__(**kwargs) self.id = kwargs.get('id', None) -class VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork(Model): - """The remote virtual network should be in the same region. See here to learn - more - (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering). +class VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork(msrest.serialization.Model): + """The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering). :param id: The Id of the remote virtual network. :type id: str @@ -519,7 +565,10 @@ class VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork(Model): 'id': {'key': 'id', 'type': 'str'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork, self).__init__(**kwargs) self.id = kwargs.get('id', None) @@ -527,59 +576,52 @@ def __init__(self, **kwargs): class Workspace(TrackedResource): """Information about workspace. - Variables are only populated by the server, and will be ignored when - sending a request. + Variables are only populated by the server, and will be ignored when sending a request. All required parameters must be populated in order to send to Azure. :ivar id: Fully qualified resource Id for the resource. Ex - - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. :vartype id: str - :ivar name: The name of the resource + :ivar name: The name of the resource. :vartype name: str - :ivar type: The type of the resource. Ex- - Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + :ivar type: The type of the resource. Ex- Microsoft.Compute/virtualMachines or + Microsoft.Storage/storageAccounts. :vartype type: str - :param tags: Resource tags. + :param tags: A set of tags. Resource tags. :type tags: dict[str, str] - :param location: Required. The geo-location where the resource lives + :param location: Required. The geo-location where the resource lives. :type location: str + :param sku: The SKU of the resource. + :type sku: ~azure.mgmt.databricks.models.Sku :param managed_resource_group_id: Required. The managed resource group Id. :type managed_resource_group_id: str :param parameters: The workspace's custom parameters. :type parameters: ~azure.mgmt.databricks.models.WorkspaceCustomParameters - :ivar provisioning_state: The workspace provisioning state. Possible - values include: 'Accepted', 'Running', 'Ready', 'Creating', 'Created', - 'Deleting', 'Deleted', 'Canceled', 'Failed', 'Succeeded', 'Updating' - :vartype provisioning_state: str or - ~azure.mgmt.databricks.models.ProvisioningState - :param ui_definition_uri: The blob URI where the UI definition file is - located. + :ivar provisioning_state: The workspace provisioning state. Possible values include: + "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", + "Failed", "Succeeded", "Updating". + :vartype provisioning_state: str or ~azure.mgmt.databricks.models.ProvisioningState + :param ui_definition_uri: The blob URI where the UI definition file is located. :type ui_definition_uri: str :param authorizations: The workspace provider authorizations. - :type authorizations: - list[~azure.mgmt.databricks.models.WorkspaceProviderAuthorization] - :param created_by: Indicates the Object ID, PUID and Application ID of - entity that created the workspace. + :type authorizations: list[~azure.mgmt.databricks.models.WorkspaceProviderAuthorization] + :param created_by: Indicates the Object ID, PUID and Application ID of entity that created the + workspace. :type created_by: ~azure.mgmt.databricks.models.CreatedBy - :param updated_by: Indicates the Object ID, PUID and Application ID of - entity that last updated the workspace. + :param updated_by: Indicates the Object ID, PUID and Application ID of entity that last updated + the workspace. :type updated_by: ~azure.mgmt.databricks.models.CreatedBy - :param created_date_time: Specifies the date and time when the workspace - is created. - :type created_date_time: datetime - :ivar workspace_id: The unique identifier of the databricks workspace in - databricks control plane. + :ivar created_date_time: Specifies the date and time when the workspace is created. + :vartype created_date_time: ~datetime.datetime + :ivar workspace_id: The unique identifier of the databricks workspace in databricks control + plane. :vartype workspace_id: str :ivar workspace_url: The workspace URL which is of the format - 'adb-{workspaceId}.{random}.azuredatabricks.net' + 'adb-{workspaceId}.{random}.azuredatabricks.net'. :vartype workspace_url: str - :param storage_account_identity: The details of Managed Identity of - Storage Account - :type storage_account_identity: - ~azure.mgmt.databricks.models.ManagedIdentityConfiguration - :param sku: The SKU of the resource. - :type sku: ~azure.mgmt.databricks.models.Sku + :param storage_account_identity: The details of Managed Identity of Storage Account. + :type storage_account_identity: ~azure.mgmt.databricks.models.ManagedIdentityConfiguration """ _validation = { @@ -589,6 +631,7 @@ class Workspace(TrackedResource): 'location': {'required': True}, 'managed_resource_group_id': {'required': True}, 'provisioning_state': {'readonly': True}, + 'created_date_time': {'readonly': True}, 'workspace_id': {'readonly': True}, 'workspace_url': {'readonly': True}, } @@ -599,6 +642,7 @@ class Workspace(TrackedResource): 'type': {'key': 'type', 'type': 'str'}, 'tags': {'key': 'tags', 'type': '{str}'}, 'location': {'key': 'location', 'type': 'str'}, + 'sku': {'key': 'sku', 'type': 'Sku'}, 'managed_resource_group_id': {'key': 'properties.managedResourceGroupId', 'type': 'str'}, 'parameters': {'key': 'properties.parameters', 'type': 'WorkspaceCustomParameters'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, @@ -610,38 +654,43 @@ class Workspace(TrackedResource): 'workspace_id': {'key': 'properties.workspaceId', 'type': 'str'}, 'workspace_url': {'key': 'properties.workspaceUrl', 'type': 'str'}, 'storage_account_identity': {'key': 'properties.storageAccountIdentity', 'type': 'ManagedIdentityConfiguration'}, - 'sku': {'key': 'sku', 'type': 'Sku'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(Workspace, self).__init__(**kwargs) - self.managed_resource_group_id = kwargs.get('managed_resource_group_id', None) + self.sku = kwargs.get('sku', None) + self.managed_resource_group_id = kwargs['managed_resource_group_id'] self.parameters = kwargs.get('parameters', None) self.provisioning_state = None self.ui_definition_uri = kwargs.get('ui_definition_uri', None) self.authorizations = kwargs.get('authorizations', None) self.created_by = kwargs.get('created_by', None) self.updated_by = kwargs.get('updated_by', None) - self.created_date_time = kwargs.get('created_date_time', None) + self.created_date_time = None self.workspace_id = None self.workspace_url = None self.storage_account_identity = kwargs.get('storage_account_identity', None) - self.sku = kwargs.get('sku', None) -class WorkspaceCustomBooleanParameter(Model): +class WorkspaceCustomBooleanParameter(msrest.serialization.Model): """The value which should be used for this field. + Variables are only populated by the server, and will be ignored when sending a request. + All required parameters must be populated in order to send to Azure. - :param type: The type of variable that this is. Possible values include: - 'Bool', 'Object', 'String' - :type type: str or ~azure.mgmt.databricks.models.CustomParameterType + :ivar type: The type of variable that this is. Possible values include: "Bool", "Object", + "String". + :vartype type: str or ~azure.mgmt.databricks.models.CustomParameterType :param value: Required. The value which should be used for this field. :type value: bool """ _validation = { + 'type': {'readonly': True}, 'value': {'required': True}, } @@ -650,25 +699,31 @@ class WorkspaceCustomBooleanParameter(Model): 'value': {'key': 'value', 'type': 'bool'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(WorkspaceCustomBooleanParameter, self).__init__(**kwargs) - self.type = kwargs.get('type', None) - self.value = kwargs.get('value', None) + self.type = None + self.value = kwargs['value'] -class WorkspaceCustomObjectParameter(Model): +class WorkspaceCustomObjectParameter(msrest.serialization.Model): """The value which should be used for this field. + Variables are only populated by the server, and will be ignored when sending a request. + All required parameters must be populated in order to send to Azure. - :param type: The type of variable that this is. Possible values include: - 'Bool', 'Object', 'String' - :type type: str or ~azure.mgmt.databricks.models.CustomParameterType + :ivar type: The type of variable that this is. Possible values include: "Bool", "Object", + "String". + :vartype type: str or ~azure.mgmt.databricks.models.CustomParameterType :param value: Required. The value which should be used for this field. :type value: object """ _validation = { + 'type': {'readonly': True}, 'value': {'required': True}, } @@ -677,46 +732,45 @@ class WorkspaceCustomObjectParameter(Model): 'value': {'key': 'value', 'type': 'object'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(WorkspaceCustomObjectParameter, self).__init__(**kwargs) - self.type = kwargs.get('type', None) - self.value = kwargs.get('value', None) + self.type = None + self.value = kwargs['value'] -class WorkspaceCustomParameters(Model): +class WorkspaceCustomParameters(msrest.serialization.Model): """Custom Parameters used for Cluster Creation. - :param custom_virtual_network_id: The ID of a Virtual Network where this - Databricks Cluster should be created - :type custom_virtual_network_id: - ~azure.mgmt.databricks.models.WorkspaceCustomStringParameter - :param custom_public_subnet_name: The name of a Public Subnet within the - Virtual Network - :type custom_public_subnet_name: - ~azure.mgmt.databricks.models.WorkspaceCustomStringParameter - :param custom_private_subnet_name: The name of the Private Subnet within - the Virtual Network - :type custom_private_subnet_name: - ~azure.mgmt.databricks.models.WorkspaceCustomStringParameter - :param enable_no_public_ip: Should the Public IP be Disabled? - :type enable_no_public_ip: - ~azure.mgmt.databricks.models.WorkspaceCustomBooleanParameter - :param prepare_encryption: Prepare the workspace for encryption. Enables - the Managed Identity for managed storage account. - :type prepare_encryption: - ~azure.mgmt.databricks.models.WorkspaceCustomBooleanParameter - :param encryption: Contains the encryption details for Customer-Managed - Key (CMK) enabled workspace. - :type encryption: - ~azure.mgmt.databricks.models.WorkspaceEncryptionParameter + :param aml_workspace_id: The ID of a Azure Machine Learning workspace to link with Databricks + workspace. + :type aml_workspace_id: ~azure.mgmt.databricks.models.WorkspaceCustomStringParameter + :param custom_virtual_network_id: The ID of a Virtual Network where this Databricks Cluster + should be created. + :type custom_virtual_network_id: ~azure.mgmt.databricks.models.WorkspaceCustomStringParameter + :param custom_public_subnet_name: The name of a Public Subnet within the Virtual Network. + :type custom_public_subnet_name: ~azure.mgmt.databricks.models.WorkspaceCustomStringParameter + :param custom_private_subnet_name: The name of the Private Subnet within the Virtual Network. + :type custom_private_subnet_name: ~azure.mgmt.databricks.models.WorkspaceCustomStringParameter + :param enable_no_public_ip: Should the Public IP be Disabled?. + :type enable_no_public_ip: ~azure.mgmt.databricks.models.WorkspaceCustomBooleanParameter + :param prepare_encryption: Prepare the workspace for encryption. Enables the Managed Identity + for managed storage account. + :type prepare_encryption: ~azure.mgmt.databricks.models.WorkspaceCustomBooleanParameter + :param encryption: Contains the encryption details for Customer-Managed Key (CMK) enabled + workspace. + :type encryption: ~azure.mgmt.databricks.models.WorkspaceEncryptionParameter :param require_infrastructure_encryption: A boolean indicating whether or not the DBFS root file system will be enabled with secondary layer of encryption with platform managed keys for data at rest. :type require_infrastructure_encryption: - ~databricks_client.models.WorkspaceCustomBooleanParameter + ~azure.mgmt.databricks.models.WorkspaceCustomBooleanParameter """ _attribute_map = { + 'aml_workspace_id': {'key': 'amlWorkspaceId', 'type': 'WorkspaceCustomStringParameter'}, 'custom_virtual_network_id': {'key': 'customVirtualNetworkId', 'type': 'WorkspaceCustomStringParameter'}, 'custom_public_subnet_name': {'key': 'customPublicSubnetName', 'type': 'WorkspaceCustomStringParameter'}, 'custom_private_subnet_name': {'key': 'customPrivateSubnetName', 'type': 'WorkspaceCustomStringParameter'}, @@ -726,8 +780,12 @@ class WorkspaceCustomParameters(Model): 'require_infrastructure_encryption': {'key': 'requireInfrastructureEncryption', 'type': 'WorkspaceCustomBooleanParameter'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(WorkspaceCustomParameters, self).__init__(**kwargs) + self.aml_workspace_id = kwargs.get('aml_workspace_id', None) self.custom_virtual_network_id = kwargs.get('custom_virtual_network_id', None) self.custom_public_subnet_name = kwargs.get('custom_public_subnet_name', None) self.custom_private_subnet_name = kwargs.get('custom_private_subnet_name', None) @@ -737,19 +795,22 @@ def __init__(self, **kwargs): self.require_infrastructure_encryption = kwargs.get('require_infrastructure_encryption', None) -class WorkspaceCustomStringParameter(Model): +class WorkspaceCustomStringParameter(msrest.serialization.Model): """The Value. + Variables are only populated by the server, and will be ignored when sending a request. + All required parameters must be populated in order to send to Azure. - :param type: The type of variable that this is. Possible values include: - 'Bool', 'Object', 'String' - :type type: str or ~azure.mgmt.databricks.models.CustomParameterType + :ivar type: The type of variable that this is. Possible values include: "Bool", "Object", + "String". + :vartype type: str or ~azure.mgmt.databricks.models.CustomParameterType :param value: Required. The value which should be used for this field. :type value: str """ _validation = { + 'type': {'readonly': True}, 'value': {'required': True}, } @@ -758,46 +819,79 @@ class WorkspaceCustomStringParameter(Model): 'value': {'key': 'value', 'type': 'str'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(WorkspaceCustomStringParameter, self).__init__(**kwargs) - self.type = kwargs.get('type', None) - self.value = kwargs.get('value', None) + self.type = None + self.value = kwargs['value'] -class WorkspaceEncryptionParameter(Model): +class WorkspaceEncryptionParameter(msrest.serialization.Model): """The object that contains details of encryption used on the workspace. - :param type: The type of variable that this is. Possible values include: - 'Bool', 'Object', 'String' - :type type: str or ~azure.mgmt.databricks.models.CustomParameterType + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar type: The type of variable that this is. Possible values include: "Bool", "Object", + "String". + :vartype type: str or ~azure.mgmt.databricks.models.CustomParameterType :param value: The value which should be used for this field. :type value: ~azure.mgmt.databricks.models.Encryption """ + _validation = { + 'type': {'readonly': True}, + } + _attribute_map = { 'type': {'key': 'type', 'type': 'str'}, 'value': {'key': 'value', 'type': 'Encryption'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(WorkspaceEncryptionParameter, self).__init__(**kwargs) - self.type = kwargs.get('type', None) + self.type = None + self.value = kwargs.get('value', None) + + +class WorkspaceListResult(msrest.serialization.Model): + """List of workspaces. + + :param value: The array of workspaces. + :type value: list[~azure.mgmt.databricks.models.Workspace] + :param next_link: The URL to use for getting the next set of results. + :type next_link: str + """ + + _attribute_map = { + 'value': {'key': 'value', 'type': '[Workspace]'}, + 'next_link': {'key': 'nextLink', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(WorkspaceListResult, self).__init__(**kwargs) self.value = kwargs.get('value', None) + self.next_link = kwargs.get('next_link', None) -class WorkspaceProviderAuthorization(Model): +class WorkspaceProviderAuthorization(msrest.serialization.Model): """The workspace provider authorization. All required parameters must be populated in order to send to Azure. - :param principal_id: Required. The provider's principal identifier. This - is the identity that the provider will use to call ARM to manage the - workspace resources. + :param principal_id: Required. The provider's principal identifier. This is the identity that + the provider will use to call ARM to manage the workspace resources. :type principal_id: str - :param role_definition_id: Required. The provider's role definition - identifier. This role will define all the permissions that the provider - must have on the workspace's container resource group. This role - definition cannot have permission to delete the resource group. + :param role_definition_id: Required. The provider's role definition identifier. This role will + define all the permissions that the provider must have on the workspace's container resource + group. This role definition cannot have permission to delete the resource group. :type role_definition_id: str """ @@ -811,16 +905,19 @@ class WorkspaceProviderAuthorization(Model): 'role_definition_id': {'key': 'roleDefinitionId', 'type': 'str'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(WorkspaceProviderAuthorization, self).__init__(**kwargs) - self.principal_id = kwargs.get('principal_id', None) - self.role_definition_id = kwargs.get('role_definition_id', None) + self.principal_id = kwargs['principal_id'] + self.role_definition_id = kwargs['role_definition_id'] -class WorkspaceUpdate(Model): +class WorkspaceUpdate(msrest.serialization.Model): """An update to a workspace. - :param tags: Resource tags. + :param tags: A set of tags. Resource tags. :type tags: dict[str, str] """ @@ -828,6 +925,9 @@ class WorkspaceUpdate(Model): 'tags': {'key': 'tags', 'type': '{str}'}, } - def __init__(self, **kwargs): + def __init__( + self, + **kwargs + ): super(WorkspaceUpdate, self).__init__(**kwargs) self.tags = kwargs.get('tags', None) diff --git a/src/databricks/azext_databricks/vendored_sdks/databricks/models/_models_py3.py b/src/databricks/azext_databricks/vendored_sdks/databricks/models/_models_py3.py index f6c3c058a45..95b0b518d8c 100644 --- a/src/databricks/azext_databricks/vendored_sdks/databricks/models/_models_py3.py +++ b/src/databricks/azext_databricks/vendored_sdks/databricks/models/_models_py3.py @@ -1,24 +1,24 @@ # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# +# Licensed under the MIT License. See License.txt in the project root for license information. # Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -from msrest.serialization import Model -from msrest.exceptions import HttpOperationError +from typing import Dict, List, Optional, Union +from azure.core.exceptions import HttpResponseError +import msrest.serialization -class AddressSpace(Model): - """AddressSpace contains an array of IP address ranges that can be used by - subnets of the virtual network. +from ._databricks_client_enums import * - :param address_prefixes: A list of address blocks reserved for this - virtual network in CIDR notation. + +class AddressSpace(msrest.serialization.Model): + """AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual network. + + :param address_prefixes: A list of address blocks reserved for this virtual network in CIDR + notation. :type address_prefixes: list[str] """ @@ -26,31 +26,27 @@ class AddressSpace(Model): 'address_prefixes': {'key': 'addressPrefixes', 'type': '[str]'}, } - def __init__(self, *, address_prefixes=None, **kwargs) -> None: + def __init__( + self, + *, + address_prefixes: Optional[List[str]] = None, + **kwargs + ): super(AddressSpace, self).__init__(**kwargs) self.address_prefixes = address_prefixes -class CloudError(Model): - """CloudError. - """ - - _attribute_map = { - } - - -class CreatedBy(Model): +class CreatedBy(msrest.serialization.Model): """Provides details of the entity that created/updated the workspace. - Variables are only populated by the server, and will be ignored when - sending a request. + Variables are only populated by the server, and will be ignored when sending a request. :ivar oid: The Object ID that created the workspace. :vartype oid: str - :ivar puid: The Personal Object ID corresponding to the object ID above + :ivar puid: The Personal Object ID corresponding to the object ID above. :vartype puid: str - :ivar application_id: The application ID of the application that initiated - the creation of the workspace. For example, Azure Portal. + :ivar application_id: The application ID of the application that initiated the creation of the + workspace. For example, Azure Portal. :vartype application_id: str """ @@ -66,19 +62,22 @@ class CreatedBy(Model): 'application_id': {'key': 'applicationId', 'type': 'str'}, } - def __init__(self, **kwargs) -> None: + def __init__( + self, + **kwargs + ): super(CreatedBy, self).__init__(**kwargs) self.oid = None self.puid = None self.application_id = None -class Encryption(Model): +class Encryption(msrest.serialization.Model): """The object that contains details of encryption used on the workspace. - :param key_source: The encryption keySource (provider). Possible values - (case-insensitive): Default, Microsoft.Keyvault. Possible values include: - 'Default', 'Microsoft.Keyvault'. Default value: "Default" . + :param key_source: The encryption keySource (provider). Possible values (case-insensitive): + Default, Microsoft.Keyvault. Possible values include: "Default", "Microsoft.Keyvault". Default + value: "Default". :type key_source: str or ~azure.mgmt.databricks.models.KeySource :param key_name: The name of KeyVault key. :type key_name: str @@ -95,7 +94,15 @@ class Encryption(Model): 'key_vault_uri': {'key': 'keyvaulturi', 'type': 'str'}, } - def __init__(self, *, key_source="Default", key_name: str=None, key_version: str=None, key_vault_uri: str=None, **kwargs) -> None: + def __init__( + self, + *, + key_source: Optional[Union[str, "KeySource"]] = "Default", + key_name: Optional[str] = None, + key_version: Optional[str] = None, + key_vault_uri: Optional[str] = None, + **kwargs + ): super(Encryption, self).__init__(**kwargs) self.key_source = key_source self.key_name = key_name @@ -103,7 +110,7 @@ def __init__(self, *, key_source="Default", key_name: str=None, key_version: str self.key_vault_uri = key_vault_uri -class ErrorDetail(Model): +class ErrorDetail(msrest.serialization.Model): """Error details. All required parameters must be populated in order to send to Azure. @@ -112,8 +119,7 @@ class ErrorDetail(Model): :type code: str :param message: Required. A human readable error message. :type message: str - :param target: Indicates which property in the request is responsible for - the error. + :param target: Indicates which property in the request is responsible for the error. :type target: str """ @@ -128,14 +134,21 @@ class ErrorDetail(Model): 'target': {'key': 'target', 'type': 'str'}, } - def __init__(self, *, code: str, message: str, target: str=None, **kwargs) -> None: + def __init__( + self, + *, + code: str, + message: str, + target: Optional[str] = None, + **kwargs + ): super(ErrorDetail, self).__init__(**kwargs) self.code = code self.message = message self.target = target -class ErrorInfo(Model): +class ErrorInfo(msrest.serialization.Model): """The code and message for an error. All required parameters must be populated in order to send to Azure. @@ -162,7 +175,15 @@ class ErrorInfo(Model): 'innererror': {'key': 'innererror', 'type': 'str'}, } - def __init__(self, *, code: str, message: str, details=None, innererror: str=None, **kwargs) -> None: + def __init__( + self, + *, + code: str, + message: str, + details: Optional[List["ErrorDetail"]] = None, + innererror: Optional[str] = None, + **kwargs + ): super(ErrorInfo, self).__init__(**kwargs) self.code = code self.message = message @@ -170,10 +191,8 @@ def __init__(self, *, code: str, message: str, details=None, innererror: str=Non self.innererror = innererror -class ErrorResponse(Model): - """Error response. - - Contains details when the response code indicates an error. +class ErrorResponse(msrest.serialization.Model): + """Contains details when the response code indicates an error. All required parameters must be populated in order to send to Azure. @@ -189,36 +208,27 @@ class ErrorResponse(Model): 'error': {'key': 'error', 'type': 'ErrorInfo'}, } - def __init__(self, *, error, **kwargs) -> None: + def __init__( + self, + *, + error: "ErrorInfo", + **kwargs + ): super(ErrorResponse, self).__init__(**kwargs) self.error = error -class ErrorResponseException(HttpOperationError): - """Server responsed with exception of type: 'ErrorResponse'. - - :param deserialize: A deserializer - :param response: Server response to be deserialized. - """ - - def __init__(self, deserialize, response, *args): - - super(ErrorResponseException, self).__init__(deserialize, response, 'ErrorResponse', *args) - - -class ManagedIdentityConfiguration(Model): +class ManagedIdentityConfiguration(msrest.serialization.Model): """The Managed Identity details for storage account. - Variables are only populated by the server, and will be ignored when - sending a request. + Variables are only populated by the server, and will be ignored when sending a request. - :ivar principal_id: The objectId of the Managed Identity that is linked to - the Managed Storage account. + :ivar principal_id: The objectId of the Managed Identity that is linked to the Managed Storage + account. :vartype principal_id: str :ivar tenant_id: The tenant Id where the Managed Identity is created. :vartype tenant_id: str - :ivar type: The type of Identity created. It can be either SystemAssigned - or UserAssigned. + :ivar type: The type of Identity created. It can be either SystemAssigned or UserAssigned. :vartype type: str """ @@ -234,17 +244,20 @@ class ManagedIdentityConfiguration(Model): 'type': {'key': 'type', 'type': 'str'}, } - def __init__(self, **kwargs) -> None: + def __init__( + self, + **kwargs + ): super(ManagedIdentityConfiguration, self).__init__(**kwargs) self.principal_id = None self.tenant_id = None self.type = None -class Operation(Model): +class Operation(msrest.serialization.Model): """REST API operation. - :param name: Operation name: {provider}/{resource}/{operation} + :param name: Operation name: {provider}/{resource}/{operation}. :type name: str :param display: The object that represents the operation. :type display: ~azure.mgmt.databricks.models.OperationDisplay @@ -255,16 +268,22 @@ class Operation(Model): 'display': {'key': 'display', 'type': 'OperationDisplay'}, } - def __init__(self, *, name: str=None, display=None, **kwargs) -> None: + def __init__( + self, + *, + name: Optional[str] = None, + display: Optional["OperationDisplay"] = None, + **kwargs + ): super(Operation, self).__init__(**kwargs) self.name = name self.display = display -class OperationDisplay(Model): +class OperationDisplay(msrest.serialization.Model): """The object that represents the operation. - :param provider: Service provider: Microsoft.ResourceProvider + :param provider: Service provider: Microsoft.ResourceProvider. :type provider: str :param resource: Resource on which the operation is performed. :type resource: str @@ -278,26 +297,59 @@ class OperationDisplay(Model): 'operation': {'key': 'operation', 'type': 'str'}, } - def __init__(self, *, provider: str=None, resource: str=None, operation: str=None, **kwargs) -> None: + def __init__( + self, + *, + provider: Optional[str] = None, + resource: Optional[str] = None, + operation: Optional[str] = None, + **kwargs + ): super(OperationDisplay, self).__init__(**kwargs) self.provider = provider self.resource = resource self.operation = operation -class Resource(Model): +class OperationListResult(msrest.serialization.Model): + """Result of the request to list Resource Provider operations. It contains a list of operations and a URL link to get the next set of results. + + :param value: List of Resource Provider operations supported by the Resource Provider resource + provider. + :type value: list[~azure.mgmt.databricks.models.Operation] + :param next_link: URL to get the next set of operation list results if there are any. + :type next_link: str + """ + + _attribute_map = { + 'value': {'key': 'value', 'type': '[Operation]'}, + 'next_link': {'key': 'nextLink', 'type': 'str'}, + } + + def __init__( + self, + *, + value: Optional[List["Operation"]] = None, + next_link: Optional[str] = None, + **kwargs + ): + super(OperationListResult, self).__init__(**kwargs) + self.value = value + self.next_link = next_link + + +class Resource(msrest.serialization.Model): """The core properties of ARM resources. - Variables are only populated by the server, and will be ignored when - sending a request. + Variables are only populated by the server, and will be ignored when sending a request. :ivar id: Fully qualified resource Id for the resource. Ex - - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. :vartype id: str - :ivar name: The name of the resource + :ivar name: The name of the resource. :vartype name: str - :ivar type: The type of the resource. Ex- - Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + :ivar type: The type of the resource. Ex- Microsoft.Compute/virtualMachines or + Microsoft.Storage/storageAccounts. :vartype type: str """ @@ -313,14 +365,17 @@ class Resource(Model): 'type': {'key': 'type', 'type': 'str'}, } - def __init__(self, **kwargs) -> None: + def __init__( + self, + **kwargs + ): super(Resource, self).__init__(**kwargs) self.id = None self.name = None self.type = None -class Sku(Model): +class Sku(msrest.serialization.Model): """SKU for the resource. All required parameters must be populated in order to send to Azure. @@ -340,7 +395,13 @@ class Sku(Model): 'tier': {'key': 'tier', 'type': 'str'}, } - def __init__(self, *, name: str, tier: str=None, **kwargs) -> None: + def __init__( + self, + *, + name: str, + tier: Optional[str] = None, + **kwargs + ): super(Sku, self).__init__(**kwargs) self.name = name self.tier = tier @@ -349,22 +410,21 @@ def __init__(self, *, name: str, tier: str=None, **kwargs) -> None: class TrackedResource(Resource): """The resource model definition for a ARM tracked top level resource. - Variables are only populated by the server, and will be ignored when - sending a request. + Variables are only populated by the server, and will be ignored when sending a request. All required parameters must be populated in order to send to Azure. :ivar id: Fully qualified resource Id for the resource. Ex - - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. :vartype id: str - :ivar name: The name of the resource + :ivar name: The name of the resource. :vartype name: str - :ivar type: The type of the resource. Ex- - Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + :ivar type: The type of the resource. Ex- Microsoft.Compute/virtualMachines or + Microsoft.Storage/storageAccounts. :vartype type: str - :param tags: Resource tags. + :param tags: A set of tags. Resource tags. :type tags: dict[str, str] - :param location: Required. The geo-location where the resource lives + :param location: Required. The geo-location where the resource lives. :type location: str """ @@ -383,79 +443,80 @@ class TrackedResource(Resource): 'location': {'key': 'location', 'type': 'str'}, } - def __init__(self, *, location: str, tags=None, **kwargs) -> None: + def __init__( + self, + *, + location: str, + tags: Optional[Dict[str, str]] = None, + **kwargs + ): super(TrackedResource, self).__init__(**kwargs) self.tags = tags self.location = location -class VirtualNetworkPeering(Model): +class VirtualNetworkPeering(msrest.serialization.Model): """Peerings in a VirtualNetwork resource. - Variables are only populated by the server, and will be ignored when - sending a request. + Variables are only populated by the server, and will be ignored when sending a request. All required parameters must be populated in order to send to Azure. - :param allow_virtual_network_access: Whether the VMs in the local virtual - network space would be able to access the VMs in remote virtual network - space. + :ivar name: Name of the virtual network peering resource. + :vartype name: str + :ivar id: Resource ID. + :vartype id: str + :ivar type: type of the virtual network peering resource. + :vartype type: str + :param allow_virtual_network_access: Whether the VMs in the local virtual network space would + be able to access the VMs in remote virtual network space. :type allow_virtual_network_access: bool - :param allow_forwarded_traffic: Whether the forwarded traffic from the VMs - in the local virtual network will be allowed/disallowed in remote virtual - network. + :param allow_forwarded_traffic: Whether the forwarded traffic from the VMs in the local virtual + network will be allowed/disallowed in remote virtual network. :type allow_forwarded_traffic: bool - :param allow_gateway_transit: If gateway links can be used in remote - virtual networking to link to this virtual network. + :param allow_gateway_transit: If gateway links can be used in remote virtual networking to link + to this virtual network. :type allow_gateway_transit: bool - :param use_remote_gateways: If remote gateways can be used on this virtual - network. If the flag is set to true, and allowGatewayTransit on remote - peering is also true, virtual network will use gateways of remote virtual - network for transit. Only one peering can have this flag set to true. This - flag cannot be set if virtual network already has a gateway. + :param use_remote_gateways: If remote gateways can be used on this virtual network. If the flag + is set to true, and allowGatewayTransit on remote peering is also true, virtual network will + use gateways of remote virtual network for transit. Only one peering can have this flag set to + true. This flag cannot be set if virtual network already has a gateway. :type use_remote_gateways: bool - :param databricks_virtual_network: The remote virtual network should be - in the same region. See here to learn more - (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering). + :param databricks_virtual_network: The remote virtual network should be in the same region. See + here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration- + guide/cloud-configurations/azure/vnet-peering). :type databricks_virtual_network: ~azure.mgmt.databricks.models.VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork - :param databricks_address_space: The reference to the databricks virtual - network address space. + :param databricks_address_space: The reference to the databricks virtual network address space. :type databricks_address_space: ~azure.mgmt.databricks.models.AddressSpace - :param remote_virtual_network: Required. The remote virtual network - should be in the same region. See here to learn more - (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering). + :param remote_virtual_network: Required. The remote virtual network should be in the same + region. See here to learn more (https://docs.microsoft.com/en- + us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering). :type remote_virtual_network: ~azure.mgmt.databricks.models.VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork - :param remote_address_space: The reference to the remote virtual network - address space. + :param remote_address_space: The reference to the remote virtual network address space. :type remote_address_space: ~azure.mgmt.databricks.models.AddressSpace - :ivar peering_state: The status of the virtual network peering. Possible - values include: 'Initiated', 'Connected', 'Disconnected' + :ivar peering_state: The status of the virtual network peering. Possible values include: + "Initiated", "Connected", "Disconnected". :vartype peering_state: str or ~azure.mgmt.databricks.models.PeeringState - :ivar provisioning_state: The provisioning state of the virtual network - peering resource. Possible values include: 'Succeeded', 'Updating', - 'Deleting', 'Failed' - :vartype provisioning_state: str or - ~azure.mgmt.databricks.models.PeeringProvisioningState - :ivar name: Name of the virtual network peering resource - :vartype name: str - :ivar id: Resource ID. - :vartype id: str - :ivar type: type of the virtual network peering resource - :vartype type: str + :ivar provisioning_state: The provisioning state of the virtual network peering resource. + Possible values include: "Succeeded", "Updating", "Deleting", "Failed". + :vartype provisioning_state: str or ~azure.mgmt.databricks.models.PeeringProvisioningState """ _validation = { - 'remote_virtual_network': {'required': True}, - 'peering_state': {'readonly': True}, - 'provisioning_state': {'readonly': True}, 'name': {'readonly': True}, 'id': {'readonly': True}, 'type': {'readonly': True}, + 'remote_virtual_network': {'required': True}, + 'peering_state': {'readonly': True}, + 'provisioning_state': {'readonly': True}, } _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'id': {'key': 'id', 'type': 'str'}, + 'type': {'key': 'type', 'type': 'str'}, 'allow_virtual_network_access': {'key': 'properties.allowVirtualNetworkAccess', 'type': 'bool'}, 'allow_forwarded_traffic': {'key': 'properties.allowForwardedTraffic', 'type': 'bool'}, 'allow_gateway_transit': {'key': 'properties.allowGatewayTransit', 'type': 'bool'}, @@ -466,13 +527,25 @@ class VirtualNetworkPeering(Model): 'remote_address_space': {'key': 'properties.remoteAddressSpace', 'type': 'AddressSpace'}, 'peering_state': {'key': 'properties.peeringState', 'type': 'str'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, - 'name': {'key': 'name', 'type': 'str'}, - 'id': {'key': 'id', 'type': 'str'}, - 'type': {'key': 'type', 'type': 'str'}, } - def __init__(self, *, remote_virtual_network, allow_virtual_network_access: bool=None, allow_forwarded_traffic: bool=None, allow_gateway_transit: bool=None, use_remote_gateways: bool=None, databricks_virtual_network=None, databricks_address_space=None, remote_address_space=None, **kwargs) -> None: + def __init__( + self, + *, + remote_virtual_network: "VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork", + allow_virtual_network_access: Optional[bool] = None, + allow_forwarded_traffic: Optional[bool] = None, + allow_gateway_transit: Optional[bool] = None, + use_remote_gateways: Optional[bool] = None, + databricks_virtual_network: Optional["VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork"] = None, + databricks_address_space: Optional["AddressSpace"] = None, + remote_address_space: Optional["AddressSpace"] = None, + **kwargs + ): super(VirtualNetworkPeering, self).__init__(**kwargs) + self.name = None + self.id = None + self.type = None self.allow_virtual_network_access = allow_virtual_network_access self.allow_forwarded_traffic = allow_forwarded_traffic self.allow_gateway_transit = allow_gateway_transit @@ -483,15 +556,37 @@ def __init__(self, *, remote_virtual_network, allow_virtual_network_access: bool self.remote_address_space = remote_address_space self.peering_state = None self.provisioning_state = None - self.name = None - self.id = None - self.type = None -class VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork(Model): - """The remote virtual network should be in the same region. See here to learn - more - (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering). +class VirtualNetworkPeeringList(msrest.serialization.Model): + """Gets all virtual network peerings under a workspace. + + :param value: List of virtual network peerings on workspace. + :type value: list[~azure.mgmt.databricks.models.VirtualNetworkPeering] + :param next_link: URL to get the next set of virtual network peering list results if there are + any. + :type next_link: str + """ + + _attribute_map = { + 'value': {'key': 'value', 'type': '[VirtualNetworkPeering]'}, + 'next_link': {'key': 'nextLink', 'type': 'str'}, + } + + def __init__( + self, + *, + value: Optional[List["VirtualNetworkPeering"]] = None, + next_link: Optional[str] = None, + **kwargs + ): + super(VirtualNetworkPeeringList, self).__init__(**kwargs) + self.value = value + self.next_link = next_link + + +class VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork(msrest.serialization.Model): + """The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering). :param id: The Id of the databricks virtual network. :type id: str @@ -501,15 +596,18 @@ class VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork(Model): 'id': {'key': 'id', 'type': 'str'}, } - def __init__(self, *, id: str=None, **kwargs) -> None: + def __init__( + self, + *, + id: Optional[str] = None, + **kwargs + ): super(VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork, self).__init__(**kwargs) self.id = id -class VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork(Model): - """The remote virtual network should be in the same region. See here to learn - more - (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering). +class VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork(msrest.serialization.Model): + """The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering). :param id: The Id of the remote virtual network. :type id: str @@ -519,7 +617,12 @@ class VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork(Model): 'id': {'key': 'id', 'type': 'str'}, } - def __init__(self, *, id: str=None, **kwargs) -> None: + def __init__( + self, + *, + id: Optional[str] = None, + **kwargs + ): super(VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork, self).__init__(**kwargs) self.id = id @@ -527,59 +630,52 @@ def __init__(self, *, id: str=None, **kwargs) -> None: class Workspace(TrackedResource): """Information about workspace. - Variables are only populated by the server, and will be ignored when - sending a request. + Variables are only populated by the server, and will be ignored when sending a request. All required parameters must be populated in order to send to Azure. :ivar id: Fully qualified resource Id for the resource. Ex - - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. :vartype id: str - :ivar name: The name of the resource + :ivar name: The name of the resource. :vartype name: str - :ivar type: The type of the resource. Ex- - Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + :ivar type: The type of the resource. Ex- Microsoft.Compute/virtualMachines or + Microsoft.Storage/storageAccounts. :vartype type: str - :param tags: Resource tags. + :param tags: A set of tags. Resource tags. :type tags: dict[str, str] - :param location: Required. The geo-location where the resource lives + :param location: Required. The geo-location where the resource lives. :type location: str + :param sku: The SKU of the resource. + :type sku: ~azure.mgmt.databricks.models.Sku :param managed_resource_group_id: Required. The managed resource group Id. :type managed_resource_group_id: str :param parameters: The workspace's custom parameters. :type parameters: ~azure.mgmt.databricks.models.WorkspaceCustomParameters - :ivar provisioning_state: The workspace provisioning state. Possible - values include: 'Accepted', 'Running', 'Ready', 'Creating', 'Created', - 'Deleting', 'Deleted', 'Canceled', 'Failed', 'Succeeded', 'Updating' - :vartype provisioning_state: str or - ~azure.mgmt.databricks.models.ProvisioningState - :param ui_definition_uri: The blob URI where the UI definition file is - located. + :ivar provisioning_state: The workspace provisioning state. Possible values include: + "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", + "Failed", "Succeeded", "Updating". + :vartype provisioning_state: str or ~azure.mgmt.databricks.models.ProvisioningState + :param ui_definition_uri: The blob URI where the UI definition file is located. :type ui_definition_uri: str :param authorizations: The workspace provider authorizations. - :type authorizations: - list[~azure.mgmt.databricks.models.WorkspaceProviderAuthorization] - :param created_by: Indicates the Object ID, PUID and Application ID of - entity that created the workspace. + :type authorizations: list[~azure.mgmt.databricks.models.WorkspaceProviderAuthorization] + :param created_by: Indicates the Object ID, PUID and Application ID of entity that created the + workspace. :type created_by: ~azure.mgmt.databricks.models.CreatedBy - :param updated_by: Indicates the Object ID, PUID and Application ID of - entity that last updated the workspace. + :param updated_by: Indicates the Object ID, PUID and Application ID of entity that last updated + the workspace. :type updated_by: ~azure.mgmt.databricks.models.CreatedBy - :param created_date_time: Specifies the date and time when the workspace - is created. - :type created_date_time: datetime - :ivar workspace_id: The unique identifier of the databricks workspace in - databricks control plane. + :ivar created_date_time: Specifies the date and time when the workspace is created. + :vartype created_date_time: ~datetime.datetime + :ivar workspace_id: The unique identifier of the databricks workspace in databricks control + plane. :vartype workspace_id: str :ivar workspace_url: The workspace URL which is of the format - 'adb-{workspaceId}.{random}.azuredatabricks.net' + 'adb-{workspaceId}.{random}.azuredatabricks.net'. :vartype workspace_url: str - :param storage_account_identity: The details of Managed Identity of - Storage Account - :type storage_account_identity: - ~azure.mgmt.databricks.models.ManagedIdentityConfiguration - :param sku: The SKU of the resource. - :type sku: ~azure.mgmt.databricks.models.Sku + :param storage_account_identity: The details of Managed Identity of Storage Account. + :type storage_account_identity: ~azure.mgmt.databricks.models.ManagedIdentityConfiguration """ _validation = { @@ -589,6 +685,7 @@ class Workspace(TrackedResource): 'location': {'required': True}, 'managed_resource_group_id': {'required': True}, 'provisioning_state': {'readonly': True}, + 'created_date_time': {'readonly': True}, 'workspace_id': {'readonly': True}, 'workspace_url': {'readonly': True}, } @@ -599,6 +696,7 @@ class Workspace(TrackedResource): 'type': {'key': 'type', 'type': 'str'}, 'tags': {'key': 'tags', 'type': '{str}'}, 'location': {'key': 'location', 'type': 'str'}, + 'sku': {'key': 'sku', 'type': 'Sku'}, 'managed_resource_group_id': {'key': 'properties.managedResourceGroupId', 'type': 'str'}, 'parameters': {'key': 'properties.parameters', 'type': 'WorkspaceCustomParameters'}, 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, @@ -610,11 +708,25 @@ class Workspace(TrackedResource): 'workspace_id': {'key': 'properties.workspaceId', 'type': 'str'}, 'workspace_url': {'key': 'properties.workspaceUrl', 'type': 'str'}, 'storage_account_identity': {'key': 'properties.storageAccountIdentity', 'type': 'ManagedIdentityConfiguration'}, - 'sku': {'key': 'sku', 'type': 'Sku'}, } - def __init__(self, *, location: str, managed_resource_group_id: str, tags=None, parameters=None, ui_definition_uri: str=None, authorizations=None, created_by=None, updated_by=None, created_date_time=None, storage_account_identity=None, sku=None, **kwargs) -> None: + def __init__( + self, + *, + location: str, + managed_resource_group_id: str, + tags: Optional[Dict[str, str]] = None, + sku: Optional["Sku"] = None, + parameters: Optional["WorkspaceCustomParameters"] = None, + ui_definition_uri: Optional[str] = None, + authorizations: Optional[List["WorkspaceProviderAuthorization"]] = None, + created_by: Optional["CreatedBy"] = None, + updated_by: Optional["CreatedBy"] = None, + storage_account_identity: Optional["ManagedIdentityConfiguration"] = None, + **kwargs + ): super(Workspace, self).__init__(tags=tags, location=location, **kwargs) + self.sku = sku self.managed_resource_group_id = managed_resource_group_id self.parameters = parameters self.provisioning_state = None @@ -622,26 +734,28 @@ def __init__(self, *, location: str, managed_resource_group_id: str, tags=None, self.authorizations = authorizations self.created_by = created_by self.updated_by = updated_by - self.created_date_time = created_date_time + self.created_date_time = None self.workspace_id = None self.workspace_url = None self.storage_account_identity = storage_account_identity - self.sku = sku -class WorkspaceCustomBooleanParameter(Model): +class WorkspaceCustomBooleanParameter(msrest.serialization.Model): """The value which should be used for this field. + Variables are only populated by the server, and will be ignored when sending a request. + All required parameters must be populated in order to send to Azure. - :param type: The type of variable that this is. Possible values include: - 'Bool', 'Object', 'String' - :type type: str or ~azure.mgmt.databricks.models.CustomParameterType + :ivar type: The type of variable that this is. Possible values include: "Bool", "Object", + "String". + :vartype type: str or ~azure.mgmt.databricks.models.CustomParameterType :param value: Required. The value which should be used for this field. :type value: bool """ _validation = { + 'type': {'readonly': True}, 'value': {'required': True}, } @@ -650,25 +764,33 @@ class WorkspaceCustomBooleanParameter(Model): 'value': {'key': 'value', 'type': 'bool'}, } - def __init__(self, *, value: bool, type=None, **kwargs) -> None: + def __init__( + self, + *, + value: bool, + **kwargs + ): super(WorkspaceCustomBooleanParameter, self).__init__(**kwargs) - self.type = type + self.type = None self.value = value -class WorkspaceCustomObjectParameter(Model): +class WorkspaceCustomObjectParameter(msrest.serialization.Model): """The value which should be used for this field. + Variables are only populated by the server, and will be ignored when sending a request. + All required parameters must be populated in order to send to Azure. - :param type: The type of variable that this is. Possible values include: - 'Bool', 'Object', 'String' - :type type: str or ~azure.mgmt.databricks.models.CustomParameterType + :ivar type: The type of variable that this is. Possible values include: "Bool", "Object", + "String". + :vartype type: str or ~azure.mgmt.databricks.models.CustomParameterType :param value: Required. The value which should be used for this field. :type value: object """ _validation = { + 'type': {'readonly': True}, 'value': {'required': True}, } @@ -677,46 +799,47 @@ class WorkspaceCustomObjectParameter(Model): 'value': {'key': 'value', 'type': 'object'}, } - def __init__(self, *, value, type=None, **kwargs) -> None: + def __init__( + self, + *, + value: object, + **kwargs + ): super(WorkspaceCustomObjectParameter, self).__init__(**kwargs) - self.type = type + self.type = None self.value = value -class WorkspaceCustomParameters(Model): +class WorkspaceCustomParameters(msrest.serialization.Model): """Custom Parameters used for Cluster Creation. - :param custom_virtual_network_id: The ID of a Virtual Network where this - Databricks Cluster should be created - :type custom_virtual_network_id: - ~azure.mgmt.databricks.models.WorkspaceCustomStringParameter - :param custom_public_subnet_name: The name of a Public Subnet within the - Virtual Network - :type custom_public_subnet_name: - ~azure.mgmt.databricks.models.WorkspaceCustomStringParameter - :param custom_private_subnet_name: The name of the Private Subnet within - the Virtual Network - :type custom_private_subnet_name: - ~azure.mgmt.databricks.models.WorkspaceCustomStringParameter - :param enable_no_public_ip: Should the Public IP be Disabled? - :type enable_no_public_ip: - ~azure.mgmt.databricks.models.WorkspaceCustomBooleanParameter - :param prepare_encryption: Prepare the workspace for encryption. Enables - the Managed Identity for managed storage account. - :type prepare_encryption: - ~azure.mgmt.databricks.models.WorkspaceCustomBooleanParameter - :param encryption: Contains the encryption details for Customer-Managed - Key (CMK) enabled workspace. - :type encryption: - ~azure.mgmt.databricks.models.WorkspaceEncryptionParameter + :param aml_workspace_id: The ID of a Azure Machine Learning workspace to link with Databricks + workspace. + :type aml_workspace_id: ~azure.mgmt.databricks.models.WorkspaceCustomStringParameter + :param custom_virtual_network_id: The ID of a Virtual Network where this Databricks Cluster + should be created. + :type custom_virtual_network_id: ~azure.mgmt.databricks.models.WorkspaceCustomStringParameter + :param custom_public_subnet_name: The name of a Public Subnet within the Virtual Network. + :type custom_public_subnet_name: ~azure.mgmt.databricks.models.WorkspaceCustomStringParameter + :param custom_private_subnet_name: The name of the Private Subnet within the Virtual Network. + :type custom_private_subnet_name: ~azure.mgmt.databricks.models.WorkspaceCustomStringParameter + :param enable_no_public_ip: Should the Public IP be Disabled?. + :type enable_no_public_ip: ~azure.mgmt.databricks.models.WorkspaceCustomBooleanParameter + :param prepare_encryption: Prepare the workspace for encryption. Enables the Managed Identity + for managed storage account. + :type prepare_encryption: ~azure.mgmt.databricks.models.WorkspaceCustomBooleanParameter + :param encryption: Contains the encryption details for Customer-Managed Key (CMK) enabled + workspace. + :type encryption: ~azure.mgmt.databricks.models.WorkspaceEncryptionParameter :param require_infrastructure_encryption: A boolean indicating whether or not the DBFS root file system will be enabled with secondary layer of encryption with platform managed keys for data at rest. :type require_infrastructure_encryption: - ~databricks_client.models.WorkspaceCustomBooleanParameter + ~azure.mgmt.databricks.models.WorkspaceCustomBooleanParameter """ _attribute_map = { + 'aml_workspace_id': {'key': 'amlWorkspaceId', 'type': 'WorkspaceCustomStringParameter'}, 'custom_virtual_network_id': {'key': 'customVirtualNetworkId', 'type': 'WorkspaceCustomStringParameter'}, 'custom_public_subnet_name': {'key': 'customPublicSubnetName', 'type': 'WorkspaceCustomStringParameter'}, 'custom_private_subnet_name': {'key': 'customPrivateSubnetName', 'type': 'WorkspaceCustomStringParameter'}, @@ -726,8 +849,21 @@ class WorkspaceCustomParameters(Model): 'require_infrastructure_encryption': {'key': 'requireInfrastructureEncryption', 'type': 'WorkspaceCustomBooleanParameter'}, } - def __init__(self, *, custom_virtual_network_id=None, custom_public_subnet_name=None, custom_private_subnet_name=None, enable_no_public_ip=None, prepare_encryption=None, encryption=None, require_infrastructure_encryption=None, **kwargs) -> None: + def __init__( + self, + *, + aml_workspace_id: Optional["WorkspaceCustomStringParameter"] = None, + custom_virtual_network_id: Optional["WorkspaceCustomStringParameter"] = None, + custom_public_subnet_name: Optional["WorkspaceCustomStringParameter"] = None, + custom_private_subnet_name: Optional["WorkspaceCustomStringParameter"] = None, + enable_no_public_ip: Optional["WorkspaceCustomBooleanParameter"] = None, + prepare_encryption: Optional["WorkspaceCustomBooleanParameter"] = None, + encryption: Optional["WorkspaceEncryptionParameter"] = None, + require_infrastructure_encryption: Optional["WorkspaceCustomBooleanParameter"] = None, + **kwargs + ): super(WorkspaceCustomParameters, self).__init__(**kwargs) + self.aml_workspace_id = aml_workspace_id self.custom_virtual_network_id = custom_virtual_network_id self.custom_public_subnet_name = custom_public_subnet_name self.custom_private_subnet_name = custom_private_subnet_name @@ -737,19 +873,22 @@ def __init__(self, *, custom_virtual_network_id=None, custom_public_subnet_name= self.require_infrastructure_encryption = require_infrastructure_encryption -class WorkspaceCustomStringParameter(Model): +class WorkspaceCustomStringParameter(msrest.serialization.Model): """The Value. + Variables are only populated by the server, and will be ignored when sending a request. + All required parameters must be populated in order to send to Azure. - :param type: The type of variable that this is. Possible values include: - 'Bool', 'Object', 'String' - :type type: str or ~azure.mgmt.databricks.models.CustomParameterType + :ivar type: The type of variable that this is. Possible values include: "Bool", "Object", + "String". + :vartype type: str or ~azure.mgmt.databricks.models.CustomParameterType :param value: Required. The value which should be used for this field. :type value: str """ _validation = { + 'type': {'readonly': True}, 'value': {'required': True}, } @@ -758,46 +897,86 @@ class WorkspaceCustomStringParameter(Model): 'value': {'key': 'value', 'type': 'str'}, } - def __init__(self, *, value: str, type=None, **kwargs) -> None: + def __init__( + self, + *, + value: str, + **kwargs + ): super(WorkspaceCustomStringParameter, self).__init__(**kwargs) - self.type = type + self.type = None self.value = value -class WorkspaceEncryptionParameter(Model): +class WorkspaceEncryptionParameter(msrest.serialization.Model): """The object that contains details of encryption used on the workspace. - :param type: The type of variable that this is. Possible values include: - 'Bool', 'Object', 'String' - :type type: str or ~azure.mgmt.databricks.models.CustomParameterType + Variables are only populated by the server, and will be ignored when sending a request. + + :ivar type: The type of variable that this is. Possible values include: "Bool", "Object", + "String". + :vartype type: str or ~azure.mgmt.databricks.models.CustomParameterType :param value: The value which should be used for this field. :type value: ~azure.mgmt.databricks.models.Encryption """ + _validation = { + 'type': {'readonly': True}, + } + _attribute_map = { 'type': {'key': 'type', 'type': 'str'}, 'value': {'key': 'value', 'type': 'Encryption'}, } - def __init__(self, *, type=None, value=None, **kwargs) -> None: + def __init__( + self, + *, + value: Optional["Encryption"] = None, + **kwargs + ): super(WorkspaceEncryptionParameter, self).__init__(**kwargs) - self.type = type + self.type = None + self.value = value + + +class WorkspaceListResult(msrest.serialization.Model): + """List of workspaces. + + :param value: The array of workspaces. + :type value: list[~azure.mgmt.databricks.models.Workspace] + :param next_link: The URL to use for getting the next set of results. + :type next_link: str + """ + + _attribute_map = { + 'value': {'key': 'value', 'type': '[Workspace]'}, + 'next_link': {'key': 'nextLink', 'type': 'str'}, + } + + def __init__( + self, + *, + value: Optional[List["Workspace"]] = None, + next_link: Optional[str] = None, + **kwargs + ): + super(WorkspaceListResult, self).__init__(**kwargs) self.value = value + self.next_link = next_link -class WorkspaceProviderAuthorization(Model): +class WorkspaceProviderAuthorization(msrest.serialization.Model): """The workspace provider authorization. All required parameters must be populated in order to send to Azure. - :param principal_id: Required. The provider's principal identifier. This - is the identity that the provider will use to call ARM to manage the - workspace resources. + :param principal_id: Required. The provider's principal identifier. This is the identity that + the provider will use to call ARM to manage the workspace resources. :type principal_id: str - :param role_definition_id: Required. The provider's role definition - identifier. This role will define all the permissions that the provider - must have on the workspace's container resource group. This role - definition cannot have permission to delete the resource group. + :param role_definition_id: Required. The provider's role definition identifier. This role will + define all the permissions that the provider must have on the workspace's container resource + group. This role definition cannot have permission to delete the resource group. :type role_definition_id: str """ @@ -811,16 +990,22 @@ class WorkspaceProviderAuthorization(Model): 'role_definition_id': {'key': 'roleDefinitionId', 'type': 'str'}, } - def __init__(self, *, principal_id: str, role_definition_id: str, **kwargs) -> None: + def __init__( + self, + *, + principal_id: str, + role_definition_id: str, + **kwargs + ): super(WorkspaceProviderAuthorization, self).__init__(**kwargs) self.principal_id = principal_id self.role_definition_id = role_definition_id -class WorkspaceUpdate(Model): +class WorkspaceUpdate(msrest.serialization.Model): """An update to a workspace. - :param tags: Resource tags. + :param tags: A set of tags. Resource tags. :type tags: dict[str, str] """ @@ -828,6 +1013,11 @@ class WorkspaceUpdate(Model): 'tags': {'key': 'tags', 'type': '{str}'}, } - def __init__(self, *, tags=None, **kwargs) -> None: + def __init__( + self, + *, + tags: Optional[Dict[str, str]] = None, + **kwargs + ): super(WorkspaceUpdate, self).__init__(**kwargs) self.tags = tags diff --git a/src/databricks/azext_databricks/vendored_sdks/databricks/models/_paged_models.py b/src/databricks/azext_databricks/vendored_sdks/databricks/models/_paged_models.py deleted file mode 100644 index 209eadce174..00000000000 --- a/src/databricks/azext_databricks/vendored_sdks/databricks/models/_paged_models.py +++ /dev/null @@ -1,53 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -from msrest.paging import Paged - - -class WorkspacePaged(Paged): - """ - A paging container for iterating over a list of :class:`Workspace ` object - """ - - _attribute_map = { - 'next_link': {'key': 'nextLink', 'type': 'str'}, - 'current_page': {'key': 'value', 'type': '[Workspace]'} - } - - def __init__(self, *args, **kwargs): - - super(WorkspacePaged, self).__init__(*args, **kwargs) -class VirtualNetworkPeeringPaged(Paged): - """ - A paging container for iterating over a list of :class:`VirtualNetworkPeering ` object - """ - - _attribute_map = { - 'next_link': {'key': 'nextLink', 'type': 'str'}, - 'current_page': {'key': 'value', 'type': '[VirtualNetworkPeering]'} - } - - def __init__(self, *args, **kwargs): - - super(VirtualNetworkPeeringPaged, self).__init__(*args, **kwargs) -class OperationPaged(Paged): - """ - A paging container for iterating over a list of :class:`Operation ` object - """ - - _attribute_map = { - 'next_link': {'key': 'nextLink', 'type': 'str'}, - 'current_page': {'key': 'value', 'type': '[Operation]'} - } - - def __init__(self, *args, **kwargs): - - super(OperationPaged, self).__init__(*args, **kwargs) diff --git a/src/databricks/azext_databricks/vendored_sdks/databricks/operations/__init__.py b/src/databricks/azext_databricks/vendored_sdks/databricks/operations/__init__.py index ffc6375cd96..7688e37c638 100644 --- a/src/databricks/azext_databricks/vendored_sdks/databricks/operations/__init__.py +++ b/src/databricks/azext_databricks/vendored_sdks/databricks/operations/__init__.py @@ -1,12 +1,9 @@ # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# +# Licensed under the MIT License. See License.txt in the project root for license information. # Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- from ._workspaces_operations import WorkspacesOperations diff --git a/src/databricks/azext_databricks/vendored_sdks/databricks/operations/_operations.py b/src/databricks/azext_databricks/vendored_sdks/databricks/operations/_operations.py index 45336311afc..19aa0562dc1 100644 --- a/src/databricks/azext_databricks/vendored_sdks/databricks/operations/_operations.py +++ b/src/databricks/azext_databricks/vendored_sdks/databricks/operations/_operations.py @@ -1,100 +1,110 @@ # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# +# Licensed under the MIT License. See License.txt in the project root for license information. # Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- +from typing import TYPE_CHECKING +import warnings -import uuid -from msrest.pipeline import ClientRawResponse +from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpRequest, HttpResponse +from azure.mgmt.core.exceptions import ARMErrorFormat -from .. import models +from .. import models as _models +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from typing import Any, Callable, Dict, Generic, Iterable, Optional, TypeVar + + T = TypeVar('T') + ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] class Operations(object): """Operations operations. - You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute. + You should not instantiate this class directly. Instead, you should create a Client instance that + instantiates it for you and attaches it as an attribute. + :ivar models: Alias to model classes used in this operation group. + :type models: ~azure.mgmt.databricks.models :param client: Client for service requests. :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The API version to use for this operation. Constant value: "2018-04-01". """ - models = models + models = _models def __init__(self, client, config, serializer, deserializer): - self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" - - self.config = config + self._config = config def list( - self, custom_headers=None, raw=False, **operation_config): + self, + **kwargs # type: Any + ): + # type: (...) -> Iterable["_models.OperationListResult"] """Lists all of the available RP operations. - :param dict custom_headers: headers that will be added to the request - :param bool raw: returns the direct response alongside the - deserialized response - :param operation_config: :ref:`Operation configuration - overrides`. - :return: An iterator like instance of Operation - :rtype: - ~azure.mgmt.databricks.models.OperationPaged[~azure.mgmt.databricks.models.Operation] - :raises: - :class:`ErrorResponseException` + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either OperationListResult or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.databricks.models.OperationListResult] + :raises: ~azure.core.exceptions.HttpResponseError """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.OperationListResult"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-04-01" + accept = "application/json" + def prepare_request(next_link=None): + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + if not next_link: # Construct URL - url = self.list.metadata['url'] - + url = self.list.metadata['url'] # type: ignore # Construct parameters - query_parameters = {} - query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') + request = self._client.get(url, query_parameters, header_parameters) else: url = next_link - query_parameters = {} - - # Construct headers - header_parameters = {} - header_parameters['Accept'] = 'application/json' - if self.config.generate_client_request_id: - header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) - if custom_headers: - header_parameters.update(custom_headers) - if self.config.accept_language is not None: - header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') - - # Construct and send request - request = self._client.get(url, query_parameters, header_parameters) + query_parameters = {} # type: Dict[str, Any] + request = self._client.get(url, query_parameters, header_parameters) return request - def internal_paging(next_link=None): + def extract_data(pipeline_response): + deserialized = self._deserialize('OperationListResult', pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): request = prepare_request(next_link) - response = self._client.send(request, stream=False, **operation_config) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response if response.status_code not in [200]: - raise models.ErrorResponseException(self._deserialize, response) - - return response + error = self._deserialize(_models.ErrorResponse, response) + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) - # Deserialize response - header_dict = None - if raw: - header_dict = {} - deserialized = models.OperationPaged(internal_paging, self._deserialize.dependencies, header_dict) + return pipeline_response - return deserialized - list.metadata = {'url': '/providers/Microsoft.Databricks/operations'} + return ItemPaged( + get_next, extract_data + ) + list.metadata = {'url': '/providers/Microsoft.Databricks/operations'} # type: ignore diff --git a/src/databricks/azext_databricks/vendored_sdks/databricks/operations/_vnet_peering_operations.py b/src/databricks/azext_databricks/vendored_sdks/databricks/operations/_vnet_peering_operations.py index 28c5b82c987..4076112130c 100644 --- a/src/databricks/azext_databricks/vendored_sdks/databricks/operations/_vnet_peering_operations.py +++ b/src/databricks/azext_databricks/vendored_sdks/databricks/operations/_vnet_peering_operations.py @@ -1,368 +1,452 @@ # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# +# Licensed under the MIT License. See License.txt in the project root for license information. # Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- +from typing import TYPE_CHECKING +import warnings -import uuid -from msrest.pipeline import ClientRawResponse -from msrest.polling import LROPoller, NoPolling -from msrestazure.polling.arm_polling import ARMPolling +from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpRequest, HttpResponse +from azure.core.polling import LROPoller, NoPolling, PollingMethod +from azure.mgmt.core.exceptions import ARMErrorFormat +from azure.mgmt.core.polling.arm_polling import ARMPolling -from .. import models +from .. import models as _models +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from typing import Any, Callable, Dict, Generic, Iterable, Optional, TypeVar, Union + + T = TypeVar('T') + ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] class VNetPeeringOperations(object): """VNetPeeringOperations operations. - You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute. + You should not instantiate this class directly. Instead, you should create a Client instance that + instantiates it for you and attaches it as an attribute. + :ivar models: Alias to model classes used in this operation group. + :type models: ~azure.mgmt.databricks.models :param client: Client for service requests. :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The API version to use for this operation. Constant value: "2018-04-01". """ - models = models + models = _models def __init__(self, client, config, serializer, deserializer): - self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" - - self.config = config + self._config = config def get( - self, resource_group_name, workspace_name, peering_name, custom_headers=None, raw=False, **operation_config): + self, + resource_group_name, # type: str + workspace_name, # type: str + peering_name, # type: str + **kwargs # type: Any + ): + # type: (...) -> Optional["_models.VirtualNetworkPeering"] """Gets the workspace vNet Peering. - :param resource_group_name: The name of the resource group. The name - is case insensitive. + :param resource_group_name: The name of the resource group. The name is case insensitive. :type resource_group_name: str :param workspace_name: The name of the workspace. :type workspace_name: str :param peering_name: The name of the workspace vNet peering. :type peering_name: str - :param dict custom_headers: headers that will be added to the request - :param bool raw: returns the direct response alongside the - deserialized response - :param operation_config: :ref:`Operation configuration - overrides`. - :return: VirtualNetworkPeering or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.databricks.models.VirtualNetworkPeering or - ~msrest.pipeline.ClientRawResponse - :raises: - :class:`ErrorResponseException` + :keyword callable cls: A custom type or function that will be passed the direct response + :return: VirtualNetworkPeering, or the result of cls(response) + :rtype: ~azure.mgmt.databricks.models.VirtualNetworkPeering or None + :raises: ~azure.core.exceptions.HttpResponseError """ + cls = kwargs.pop('cls', None) # type: ClsType[Optional["_models.VirtualNetworkPeering"]] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-04-01" + accept = "application/json" + # Construct URL - url = self.get.metadata['url'] + url = self.get.metadata['url'] # type: ignore path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), - 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str'), - 'peeringName': self._serialize.url("peering_name", peering_name, 'str') + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + 'peeringName': self._serialize.url("peering_name", peering_name, 'str'), } url = self._client.format_url(url, **path_format_arguments) # Construct parameters - query_parameters = {} - query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') # Construct headers - header_parameters = {} - header_parameters['Accept'] = 'application/json' - if self.config.generate_client_request_id: - header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) - if custom_headers: - header_parameters.update(custom_headers) - if self.config.accept_language is not None: - header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') - - # Construct and send request + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + request = self._client.get(url, query_parameters, header_parameters) - response = self._client.send(request, stream=False, **operation_config) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response if response.status_code not in [200, 204]: - raise models.ErrorResponseException(self._deserialize, response) + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize(_models.ErrorResponse, response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) deserialized = None if response.status_code == 200: - deserialized = self._deserialize('VirtualNetworkPeering', response) + deserialized = self._deserialize('VirtualNetworkPeering', pipeline_response) - if raw: - client_raw_response = ClientRawResponse(deserialized, response) - return client_raw_response + if cls: + return cls(pipeline_response, deserialized, {}) return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/virtualNetworkPeerings/{peeringName}'} - + get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/virtualNetworkPeerings/{peeringName}'} # type: ignore def _delete_initial( - self, resource_group_name, workspace_name, peering_name, custom_headers=None, raw=False, **operation_config): + self, + resource_group_name, # type: str + workspace_name, # type: str + peering_name, # type: str + **kwargs # type: Any + ): + # type: (...) -> None + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-04-01" + accept = "application/json" + # Construct URL - url = self.delete.metadata['url'] + url = self._delete_initial.metadata['url'] # type: ignore path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), - 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str'), - 'peeringName': self._serialize.url("peering_name", peering_name, 'str') + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + 'peeringName': self._serialize.url("peering_name", peering_name, 'str'), } url = self._client.format_url(url, **path_format_arguments) # Construct parameters - query_parameters = {} - query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') # Construct headers - header_parameters = {} - if self.config.generate_client_request_id: - header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) - if custom_headers: - header_parameters.update(custom_headers) - if self.config.accept_language is not None: - header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') - - # Construct and send request + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + request = self._client.delete(url, query_parameters, header_parameters) - response = self._client.send(request, stream=False, **operation_config) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response if response.status_code not in [200, 202, 204]: - raise models.ErrorResponseException(self._deserialize, response) - - if raw: - client_raw_response = ClientRawResponse(None, response) - return client_raw_response - - def delete( - self, resource_group_name, workspace_name, peering_name, custom_headers=None, raw=False, polling=True, **operation_config): + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize(_models.ErrorResponse, response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/virtualNetworkPeerings/{peeringName}'} # type: ignore + + def begin_delete( + self, + resource_group_name, # type: str + workspace_name, # type: str + peering_name, # type: str + **kwargs # type: Any + ): + # type: (...) -> LROPoller[None] """Deletes the workspace vNetPeering. - :param resource_group_name: The name of the resource group. The name - is case insensitive. + :param resource_group_name: The name of the resource group. The name is case insensitive. :type resource_group_name: str :param workspace_name: The name of the workspace. :type workspace_name: str :param peering_name: The name of the workspace vNet peering. :type peering_name: str - :param dict custom_headers: headers that will be added to the request - :param bool raw: The poller return type is ClientRawResponse, the - direct response alongside the deserialized response - :param polling: True for ARMPolling, False for no polling, or a + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a polling object for personal polling strategy - :return: An instance of LROPoller that returns None or - ClientRawResponse if raw==True - :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] - :raises: - :class:`ErrorResponseException` + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of LROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: """ - raw_result = self._delete_initial( - resource_group_name=resource_group_name, - workspace_name=workspace_name, - peering_name=peering_name, - custom_headers=custom_headers, - raw=True, - **operation_config + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = self._delete_initial( + resource_group_name=resource_group_name, + workspace_name=workspace_name, + peering_name=peering_name, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) - def get_long_running_output(response): - if raw: - client_raw_response = ClientRawResponse(None, response) - return client_raw_response + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + 'peeringName': self._serialize.url("peering_name", peering_name, 'str'), + } - lro_delay = operation_config.get( - 'long_running_operation_timeout', - self.config.long_running_operation_timeout) - if polling is True: polling_method = ARMPolling(lro_delay, **operation_config) + if polling is True: polling_method = ARMPolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) elif polling is False: polling_method = NoPolling() else: polling_method = polling - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/virtualNetworkPeerings/{peeringName}'} - + if cont_token: + return LROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + else: + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/virtualNetworkPeerings/{peeringName}'} # type: ignore def _create_or_update_initial( - self, virtual_network_peering_parameters, resource_group_name, workspace_name, peering_name, custom_headers=None, raw=False, **operation_config): + self, + resource_group_name, # type: str + workspace_name, # type: str + peering_name, # type: str + virtual_network_peering_parameters, # type: "_models.VirtualNetworkPeering" + **kwargs # type: Any + ): + # type: (...) -> "_models.VirtualNetworkPeering" + cls = kwargs.pop('cls', None) # type: ClsType["_models.VirtualNetworkPeering"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-04-01" + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json" + # Construct URL - url = self.create_or_update.metadata['url'] + url = self._create_or_update_initial.metadata['url'] # type: ignore path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), - 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str'), - 'peeringName': self._serialize.url("peering_name", peering_name, 'str') + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + 'peeringName': self._serialize.url("peering_name", peering_name, 'str'), } url = self._client.format_url(url, **path_format_arguments) # Construct parameters - query_parameters = {} - query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') # Construct headers - header_parameters = {} - header_parameters['Accept'] = 'application/json' - header_parameters['Content-Type'] = 'application/json; charset=utf-8' - if self.config.generate_client_request_id: - header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) - if custom_headers: - header_parameters.update(custom_headers) - if self.config.accept_language is not None: - header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') - - # Construct body - body_content = self._serialize.body(virtual_network_peering_parameters, 'VirtualNetworkPeering') + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') - # Construct and send request - request = self._client.put(url, query_parameters, header_parameters, body_content) - response = self._client.send(request, stream=False, **operation_config) + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(virtual_network_peering_parameters, 'VirtualNetworkPeering') + body_content_kwargs['content'] = body_content + request = self._client.put(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response if response.status_code not in [200, 201]: - raise models.ErrorResponseException(self._deserialize, response) - - deserialized = None + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize(_models.ErrorResponse, response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) if response.status_code == 200: - deserialized = self._deserialize('VirtualNetworkPeering', response) + deserialized = self._deserialize('VirtualNetworkPeering', pipeline_response) + if response.status_code == 201: - deserialized = self._deserialize('VirtualNetworkPeering', response) + deserialized = self._deserialize('VirtualNetworkPeering', pipeline_response) - if raw: - client_raw_response = ClientRawResponse(deserialized, response) - return client_raw_response + if cls: + return cls(pipeline_response, deserialized, {}) return deserialized - - def create_or_update( - self, virtual_network_peering_parameters, resource_group_name, workspace_name, peering_name, custom_headers=None, raw=False, polling=True, **operation_config): + _create_or_update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/virtualNetworkPeerings/{peeringName}'} # type: ignore + + def begin_create_or_update( + self, + resource_group_name, # type: str + workspace_name, # type: str + peering_name, # type: str + virtual_network_peering_parameters, # type: "_models.VirtualNetworkPeering" + **kwargs # type: Any + ): + # type: (...) -> LROPoller["_models.VirtualNetworkPeering"] """Creates vNet Peering for workspace. - :param virtual_network_peering_parameters: Parameters supplied to the - create workspace vNet Peering. - :type virtual_network_peering_parameters: - ~azure.mgmt.databricks.models.VirtualNetworkPeering - :param resource_group_name: The name of the resource group. The name - is case insensitive. + :param resource_group_name: The name of the resource group. The name is case insensitive. :type resource_group_name: str :param workspace_name: The name of the workspace. :type workspace_name: str :param peering_name: The name of the workspace vNet peering. :type peering_name: str - :param dict custom_headers: headers that will be added to the request - :param bool raw: The poller return type is ClientRawResponse, the - direct response alongside the deserialized response - :param polling: True for ARMPolling, False for no polling, or a + :param virtual_network_peering_parameters: Parameters supplied to the create workspace vNet + Peering. + :type virtual_network_peering_parameters: ~azure.mgmt.databricks.models.VirtualNetworkPeering + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a polling object for personal polling strategy - :return: An instance of LROPoller that returns VirtualNetworkPeering - or ClientRawResponse if raw==True - :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.databricks.models.VirtualNetworkPeering] - or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.databricks.models.VirtualNetworkPeering]] - :raises: - :class:`ErrorResponseException` + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of LROPoller that returns either VirtualNetworkPeering or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.databricks.models.VirtualNetworkPeering] + :raises ~azure.core.exceptions.HttpResponseError: """ - raw_result = self._create_or_update_initial( - virtual_network_peering_parameters=virtual_network_peering_parameters, - resource_group_name=resource_group_name, - workspace_name=workspace_name, - peering_name=peering_name, - custom_headers=custom_headers, - raw=True, - **operation_config + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType["_models.VirtualNetworkPeering"] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval ) - - def get_long_running_output(response): - deserialized = self._deserialize('VirtualNetworkPeering', response) - - if raw: - client_raw_response = ClientRawResponse(deserialized, response) - return client_raw_response - + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = self._create_or_update_initial( + resource_group_name=resource_group_name, + workspace_name=workspace_name, + peering_name=peering_name, + virtual_network_peering_parameters=virtual_network_peering_parameters, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + deserialized = self._deserialize('VirtualNetworkPeering', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) return deserialized - lro_delay = operation_config.get( - 'long_running_operation_timeout', - self.config.long_running_operation_timeout) - if polling is True: polling_method = ARMPolling(lro_delay, **operation_config) + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + 'peeringName': self._serialize.url("peering_name", peering_name, 'str'), + } + + if polling is True: polling_method = ARMPolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) elif polling is False: polling_method = NoPolling() else: polling_method = polling - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - create_or_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/virtualNetworkPeerings/{peeringName}'} + if cont_token: + return LROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + else: + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + begin_create_or_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/virtualNetworkPeerings/{peeringName}'} # type: ignore def list_by_workspace( - self, resource_group_name, workspace_name, custom_headers=None, raw=False, **operation_config): + self, + resource_group_name, # type: str + workspace_name, # type: str + **kwargs # type: Any + ): + # type: (...) -> Iterable["_models.VirtualNetworkPeeringList"] """Lists the workspace vNet Peerings. - :param resource_group_name: The name of the resource group. The name - is case insensitive. + :param resource_group_name: The name of the resource group. The name is case insensitive. :type resource_group_name: str :param workspace_name: The name of the workspace. :type workspace_name: str - :param dict custom_headers: headers that will be added to the request - :param bool raw: returns the direct response alongside the - deserialized response - :param operation_config: :ref:`Operation configuration - overrides`. - :return: An iterator like instance of VirtualNetworkPeering - :rtype: - ~azure.mgmt.databricks.models.VirtualNetworkPeeringPaged[~azure.mgmt.databricks.models.VirtualNetworkPeering] - :raises: - :class:`ErrorResponseException` + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either VirtualNetworkPeeringList or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.databricks.models.VirtualNetworkPeeringList] + :raises: ~azure.core.exceptions.HttpResponseError """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.VirtualNetworkPeeringList"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-04-01" + accept = "application/json" + def prepare_request(next_link=None): + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + if not next_link: # Construct URL - url = self.list_by_workspace.metadata['url'] + url = self.list_by_workspace.metadata['url'] # type: ignore path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), - 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), } url = self._client.format_url(url, **path_format_arguments) - # Construct parameters - query_parameters = {} - query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') + request = self._client.get(url, query_parameters, header_parameters) else: url = next_link - query_parameters = {} - - # Construct headers - header_parameters = {} - header_parameters['Accept'] = 'application/json' - if self.config.generate_client_request_id: - header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) - if custom_headers: - header_parameters.update(custom_headers) - if self.config.accept_language is not None: - header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') - - # Construct and send request - request = self._client.get(url, query_parameters, header_parameters) + query_parameters = {} # type: Dict[str, Any] + request = self._client.get(url, query_parameters, header_parameters) return request - def internal_paging(next_link=None): + def extract_data(pipeline_response): + deserialized = self._deserialize('VirtualNetworkPeeringList', pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) + # service error,temporary modification,issue:https://github.com/Azure/azure-rest-api-specs/issues/15301 + if list_of_elem is None: + return deserialized.next_link or None, [] + else: + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): request = prepare_request(next_link) - response = self._client.send(request, stream=False, **operation_config) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + print(response) if response.status_code not in [200]: - raise models.ErrorResponseException(self._deserialize, response) - - return response + error = self._deserialize(_models.ErrorResponse, response) + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) - # Deserialize response - header_dict = None - if raw: - header_dict = {} - deserialized = models.VirtualNetworkPeeringPaged(internal_paging, self._deserialize.dependencies, header_dict) + return pipeline_response - return deserialized - list_by_workspace.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/virtualNetworkPeerings'} + return ItemPaged( + get_next, extract_data + ) + list_by_workspace.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}/virtualNetworkPeerings'} # type: ignore diff --git a/src/databricks/azext_databricks/vendored_sdks/databricks/operations/_workspaces_operations.py b/src/databricks/azext_databricks/vendored_sdks/databricks/operations/_workspaces_operations.py index 9ca2760df9a..bcfd38c1fff 100644 --- a/src/databricks/azext_databricks/vendored_sdks/databricks/operations/_workspaces_operations.py +++ b/src/databricks/azext_databricks/vendored_sdks/databricks/operations/_workspaces_operations.py @@ -1,520 +1,619 @@ # coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# +# Licensed under the MIT License. See License.txt in the project root for license information. # Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- +from typing import TYPE_CHECKING +import warnings -import uuid -from msrest.pipeline import ClientRawResponse -from msrest.polling import LROPoller, NoPolling -from msrestazure.polling.arm_polling import ARMPolling +from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error +from azure.core.paging import ItemPaged +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpRequest, HttpResponse +from azure.core.polling import LROPoller, NoPolling, PollingMethod +from azure.mgmt.core.exceptions import ARMErrorFormat +from azure.mgmt.core.polling.arm_polling import ARMPolling -from .. import models +from .. import models as _models +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from typing import Any, Callable, Dict, Generic, Iterable, Optional, TypeVar, Union + + T = TypeVar('T') + ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] class WorkspacesOperations(object): """WorkspacesOperations operations. - You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute. + You should not instantiate this class directly. Instead, you should create a Client instance that + instantiates it for you and attaches it as an attribute. + :ivar models: Alias to model classes used in this operation group. + :type models: ~azure.mgmt.databricks.models :param client: Client for service requests. :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The API version to use for this operation. Constant value: "2018-04-01". """ - models = models + models = _models def __init__(self, client, config, serializer, deserializer): - self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2018-04-01" - - self.config = config + self._config = config def get( - self, resource_group_name, workspace_name, custom_headers=None, raw=False, **operation_config): + self, + resource_group_name, # type: str + workspace_name, # type: str + **kwargs # type: Any + ): + # type: (...) -> "_models.Workspace" """Gets the workspace. - :param resource_group_name: The name of the resource group. The name - is case insensitive. + :param resource_group_name: The name of the resource group. The name is case insensitive. :type resource_group_name: str :param workspace_name: The name of the workspace. :type workspace_name: str - :param dict custom_headers: headers that will be added to the request - :param bool raw: returns the direct response alongside the - deserialized response - :param operation_config: :ref:`Operation configuration - overrides`. - :return: Workspace or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.databricks.models.Workspace or - ~msrest.pipeline.ClientRawResponse - :raises: - :class:`ErrorResponseException` + :keyword callable cls: A custom type or function that will be passed the direct response + :return: Workspace, or the result of cls(response) + :rtype: ~azure.mgmt.databricks.models.Workspace + :raises: ~azure.core.exceptions.HttpResponseError """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.Workspace"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-04-01" + accept = "application/json" + # Construct URL - url = self.get.metadata['url'] + url = self.get.metadata['url'] # type: ignore path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), - 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), } url = self._client.format_url(url, **path_format_arguments) # Construct parameters - query_parameters = {} - query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') # Construct headers - header_parameters = {} - header_parameters['Accept'] = 'application/json' - if self.config.generate_client_request_id: - header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) - if custom_headers: - header_parameters.update(custom_headers) - if self.config.accept_language is not None: - header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') - - # Construct and send request + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + request = self._client.get(url, query_parameters, header_parameters) - response = self._client.send(request, stream=False, **operation_config) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response if response.status_code not in [200]: - raise models.ErrorResponseException(self._deserialize, response) + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize(_models.ErrorResponse, response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) - deserialized = None - if response.status_code == 200: - deserialized = self._deserialize('Workspace', response) + deserialized = self._deserialize('Workspace', pipeline_response) - if raw: - client_raw_response = ClientRawResponse(deserialized, response) - return client_raw_response + if cls: + return cls(pipeline_response, deserialized, {}) return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}'} - + get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}'} # type: ignore def _delete_initial( - self, resource_group_name, workspace_name, custom_headers=None, raw=False, **operation_config): + self, + resource_group_name, # type: str + workspace_name, # type: str + **kwargs # type: Any + ): + # type: (...) -> None + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-04-01" + accept = "application/json" + # Construct URL - url = self.delete.metadata['url'] + url = self._delete_initial.metadata['url'] # type: ignore path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), - 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), } url = self._client.format_url(url, **path_format_arguments) # Construct parameters - query_parameters = {} - query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') # Construct headers - header_parameters = {} - if self.config.generate_client_request_id: - header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) - if custom_headers: - header_parameters.update(custom_headers) - if self.config.accept_language is not None: - header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') - - # Construct and send request + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + request = self._client.delete(url, query_parameters, header_parameters) - response = self._client.send(request, stream=False, **operation_config) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response if response.status_code not in [200, 202, 204]: - raise models.ErrorResponseException(self._deserialize, response) - - if raw: - client_raw_response = ClientRawResponse(None, response) - return client_raw_response - - def delete( - self, resource_group_name, workspace_name, custom_headers=None, raw=False, polling=True, **operation_config): + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize(_models.ErrorResponse, response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) + + if cls: + return cls(pipeline_response, None, {}) + + _delete_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}'} # type: ignore + + def begin_delete( + self, + resource_group_name, # type: str + workspace_name, # type: str + **kwargs # type: Any + ): + # type: (...) -> LROPoller[None] """Deletes the workspace. - :param resource_group_name: The name of the resource group. The name - is case insensitive. + :param resource_group_name: The name of the resource group. The name is case insensitive. :type resource_group_name: str :param workspace_name: The name of the workspace. :type workspace_name: str - :param dict custom_headers: headers that will be added to the request - :param bool raw: The poller return type is ClientRawResponse, the - direct response alongside the deserialized response - :param polling: True for ARMPolling, False for no polling, or a + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a polling object for personal polling strategy - :return: An instance of LROPoller that returns None or - ClientRawResponse if raw==True - :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] - :raises: - :class:`ErrorResponseException` + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of LROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: """ - raw_result = self._delete_initial( - resource_group_name=resource_group_name, - workspace_name=workspace_name, - custom_headers=custom_headers, - raw=True, - **operation_config + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = self._delete_initial( + resource_group_name=resource_group_name, + workspace_name=workspace_name, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) - def get_long_running_output(response): - if raw: - client_raw_response = ClientRawResponse(None, response) - return client_raw_response + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + } - lro_delay = operation_config.get( - 'long_running_operation_timeout', - self.config.long_running_operation_timeout) - if polling is True: polling_method = ARMPolling(lro_delay, **operation_config) + if polling is True: polling_method = ARMPolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) elif polling is False: polling_method = NoPolling() else: polling_method = polling - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}'} - + if cont_token: + return LROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + else: + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + begin_delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}'} # type: ignore def _create_or_update_initial( - self, parameters, resource_group_name, workspace_name, custom_headers=None, raw=False, **operation_config): + self, + resource_group_name, # type: str + workspace_name, # type: str + parameters, # type: "_models.Workspace" + **kwargs # type: Any + ): + # type: (...) -> "_models.Workspace" + cls = kwargs.pop('cls', None) # type: ClsType["_models.Workspace"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-04-01" + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json" + # Construct URL - url = self.create_or_update.metadata['url'] + url = self._create_or_update_initial.metadata['url'] # type: ignore path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), - 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), } url = self._client.format_url(url, **path_format_arguments) # Construct parameters - query_parameters = {} - query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') # Construct headers - header_parameters = {} - header_parameters['Accept'] = 'application/json' - header_parameters['Content-Type'] = 'application/json; charset=utf-8' - if self.config.generate_client_request_id: - header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) - if custom_headers: - header_parameters.update(custom_headers) - if self.config.accept_language is not None: - header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') - - # Construct body - body_content = self._serialize.body(parameters, 'Workspace') + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') - # Construct and send request - request = self._client.put(url, query_parameters, header_parameters, body_content) - response = self._client.send(request, stream=False, **operation_config) + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(parameters, 'Workspace') + body_content_kwargs['content'] = body_content + request = self._client.put(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response if response.status_code not in [200, 201]: - raise models.ErrorResponseException(self._deserialize, response) - - deserialized = None + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize(_models.ErrorResponse, response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) if response.status_code == 200: - deserialized = self._deserialize('Workspace', response) + deserialized = self._deserialize('Workspace', pipeline_response) + if response.status_code == 201: - deserialized = self._deserialize('Workspace', response) + deserialized = self._deserialize('Workspace', pipeline_response) - if raw: - client_raw_response = ClientRawResponse(deserialized, response) - return client_raw_response + if cls: + return cls(pipeline_response, deserialized, {}) return deserialized - - def create_or_update( - self, parameters, resource_group_name, workspace_name, custom_headers=None, raw=False, polling=True, **operation_config): + _create_or_update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}'} # type: ignore + + def begin_create_or_update( + self, + resource_group_name, # type: str + workspace_name, # type: str + parameters, # type: "_models.Workspace" + **kwargs # type: Any + ): + # type: (...) -> LROPoller["_models.Workspace"] """Creates a new workspace. - :param parameters: Parameters supplied to the create or update a - workspace. - :type parameters: ~azure.mgmt.databricks.models.Workspace - :param resource_group_name: The name of the resource group. The name - is case insensitive. + :param resource_group_name: The name of the resource group. The name is case insensitive. :type resource_group_name: str :param workspace_name: The name of the workspace. :type workspace_name: str - :param dict custom_headers: headers that will be added to the request - :param bool raw: The poller return type is ClientRawResponse, the - direct response alongside the deserialized response - :param polling: True for ARMPolling, False for no polling, or a + :param parameters: Parameters supplied to the create or update a workspace. + :type parameters: ~azure.mgmt.databricks.models.Workspace + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a polling object for personal polling strategy - :return: An instance of LROPoller that returns Workspace or - ClientRawResponse if raw==True - :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.databricks.models.Workspace] - or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.databricks.models.Workspace]] - :raises: - :class:`ErrorResponseException` + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of LROPoller that returns either Workspace or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.databricks.models.Workspace] + :raises ~azure.core.exceptions.HttpResponseError: """ - raw_result = self._create_or_update_initial( - parameters=parameters, - resource_group_name=resource_group_name, - workspace_name=workspace_name, - custom_headers=custom_headers, - raw=True, - **operation_config + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType["_models.Workspace"] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval ) - - def get_long_running_output(response): - deserialized = self._deserialize('Workspace', response) - - if raw: - client_raw_response = ClientRawResponse(deserialized, response) - return client_raw_response - + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = self._create_or_update_initial( + resource_group_name=resource_group_name, + workspace_name=workspace_name, + parameters=parameters, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + deserialized = self._deserialize('Workspace', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) return deserialized - lro_delay = operation_config.get( - 'long_running_operation_timeout', - self.config.long_running_operation_timeout) - if polling is True: polling_method = ARMPolling(lro_delay, **operation_config) + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + } + + if polling is True: polling_method = ARMPolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) elif polling is False: polling_method = NoPolling() else: polling_method = polling - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - create_or_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}'} - + if cont_token: + return LROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + else: + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + begin_create_or_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}'} # type: ignore def _update_initial( - self, resource_group_name, workspace_name, tags=None, custom_headers=None, raw=False, **operation_config): - parameters = models.WorkspaceUpdate(tags=tags) + self, + resource_group_name, # type: str + workspace_name, # type: str + parameters, # type: "_models.WorkspaceUpdate" + **kwargs # type: Any + ): + # type: (...) -> Optional["_models.Workspace"] + cls = kwargs.pop('cls', None) # type: ClsType[Optional["_models.Workspace"]] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-04-01" + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json" # Construct URL - url = self.update.metadata['url'] + url = self._update_initial.metadata['url'] # type: ignore path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), - 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), } url = self._client.format_url(url, **path_format_arguments) # Construct parameters - query_parameters = {} - query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') # Construct headers - header_parameters = {} - header_parameters['Accept'] = 'application/json' - header_parameters['Content-Type'] = 'application/json; charset=utf-8' - if self.config.generate_client_request_id: - header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) - if custom_headers: - header_parameters.update(custom_headers) - if self.config.accept_language is not None: - header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') - - # Construct body - body_content = self._serialize.body(parameters, 'WorkspaceUpdate') + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') - # Construct and send request - request = self._client.patch(url, query_parameters, header_parameters, body_content) - response = self._client.send(request, stream=False, **operation_config) + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(parameters, 'WorkspaceUpdate') + body_content_kwargs['content'] = body_content + request = self._client.patch(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response if response.status_code not in [200, 202]: - raise models.ErrorResponseException(self._deserialize, response) + map_error(status_code=response.status_code, response=response, error_map=error_map) + error = self._deserialize(_models.ErrorResponse, response) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) deserialized = None - if response.status_code == 200: - deserialized = self._deserialize('Workspace', response) + deserialized = self._deserialize('Workspace', pipeline_response) - if raw: - client_raw_response = ClientRawResponse(deserialized, response) - return client_raw_response + if cls: + return cls(pipeline_response, deserialized, {}) return deserialized - - def update( - self, resource_group_name, workspace_name, tags=None, custom_headers=None, raw=False, polling=True, **operation_config): + _update_initial.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}'} # type: ignore + + def begin_update( + self, + resource_group_name, # type: str + workspace_name, # type: str + parameters, # type: "_models.WorkspaceUpdate" + **kwargs # type: Any + ): + # type: (...) -> LROPoller["_models.Workspace"] """Updates a workspace. - :param resource_group_name: The name of the resource group. The name - is case insensitive. + :param resource_group_name: The name of the resource group. The name is case insensitive. :type resource_group_name: str :param workspace_name: The name of the workspace. :type workspace_name: str - :param tags: Resource tags. - :type tags: dict[str, str] - :param dict custom_headers: headers that will be added to the request - :param bool raw: The poller return type is ClientRawResponse, the - direct response alongside the deserialized response - :param polling: True for ARMPolling, False for no polling, or a + :param parameters: The update to the workspace. + :type parameters: ~azure.mgmt.databricks.models.WorkspaceUpdate + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a polling object for personal polling strategy - :return: An instance of LROPoller that returns Workspace or - ClientRawResponse if raw==True - :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.databricks.models.Workspace] - or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.databricks.models.Workspace]] - :raises: - :class:`ErrorResponseException` + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of LROPoller that returns either Workspace or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[~azure.mgmt.databricks.models.Workspace] + :raises ~azure.core.exceptions.HttpResponseError: """ - raw_result = self._update_initial( - resource_group_name=resource_group_name, - workspace_name=workspace_name, - tags=tags, - custom_headers=custom_headers, - raw=True, - **operation_config + polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType["_models.Workspace"] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval ) - - def get_long_running_output(response): - deserialized = self._deserialize('Workspace', response) - - if raw: - client_raw_response = ClientRawResponse(deserialized, response) - return client_raw_response - + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = self._update_initial( + resource_group_name=resource_group_name, + workspace_name=workspace_name, + parameters=parameters, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + deserialized = self._deserialize('Workspace', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) return deserialized - lro_delay = operation_config.get( - 'long_running_operation_timeout', - self.config.long_running_operation_timeout) - if polling is True: polling_method = ARMPolling(lro_delay, **operation_config) + path_format_arguments = { + 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), + 'workspaceName': self._serialize.url("workspace_name", workspace_name, 'str', max_length=64, min_length=3), + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), + } + + if polling is True: polling_method = ARMPolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) elif polling is False: polling_method = NoPolling() else: polling_method = polling - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}'} + if cont_token: + return LROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + else: + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + begin_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces/{workspaceName}'} # type: ignore def list_by_resource_group( - self, resource_group_name, custom_headers=None, raw=False, **operation_config): + self, + resource_group_name, # type: str + **kwargs # type: Any + ): + # type: (...) -> Iterable["_models.WorkspaceListResult"] """Gets all the workspaces within a resource group. - :param resource_group_name: The name of the resource group. The name - is case insensitive. + :param resource_group_name: The name of the resource group. The name is case insensitive. :type resource_group_name: str - :param dict custom_headers: headers that will be added to the request - :param bool raw: returns the direct response alongside the - deserialized response - :param operation_config: :ref:`Operation configuration - overrides`. - :return: An iterator like instance of Workspace - :rtype: - ~azure.mgmt.databricks.models.WorkspacePaged[~azure.mgmt.databricks.models.Workspace] - :raises: - :class:`ErrorResponseException` + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either WorkspaceListResult or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.databricks.models.WorkspaceListResult] + :raises: ~azure.core.exceptions.HttpResponseError """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.WorkspaceListResult"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-04-01" + accept = "application/json" + def prepare_request(next_link=None): + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + if not next_link: # Construct URL - url = self.list_by_resource_group.metadata['url'] + url = self.list_by_resource_group.metadata['url'] # type: ignore path_format_arguments = { 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), - 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), } url = self._client.format_url(url, **path_format_arguments) - # Construct parameters - query_parameters = {} - query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') + request = self._client.get(url, query_parameters, header_parameters) else: url = next_link - query_parameters = {} - - # Construct headers - header_parameters = {} - header_parameters['Accept'] = 'application/json' - if self.config.generate_client_request_id: - header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) - if custom_headers: - header_parameters.update(custom_headers) - if self.config.accept_language is not None: - header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') - - # Construct and send request - request = self._client.get(url, query_parameters, header_parameters) + query_parameters = {} # type: Dict[str, Any] + request = self._client.get(url, query_parameters, header_parameters) return request - def internal_paging(next_link=None): + def extract_data(pipeline_response): + deserialized = self._deserialize('WorkspaceListResult', pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): request = prepare_request(next_link) - response = self._client.send(request, stream=False, **operation_config) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response if response.status_code not in [200]: - raise models.ErrorResponseException(self._deserialize, response) - - return response + error = self._deserialize(_models.ErrorResponse, response) + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) - # Deserialize response - header_dict = None - if raw: - header_dict = {} - deserialized = models.WorkspacePaged(internal_paging, self._deserialize.dependencies, header_dict) + return pipeline_response - return deserialized - list_by_resource_group.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces'} + return ItemPaged( + get_next, extract_data + ) + list_by_resource_group.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Databricks/workspaces'} # type: ignore def list_by_subscription( - self, custom_headers=None, raw=False, **operation_config): + self, + **kwargs # type: Any + ): + # type: (...) -> Iterable["_models.WorkspaceListResult"] """Gets all the workspaces within a subscription. - :param dict custom_headers: headers that will be added to the request - :param bool raw: returns the direct response alongside the - deserialized response - :param operation_config: :ref:`Operation configuration - overrides`. - :return: An iterator like instance of Workspace - :rtype: - ~azure.mgmt.databricks.models.WorkspacePaged[~azure.mgmt.databricks.models.Workspace] - :raises: - :class:`ErrorResponseException` + :keyword callable cls: A custom type or function that will be passed the direct response + :return: An iterator like instance of either WorkspaceListResult or the result of cls(response) + :rtype: ~azure.core.paging.ItemPaged[~azure.mgmt.databricks.models.WorkspaceListResult] + :raises: ~azure.core.exceptions.HttpResponseError """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.WorkspaceListResult"] + error_map = { + 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError + } + error_map.update(kwargs.pop('error_map', {})) + api_version = "2018-04-01" + accept = "application/json" + def prepare_request(next_link=None): + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + if not next_link: # Construct URL - url = self.list_by_subscription.metadata['url'] + url = self.list_by_subscription.metadata['url'] # type: ignore path_format_arguments = { - 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str') + 'subscriptionId': self._serialize.url("self._config.subscription_id", self._config.subscription_id, 'str'), } url = self._client.format_url(url, **path_format_arguments) - # Construct parameters - query_parameters = {} - query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str') + query_parameters = {} # type: Dict[str, Any] + query_parameters['api-version'] = self._serialize.query("api_version", api_version, 'str') + request = self._client.get(url, query_parameters, header_parameters) else: url = next_link - query_parameters = {} - - # Construct headers - header_parameters = {} - header_parameters['Accept'] = 'application/json' - if self.config.generate_client_request_id: - header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) - if custom_headers: - header_parameters.update(custom_headers) - if self.config.accept_language is not None: - header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') - - # Construct and send request - request = self._client.get(url, query_parameters, header_parameters) + query_parameters = {} # type: Dict[str, Any] + request = self._client.get(url, query_parameters, header_parameters) return request - def internal_paging(next_link=None): + def extract_data(pipeline_response): + deserialized = self._deserialize('WorkspaceListResult', pipeline_response) + list_of_elem = deserialized.value + if cls: + list_of_elem = cls(list_of_elem) + return deserialized.next_link or None, iter(list_of_elem) + + def get_next(next_link=None): request = prepare_request(next_link) - response = self._client.send(request, stream=False, **operation_config) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response if response.status_code not in [200]: - raise models.ErrorResponseException(self._deserialize, response) - - return response + error = self._deserialize(_models.ErrorResponse, response) + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response, model=error, error_format=ARMErrorFormat) - # Deserialize response - header_dict = None - if raw: - header_dict = {} - deserialized = models.WorkspacePaged(internal_paging, self._deserialize.dependencies, header_dict) + return pipeline_response - return deserialized - list_by_subscription.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.Databricks/workspaces'} + return ItemPaged( + get_next, extract_data + ) + list_by_subscription.metadata = {'url': '/subscriptions/{subscriptionId}/providers/Microsoft.Databricks/workspaces'} # type: ignore diff --git a/src/databricks/setup.py b/src/databricks/setup.py index 8742fcd3e79..9f9f96ec7c1 100644 --- a/src/databricks/setup.py +++ b/src/databricks/setup.py @@ -16,7 +16,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '0.7.2' +VERSION = '0.7.3' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers From fa889c9ec58dd439b5f36c4e6ecaba6af3fda010 Mon Sep 17 00:00:00 2001 From: kai ru <69238381+kairu-ms@users.noreply.github.com> Date: Wed, 28 Jul 2021 16:31:17 +0800 Subject: [PATCH 16/20] [Application Insights] `az monitor app-insights events show`: Add enum values for `--type` (#3700) * add enum value for --event-type * update version and history * update recordings --- src/application-insights/HISTORY.rst | 9 + .../azext_applicationinsights/_params.py | 3 +- .../test_component_with_linked_storage.yaml | 76 ++--- .../test_component_with_linked_workspace.yaml | 270 +++++++++--------- ..._component_with_public_network_access.yaml | 188 ++++++------ .../recordings/test_connect_function.yaml | 154 +++++----- .../recordings/test_connect_webapp.yaml | 138 ++++----- src/application-insights/setup.py | 2 +- 8 files changed, 424 insertions(+), 416 deletions(-) diff --git a/src/application-insights/HISTORY.rst b/src/application-insights/HISTORY.rst index 91ff258245f..c95960a2a9f 100644 --- a/src/application-insights/HISTORY.rst +++ b/src/application-insights/HISTORY.rst @@ -1,3 +1,12 @@ +.. :changelog: + +Release History +=============== +0.1.14 +++++++++++++++++++ + +* `az monitor app-insights events show`: Add enum values for `--type`. + 0.1.13 ++++++++++++++++++ diff --git a/src/application-insights/azext_applicationinsights/_params.py b/src/application-insights/azext_applicationinsights/_params.py index bd405c5cd0a..22ec67034b5 100644 --- a/src/application-insights/azext_applicationinsights/_params.py +++ b/src/application-insights/azext_applicationinsights/_params.py @@ -71,7 +71,8 @@ def load_arguments(self, _): c.argument('offset', help='Filter results based on UTC hour offset.', type=get_period_type(as_timedelta=True)) with self.argument_context('monitor app-insights events show') as c: - c.argument('event_type', options_list=['--type'], help='The type of events to retrieve.') + from .vendored_sdks.applicationinsights.models import EventType + c.argument('event_type', options_list=['--type'], arg_type=get_enum_type(EventType), help='The type of events to retrieve.') c.argument('event', options_list=['--event'], help='GUID of the event to retrieve. This could be obtained by first listing and filtering events, then selecting an event of interest.') c.argument('start_time', arg_type=get_datetime_type(help='Start-time of time range for which to retrieve data.')) c.argument('end_time', arg_type=get_datetime_type(help='End of time range for current operation. Defaults to the current time.')) diff --git a/src/application-insights/azext_applicationinsights/tests/latest/recordings/test_component_with_linked_storage.yaml b/src/application-insights/azext_applicationinsights/tests/latest/recordings/test_component_with_linked_storage.yaml index ca11fdef9de..5e257cbe0d5 100644 --- a/src/application-insights/azext_applicationinsights/tests/latest/recordings/test_component_with_linked_storage.yaml +++ b/src/application-insights/azext_applicationinsights/tests/latest/recordings/test_component_with_linked_storage.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-resource/16.1.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-05-14T08:53:46Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-07-28T03:41:46Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:54:43 GMT + - Wed, 28 Jul 2021 03:42:43 GMT expires: - '-1' pragma: @@ -60,22 +60,22 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-mgmt-loganalytics/8.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-mgmt-loganalytics/11.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000004?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000004?api-version=2020-10-01 response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": - \"110cf46b-4724-4f39-9bb8-c51383062935\",\r\n \"provisioningState\": \"Creating\",\r\n + \"727055c9-a320-423b-a7f6-54f833f05d8e\",\r\n \"provisioningState\": \"Creating\",\r\n \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": - \"Fri, 14 May 2021 08:54:50 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \"Wed, 28 Jul 2021 03:42:50 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n \ \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \ \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \ \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": - \"Fri, 14 May 2021 20:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \"Wed, 28 Jul 2021 16:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": - \"Enabled\",\r\n \"createdDate\": \"Fri, 14 May 2021 08:54:50 GMT\",\r\n - \ \"modifiedDate\": \"Fri, 14 May 2021 08:54:50 GMT\"\r\n },\r\n \"id\": + \"Enabled\",\r\n \"createdDate\": \"Wed, 28 Jul 2021 03:42:50 GMT\",\r\n + \ \"modifiedDate\": \"Wed, 28 Jul 2021 03:42:50 GMT\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clitest000004\",\r\n \ \"name\": \"clitest000004\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \ \"location\": \"westus\"\r\n}" @@ -87,7 +87,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:54:51 GMT + - Wed, 28 Jul 2021 03:42:51 GMT pragma: - no-cache server: @@ -98,7 +98,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' x-powered-by: - ASP.NET - ASP.NET @@ -119,22 +119,22 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-mgmt-loganalytics/8.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-mgmt-loganalytics/11.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000004?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000004?api-version=2020-10-01 response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": - \"110cf46b-4724-4f39-9bb8-c51383062935\",\r\n \"provisioningState\": \"Succeeded\",\r\n + \"727055c9-a320-423b-a7f6-54f833f05d8e\",\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": - \"Fri, 14 May 2021 08:54:50 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \"Wed, 28 Jul 2021 03:42:50 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n \ \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \ \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \ \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": - \"Fri, 14 May 2021 20:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \"Wed, 28 Jul 2021 16:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": - \"Enabled\",\r\n \"createdDate\": \"Fri, 14 May 2021 08:54:50 GMT\",\r\n - \ \"modifiedDate\": \"Fri, 14 May 2021 08:54:51 GMT\"\r\n },\r\n \"id\": + \"Enabled\",\r\n \"createdDate\": \"Wed, 28 Jul 2021 03:42:50 GMT\",\r\n + \ \"modifiedDate\": \"Wed, 28 Jul 2021 03:42:50 GMT\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clitest000004\",\r\n \ \"name\": \"clitest000004\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \ \"location\": \"westus\"\r\n}" @@ -146,7 +146,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:55:21 GMT + - Wed, 28 Jul 2021 03:43:21 GMT pragma: - no-cache server: @@ -187,24 +187,24 @@ interactions: ParameterSetName: - --app --location --kind -g --workspace --application-type User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/demoApp?api-version=2020-02-02-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"730035d5-0000-0200-0000-609e3afe0000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"3feee0f2-e21b-4573-917e-5bde02a10156","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"221ae725-4653-43a3-a2ab-b36f7d755a60","ConnectionString":"InstrumentationKey=221ae725-4653-43a3-a2ab-b36f7d755a60;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"demoApp","CreationDate":"2021-05-14T08:55:26.2516354+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000004","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"0200ea46-0000-0200-0000-6100d2600000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"def714b9-3e3a-412c-8384-0fb2cab3776f","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"c241aee9-27a7-4f52-b073-83f873c73d3f","ConnectionString":"InstrumentationKey=c241aee9-27a7-4f52-b073-83f873c73d3f","Name":"demoApp","CreationDate":"2021-07-28T03:43:26.9622973+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000004","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1277' + - '1208' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:28 GMT + - Wed, 28 Jul 2021 03:43:30 GMT expires: - '-1' pragma: @@ -222,7 +222,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1198' x-powered-by: - ASP.NET status: @@ -246,7 +246,7 @@ interactions: ParameterSetName: - --app -g -s User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp/linkedStorageAccounts/ServiceProfiler?api-version=2020-03-01-preview @@ -266,7 +266,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:33 GMT + - Wed, 28 Jul 2021 03:43:43 GMT expires: - '-1' pragma: @@ -284,7 +284,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' x-powered-by: - ASP.NET status: @@ -304,7 +304,7 @@ interactions: ParameterSetName: - --app -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp/linkedStorageAccounts/ServiceProfiler?api-version=2020-03-01-preview @@ -324,7 +324,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:34 GMT + - Wed, 28 Jul 2021 03:43:45 GMT expires: - '-1' pragma: @@ -364,7 +364,7 @@ interactions: ParameterSetName: - --app -g -s User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp/linkedStorageAccounts/ServiceProfiler?api-version=2020-03-01-preview @@ -384,7 +384,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:39 GMT + - Wed, 28 Jul 2021 03:43:55 GMT expires: - '-1' pragma: @@ -402,7 +402,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' x-powered-by: - ASP.NET status: @@ -424,7 +424,7 @@ interactions: ParameterSetName: - --app -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp/linkedStorageAccounts/ServiceProfiler?api-version=2020-03-01-preview @@ -439,7 +439,7 @@ interactions: content-length: - '0' date: - - Fri, 14 May 2021 08:55:43 GMT + - Wed, 28 Jul 2021 03:44:01 GMT expires: - '-1' pragma: @@ -473,7 +473,7 @@ interactions: ParameterSetName: - --app -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp/linkedStorageAccounts/ServiceProfiler?api-version=2020-03-01-preview @@ -490,7 +490,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:45 GMT + - Wed, 28 Jul 2021 03:44:02 GMT expires: - '-1' pragma: diff --git a/src/application-insights/azext_applicationinsights/tests/latest/recordings/test_component_with_linked_workspace.yaml b/src/application-insights/azext_applicationinsights/tests/latest/recordings/test_component_with_linked_workspace.yaml index b1f7915422c..3c05a1de1ba 100644 --- a/src/application-insights/azext_applicationinsights/tests/latest/recordings/test_component_with_linked_workspace.yaml +++ b/src/application-insights/azext_applicationinsights/tests/latest/recordings/test_component_with_linked_workspace.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-resource/16.1.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-05-14T08:53:46Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-07-28T03:41:46Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:53:51 GMT + - Wed, 28 Jul 2021 03:41:50 GMT expires: - '-1' pragma: @@ -60,22 +60,22 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-mgmt-loganalytics/8.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-mgmt-loganalytics/11.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2020-10-01 response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": - \"a1ea0b6a-ccde-4f7e-b65d-2c8b87ddfa27\",\r\n \"provisioningState\": \"Creating\",\r\n + \"4c6c2603-422f-4175-9fbe-236c49dd3df5\",\r\n \"provisioningState\": \"Creating\",\r\n \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": - \"Fri, 14 May 2021 08:53:57 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \"Wed, 28 Jul 2021 03:41:56 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n \ \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \ \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \ \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": - \"Sat, 15 May 2021 02:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \"Wed, 28 Jul 2021 04:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": - \"Enabled\",\r\n \"createdDate\": \"Fri, 14 May 2021 08:53:57 GMT\",\r\n - \ \"modifiedDate\": \"Fri, 14 May 2021 08:53:57 GMT\"\r\n },\r\n \"id\": + \"Enabled\",\r\n \"createdDate\": \"Wed, 28 Jul 2021 03:41:56 GMT\",\r\n + \ \"modifiedDate\": \"Wed, 28 Jul 2021 03:41:56 GMT\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n \ \"name\": \"clitest000002\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \ \"location\": \"westus\"\r\n}" @@ -87,7 +87,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:53:59 GMT + - Wed, 28 Jul 2021 03:41:58 GMT pragma: - no-cache server: @@ -98,7 +98,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1198' x-powered-by: - ASP.NET - ASP.NET @@ -119,22 +119,22 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-mgmt-loganalytics/8.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-mgmt-loganalytics/11.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2020-10-01 response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": - \"a1ea0b6a-ccde-4f7e-b65d-2c8b87ddfa27\",\r\n \"provisioningState\": \"Succeeded\",\r\n + \"4c6c2603-422f-4175-9fbe-236c49dd3df5\",\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": - \"Fri, 14 May 2021 08:53:57 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \"Wed, 28 Jul 2021 03:41:56 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n \ \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \ \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \ \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": - \"Sat, 15 May 2021 02:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \"Wed, 28 Jul 2021 04:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": - \"Enabled\",\r\n \"createdDate\": \"Fri, 14 May 2021 08:53:57 GMT\",\r\n - \ \"modifiedDate\": \"Fri, 14 May 2021 08:54:00 GMT\"\r\n },\r\n \"id\": + \"Enabled\",\r\n \"createdDate\": \"Wed, 28 Jul 2021 03:41:56 GMT\",\r\n + \ \"modifiedDate\": \"Wed, 28 Jul 2021 03:41:58 GMT\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n \ \"name\": \"clitest000002\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \ \"location\": \"westus\"\r\n}" @@ -146,7 +146,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:54:29 GMT + - Wed, 28 Jul 2021 03:42:28 GMT pragma: - no-cache server: @@ -180,12 +180,12 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-resource/16.1.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-05-14T08:53:46Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-07-28T03:41:46Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -194,7 +194,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:54:30 GMT + - Wed, 28 Jul 2021 03:42:28 GMT expires: - '-1' pragma: @@ -227,22 +227,22 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-mgmt-loganalytics/8.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-mgmt-loganalytics/11.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000003?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000003?api-version=2020-10-01 response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": - \"e1d1259d-cf03-40d7-924b-f5565361c4d9\",\r\n \"provisioningState\": \"Creating\",\r\n + \"27d19b42-6c31-4837-994d-9a54f70b590e\",\r\n \"provisioningState\": \"Creating\",\r\n \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": - \"Fri, 14 May 2021 08:54:37 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \"Wed, 28 Jul 2021 03:42:35 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n \ \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \ \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \ \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": - \"Fri, 14 May 2021 17:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \"Wed, 28 Jul 2021 17:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": - \"Enabled\",\r\n \"createdDate\": \"Fri, 14 May 2021 08:54:37 GMT\",\r\n - \ \"modifiedDate\": \"Fri, 14 May 2021 08:54:37 GMT\"\r\n },\r\n \"id\": + \"Enabled\",\r\n \"createdDate\": \"Wed, 28 Jul 2021 03:42:35 GMT\",\r\n + \ \"modifiedDate\": \"Wed, 28 Jul 2021 03:42:35 GMT\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clitest000003\",\r\n \ \"name\": \"clitest000003\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \ \"location\": \"westus\"\r\n}" @@ -254,7 +254,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:54:38 GMT + - Wed, 28 Jul 2021 03:42:37 GMT pragma: - no-cache server: @@ -265,7 +265,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-powered-by: - ASP.NET - ASP.NET @@ -286,22 +286,22 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-mgmt-loganalytics/8.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-mgmt-loganalytics/11.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000003?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000003?api-version=2020-10-01 response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": - \"e1d1259d-cf03-40d7-924b-f5565361c4d9\",\r\n \"provisioningState\": \"Succeeded\",\r\n + \"27d19b42-6c31-4837-994d-9a54f70b590e\",\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": - \"Fri, 14 May 2021 08:54:37 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \"Wed, 28 Jul 2021 03:42:35 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n \ \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \ \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \ \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": - \"Fri, 14 May 2021 17:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \"Wed, 28 Jul 2021 17:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": - \"Enabled\",\r\n \"createdDate\": \"Fri, 14 May 2021 08:54:37 GMT\",\r\n - \ \"modifiedDate\": \"Fri, 14 May 2021 08:54:42 GMT\"\r\n },\r\n \"id\": + \"Enabled\",\r\n \"createdDate\": \"Wed, 28 Jul 2021 03:42:35 GMT\",\r\n + \ \"modifiedDate\": \"Wed, 28 Jul 2021 03:42:37 GMT\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clitest000003\",\r\n \ \"name\": \"clitest000003\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \ \"location\": \"westus\"\r\n}" @@ -313,7 +313,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:55:08 GMT + - Wed, 28 Jul 2021 03:43:07 GMT pragma: - no-cache server: @@ -353,24 +353,24 @@ interactions: ParameterSetName: - --app --location --kind -g --application-type User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/demoApp?api-version=2018-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"730029d5-0000-0200-0000-609e3af20000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"6d5dfcdc-eeb2-4e05-905e-0b2740bfeff4","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"c6e183df-5a8e-4c79-a845-bc71c9702059","ConnectionString":"InstrumentationKey=c6e183df-5a8e-4c79-a845-bc71c9702059;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"demoApp","CreationDate":"2021-05-14T08:55:14.167748+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"02000d46-0000-0200-0000-6100d2520000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"0517eb94-8917-42fa-b7de-909b644ebd05","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"5133aeac-d86e-43b9-b2fa-39de8afeb1ba","ConnectionString":"InstrumentationKey=5133aeac-d86e-43b9-b2fa-39de8afeb1ba","Name":"demoApp","CreationDate":"2021-07-28T03:43:13.1710351+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1044' + - '976' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:15 GMT + - Wed, 28 Jul 2021 03:43:16 GMT expires: - '-1' pragma: @@ -388,7 +388,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' x-powered-by: - ASP.NET status: @@ -408,24 +408,24 @@ interactions: ParameterSetName: - --app --workspace -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/demoApp?api-version=2020-02-02-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"730029d5-0000-0200-0000-609e3af20000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"6d5dfcdc-eeb2-4e05-905e-0b2740bfeff4","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"c6e183df-5a8e-4c79-a845-bc71c9702059","ConnectionString":"InstrumentationKey=c6e183df-5a8e-4c79-a845-bc71c9702059;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"demoApp","CreationDate":"2021-05-14T08:55:14.167748+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"02000d46-0000-0200-0000-6100d2520000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"0517eb94-8917-42fa-b7de-909b644ebd05","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"5133aeac-d86e-43b9-b2fa-39de8afeb1ba","ConnectionString":"InstrumentationKey=5133aeac-d86e-43b9-b2fa-39de8afeb1ba","Name":"demoApp","CreationDate":"2021-07-28T03:43:13.1710351+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1044' + - '976' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:18 GMT + - Wed, 28 Jul 2021 03:43:17 GMT expires: - '-1' pragma: @@ -461,9 +461,9 @@ interactions: ParameterSetName: - --app --workspace -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-resource/16.1.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.OperationalInsights?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.OperationalInsights?api-version=2021-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights","namespace":"Microsoft.OperationalInsights","authorizations":[{"applicationId":"d2a0a418-0aac-4541-82b2-b3142c89da77","roleDefinitionId":"86695298-2eb9-48a7-9ec3-2fdb38b6878b"},{"applicationId":"ca7f3f0b-7d91-482c-8e09-c5d840d0eac5","roleDefinitionId":"5d5a2e56-9835-44aa-93db-d2f19e155438"}],"resourceTypes":[{"resourceType":"workspaces","locations":["East @@ -473,7 +473,7 @@ interactions: US 2","South Central US","North Central US","West US","UK West","South Africa North","Brazil South","Switzerland North","Switzerland West","Germany West Central","Australia Central 2","UAE Central","UAE North","Japan West","Brazil - Southeast","Norway East","Norway West","France South","South India"],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, + Southeast","Norway East","Norway West","France South","South India"],"apiVersions":["2021-06-01","2020-10-01","2020-08-01","2020-03-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"querypacks","locations":["West Central US","East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia @@ -539,14 +539,14 @@ interactions: US 2","South Central US","North Central US","West US","UK West","South Africa North","Brazil South","Switzerland North","Switzerland West","Germany West Central","Australia Central 2","UAE Central","UAE North","Japan West","Brazil - Southeast","Norway East","Norway West","France South","South India"],"apiVersions":["2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2015-11-01-preview","2014-11-10"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"clusters","locations":["East + Southeast","Norway East","Norway West","France South","South India"],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2015-11-01-preview","2014-11-10"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"clusters","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa North","Switzerland North","Switzerland West","Germany West Central","Australia Central 2","UAE Central","Brazil South","UAE North","Japan West","Brazil Southeast","Norway - East","Norway West","France South","South India"],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"CrossResourceGroupResourceMove, + East","Norway West","France South","South India"],"apiVersions":["2021-06-01","2020-10-01","2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2021-06-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"workspaces/dataExports","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan @@ -558,11 +558,11 @@ interactions: cache-control: - no-cache content-length: - - '10655' + - '10694' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:18 GMT + - Wed, 28 Jul 2021 03:43:18 GMT expires: - '-1' pragma: @@ -590,22 +590,22 @@ interactions: ParameterSetName: - --app --workspace -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-resource/16.1.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000002?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000002?api-version=2021-06-01 response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": - \"a1ea0b6a-ccde-4f7e-b65d-2c8b87ddfa27\",\r\n \"provisioningState\": \"Succeeded\",\r\n + \"4c6c2603-422f-4175-9fbe-236c49dd3df5\",\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": - \"Fri, 14 May 2021 08:53:57 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \"Wed, 28 Jul 2021 03:41:56 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n \ \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \ \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \ \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": - \"Sat, 15 May 2021 02:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \"Wed, 28 Jul 2021 04:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": - \"Enabled\",\r\n \"createdDate\": \"Fri, 14 May 2021 08:53:57 GMT\",\r\n - \ \"modifiedDate\": \"Fri, 14 May 2021 08:54:00 GMT\"\r\n },\r\n \"id\": + \"Enabled\",\r\n \"createdDate\": \"Wed, 28 Jul 2021 03:41:56 GMT\",\r\n + \ \"modifiedDate\": \"Wed, 28 Jul 2021 03:41:58 GMT\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n \ \"name\": \"clitest000002\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \ \"location\": \"westus\"\r\n}" @@ -617,7 +617,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:55:19 GMT + - Wed, 28 Jul 2021 03:43:19 GMT pragma: - no-cache server: @@ -638,7 +638,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus", "tags": {}, "kind": "web", "etag": "\"730029d5-0000-0200-0000-609e3af20000\"", + body: '{"location": "westus", "tags": {}, "kind": "web", "etag": "\"02000d46-0000-0200-0000-6100d2520000\"", "properties": {"Application_Type": "web", "Flow_Type": "Bluefield", "Request_Source": "rest", "WorkspaceResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000002", "publicNetworkAccessForIngestion": "Enabled", "publicNetworkAccessForQuery": @@ -659,24 +659,24 @@ interactions: ParameterSetName: - --app --workspace -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/demoApp?api-version=2020-02-02-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"730034d5-0000-0200-0000-609e3af90000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"6d5dfcdc-eeb2-4e05-905e-0b2740bfeff4","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"c6e183df-5a8e-4c79-a845-bc71c9702059","ConnectionString":"InstrumentationKey=c6e183df-5a8e-4c79-a845-bc71c9702059;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"demoApp","CreationDate":"2021-05-14T08:55:14.167748+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000002","LaMigrationDate":"2021-05-14T08:55:20.9812276+00:00","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"02009146-0000-0200-0000-6100d25a0000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"0517eb94-8917-42fa-b7de-909b644ebd05","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"5133aeac-d86e-43b9-b2fa-39de8afeb1ba","ConnectionString":"InstrumentationKey=5133aeac-d86e-43b9-b2fa-39de8afeb1ba","Name":"demoApp","CreationDate":"2021-07-28T03:43:13.1710351+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000002","LaMigrationDate":"2021-07-28T03:43:21.016243+00:00","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1330' + - '1261' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:24 GMT + - Wed, 28 Jul 2021 03:43:26 GMT expires: - '-1' pragma: @@ -694,7 +694,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1199' x-powered-by: - ASP.NET status: @@ -714,24 +714,24 @@ interactions: ParameterSetName: - --app --workspace -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/demoApp?api-version=2020-02-02-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"730034d5-0000-0200-0000-609e3af90000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"6d5dfcdc-eeb2-4e05-905e-0b2740bfeff4","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"c6e183df-5a8e-4c79-a845-bc71c9702059","ConnectionString":"InstrumentationKey=c6e183df-5a8e-4c79-a845-bc71c9702059;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"demoApp","CreationDate":"2021-05-14T08:55:14.167748+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000002","LaMigrationDate":"2021-05-14T08:55:20.9812276+00:00","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"02009146-0000-0200-0000-6100d25a0000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"0517eb94-8917-42fa-b7de-909b644ebd05","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"5133aeac-d86e-43b9-b2fa-39de8afeb1ba","ConnectionString":"InstrumentationKey=5133aeac-d86e-43b9-b2fa-39de8afeb1ba","Name":"demoApp","CreationDate":"2021-07-28T03:43:13.1710351+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000002","LaMigrationDate":"2021-07-28T03:43:21.016243+00:00","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1330' + - '1261' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:25 GMT + - Wed, 28 Jul 2021 03:43:27 GMT expires: - '-1' pragma: @@ -767,9 +767,9 @@ interactions: ParameterSetName: - --app --workspace -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-resource/16.1.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.OperationalInsights?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.OperationalInsights?api-version=2021-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights","namespace":"Microsoft.OperationalInsights","authorizations":[{"applicationId":"d2a0a418-0aac-4541-82b2-b3142c89da77","roleDefinitionId":"86695298-2eb9-48a7-9ec3-2fdb38b6878b"},{"applicationId":"ca7f3f0b-7d91-482c-8e09-c5d840d0eac5","roleDefinitionId":"5d5a2e56-9835-44aa-93db-d2f19e155438"}],"resourceTypes":[{"resourceType":"workspaces","locations":["East @@ -779,7 +779,7 @@ interactions: US 2","South Central US","North Central US","West US","UK West","South Africa North","Brazil South","Switzerland North","Switzerland West","Germany West Central","Australia Central 2","UAE Central","UAE North","Japan West","Brazil - Southeast","Norway East","Norway West","France South","South India"],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, + Southeast","Norway East","Norway West","France South","South India"],"apiVersions":["2021-06-01","2020-10-01","2020-08-01","2020-03-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"querypacks","locations":["West Central US","East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia @@ -845,14 +845,14 @@ interactions: US 2","South Central US","North Central US","West US","UK West","South Africa North","Brazil South","Switzerland North","Switzerland West","Germany West Central","Australia Central 2","UAE Central","UAE North","Japan West","Brazil - Southeast","Norway East","Norway West","France South","South India"],"apiVersions":["2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2015-11-01-preview","2014-11-10"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"clusters","locations":["East + Southeast","Norway East","Norway West","France South","South India"],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2015-11-01-preview","2014-11-10"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"clusters","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa North","Switzerland North","Switzerland West","Germany West Central","Australia Central 2","UAE Central","Brazil South","UAE North","Japan West","Brazil Southeast","Norway - East","Norway West","France South","South India"],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"CrossResourceGroupResourceMove, + East","Norway West","France South","South India"],"apiVersions":["2021-06-01","2020-10-01","2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2021-06-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"workspaces/dataExports","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan @@ -864,11 +864,11 @@ interactions: cache-control: - no-cache content-length: - - '10655' + - '10694' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:25 GMT + - Wed, 28 Jul 2021 03:43:27 GMT expires: - '-1' pragma: @@ -896,22 +896,22 @@ interactions: ParameterSetName: - --app --workspace -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-resource/16.1.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000003?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000003?api-version=2021-06-01 response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": - \"e1d1259d-cf03-40d7-924b-f5565361c4d9\",\r\n \"provisioningState\": \"Succeeded\",\r\n + \"27d19b42-6c31-4837-994d-9a54f70b590e\",\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": - \"Fri, 14 May 2021 08:54:37 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \"Wed, 28 Jul 2021 03:42:35 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n \ \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \ \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \ \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": - \"Fri, 14 May 2021 17:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \"Wed, 28 Jul 2021 17:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": - \"Enabled\",\r\n \"createdDate\": \"Fri, 14 May 2021 08:54:37 GMT\",\r\n - \ \"modifiedDate\": \"Fri, 14 May 2021 08:54:42 GMT\"\r\n },\r\n \"id\": + \"Enabled\",\r\n \"createdDate\": \"Wed, 28 Jul 2021 03:42:35 GMT\",\r\n + \ \"modifiedDate\": \"Wed, 28 Jul 2021 03:42:37 GMT\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clitest000003\",\r\n \ \"name\": \"clitest000003\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \ \"location\": \"westus\"\r\n}" @@ -923,7 +923,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:55:26 GMT + - Wed, 28 Jul 2021 03:43:29 GMT pragma: - no-cache server: @@ -944,7 +944,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus", "tags": {}, "kind": "web", "etag": "\"730034d5-0000-0200-0000-609e3af90000\"", + body: '{"location": "westus", "tags": {}, "kind": "web", "etag": "\"02009146-0000-0200-0000-6100d25a0000\"", "properties": {"Application_Type": "web", "Flow_Type": "Bluefield", "Request_Source": "rest", "WorkspaceResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000003", "publicNetworkAccessForIngestion": "Enabled", "publicNetworkAccessForQuery": @@ -965,24 +965,24 @@ interactions: ParameterSetName: - --app --workspace -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/demoApp?api-version=2020-02-02-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"73003ad5-0000-0200-0000-609e3b010000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"6d5dfcdc-eeb2-4e05-905e-0b2740bfeff4","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"c6e183df-5a8e-4c79-a845-bc71c9702059","ConnectionString":"InstrumentationKey=c6e183df-5a8e-4c79-a845-bc71c9702059;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"demoApp","CreationDate":"2021-05-14T08:55:14.167748+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000003","LaMigrationDate":"2021-05-14T08:55:20.9812276+00:00","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"02000e47-0000-0200-0000-6100d2620000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"0517eb94-8917-42fa-b7de-909b644ebd05","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"5133aeac-d86e-43b9-b2fa-39de8afeb1ba","ConnectionString":"InstrumentationKey=5133aeac-d86e-43b9-b2fa-39de8afeb1ba","Name":"demoApp","CreationDate":"2021-07-28T03:43:13.1710351+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000003","LaMigrationDate":"2021-07-28T03:43:21.016243+00:00","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1330' + - '1261' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:33 GMT + - Wed, 28 Jul 2021 03:43:34 GMT expires: - '-1' pragma: @@ -1020,24 +1020,24 @@ interactions: ParameterSetName: - --app --workspace --kind -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/demoApp?api-version=2020-02-02-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"73003ad5-0000-0200-0000-609e3b010000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"6d5dfcdc-eeb2-4e05-905e-0b2740bfeff4","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"c6e183df-5a8e-4c79-a845-bc71c9702059","ConnectionString":"InstrumentationKey=c6e183df-5a8e-4c79-a845-bc71c9702059;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"demoApp","CreationDate":"2021-05-14T08:55:14.167748+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000003","LaMigrationDate":"2021-05-14T08:55:20.9812276+00:00","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"02000e47-0000-0200-0000-6100d2620000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"0517eb94-8917-42fa-b7de-909b644ebd05","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"5133aeac-d86e-43b9-b2fa-39de8afeb1ba","ConnectionString":"InstrumentationKey=5133aeac-d86e-43b9-b2fa-39de8afeb1ba","Name":"demoApp","CreationDate":"2021-07-28T03:43:13.1710351+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000003","LaMigrationDate":"2021-07-28T03:43:21.016243+00:00","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1330' + - '1261' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:33 GMT + - Wed, 28 Jul 2021 03:43:35 GMT expires: - '-1' pragma: @@ -1073,9 +1073,9 @@ interactions: ParameterSetName: - --app --workspace --kind -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-resource/16.1.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.OperationalInsights?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.OperationalInsights?api-version=2021-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights","namespace":"Microsoft.OperationalInsights","authorizations":[{"applicationId":"d2a0a418-0aac-4541-82b2-b3142c89da77","roleDefinitionId":"86695298-2eb9-48a7-9ec3-2fdb38b6878b"},{"applicationId":"ca7f3f0b-7d91-482c-8e09-c5d840d0eac5","roleDefinitionId":"5d5a2e56-9835-44aa-93db-d2f19e155438"}],"resourceTypes":[{"resourceType":"workspaces","locations":["East @@ -1085,7 +1085,7 @@ interactions: US 2","South Central US","North Central US","West US","UK West","South Africa North","Brazil South","Switzerland North","Switzerland West","Germany West Central","Australia Central 2","UAE Central","UAE North","Japan West","Brazil - Southeast","Norway East","Norway West","France South","South India"],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, + Southeast","Norway East","Norway West","France South","South India"],"apiVersions":["2021-06-01","2020-10-01","2020-08-01","2020-03-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"querypacks","locations":["West Central US","East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia @@ -1151,14 +1151,14 @@ interactions: US 2","South Central US","North Central US","West US","UK West","South Africa North","Brazil South","Switzerland North","Switzerland West","Germany West Central","Australia Central 2","UAE Central","UAE North","Japan West","Brazil - Southeast","Norway East","Norway West","France South","South India"],"apiVersions":["2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2015-11-01-preview","2014-11-10"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"clusters","locations":["East + Southeast","Norway East","Norway West","France South","South India"],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2015-11-01-preview","2014-11-10"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"clusters","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa North","Switzerland North","Switzerland West","Germany West Central","Australia Central 2","UAE Central","Brazil South","UAE North","Japan West","Brazil Southeast","Norway - East","Norway West","France South","South India"],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"CrossResourceGroupResourceMove, + East","Norway West","France South","South India"],"apiVersions":["2021-06-01","2020-10-01","2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2021-06-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"workspaces/dataExports","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan @@ -1170,11 +1170,11 @@ interactions: cache-control: - no-cache content-length: - - '10655' + - '10694' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:34 GMT + - Wed, 28 Jul 2021 03:43:35 GMT expires: - '-1' pragma: @@ -1202,22 +1202,22 @@ interactions: ParameterSetName: - --app --workspace --kind -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-resource/16.1.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000002?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000002?api-version=2021-06-01 response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": - \"a1ea0b6a-ccde-4f7e-b65d-2c8b87ddfa27\",\r\n \"provisioningState\": \"Succeeded\",\r\n + \"4c6c2603-422f-4175-9fbe-236c49dd3df5\",\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": - \"Fri, 14 May 2021 08:53:57 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \"Wed, 28 Jul 2021 03:41:56 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n \ \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \ \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \ \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": - \"Sat, 15 May 2021 02:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \"Wed, 28 Jul 2021 04:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": - \"Enabled\",\r\n \"createdDate\": \"Fri, 14 May 2021 08:53:57 GMT\",\r\n - \ \"modifiedDate\": \"Fri, 14 May 2021 08:54:00 GMT\"\r\n },\r\n \"id\": + \"Enabled\",\r\n \"createdDate\": \"Wed, 28 Jul 2021 03:41:56 GMT\",\r\n + \ \"modifiedDate\": \"Wed, 28 Jul 2021 03:41:58 GMT\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n \ \"name\": \"clitest000002\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \ \"location\": \"westus\"\r\n}" @@ -1229,7 +1229,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:55:35 GMT + - Wed, 28 Jul 2021 03:43:35 GMT pragma: - no-cache server: @@ -1250,7 +1250,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus", "tags": {}, "kind": "ios", "etag": "\"73003ad5-0000-0200-0000-609e3b010000\"", + body: '{"location": "westus", "tags": {}, "kind": "ios", "etag": "\"02000e47-0000-0200-0000-6100d2620000\"", "properties": {"Application_Type": "web", "Flow_Type": "Bluefield", "Request_Source": "rest", "WorkspaceResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000002", "publicNetworkAccessForIngestion": "Enabled", "publicNetworkAccessForQuery": @@ -1271,24 +1271,24 @@ interactions: ParameterSetName: - --app --workspace --kind -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/demoApp?api-version=2020-02-02-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"ios","etag":"\"730043d5-0000-0200-0000-609e3b0a0000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"6d5dfcdc-eeb2-4e05-905e-0b2740bfeff4","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"c6e183df-5a8e-4c79-a845-bc71c9702059","ConnectionString":"InstrumentationKey=c6e183df-5a8e-4c79-a845-bc71c9702059;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"demoApp","CreationDate":"2021-05-14T08:55:14.167748+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000002","LaMigrationDate":"2021-05-14T08:55:20.9812276+00:00","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"ios","etag":"\"02008b47-0000-0200-0000-6100d26b0000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"0517eb94-8917-42fa-b7de-909b644ebd05","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"5133aeac-d86e-43b9-b2fa-39de8afeb1ba","ConnectionString":"InstrumentationKey=5133aeac-d86e-43b9-b2fa-39de8afeb1ba","Name":"demoApp","CreationDate":"2021-07-28T03:43:13.1710351+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000002","LaMigrationDate":"2021-07-28T03:43:21.016243+00:00","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1330' + - '1261' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:41 GMT + - Wed, 28 Jul 2021 03:43:47 GMT expires: - '-1' pragma: @@ -1306,7 +1306,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' x-powered-by: - ASP.NET status: @@ -1333,24 +1333,24 @@ interactions: ParameterSetName: - --app --workspace --location --kind -g --application-type User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/testApp?api-version=2020-02-02-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/testApp","name":"testApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"ios","etag":"\"730046d5-0000-0200-0000-609e3b110000\"","properties":{"Ver":"v2","ApplicationId":"testApp","AppId":"46ab33e9-c22d-4903-af53-5cc147d4fe51","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"4d9291b4-709c-4baf-9077-c099b17e2d71","ConnectionString":"InstrumentationKey=4d9291b4-709c-4baf-9077-c099b17e2d71;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"testApp","CreationDate":"2021-05-14T08:55:45.0237839+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000003","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/testApp","name":"testApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"ios","etag":"\"02007348-0000-0200-0000-6100d27c0000\"","properties":{"Ver":"v2","ApplicationId":"testApp","AppId":"69140681-2806-4b15-8741-1348047cb387","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"fb7d0d27-62c3-43c3-a6d5-30cccf595b59","ConnectionString":"InstrumentationKey=fb7d0d27-62c3-43c3-a6d5-30cccf595b59","Name":"testApp","CreationDate":"2021-07-28T03:43:54.1105231+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000003","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1277' + - '1208' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:46 GMT + - Wed, 28 Jul 2021 03:43:57 GMT expires: - '-1' pragma: @@ -1368,7 +1368,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1197' x-powered-by: - ASP.NET status: @@ -1388,24 +1388,24 @@ interactions: ParameterSetName: - --app --kind -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/testApp?api-version=2018-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/testApp","name":"testApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"ios","etag":"\"730046d5-0000-0200-0000-609e3b110000\"","properties":{"Ver":"v2","ApplicationId":"testApp","AppId":"46ab33e9-c22d-4903-af53-5cc147d4fe51","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"4d9291b4-709c-4baf-9077-c099b17e2d71","ConnectionString":"InstrumentationKey=4d9291b4-709c-4baf-9077-c099b17e2d71;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"testApp","CreationDate":"2021-05-14T08:55:45.0237839+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000003","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/testApp","name":"testApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"ios","etag":"\"02007348-0000-0200-0000-6100d27c0000\"","properties":{"Ver":"v2","ApplicationId":"testApp","AppId":"69140681-2806-4b15-8741-1348047cb387","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"fb7d0d27-62c3-43c3-a6d5-30cccf595b59","ConnectionString":"InstrumentationKey=fb7d0d27-62c3-43c3-a6d5-30cccf595b59","Name":"testApp","CreationDate":"2021-07-28T03:43:54.1105231+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000003","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1277' + - '1208' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:48 GMT + - Wed, 28 Jul 2021 03:43:58 GMT expires: - '-1' pragma: @@ -1448,24 +1448,24 @@ interactions: ParameterSetName: - --app --kind -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/testApp?api-version=2018-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/testApp","name":"testApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"ios","etag":"\"73004dd5-0000-0200-0000-609e3b150000\"","properties":{"Ver":"v2","ApplicationId":"testApp","AppId":"46ab33e9-c22d-4903-af53-5cc147d4fe51","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"4d9291b4-709c-4baf-9077-c099b17e2d71","ConnectionString":"InstrumentationKey=4d9291b4-709c-4baf-9077-c099b17e2d71;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"testApp","CreationDate":"2021-05-14T08:55:45.0237839+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"Retention":"P90D","WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000003","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/testApp","name":"testApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"ios","etag":"\"0200bf48-0000-0200-0000-6100d2810000\"","properties":{"Ver":"v2","ApplicationId":"testApp","AppId":"69140681-2806-4b15-8741-1348047cb387","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"fb7d0d27-62c3-43c3-a6d5-30cccf595b59","ConnectionString":"InstrumentationKey=fb7d0d27-62c3-43c3-a6d5-30cccf595b59","Name":"testApp","CreationDate":"2021-07-28T03:43:54.1105231+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"Retention":"P90D","WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000003","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1296' + - '1227' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:52 GMT + - Wed, 28 Jul 2021 03:44:05 GMT expires: - '-1' pragma: @@ -1483,7 +1483,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1198' x-powered-by: - ASP.NET status: diff --git a/src/application-insights/azext_applicationinsights/tests/latest/recordings/test_component_with_public_network_access.yaml b/src/application-insights/azext_applicationinsights/tests/latest/recordings/test_component_with_public_network_access.yaml index b83376b535a..385c1dc390f 100644 --- a/src/application-insights/azext_applicationinsights/tests/latest/recordings/test_component_with_public_network_access.yaml +++ b/src/application-insights/azext_applicationinsights/tests/latest/recordings/test_component_with_public_network_access.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-resource/16.1.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-05-14T08:59:57Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-07-28T03:41:46Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 09:00:01 GMT + - Wed, 28 Jul 2021 03:41:51 GMT expires: - '-1' pragma: @@ -60,22 +60,22 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-mgmt-loganalytics/8.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-mgmt-loganalytics/11.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2020-10-01 response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": - \"2bca01e4-bf77-4647-a25f-9d7fa3ea52db\",\r\n \"provisioningState\": \"Creating\",\r\n + \"ef137374-28cb-4d10-a927-da6aadfbdfd1\",\r\n \"provisioningState\": \"Creating\",\r\n \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": - \"Fri, 14 May 2021 09:00:07 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \"Wed, 28 Jul 2021 03:41:58 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n \ \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \ \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \ \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": - \"Sat, 15 May 2021 02:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \"Thu, 29 Jul 2021 03:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": - \"Enabled\",\r\n \"createdDate\": \"Fri, 14 May 2021 09:00:07 GMT\",\r\n - \ \"modifiedDate\": \"Fri, 14 May 2021 09:00:07 GMT\"\r\n },\r\n \"id\": + \"Enabled\",\r\n \"createdDate\": \"Wed, 28 Jul 2021 03:41:58 GMT\",\r\n + \ \"modifiedDate\": \"Wed, 28 Jul 2021 03:41:58 GMT\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n \ \"name\": \"clitest000002\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \ \"location\": \"westus\"\r\n}" @@ -87,7 +87,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 09:00:08 GMT + - Wed, 28 Jul 2021 03:41:59 GMT pragma: - no-cache server: @@ -98,7 +98,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' x-powered-by: - ASP.NET - ASP.NET @@ -119,22 +119,22 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-mgmt-loganalytics/8.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-mgmt-loganalytics/11.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000002?api-version=2020-10-01 response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": - \"2bca01e4-bf77-4647-a25f-9d7fa3ea52db\",\r\n \"provisioningState\": \"Succeeded\",\r\n + \"ef137374-28cb-4d10-a927-da6aadfbdfd1\",\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": - \"Fri, 14 May 2021 09:00:07 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \"Wed, 28 Jul 2021 03:41:58 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n \ \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \ \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \ \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": - \"Sat, 15 May 2021 02:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \"Thu, 29 Jul 2021 03:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": - \"Enabled\",\r\n \"createdDate\": \"Fri, 14 May 2021 09:00:07 GMT\",\r\n - \ \"modifiedDate\": \"Fri, 14 May 2021 09:00:08 GMT\"\r\n },\r\n \"id\": + \"Enabled\",\r\n \"createdDate\": \"Wed, 28 Jul 2021 03:41:58 GMT\",\r\n + \ \"modifiedDate\": \"Wed, 28 Jul 2021 03:41:59 GMT\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n \ \"name\": \"clitest000002\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \ \"location\": \"westus\"\r\n}" @@ -146,7 +146,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 09:00:38 GMT + - Wed, 28 Jul 2021 03:42:30 GMT pragma: - no-cache server: @@ -180,12 +180,12 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-resource/16.1.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-05-14T08:59:57Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-07-28T03:41:46Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -194,7 +194,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 09:00:39 GMT + - Wed, 28 Jul 2021 03:42:31 GMT expires: - '-1' pragma: @@ -227,22 +227,22 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-mgmt-loganalytics/8.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-mgmt-loganalytics/11.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000003?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000003?api-version=2020-10-01 response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": - \"e9242819-cf3f-4c47-81a0-73d46dd34b8f\",\r\n \"provisioningState\": \"Creating\",\r\n + \"8f5b57a1-6b1b-41e6-9fc4-4b3ac21b5de2\",\r\n \"provisioningState\": \"Creating\",\r\n \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": - \"Fri, 14 May 2021 09:00:47 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \"Wed, 28 Jul 2021 03:42:37 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n \ \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \ \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \ \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": - \"Fri, 14 May 2021 20:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \"Thu, 29 Jul 2021 03:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": - \"Enabled\",\r\n \"createdDate\": \"Fri, 14 May 2021 09:00:47 GMT\",\r\n - \ \"modifiedDate\": \"Fri, 14 May 2021 09:00:47 GMT\"\r\n },\r\n \"id\": + \"Enabled\",\r\n \"createdDate\": \"Wed, 28 Jul 2021 03:42:37 GMT\",\r\n + \ \"modifiedDate\": \"Wed, 28 Jul 2021 03:42:37 GMT\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clitest000003\",\r\n \ \"name\": \"clitest000003\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \ \"location\": \"westus\"\r\n}" @@ -254,7 +254,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 09:00:48 GMT + - Wed, 28 Jul 2021 03:42:39 GMT pragma: - no-cache server: @@ -265,7 +265,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' x-powered-by: - ASP.NET - ASP.NET @@ -286,22 +286,22 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-mgmt-loganalytics/8.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-mgmt-loganalytics/11.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000003?api-version=2020-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clitest000003?api-version=2020-10-01 response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": - \"e9242819-cf3f-4c47-81a0-73d46dd34b8f\",\r\n \"provisioningState\": \"Succeeded\",\r\n + \"8f5b57a1-6b1b-41e6-9fc4-4b3ac21b5de2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": - \"Fri, 14 May 2021 09:00:47 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \"Wed, 28 Jul 2021 03:42:37 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n \ \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \ \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \ \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": - \"Fri, 14 May 2021 20:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \"Thu, 29 Jul 2021 03:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": - \"Enabled\",\r\n \"createdDate\": \"Fri, 14 May 2021 09:00:47 GMT\",\r\n - \ \"modifiedDate\": \"Fri, 14 May 2021 09:00:52 GMT\"\r\n },\r\n \"id\": + \"Enabled\",\r\n \"createdDate\": \"Wed, 28 Jul 2021 03:42:37 GMT\",\r\n + \ \"modifiedDate\": \"Wed, 28 Jul 2021 03:42:38 GMT\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clitest000003\",\r\n \ \"name\": \"clitest000003\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \ \"location\": \"westus\"\r\n}" @@ -313,7 +313,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 09:01:18 GMT + - Wed, 28 Jul 2021 03:43:09 GMT pragma: - no-cache server: @@ -353,24 +353,24 @@ interactions: ParameterSetName: - --app --location --kind -g --application-type User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/demoApp?api-version=2018-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"7300ffd5-0000-0200-0000-609e3c660000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"ca1461b3-a993-4f55-92c9-d392a208b27d","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"ad8ed70d-5613-4d7d-ab61-9b074ec3b6d3","ConnectionString":"InstrumentationKey=ad8ed70d-5613-4d7d-ab61-9b074ec3b6d3;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"demoApp","CreationDate":"2021-05-14T09:01:26.2279098+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"02001346-0000-0200-0000-6100d2520000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"53ee966d-afb2-4284-94f8-dcb07a56d3f5","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"296c863f-d53b-4a2d-a958-1e891eec3b1b","ConnectionString":"InstrumentationKey=296c863f-d53b-4a2d-a958-1e891eec3b1b","Name":"demoApp","CreationDate":"2021-07-28T03:43:13.3591925+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1045' + - '976' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 09:01:28 GMT + - Wed, 28 Jul 2021 03:43:16 GMT expires: - '-1' pragma: @@ -388,7 +388,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' x-powered-by: - ASP.NET status: @@ -408,24 +408,24 @@ interactions: ParameterSetName: - --app --query-access --ingestion-access -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/demoApp?api-version=2018-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"7300ffd5-0000-0200-0000-609e3c660000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"ca1461b3-a993-4f55-92c9-d392a208b27d","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"ad8ed70d-5613-4d7d-ab61-9b074ec3b6d3","ConnectionString":"InstrumentationKey=ad8ed70d-5613-4d7d-ab61-9b074ec3b6d3;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"demoApp","CreationDate":"2021-05-14T09:01:26.2279098+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"02001346-0000-0200-0000-6100d2520000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"53ee966d-afb2-4284-94f8-dcb07a56d3f5","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"296c863f-d53b-4a2d-a958-1e891eec3b1b","ConnectionString":"InstrumentationKey=296c863f-d53b-4a2d-a958-1e891eec3b1b","Name":"demoApp","CreationDate":"2021-07-28T03:43:13.3591925+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1045' + - '976' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 09:01:29 GMT + - Wed, 28 Jul 2021 03:43:17 GMT expires: - '-1' pragma: @@ -468,24 +468,24 @@ interactions: ParameterSetName: - --app --query-access --ingestion-access -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/demoApp?api-version=2018-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"730005d6-0000-0200-0000-609e3c6a0000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"ca1461b3-a993-4f55-92c9-d392a208b27d","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"ad8ed70d-5613-4d7d-ab61-9b074ec3b6d3","ConnectionString":"InstrumentationKey=ad8ed70d-5613-4d7d-ab61-9b074ec3b6d3;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"demoApp","CreationDate":"2021-05-14T09:01:26.2279098+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"Retention":"P90D","IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"02006346-0000-0200-0000-6100d2570000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"53ee966d-afb2-4284-94f8-dcb07a56d3f5","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"296c863f-d53b-4a2d-a958-1e891eec3b1b","ConnectionString":"InstrumentationKey=296c863f-d53b-4a2d-a958-1e891eec3b1b","Name":"demoApp","CreationDate":"2021-07-28T03:43:13.3591925+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"Retention":"P90D","IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1064' + - '995' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 09:01:34 GMT + - Wed, 28 Jul 2021 03:43:23 GMT expires: - '-1' pragma: @@ -503,7 +503,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1199' x-powered-by: - ASP.NET status: @@ -523,24 +523,24 @@ interactions: ParameterSetName: - --app --workspace --query-access --ingestion-access -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/demoApp?api-version=2020-02-02-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"730005d6-0000-0200-0000-609e3c6a0000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"ca1461b3-a993-4f55-92c9-d392a208b27d","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"ad8ed70d-5613-4d7d-ab61-9b074ec3b6d3","ConnectionString":"InstrumentationKey=ad8ed70d-5613-4d7d-ab61-9b074ec3b6d3;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"demoApp","CreationDate":"2021-05-14T09:01:26.2279098+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"Retention":"P90D","IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"02006346-0000-0200-0000-6100d2570000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"53ee966d-afb2-4284-94f8-dcb07a56d3f5","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"296c863f-d53b-4a2d-a958-1e891eec3b1b","ConnectionString":"InstrumentationKey=296c863f-d53b-4a2d-a958-1e891eec3b1b","Name":"demoApp","CreationDate":"2021-07-28T03:43:13.3591925+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"Retention":"P90D","IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1064' + - '995' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 09:01:34 GMT + - Wed, 28 Jul 2021 03:43:23 GMT expires: - '-1' pragma: @@ -576,9 +576,9 @@ interactions: ParameterSetName: - --app --workspace --query-access --ingestion-access -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-resource/16.1.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.OperationalInsights?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.OperationalInsights?api-version=2021-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights","namespace":"Microsoft.OperationalInsights","authorizations":[{"applicationId":"d2a0a418-0aac-4541-82b2-b3142c89da77","roleDefinitionId":"86695298-2eb9-48a7-9ec3-2fdb38b6878b"},{"applicationId":"ca7f3f0b-7d91-482c-8e09-c5d840d0eac5","roleDefinitionId":"5d5a2e56-9835-44aa-93db-d2f19e155438"}],"resourceTypes":[{"resourceType":"workspaces","locations":["East @@ -588,7 +588,7 @@ interactions: US 2","South Central US","North Central US","West US","UK West","South Africa North","Brazil South","Switzerland North","Switzerland West","Germany West Central","Australia Central 2","UAE Central","UAE North","Japan West","Brazil - Southeast","Norway East","Norway West","France South","South India"],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, + Southeast","Norway East","Norway West","France South","South India"],"apiVersions":["2021-06-01","2020-10-01","2020-08-01","2020-03-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation"},{"resourceType":"querypacks","locations":["West Central US","East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia @@ -654,14 +654,14 @@ interactions: US 2","South Central US","North Central US","West US","UK West","South Africa North","Brazil South","Switzerland North","Switzerland West","Germany West Central","Australia Central 2","UAE Central","UAE North","Japan West","Brazil - Southeast","Norway East","Norway West","France South","South India"],"apiVersions":["2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2015-11-01-preview","2014-11-10"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"clusters","locations":["East + Southeast","Norway East","Norway West","France South","South India"],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2015-11-01-preview","2014-11-10"],"defaultApiVersion":"2020-08-01","capabilities":"None"},{"resourceType":"clusters","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa North","Switzerland North","Switzerland West","Germany West Central","Australia Central 2","UAE Central","Brazil South","UAE North","Japan West","Brazil Southeast","Norway - East","Norway West","France South","South India"],"apiVersions":["2020-10-01","2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2020-08-01","capabilities":"CrossResourceGroupResourceMove, + East","Norway West","France South","South India"],"apiVersions":["2021-06-01","2020-10-01","2020-08-01","2020-03-01-preview","2019-08-01-preview"],"defaultApiVersion":"2021-06-01","capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation"},{"resourceType":"workspaces/dataExports","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan @@ -673,11 +673,11 @@ interactions: cache-control: - no-cache content-length: - - '10655' + - '10694' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 09:01:35 GMT + - Wed, 28 Jul 2021 03:43:23 GMT expires: - '-1' pragma: @@ -705,22 +705,22 @@ interactions: ParameterSetName: - --app --workspace --query-access --ingestion-access -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-resource/16.1.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000002?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000002?api-version=2021-06-01 response: body: string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": - \"2bca01e4-bf77-4647-a25f-9d7fa3ea52db\",\r\n \"provisioningState\": \"Succeeded\",\r\n + \"ef137374-28cb-4d10-a927-da6aadfbdfd1\",\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": - \"Fri, 14 May 2021 09:00:07 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \"Wed, 28 Jul 2021 03:41:58 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n \ \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n \ \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n \ \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": - \"Sat, 15 May 2021 02:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \"Thu, 29 Jul 2021 03:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": - \"Enabled\",\r\n \"createdDate\": \"Fri, 14 May 2021 09:00:07 GMT\",\r\n - \ \"modifiedDate\": \"Fri, 14 May 2021 09:00:08 GMT\"\r\n },\r\n \"id\": + \"Enabled\",\r\n \"createdDate\": \"Wed, 28 Jul 2021 03:41:58 GMT\",\r\n + \ \"modifiedDate\": \"Wed, 28 Jul 2021 03:41:59 GMT\"\r\n },\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clitest000002\",\r\n \ \"name\": \"clitest000002\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n \ \"location\": \"westus\"\r\n}" @@ -732,7 +732,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 09:01:36 GMT + - Wed, 28 Jul 2021 03:43:25 GMT pragma: - no-cache server: @@ -753,7 +753,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus", "tags": {}, "kind": "web", "etag": "\"730005d6-0000-0200-0000-609e3c6a0000\"", + body: '{"location": "westus", "tags": {}, "kind": "web", "etag": "\"02006346-0000-0200-0000-6100d2570000\"", "properties": {"Application_Type": "web", "Flow_Type": "Bluefield", "Request_Source": "rest", "WorkspaceResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000002", "publicNetworkAccessForIngestion": "Disabled", "publicNetworkAccessForQuery": @@ -774,24 +774,24 @@ interactions: ParameterSetName: - --app --workspace --query-access --ingestion-access -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/demoApp?api-version=2020-02-02-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"73000ad6-0000-0200-0000-609e3c740000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"ca1461b3-a993-4f55-92c9-d392a208b27d","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"ad8ed70d-5613-4d7d-ab61-9b074ec3b6d3","ConnectionString":"InstrumentationKey=ad8ed70d-5613-4d7d-ab61-9b074ec3b6d3;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"demoApp","CreationDate":"2021-05-14T09:01:26.2279098+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"Retention":"P90D","WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000002","LaMigrationDate":"2021-05-14T09:01:38.0559971+00:00","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Disabled","publicNetworkAccessForQuery":"Disabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/demoApp","name":"demoApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"0200e746-0000-0200-0000-6100d2600000\"","properties":{"Ver":"v2","ApplicationId":"demoApp","AppId":"53ee966d-afb2-4284-94f8-dcb07a56d3f5","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"296c863f-d53b-4a2d-a958-1e891eec3b1b","ConnectionString":"InstrumentationKey=296c863f-d53b-4a2d-a958-1e891eec3b1b","Name":"demoApp","CreationDate":"2021-07-28T03:43:13.3591925+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"Retention":"P90D","WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000002","LaMigrationDate":"2021-07-28T03:43:27.2741358+00:00","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Disabled","publicNetworkAccessForQuery":"Disabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1352' + - '1283' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 09:01:45 GMT + - Wed, 28 Jul 2021 03:43:32 GMT expires: - '-1' pragma: @@ -837,24 +837,24 @@ interactions: ParameterSetName: - --app --workspace --location --query-access --ingestion-access -g --application-type User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/testApp?api-version=2020-02-02-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/testApp","name":"testApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"730015d6-0000-0200-0000-609e3c7f0000\"","properties":{"Ver":"v2","ApplicationId":"testApp","AppId":"3755b878-4512-4b59-8237-a40daf826783","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"82d90ec7-2259-4f32-b7af-454b5a315f92","ConnectionString":"InstrumentationKey=82d90ec7-2259-4f32-b7af-454b5a315f92;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"testApp","CreationDate":"2021-05-14T09:01:50.7471084+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000003","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Disabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/testApp","name":"testApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"02007a47-0000-0200-0000-6100d2690000\"","properties":{"Ver":"v2","ApplicationId":"testApp","AppId":"607f93f8-8a3c-4fa5-8922-373ba5527739","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"5a4f12f4-8949-41e2-a295-f671587ff2a3","ConnectionString":"InstrumentationKey=5a4f12f4-8949-41e2-a295-f671587ff2a3","Name":"testApp","CreationDate":"2021-07-28T03:43:36.4349076+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000003","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Disabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1278' + - '1209' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 09:01:53 GMT + - Wed, 28 Jul 2021 03:43:44 GMT expires: - '-1' pragma: @@ -872,7 +872,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1196' x-powered-by: - ASP.NET status: @@ -892,24 +892,24 @@ interactions: ParameterSetName: - --app --kind -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/testApp?api-version=2018-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/testApp","name":"testApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"730015d6-0000-0200-0000-609e3c7f0000\"","properties":{"Ver":"v2","ApplicationId":"testApp","AppId":"3755b878-4512-4b59-8237-a40daf826783","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"82d90ec7-2259-4f32-b7af-454b5a315f92","ConnectionString":"InstrumentationKey=82d90ec7-2259-4f32-b7af-454b5a315f92;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"testApp","CreationDate":"2021-05-14T09:01:50.7471084+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000003","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Disabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/testApp","name":"testApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"02007a47-0000-0200-0000-6100d2690000\"","properties":{"Ver":"v2","ApplicationId":"testApp","AppId":"607f93f8-8a3c-4fa5-8922-373ba5527739","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"5a4f12f4-8949-41e2-a295-f671587ff2a3","ConnectionString":"InstrumentationKey=5a4f12f4-8949-41e2-a295-f671587ff2a3","Name":"testApp","CreationDate":"2021-07-28T03:43:36.4349076+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000003","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Disabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1278' + - '1209' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 09:01:54 GMT + - Wed, 28 Jul 2021 03:43:45 GMT expires: - '-1' pragma: @@ -952,24 +952,24 @@ interactions: ParameterSetName: - --app --kind -g User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/testApp?api-version=2018-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/testApp","name":"testApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"ios","etag":"\"73001dd6-0000-0200-0000-609e3c850000\"","properties":{"Ver":"v2","ApplicationId":"testApp","AppId":"3755b878-4512-4b59-8237-a40daf826783","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"82d90ec7-2259-4f32-b7af-454b5a315f92","ConnectionString":"InstrumentationKey=82d90ec7-2259-4f32-b7af-454b5a315f92;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"testApp","CreationDate":"2021-05-14T09:01:50.7471084+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"Retention":"P90D","WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000003","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Disabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/testApp","name":"testApp","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"ios","etag":"\"02000448-0000-0200-0000-6100d2740000\"","properties":{"Ver":"v2","ApplicationId":"testApp","AppId":"607f93f8-8a3c-4fa5-8922-373ba5527739","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"5a4f12f4-8949-41e2-a295-f671587ff2a3","ConnectionString":"InstrumentationKey=5a4f12f4-8949-41e2-a295-f671587ff2a3","Name":"testApp","CreationDate":"2021-07-28T03:43:36.4349076+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"Retention":"P90D","WorkspaceResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.OperationalInsights/workspaces/clitest000003","IngestionMode":"LogAnalytics","publicNetworkAccessForIngestion":"Disabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1297' + - '1228' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 09:02:00 GMT + - Wed, 28 Jul 2021 03:43:51 GMT expires: - '-1' pragma: @@ -987,7 +987,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' x-powered-by: - ASP.NET status: diff --git a/src/application-insights/azext_applicationinsights/tests/latest/recordings/test_connect_function.yaml b/src/application-insights/azext_applicationinsights/tests/latest/recordings/test_connect_function.yaml index 64c44392cd7..d1f6bf1fffa 100644 --- a/src/application-insights/azext_applicationinsights/tests/latest/recordings/test_connect_function.yaml +++ b/src/application-insights/azext_applicationinsights/tests/latest/recordings/test_connect_function.yaml @@ -19,24 +19,24 @@ interactions: ParameterSetName: - --app --location --kind -g --application-type User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/clitestai000003?api-version=2018-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/clitestai000003","name":"clitestai000003","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"730007d5-0000-0200-0000-609e3ac00000\"","properties":{"Ver":"v2","ApplicationId":"clitestai000003","AppId":"2ab79714-568d-4271-a2fa-132ef2dc9d1e","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"f9e3c44e-1817-4ef8-bc02-728e0260cccf","ConnectionString":"InstrumentationKey=f9e3c44e-1817-4ef8-bc02-728e0260cccf;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"clitestai000003","CreationDate":"2021-05-14T08:54:24.3436475+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/clitestai000003","name":"clitestai000003","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"02003e43-0000-0200-0000-6100d2210000\"","properties":{"Ver":"v2","ApplicationId":"clitestai000003","AppId":"74d15404-a3b2-4d77-83da-d35da626963f","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"cb271071-18f2-469a-83a2-6bbcffb3f9f8","ConnectionString":"InstrumentationKey=cb271071-18f2-469a-83a2-6bbcffb3f9f8","Name":"clitestai000003","CreationDate":"2021-07-28T03:42:23.4522338+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1113' + - '1044' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:54:26 GMT + - Wed, 28 Jul 2021 03:42:27 GMT expires: - '-1' pragma: @@ -54,7 +54,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' x-powered-by: - ASP.NET status: @@ -74,24 +74,24 @@ interactions: ParameterSetName: - -g --app User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/clitestai000003?api-version=2020-02-02-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/clitestai000003","name":"clitestai000003","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"730007d5-0000-0200-0000-609e3ac00000\"","properties":{"Ver":"v2","ApplicationId":"clitestai000003","AppId":"2ab79714-568d-4271-a2fa-132ef2dc9d1e","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"f9e3c44e-1817-4ef8-bc02-728e0260cccf","ConnectionString":"InstrumentationKey=f9e3c44e-1817-4ef8-bc02-728e0260cccf;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"clitestai000003","CreationDate":"2021-05-14T08:54:24.3436475+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/clitestai000003","name":"clitestai000003","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"02003e43-0000-0200-0000-6100d2210000\"","properties":{"Ver":"v2","ApplicationId":"clitestai000003","AppId":"74d15404-a3b2-4d77-83da-d35da626963f","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"cb271071-18f2-469a-83a2-6bbcffb3f9f8","ConnectionString":"InstrumentationKey=cb271071-18f2-469a-83a2-6bbcffb3f9f8","Name":"clitestai000003","CreationDate":"2021-07-28T03:42:23.4522338+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1113' + - '1044' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:54:27 GMT + - Wed, 28 Jul 2021 03:42:28 GMT expires: - '-1' pragma: @@ -127,12 +127,12 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-resource/16.1.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-05-14T08:53:46Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-07-28T03:41:46Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -141,7 +141,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:54:27 GMT + - Wed, 28 Jul 2021 03:42:29 GMT expires: - '-1' pragma: @@ -174,7 +174,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/validate?api-version=2020-09-01 response: @@ -188,7 +188,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:54:29 GMT + - Wed, 28 Jul 2021 03:42:29 GMT expires: - '-1' pragma: @@ -226,12 +226,12 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-resource/16.1.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-05-14T08:53:46Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-07-28T03:41:46Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -240,7 +240,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:54:28 GMT + - Wed, 28 Jul 2021 03:42:30 GMT expires: - '-1' pragma: @@ -273,24 +273,24 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/clitestplan000005?api-version=2020-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/clitestplan000005","name":"clitestplan000005","type":"Microsoft.Web/serverfarms","kind":"app","location":"westus","properties":{"serverFarmId":14542,"name":"clitestplan000005","sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1},"workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"elasticScaleEnabled":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-161_14542","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null,"existingServerFarmIds":null,"kubeEnvironmentProfile":null,"azBalancing":false},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/clitestplan000005","name":"clitestplan000005","type":"Microsoft.Web/serverfarms","kind":"app","location":"westus","properties":{"serverFarmId":19158,"name":"clitestplan000005","sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1},"workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"elasticScaleEnabled":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-165_19158","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null,"existingServerFarmIds":null,"kubeEnvironmentProfile":null,"zoneRedundant":false},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: cache-control: - no-cache content-length: - - '1674' + - '1676' content-type: - application/json date: - - Fri, 14 May 2021 08:54:38 GMT + - Wed, 28 Jul 2021 03:42:41 GMT etag: - - '"1D7489EC4DBF0E0"' + - '"1D783629D4B2420"' expires: - '-1' pragma: @@ -308,7 +308,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' x-powered-by: - ASP.NET status: @@ -328,23 +328,23 @@ interactions: ParameterSetName: - -g -n --plan -s User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/clitestplan000005?api-version=2020-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/clitestplan000005","name":"clitestplan000005","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":14542,"name":"clitestplan000005","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"elasticScaleEnabled":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-161_14542","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null,"existingServerFarmIds":null,"kubeEnvironmentProfile":null,"azBalancing":false},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' + US","properties":{"serverFarmId":19158,"name":"clitestplan000005","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"elasticScaleEnabled":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-165_19158","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null,"existingServerFarmIds":null,"kubeEnvironmentProfile":null,"zoneRedundant":false},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: cache-control: - no-cache content-length: - - '1602' + - '1604' content-type: - application/json date: - - Fri, 14 May 2021 08:54:39 GMT + - Wed, 28 Jul 2021 03:42:43 GMT expires: - '-1' pragma: @@ -380,12 +380,12 @@ interactions: ParameterSetName: - -g -n --plan -s User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2021-04-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-14T08:53:58.4836361Z","key2":"2021-05-14T08:53:58.4836361Z"},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-14T08:53:58.4836361Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-14T08:53:58.4836361Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-05-14T08:53:58.4054636Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-07-28T03:41:56.4861998Z","key2":"2021-07-28T03:41:56.4861998Z"},"privateEndpointConnections":[],"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-28T03:41:56.4861998Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-28T03:41:56.4861998Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-07-28T03:41:56.4080435Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -394,7 +394,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:54:39 GMT + - Wed, 28 Jul 2021 03:42:44 GMT expires: - '-1' pragma: @@ -428,12 +428,12 @@ interactions: ParameterSetName: - -g -n --plan -s User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-storage/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2021-04-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2021-05-14T08:53:58.4836361Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2021-05-14T08:53:58.4836361Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2021-07-28T03:41:56.4861998Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2021-07-28T03:41:56.4861998Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -442,7 +442,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:54:39 GMT + - Wed, 28 Jul 2021 03:42:44 GMT expires: - '-1' pragma: @@ -486,26 +486,26 @@ interactions: ParameterSetName: - -g -n --plan -s User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/clitestfunction000004?api-version=2020-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/clitestfunction000004","name":"clitestfunction000004","type":"Microsoft.Web/sites","kind":"functionapp","location":"West - US","properties":{"name":"clitestfunction000004","state":"Running","hostNames":["clitestfunction000004.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-161.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/clitestfunction000004","repositorySiteName":"clitestfunction000004","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["clitestfunction000004.azurewebsites.net","clitestfunction000004.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"clitestfunction000004.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"clitestfunction000004.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/clitestplan000005","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2021-05-14T08:54:45.43","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":{"numberOfWorkers":null,"defaultDocuments":null,"netFrameworkVersion":null,"phpVersion":null,"pythonVersion":null,"nodeVersion":null,"powerShellVersion":null,"linuxFxVersion":null,"windowsFxVersion":null,"requestTracingEnabled":null,"remoteDebuggingEnabled":null,"remoteDebuggingVersion":null,"httpLoggingEnabled":null,"azureMonitorLogCategories":null,"acrUseManagedIdentityCreds":false,"acrUserManagedIdentityID":null,"logsDirectorySizeLimit":null,"detailedErrorLoggingEnabled":null,"publishingUsername":null,"publishingPassword":null,"appSettings":null,"azureStorageAccounts":null,"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":null,"use32BitWorkerProcess":null,"webSocketsEnabled":null,"alwaysOn":null,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":null,"managedPipelineMode":null,"virtualApplications":null,"winAuthAdminState":null,"winAuthTenantState":null,"customAppPoolIdentityAdminState":null,"customAppPoolIdentityTenantState":null,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":null,"routingRules":null,"experiments":null,"limits":null,"autoHealEnabled":null,"autoHealRules":null,"tracingOptions":null,"vnetName":null,"vnetRouteAllEnabled":null,"vnetPrivatePortsCount":null,"publicNetworkAccess":null,"cors":null,"push":null,"apiDefinition":null,"apiManagementConfig":null,"autoSwapSlotName":null,"localMySqlEnabled":null,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"keyVaultReferenceIdentity":null,"ipSecurityRestrictions":[{"ipAddress":"Any","action":"Allow","priority":1,"name":"Allow + US","properties":{"name":"clitestfunction000004","state":"Running","hostNames":["clitestfunction000004.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-165.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/clitestfunction000004","repositorySiteName":"clitestfunction000004","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["clitestfunction000004.azurewebsites.net","clitestfunction000004.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"clitestfunction000004.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"clitestfunction000004.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/clitestplan000005","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2021-07-28T03:42:51.2433333","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":{"numberOfWorkers":1,"defaultDocuments":null,"netFrameworkVersion":null,"phpVersion":null,"pythonVersion":null,"nodeVersion":null,"powerShellVersion":null,"linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":null,"remoteDebuggingEnabled":null,"remoteDebuggingVersion":null,"httpLoggingEnabled":null,"azureMonitorLogCategories":null,"acrUseManagedIdentityCreds":false,"acrUserManagedIdentityID":null,"logsDirectorySizeLimit":null,"detailedErrorLoggingEnabled":null,"publishingUsername":null,"publishingPassword":null,"appSettings":null,"azureStorageAccounts":null,"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":null,"use32BitWorkerProcess":null,"webSocketsEnabled":null,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":null,"managedPipelineMode":null,"virtualApplications":null,"winAuthAdminState":null,"winAuthTenantState":null,"customAppPoolIdentityAdminState":null,"customAppPoolIdentityTenantState":null,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":null,"routingRules":null,"experiments":null,"limits":null,"autoHealEnabled":null,"autoHealRules":null,"tracingOptions":null,"vnetName":null,"vnetRouteAllEnabled":null,"vnetPrivatePortsCount":null,"publicNetworkAccess":null,"cors":null,"push":null,"apiDefinition":null,"apiManagementConfig":null,"autoSwapSlotName":null,"localMySqlEnabled":null,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"keyVaultReferenceIdentity":null,"ipSecurityRestrictions":[{"ipAddress":"Any","action":"Allow","priority":1,"name":"Allow all","description":"Allow all access"}],"scmIpSecurityRestrictions":[{"ipAddress":"Any","action":"Allow","priority":1,"name":"Allow - all","description":"Allow all access"}],"scmIpSecurityRestrictionsUseMain":null,"http20Enabled":null,"minTlsVersion":null,"scmMinTlsVersion":null,"ftpsState":null,"preWarmedInstanceCount":null,"functionAppScaleLimit":null,"healthCheckPath":null,"fileChangeAuditEnabled":null,"functionsRuntimeScaleMonitoringEnabled":null,"websiteTimeZone":null,"minimumElasticInstanceCount":0},"deploymentId":"clitestfunction000004","slotName":null,"trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"clientCertMode":"Required","clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"customDomainVerificationId":"253001F2FCF5A7B1CD759EB861E9BB1596370BE27E47A991F72184277B3D12F2","kind":"functionapp","inboundIpAddress":"40.112.243.48","possibleInboundIpAddresses":"40.112.243.48","ftpUsername":"clitestfunction000004\\$clitestfunction000004","ftpsHostName":"ftps://waws-prod-bay-161.ftp.azurewebsites.windows.net/site/wwwroot","outboundIpAddresses":"13.64.101.96,40.83.140.100,13.64.96.57,40.83.192.112,104.42.145.64,40.83.192.117,40.112.243.48","possibleOutboundIpAddresses":"13.64.101.96,40.83.140.100,13.64.96.57,40.83.192.112,104.42.145.64,40.83.192.117,40.83.199.92,40.112.133.253,13.64.100.149,40.83.207.146,40.118.225.47,40.83.207.154,40.83.199.120,40.83.199.197,13.64.92.163,40.83.199.40,13.64.157.173,13.64.157.191,13.64.157.198,13.64.154.214,13.64.158.146,40.83.199.50,40.83.192.203,13.64.101.15,13.64.159.171,40.83.141.201,13.64.159.111,13.73.39.135,40.83.199.39,13.64.8.37,40.112.243.48","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-161","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"clitestfunction000004.azurewebsites.net","slotSwapStatus":null,"keyVaultReferenceIdentity":"SystemAssigned","httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null,"privateEndpointConnections":null,"buildVersion":null,"targetBuildVersion":null,"migrationState":null,"eligibleLogCategories":"FunctionAppLogs","storageAccountRequired":false,"virtualNetworkSubnetId":null}}' + all","description":"Allow all access"}],"scmIpSecurityRestrictionsUseMain":null,"http20Enabled":false,"minTlsVersion":null,"scmMinTlsVersion":null,"ftpsState":null,"preWarmedInstanceCount":null,"functionAppScaleLimit":0,"healthCheckPath":null,"fileChangeAuditEnabled":null,"functionsRuntimeScaleMonitoringEnabled":null,"websiteTimeZone":null,"minimumElasticInstanceCount":0},"deploymentId":"clitestfunction000004","slotName":null,"trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":false,"clientCertEnabled":false,"clientCertMode":"Required","clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"customDomainVerificationId":"253001F2FCF5A7B1CD759EB861E9BB1596370BE27E47A991F72184277B3D12F2","kind":"functionapp","inboundIpAddress":"40.112.243.50","possibleInboundIpAddresses":"40.112.243.50","ftpUsername":"clitestfunction000004\\$clitestfunction000004","ftpsHostName":"ftps://waws-prod-bay-165.ftp.azurewebsites.windows.net/site/wwwroot","outboundIpAddresses":"13.64.16.238,13.64.95.102,13.91.127.75,13.64.88.215,13.64.94.44,13.64.98.140,40.112.243.50","possibleOutboundIpAddresses":"13.64.16.238,13.64.95.102,13.91.127.75,13.64.88.215,13.64.94.44,13.64.98.140,13.64.96.65,104.42.62.244,40.83.192.17,13.64.20.59,40.118.236.199,13.64.102.109,13.64.19.226,13.64.19.242,13.64.102.124,13.64.23.132,13.91.126.184,13.64.101.210,13.91.121.195,13.93.182.126,13.93.183.129,13.64.101.106,13.93.183.68,13.64.18.241,13.93.176.127,13.93.179.244,13.93.192.138,13.91.133.139,23.100.36.18,23.100.37.252,40.112.243.50","containerSize":1536,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-165","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"clitestfunction000004.azurewebsites.net","slotSwapStatus":null,"keyVaultReferenceIdentity":"SystemAssigned","httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null,"privateEndpointConnections":null,"buildVersion":null,"targetBuildVersion":null,"migrationState":null,"eligibleLogCategories":"FunctionAppLogs","storageAccountRequired":false,"virtualNetworkSubnetId":null}}' headers: cache-control: - no-cache content-length: - - '6468' + - '6458' content-type: - application/json date: - - Fri, 14 May 2021 08:55:02 GMT + - Wed, 28 Jul 2021 03:43:08 GMT etag: - - '"1D7489ECA626E40"' + - '"1D78362A4D5E2F5"' expires: - '-1' pragma: @@ -544,30 +544,28 @@ interactions: Content-Length: - '81' Content-Type: - - application/json; charset=utf-8 + - application/json ParameterSetName: - -g -n --plan -s User-Agent: - - python/3.8.10 (Windows-10-10.0.19043-SP0) msrest/0.6.21 msrest_azure/0.6.3 - azure-mgmt-applicationinsights/0.1.1 Azure-SDK-For-Python AZURECLI/2.23.0 - accept-language: - - en-US + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + (Windows-10-10.0.19043-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/clitestfunction000004?api-version=2015-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/clitestfunction000004?api-version=2015-05-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/clitestfunction000004","name":"clitestfunction000004","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"730025d5-0000-0200-0000-609e3aec0000\"","properties":{"Ver":"v2","ApplicationId":"clitestfunction000004","AppId":"f8e72406-1bca-4f8a-b54b-9de15d46a9b6","Application_Type":"web","Flow_Type":null,"Request_Source":null,"InstrumentationKey":"491d359f-9858-419c-a974-012ea08b5205","ConnectionString":"InstrumentationKey=491d359f-9858-419c-a974-012ea08b5205;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"clitestfunction000004","CreationDate":"2021-05-14T08:55:08.5477918+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/clitestfunction000004","name":"clitestfunction000004","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"02005446-0000-0200-0000-6100d2560000\"","properties":{"Ver":"v2","ApplicationId":"clitestfunction000004","AppId":"08ec2801-ec68-4467-a5d0-5a65d5831ecd","Application_Type":"web","Flow_Type":null,"Request_Source":null,"InstrumentationKey":"f2404c6b-7e28-433b-9501-7b2a3fcc4972","ConnectionString":"InstrumentationKey=f2404c6b-7e28-433b-9501-7b2a3fcc4972","Name":"clitestfunction000004","CreationDate":"2021-07-28T03:43:18.0980026+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1104' + - '1035' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:10 GMT + - Wed, 28 Jul 2021 03:43:20 GMT expires: - '-1' pragma: @@ -585,7 +583,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1198' x-powered-by: - ASP.NET status: @@ -607,7 +605,7 @@ interactions: ParameterSetName: - -g -n --plan -s User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/clitestfunction000004/config/appsettings/list?api-version=2020-09-01 response: @@ -622,7 +620,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:55:11 GMT + - Wed, 28 Jul 2021 03:43:21 GMT expires: - '-1' pragma: @@ -649,7 +647,7 @@ interactions: - request: body: '{"properties": {"FUNCTIONS_WORKER_RUNTIME": "dotnet", "FUNCTIONS_EXTENSION_VERSION": "~2", "AzureWebJobsStorage": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==", - "APPINSIGHTS_INSTRUMENTATIONKEY": "491d359f-9858-419c-a974-012ea08b5205"}}' + "APPINSIGHTS_INSTRUMENTATIONKEY": "f2404c6b-7e28-433b-9501-7b2a3fcc4972"}}' headers: Accept: - application/json @@ -666,13 +664,13 @@ interactions: ParameterSetName: - -g -n --plan -s User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/clitestfunction000004/config/appsettings?api-version=2020-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/clitestfunction000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"FUNCTIONS_WORKER_RUNTIME":"dotnet","FUNCTIONS_EXTENSION_VERSION":"~2","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","APPINSIGHTS_INSTRUMENTATIONKEY":"491d359f-9858-419c-a974-012ea08b5205"}}' + US","properties":{"FUNCTIONS_WORKER_RUNTIME":"dotnet","FUNCTIONS_EXTENSION_VERSION":"~2","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","APPINSIGHTS_INSTRUMENTATIONKEY":"f2404c6b-7e28-433b-9501-7b2a3fcc4972"}}' headers: cache-control: - no-cache @@ -681,9 +679,9 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:55:12 GMT + - Wed, 28 Jul 2021 03:43:22 GMT etag: - - '"1D7489ED9A7BB80"' + - '"1D78362B6ACD795"' expires: - '-1' pragma: @@ -721,24 +719,24 @@ interactions: ParameterSetName: - -g --app --function User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/clitestai000003?api-version=2018-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/clitestai000003","name":"clitestai000003","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"730007d5-0000-0200-0000-609e3ac00000\"","properties":{"Ver":"v2","ApplicationId":"clitestai000003","AppId":"2ab79714-568d-4271-a2fa-132ef2dc9d1e","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"f9e3c44e-1817-4ef8-bc02-728e0260cccf","ConnectionString":"InstrumentationKey=f9e3c44e-1817-4ef8-bc02-728e0260cccf;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"clitestai000003","CreationDate":"2021-05-14T08:54:24.3436475+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/clitestai000003","name":"clitestai000003","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"02003e43-0000-0200-0000-6100d2210000\"","properties":{"Ver":"v2","ApplicationId":"clitestai000003","AppId":"74d15404-a3b2-4d77-83da-d35da626963f","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"cb271071-18f2-469a-83a2-6bbcffb3f9f8","ConnectionString":"InstrumentationKey=cb271071-18f2-469a-83a2-6bbcffb3f9f8","Name":"clitestai000003","CreationDate":"2021-07-28T03:42:23.4522338+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1113' + - '1044' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:13 GMT + - Wed, 28 Jul 2021 03:43:22 GMT expires: - '-1' pragma: @@ -776,13 +774,13 @@ interactions: ParameterSetName: - -g --app --function User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/clitestfunction000004/config/appsettings/list?api-version=2020-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/clitestfunction000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"FUNCTIONS_WORKER_RUNTIME":"dotnet","FUNCTIONS_EXTENSION_VERSION":"~2","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","APPINSIGHTS_INSTRUMENTATIONKEY":"491d359f-9858-419c-a974-012ea08b5205"}}' + US","properties":{"FUNCTIONS_WORKER_RUNTIME":"dotnet","FUNCTIONS_EXTENSION_VERSION":"~2","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","APPINSIGHTS_INSTRUMENTATIONKEY":"f2404c6b-7e28-433b-9501-7b2a3fcc4972"}}' headers: cache-control: - no-cache @@ -791,7 +789,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:55:14 GMT + - Wed, 28 Jul 2021 03:43:23 GMT expires: - '-1' pragma: @@ -818,7 +816,7 @@ interactions: - request: body: '{"properties": {"FUNCTIONS_WORKER_RUNTIME": "dotnet", "FUNCTIONS_EXTENSION_VERSION": "~2", "AzureWebJobsStorage": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==", - "APPINSIGHTS_INSTRUMENTATIONKEY": "f9e3c44e-1817-4ef8-bc02-728e0260cccf"}}' + "APPINSIGHTS_INSTRUMENTATIONKEY": "cb271071-18f2-469a-83a2-6bbcffb3f9f8"}}' headers: Accept: - application/json @@ -835,13 +833,13 @@ interactions: ParameterSetName: - -g --app --function User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/clitestfunction000004/config/appsettings?api-version=2020-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/clitestfunction000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"FUNCTIONS_WORKER_RUNTIME":"dotnet","FUNCTIONS_EXTENSION_VERSION":"~2","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","APPINSIGHTS_INSTRUMENTATIONKEY":"f9e3c44e-1817-4ef8-bc02-728e0260cccf"}}' + US","properties":{"FUNCTIONS_WORKER_RUNTIME":"dotnet","FUNCTIONS_EXTENSION_VERSION":"~2","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","APPINSIGHTS_INSTRUMENTATIONKEY":"cb271071-18f2-469a-83a2-6bbcffb3f9f8"}}' headers: cache-control: - no-cache @@ -850,9 +848,9 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:55:16 GMT + - Wed, 28 Jul 2021 03:43:24 GMT etag: - - '"1D7489EDBCE10EB"' + - '"1D78362B83B9AEB"' expires: - '-1' pragma: @@ -870,7 +868,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' x-powered-by: - ASP.NET status: @@ -892,13 +890,13 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/clitestfunction000004/config/appsettings/list?api-version=2020-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/clitestfunction000004/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"FUNCTIONS_WORKER_RUNTIME":"dotnet","FUNCTIONS_EXTENSION_VERSION":"~2","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","APPINSIGHTS_INSTRUMENTATIONKEY":"f9e3c44e-1817-4ef8-bc02-728e0260cccf"}}' + US","properties":{"FUNCTIONS_WORKER_RUNTIME":"dotnet","FUNCTIONS_EXTENSION_VERSION":"~2","AzureWebJobsStorage":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","APPINSIGHTS_INSTRUMENTATIONKEY":"cb271071-18f2-469a-83a2-6bbcffb3f9f8"}}' headers: cache-control: - no-cache @@ -907,7 +905,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:55:17 GMT + - Wed, 28 Jul 2021 03:43:26 GMT expires: - '-1' pragma: @@ -945,7 +943,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/clitestfunction000004/config/slotConfigNames?api-version=2020-09-01 response: @@ -960,7 +958,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:55:18 GMT + - Wed, 28 Jul 2021 03:43:27 GMT expires: - '-1' pragma: diff --git a/src/application-insights/azext_applicationinsights/tests/latest/recordings/test_connect_webapp.yaml b/src/application-insights/azext_applicationinsights/tests/latest/recordings/test_connect_webapp.yaml index 519c18acf80..dc4ce3033d8 100644 --- a/src/application-insights/azext_applicationinsights/tests/latest/recordings/test_connect_webapp.yaml +++ b/src/application-insights/azext_applicationinsights/tests/latest/recordings/test_connect_webapp.yaml @@ -19,24 +19,24 @@ interactions: ParameterSetName: - --app --location --kind -g --application-type User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/clitestai000002?api-version=2018-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/clitestai000002","name":"clitestai000002","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"730020d5-0000-0200-0000-609e3ae70000\"","properties":{"Ver":"v2","ApplicationId":"clitestai000002","AppId":"7734de1c-02bf-41c5-b872-8b2a0eaf837a","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"2d107d58-9ce6-4ca7-b805-ef380896e7dd","ConnectionString":"InstrumentationKey=2d107d58-9ce6-4ca7-b805-ef380896e7dd;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"clitestai000002","CreationDate":"2021-05-14T08:55:02.8197978+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/clitestai000002","name":"clitestai000002","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"02007849-0000-0200-0000-6100d2900000\"","properties":{"Ver":"v2","ApplicationId":"clitestai000002","AppId":"c511e01e-4af3-4f07-8ae1-36c0a6811ab7","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"e51253a0-2f54-4a38-a09b-c64df359dd0a","ConnectionString":"InstrumentationKey=e51253a0-2f54-4a38-a09b-c64df359dd0a","Name":"clitestai000002","CreationDate":"2021-07-28T03:44:16.1548304+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1113' + - '1044' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:06 GMT + - Wed, 28 Jul 2021 03:44:17 GMT expires: - '-1' pragma: @@ -54,7 +54,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1199' x-powered-by: - ASP.NET status: @@ -74,24 +74,24 @@ interactions: ParameterSetName: - -g --app User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/clitestai000002?api-version=2020-02-02-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/clitestai000002","name":"clitestai000002","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"730020d5-0000-0200-0000-609e3ae70000\"","properties":{"Ver":"v2","ApplicationId":"clitestai000002","AppId":"7734de1c-02bf-41c5-b872-8b2a0eaf837a","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"2d107d58-9ce6-4ca7-b805-ef380896e7dd","ConnectionString":"InstrumentationKey=2d107d58-9ce6-4ca7-b805-ef380896e7dd;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"clitestai000002","CreationDate":"2021-05-14T08:55:02.8197978+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/clitestai000002","name":"clitestai000002","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"02007849-0000-0200-0000-6100d2900000\"","properties":{"Ver":"v2","ApplicationId":"clitestai000002","AppId":"c511e01e-4af3-4f07-8ae1-36c0a6811ab7","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"e51253a0-2f54-4a38-a09b-c64df359dd0a","ConnectionString":"InstrumentationKey=e51253a0-2f54-4a38-a09b-c64df359dd0a","Name":"clitestai000002","CreationDate":"2021-07-28T03:44:16.1548304+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1113' + - '1044' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:08 GMT + - Wed, 28 Jul 2021 03:44:19 GMT expires: - '-1' pragma: @@ -127,12 +127,12 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-resource/16.1.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-05-14T08:54:51Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-07-28T03:44:06Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -141,7 +141,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:09 GMT + - Wed, 28 Jul 2021 03:44:20 GMT expires: - '-1' pragma: @@ -174,7 +174,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/validate?api-version=2020-09-01 response: @@ -188,7 +188,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:55:10 GMT + - Wed, 28 Jul 2021 03:44:20 GMT expires: - '-1' pragma: @@ -226,12 +226,12 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-resource/16.1.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-resource/18.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2020-10-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-05-14T08:54:51Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2021-07-28T03:44:06Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -240,7 +240,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:10 GMT + - Wed, 28 Jul 2021 03:44:21 GMT expires: - '-1' pragma: @@ -273,24 +273,24 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/clitestplan000004?api-version=2020-09-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/clitestplan000004","name":"clitestplan000004","type":"Microsoft.Web/serverfarms","kind":"app","location":"westus","properties":{"serverFarmId":10153,"name":"clitestplan000004","sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1},"workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"elasticScaleEnabled":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-163_10153","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null,"existingServerFarmIds":null,"kubeEnvironmentProfile":null,"azBalancing":false},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/clitestplan000004","name":"clitestplan000004","type":"Microsoft.Web/serverfarms","kind":"app","location":"westus","properties":{"serverFarmId":19159,"name":"clitestplan000004","sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1},"workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":0,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"elasticScaleEnabled":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-165_19159","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null,"existingServerFarmIds":null,"kubeEnvironmentProfile":null,"zoneRedundant":false},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: cache-control: - no-cache content-length: - - '1674' + - '1676' content-type: - application/json date: - - Fri, 14 May 2021 08:55:20 GMT + - Wed, 28 Jul 2021 03:44:32 GMT etag: - - '"1D7489EDDA716AB"' + - '"1D78362DF514D40"' expires: - '-1' pragma: @@ -328,23 +328,23 @@ interactions: ParameterSetName: - -g -n --plan User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/clitestplan000004?api-version=2020-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/clitestplan000004","name":"clitestplan000004","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":10153,"name":"clitestplan000004","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"elasticScaleEnabled":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-163_10153","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null,"existingServerFarmIds":null,"kubeEnvironmentProfile":null,"azBalancing":false},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' + US","properties":{"serverFarmId":19159,"name":"clitestplan000004","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"elasticScaleEnabled":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-165_19159","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null,"existingServerFarmIds":null,"kubeEnvironmentProfile":null,"zoneRedundant":false},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: cache-control: - no-cache content-length: - - '1602' + - '1604' content-type: - application/json date: - - Fri, 14 May 2021 08:55:22 GMT + - Wed, 28 Jul 2021 03:44:33 GMT expires: - '-1' pragma: @@ -385,7 +385,7 @@ interactions: ParameterSetName: - -g -n --plan User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/validate?api-version=2020-09-01 response: @@ -399,7 +399,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:55:23 GMT + - Wed, 28 Jul 2021 03:44:34 GMT expires: - '-1' pragma: @@ -437,23 +437,23 @@ interactions: ParameterSetName: - -g -n --plan User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/clitestplan000004?api-version=2020-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/clitestplan000004","name":"clitestplan000004","type":"Microsoft.Web/serverfarms","kind":"app","location":"West - US","properties":{"serverFarmId":10153,"name":"clitestplan000004","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West - US","perSiteScaling":false,"elasticScaleEnabled":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-163_10153","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null,"existingServerFarmIds":null,"kubeEnvironmentProfile":null,"azBalancing":false},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' + US","properties":{"serverFarmId":19159,"name":"clitestplan000004","workerSize":"Default","workerSizeId":0,"workerTierName":null,"numberOfWorkers":1,"currentWorkerSize":"Default","currentWorkerSizeId":0,"currentNumberOfWorkers":1,"status":"Ready","webSpace":"clitest.rg000001-WestUSwebspace","subscription":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","adminSiteName":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"maximumNumberOfWorkers":3,"planName":"VirtualDedicatedPlan","adminRuntimeSiteName":null,"computeMode":"Dedicated","siteMode":null,"geoRegion":"West + US","perSiteScaling":false,"elasticScaleEnabled":false,"maximumElasticWorkerCount":1,"numberOfSites":0,"hostingEnvironmentId":null,"isSpot":false,"spotExpirationTime":null,"freeOfferExpirationTime":null,"tags":null,"kind":"app","resourceGroup":"clitest.rg000001","reserved":false,"isXenon":false,"hyperV":false,"mdmId":"waws-prod-bay-165_19159","targetWorkerCount":0,"targetWorkerSizeId":0,"provisioningState":"Succeeded","webSiteId":null,"existingServerFarmIds":null,"kubeEnvironmentProfile":null,"zoneRedundant":false},"sku":{"name":"B1","tier":"Basic","size":"B1","family":"B","capacity":1}}' headers: cache-control: - no-cache content-length: - - '1602' + - '1604' content-type: - application/json date: - - Fri, 14 May 2021 08:55:23 GMT + - Wed, 28 Jul 2021 03:44:36 GMT expires: - '-1' pragma: @@ -493,7 +493,7 @@ interactions: ParameterSetName: - -g -n --plan User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Web/checknameavailability?api-version=2020-09-01 response: @@ -507,7 +507,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:55:24 GMT + - Wed, 28 Jul 2021 03:44:37 GMT expires: - '-1' pragma: @@ -551,26 +551,26 @@ interactions: ParameterSetName: - -g -n --plan User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/clitestwebapp000003?api-version=2020-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/clitestwebapp000003","name":"clitestwebapp000003","type":"Microsoft.Web/sites","kind":"app","location":"West - US","properties":{"name":"clitestwebapp000003","state":"Running","hostNames":["clitestwebapp000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-163.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/clitestwebapp000003","repositorySiteName":"clitestwebapp000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["clitestwebapp000003.azurewebsites.net","clitestwebapp000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"clitestwebapp000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"clitestwebapp000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/clitestplan000004","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2021-05-14T08:55:29.6766667","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":{"numberOfWorkers":null,"defaultDocuments":null,"netFrameworkVersion":null,"phpVersion":null,"pythonVersion":null,"nodeVersion":null,"powerShellVersion":null,"linuxFxVersion":null,"windowsFxVersion":null,"requestTracingEnabled":null,"remoteDebuggingEnabled":null,"remoteDebuggingVersion":null,"httpLoggingEnabled":null,"azureMonitorLogCategories":null,"acrUseManagedIdentityCreds":false,"acrUserManagedIdentityID":null,"logsDirectorySizeLimit":null,"detailedErrorLoggingEnabled":null,"publishingUsername":null,"publishingPassword":null,"appSettings":null,"azureStorageAccounts":null,"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":null,"use32BitWorkerProcess":null,"webSocketsEnabled":null,"alwaysOn":null,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":null,"managedPipelineMode":null,"virtualApplications":null,"winAuthAdminState":null,"winAuthTenantState":null,"customAppPoolIdentityAdminState":null,"customAppPoolIdentityTenantState":null,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":null,"routingRules":null,"experiments":null,"limits":null,"autoHealEnabled":null,"autoHealRules":null,"tracingOptions":null,"vnetName":null,"vnetRouteAllEnabled":null,"vnetPrivatePortsCount":null,"publicNetworkAccess":null,"cors":null,"push":null,"apiDefinition":null,"apiManagementConfig":null,"autoSwapSlotName":null,"localMySqlEnabled":null,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"keyVaultReferenceIdentity":null,"ipSecurityRestrictions":[{"ipAddress":"Any","action":"Allow","priority":1,"name":"Allow + US","properties":{"name":"clitestwebapp000003","state":"Running","hostNames":["clitestwebapp000003.azurewebsites.net"],"webSpace":"clitest.rg000001-WestUSwebspace","selfLink":"https://waws-prod-bay-165.api.azurewebsites.windows.net:454/subscriptions/00000000-0000-0000-0000-000000000000/webspaces/clitest.rg000001-WestUSwebspace/sites/clitestwebapp000003","repositorySiteName":"clitestwebapp000003","owner":null,"usageState":"Normal","enabled":true,"adminEnabled":true,"enabledHostNames":["clitestwebapp000003.azurewebsites.net","clitestwebapp000003.scm.azurewebsites.net"],"siteProperties":{"metadata":null,"properties":[{"name":"LinuxFxVersion","value":""},{"name":"WindowsFxVersion","value":null}],"appSettings":null},"availabilityState":"Normal","sslCertificates":null,"csrs":[],"cers":null,"siteMode":null,"hostNameSslStates":[{"name":"clitestwebapp000003.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Standard"},{"name":"clitestwebapp000003.scm.azurewebsites.net","sslState":"Disabled","ipBasedSslResult":null,"virtualIP":null,"thumbprint":null,"toUpdate":null,"toUpdateIpBasedSsl":null,"ipBasedSslState":"NotConfigured","hostType":"Repository"}],"computeMode":null,"serverFarm":null,"serverFarmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/serverfarms/clitestplan000004","reserved":false,"isXenon":false,"hyperV":false,"lastModifiedTimeUtc":"2021-07-28T03:44:42.51","storageRecoveryDefaultState":"Running","contentAvailabilityState":"Normal","runtimeAvailabilityState":"Normal","siteConfig":{"numberOfWorkers":1,"defaultDocuments":null,"netFrameworkVersion":null,"phpVersion":null,"pythonVersion":null,"nodeVersion":null,"powerShellVersion":null,"linuxFxVersion":"","windowsFxVersion":null,"requestTracingEnabled":null,"remoteDebuggingEnabled":null,"remoteDebuggingVersion":null,"httpLoggingEnabled":null,"azureMonitorLogCategories":null,"acrUseManagedIdentityCreds":false,"acrUserManagedIdentityID":null,"logsDirectorySizeLimit":null,"detailedErrorLoggingEnabled":null,"publishingUsername":null,"publishingPassword":null,"appSettings":null,"azureStorageAccounts":null,"metadata":null,"connectionStrings":null,"machineKey":null,"handlerMappings":null,"documentRoot":null,"scmType":null,"use32BitWorkerProcess":null,"webSocketsEnabled":null,"alwaysOn":false,"javaVersion":null,"javaContainer":null,"javaContainerVersion":null,"appCommandLine":null,"managedPipelineMode":null,"virtualApplications":null,"winAuthAdminState":null,"winAuthTenantState":null,"customAppPoolIdentityAdminState":null,"customAppPoolIdentityTenantState":null,"runtimeADUser":null,"runtimeADUserPassword":null,"loadBalancing":null,"routingRules":null,"experiments":null,"limits":null,"autoHealEnabled":null,"autoHealRules":null,"tracingOptions":null,"vnetName":null,"vnetRouteAllEnabled":null,"vnetPrivatePortsCount":null,"publicNetworkAccess":null,"cors":null,"push":null,"apiDefinition":null,"apiManagementConfig":null,"autoSwapSlotName":null,"localMySqlEnabled":null,"managedServiceIdentityId":null,"xManagedServiceIdentityId":null,"keyVaultReferenceIdentity":null,"ipSecurityRestrictions":[{"ipAddress":"Any","action":"Allow","priority":1,"name":"Allow all","description":"Allow all access"}],"scmIpSecurityRestrictions":[{"ipAddress":"Any","action":"Allow","priority":1,"name":"Allow - all","description":"Allow all access"}],"scmIpSecurityRestrictionsUseMain":null,"http20Enabled":null,"minTlsVersion":null,"scmMinTlsVersion":null,"ftpsState":null,"preWarmedInstanceCount":null,"functionAppScaleLimit":null,"healthCheckPath":null,"fileChangeAuditEnabled":null,"functionsRuntimeScaleMonitoringEnabled":null,"websiteTimeZone":null,"minimumElasticInstanceCount":0},"deploymentId":"clitestwebapp000003","slotName":null,"trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertMode":"Required","clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"customDomainVerificationId":"253001F2FCF5A7B1CD759EB861E9BB1596370BE27E47A991F72184277B3D12F2","kind":"app","inboundIpAddress":"40.112.243.49","possibleInboundIpAddresses":"40.112.243.49","ftpUsername":"clitestwebapp000003\\$clitestwebapp000003","ftpsHostName":"ftps://waws-prod-bay-163.ftp.azurewebsites.windows.net/site/wwwroot","outboundIpAddresses":"40.83.136.131,104.42.151.30,104.42.147.141,104.42.151.74,104.42.148.53,104.42.146.233,40.112.243.49","possibleOutboundIpAddresses":"40.83.136.131,104.42.151.30,104.42.147.141,104.42.151.74,104.42.148.53,104.42.146.233,13.64.153.198,13.73.39.202,40.83.192.34,40.83.192.18,13.64.152.65,13.64.100.62,104.42.146.65,104.42.147.38,13.64.101.9,13.64.101.192,13.64.97.22,40.78.16.184,13.64.159.2,13.64.22.244,40.118.231.172,104.42.248.60,40.112.133.197,104.42.149.53,13.64.99.248,13.64.19.2,13.64.19.239,13.64.20.115,13.91.124.174,13.91.125.68,40.112.243.49","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-163","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"clitestwebapp000003.azurewebsites.net","slotSwapStatus":null,"keyVaultReferenceIdentity":"SystemAssigned","httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null,"privateEndpointConnections":null,"buildVersion":null,"targetBuildVersion":null,"migrationState":null,"eligibleLogCategories":"AppServiceAppLogs,AppServiceAuditLogs,AppServiceConsoleLogs,AppServiceHTTPLogs,AppServiceIPSecAuditLogs,AppServicePlatformLogs,ScanLogs","storageAccountRequired":false,"virtualNetworkSubnetId":null}}' + all","description":"Allow all access"}],"scmIpSecurityRestrictionsUseMain":null,"http20Enabled":false,"minTlsVersion":null,"scmMinTlsVersion":null,"ftpsState":null,"preWarmedInstanceCount":null,"functionAppScaleLimit":0,"healthCheckPath":null,"fileChangeAuditEnabled":null,"functionsRuntimeScaleMonitoringEnabled":null,"websiteTimeZone":null,"minimumElasticInstanceCount":0},"deploymentId":"clitestwebapp000003","slotName":null,"trafficManagerHostNames":null,"sku":"Basic","scmSiteAlsoStopped":false,"targetSwapSlot":null,"hostingEnvironment":null,"hostingEnvironmentProfile":null,"clientAffinityEnabled":true,"clientCertEnabled":false,"clientCertMode":"Required","clientCertExclusionPaths":null,"hostNamesDisabled":false,"domainVerificationIdentifiers":null,"customDomainVerificationId":"253001F2FCF5A7B1CD759EB861E9BB1596370BE27E47A991F72184277B3D12F2","kind":"app","inboundIpAddress":"40.112.243.50","possibleInboundIpAddresses":"40.112.243.50","ftpUsername":"clitestwebapp000003\\$clitestwebapp000003","ftpsHostName":"ftps://waws-prod-bay-165.ftp.azurewebsites.windows.net/site/wwwroot","outboundIpAddresses":"13.64.16.238,13.64.95.102,13.91.127.75,13.64.88.215,13.64.94.44,13.64.98.140,40.112.243.50","possibleOutboundIpAddresses":"13.64.16.238,13.64.95.102,13.91.127.75,13.64.88.215,13.64.94.44,13.64.98.140,13.64.96.65,104.42.62.244,40.83.192.17,13.64.20.59,40.118.236.199,13.64.102.109,13.64.19.226,13.64.19.242,13.64.102.124,13.64.23.132,13.91.126.184,13.64.101.210,13.91.121.195,13.93.182.126,13.93.183.129,13.64.101.106,13.93.183.68,13.64.18.241,13.93.176.127,13.93.179.244,13.93.192.138,13.91.133.139,23.100.36.18,23.100.37.252,40.112.243.50","containerSize":0,"dailyMemoryTimeQuota":0,"suspendedTill":null,"siteDisabledReason":0,"functionExecutionUnitsCache":null,"maxNumberOfWorkers":null,"homeStamp":"waws-prod-bay-165","cloningInfo":null,"hostingEnvironmentId":null,"tags":null,"resourceGroup":"clitest.rg000001","defaultHostName":"clitestwebapp000003.azurewebsites.net","slotSwapStatus":null,"keyVaultReferenceIdentity":"SystemAssigned","httpsOnly":false,"redundancyMode":"None","inProgressOperationId":null,"geoDistributions":null,"privateEndpointConnections":null,"buildVersion":null,"targetBuildVersion":null,"migrationState":null,"eligibleLogCategories":"AppServiceAppLogs,AppServiceAuditLogs,AppServiceConsoleLogs,AppServiceHTTPLogs,AppServiceIPSecAuditLogs,AppServicePlatformLogs,ScanLogs","storageAccountRequired":false,"virtualNetworkSubnetId":null}}' headers: cache-control: - no-cache content-length: - - '6574' + - '6553' content-type: - application/json date: - - Fri, 14 May 2021 08:55:46 GMT + - Wed, 28 Jul 2021 03:44:58 GMT etag: - - '"1D7489EE44DF82B"' + - '"1D78362E6EEDDCB"' expires: - '-1' pragma: @@ -612,25 +612,25 @@ interactions: ParameterSetName: - -g -n --plan User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/clitestwebapp000003/publishxml?api-version=2020-09-01 response: body: string: @@ -642,7 +642,7 @@ interactions: content-type: - application/xml date: - - Fri, 14 May 2021 08:55:46 GMT + - Wed, 28 Jul 2021 03:45:00 GMT expires: - '-1' pragma: @@ -676,24 +676,24 @@ interactions: ParameterSetName: - -g --app --web-app --enable-profiler --enable-snapshot-debugger User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-applicationinsights/1.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Insights/components/clitestai000002?api-version=2018-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/clitestai000002","name":"clitestai000002","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"730020d5-0000-0200-0000-609e3ae70000\"","properties":{"Ver":"v2","ApplicationId":"clitestai000002","AppId":"7734de1c-02bf-41c5-b872-8b2a0eaf837a","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"2d107d58-9ce6-4ca7-b805-ef380896e7dd","ConnectionString":"InstrumentationKey=2d107d58-9ce6-4ca7-b805-ef380896e7dd;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/","Name":"clitestai000002","CreationDate":"2021-05-14T08:55:02.8197978+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/microsoft.insights/components/clitestai000002","name":"clitestai000002","type":"microsoft.insights/components","location":"westus","tags":{},"kind":"web","etag":"\"02007849-0000-0200-0000-6100d2900000\"","properties":{"Ver":"v2","ApplicationId":"clitestai000002","AppId":"c511e01e-4af3-4f07-8ae1-36c0a6811ab7","Application_Type":"web","Flow_Type":"Bluefield","Request_Source":"rest","InstrumentationKey":"e51253a0-2f54-4a38-a09b-c64df359dd0a","ConnectionString":"InstrumentationKey=e51253a0-2f54-4a38-a09b-c64df359dd0a","Name":"clitestai000002","CreationDate":"2021-07-28T03:44:16.1548304+00:00","TenantId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","provisioningState":"Succeeded","SamplingPercentage":null,"RetentionInDays":90,"IngestionMode":"ApplicationInsights","publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled"}}' headers: access-control-expose-headers: - Request-Context cache-control: - no-cache content-length: - - '1113' + - '1044' content-type: - application/json; charset=utf-8 date: - - Fri, 14 May 2021 08:55:48 GMT + - Wed, 28 Jul 2021 03:45:01 GMT expires: - '-1' pragma: @@ -731,7 +731,7 @@ interactions: ParameterSetName: - -g --app --web-app --enable-profiler --enable-snapshot-debugger User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/clitestwebapp000003/config/appsettings/list?api-version=2020-09-01 response: @@ -746,7 +746,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:55:49 GMT + - Wed, 28 Jul 2021 03:45:02 GMT expires: - '-1' pragma: @@ -764,7 +764,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '11998' x-powered-by: - ASP.NET status: @@ -772,7 +772,7 @@ interactions: message: OK - request: body: '{"properties": {"WEBSITE_NODE_DEFAULT_VERSION": "10.14.1", "APPINSIGHTS_INSTRUMENTATIONKEY": - "2d107d58-9ce6-4ca7-b805-ef380896e7dd", "APPINSIGHTS_PROFILERFEATURE_VERSION": + "e51253a0-2f54-4a38-a09b-c64df359dd0a", "APPINSIGHTS_PROFILERFEATURE_VERSION": "1.0.0", "APPINSIGHTS_SNAPSHOTFEATURE_VERSION": "1.0.0"}}' headers: Accept: @@ -790,13 +790,13 @@ interactions: ParameterSetName: - -g --app --web-app --enable-profiler --enable-snapshot-debugger User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/clitestwebapp000003/config/appsettings?api-version=2020-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/clitestwebapp000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"10.14.1","APPINSIGHTS_INSTRUMENTATIONKEY":"2d107d58-9ce6-4ca7-b805-ef380896e7dd","APPINSIGHTS_PROFILERFEATURE_VERSION":"1.0.0","APPINSIGHTS_SNAPSHOTFEATURE_VERSION":"1.0.0"}}' + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"10.14.1","APPINSIGHTS_INSTRUMENTATIONKEY":"e51253a0-2f54-4a38-a09b-c64df359dd0a","APPINSIGHTS_PROFILERFEATURE_VERSION":"1.0.0","APPINSIGHTS_SNAPSHOTFEATURE_VERSION":"1.0.0"}}' headers: cache-control: - no-cache @@ -805,9 +805,9 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:55:50 GMT + - Wed, 28 Jul 2021 03:45:04 GMT etag: - - '"1D7489EF099DB8B"' + - '"1D78362F31B3840"' expires: - '-1' pragma: @@ -825,7 +825,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1198' x-powered-by: - ASP.NET status: @@ -847,13 +847,13 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/clitestwebapp000003/config/appsettings/list?api-version=2020-09-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/clitestwebapp000003/config/appsettings","name":"appsettings","type":"Microsoft.Web/sites/config","location":"West - US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"10.14.1","APPINSIGHTS_INSTRUMENTATIONKEY":"2d107d58-9ce6-4ca7-b805-ef380896e7dd","APPINSIGHTS_PROFILERFEATURE_VERSION":"1.0.0","APPINSIGHTS_SNAPSHOTFEATURE_VERSION":"1.0.0"}}' + US","properties":{"WEBSITE_NODE_DEFAULT_VERSION":"10.14.1","APPINSIGHTS_INSTRUMENTATIONKEY":"e51253a0-2f54-4a38-a09b-c64df359dd0a","APPINSIGHTS_PROFILERFEATURE_VERSION":"1.0.0","APPINSIGHTS_SNAPSHOTFEATURE_VERSION":"1.0.0"}}' headers: cache-control: - no-cache @@ -862,7 +862,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:55:52 GMT + - Wed, 28 Jul 2021 03:45:05 GMT expires: - '-1' pragma: @@ -900,7 +900,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.23.0 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) + - AZURECLI/2.26.1 azsdk-python-azure-mgmt-web/2.0.0 Python/3.8.10 (Windows-10-10.0.19043-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Web/sites/clitestwebapp000003/config/slotConfigNames?api-version=2020-09-01 response: @@ -915,7 +915,7 @@ interactions: content-type: - application/json date: - - Fri, 14 May 2021 08:55:52 GMT + - Wed, 28 Jul 2021 03:45:05 GMT expires: - '-1' pragma: diff --git a/src/application-insights/setup.py b/src/application-insights/setup.py index 83c6f545230..da5049271b6 100644 --- a/src/application-insights/setup.py +++ b/src/application-insights/setup.py @@ -8,7 +8,7 @@ from codecs import open from setuptools import setup, find_packages -VERSION = "0.1.13" +VERSION = "0.1.14" CLASSIFIERS = [ 'Development Status :: 4 - Beta', From 433d01889a69aef376babc8b5ad4e31fafbc594c Mon Sep 17 00:00:00 2001 From: Azure CLI Bot Date: Wed, 28 Jul 2021 16:34:52 +0800 Subject: [PATCH 17/20] [Release] Update index.json for extension [ databricks ] (#3708) Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=1020394 Last commit: https://github.com/Azure/azure-cli-extensions/commit/a993bc0191c59287cbda6b6c464ecc49f45b2942 --- src/index.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/src/index.json b/src/index.json index 343a6972f99..e9fff23d343 100644 --- a/src/index.json +++ b/src/index.json @@ -9185,6 +9185,48 @@ "version": "0.7.2" }, "sha256Digest": "daf595a051a47dded0fbe18a289e454f221eaaae11d1aadaa3f45612aff1b05f" + }, + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/databricks-0.7.3-py3-none-any.whl", + "filename": "databricks-0.7.3-py3-none-any.whl", + "metadata": { + "azext.minCliCoreVersion": "2.3.1", + "classifiers": [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "License :: OSI Approved :: MIT License" + ], + "extensions": { + "python.details": { + "contacts": [ + { + "email": "azpycli@microsoft.com", + "name": "Microsoft Corporation", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst" + }, + "project_urls": { + "Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/databricks" + } + } + }, + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "databricks", + "summary": "Microsoft Azure Command-Line Tools DatabricksClient Extension", + "version": "0.7.3" + }, + "sha256Digest": "b70d79f20b8b2e116df9afc321243d847bbe83db75d863e2e3a00c79bbd0908b" } ], "datadog": [ From b09a106947c9eaad065044701869a36574ec952d Mon Sep 17 00:00:00 2001 From: Azure CLI Bot Date: Wed, 28 Jul 2021 16:37:11 +0800 Subject: [PATCH 18/20] [Release] Update index.json for extension [ serial-console ] (#3706) Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_ID=1020030 Last commit: https://github.com/Azure/azure-cli-extensions/commit/1fad1dd0ebef325a90035a9235915a42234b5eeb --- src/index.json | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/src/index.json b/src/index.json index e9fff23d343..6776aa6b008 100644 --- a/src/index.json +++ b/src/index.json @@ -17733,6 +17733,59 @@ "sha256Digest": "407f23c06a7bd6e1200f108abcd0127904334d9813ccae8df8fc3e63b3eaa97f" } ], + "serial-console": [ + { + "downloadUrl": "https://azcliprod.blob.core.windows.net/cli-extensions/serial_console-0.1.0-py3-none-any.whl", + "filename": "serial_console-0.1.0-py3-none-any.whl", + "metadata": { + "azext.isPreview": true, + "azext.minCliCoreVersion": "2.15.0", + "classifiers": [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "License :: OSI Approved :: MIT License" + ], + "extensions": { + "python.details": { + "contacts": [ + { + "email": "azpycli@microsoft.com", + "name": "Microsoft Corporation", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst" + }, + "project_urls": { + "Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/serialconsole" + } + } + }, + "extras": [], + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "serial-console", + "run_requires": [ + { + "requires": [ + "websocket-client (~=0.56.0)" + ] + } + ], + "summary": "Microsoft Azure Command-Line Tools for Serial Console Extension", + "version": "0.1.0" + }, + "sha256Digest": "39317e5d4ecc6add26a624a6fa0d48344cfb6b3faaefb6ccbdcb30de9d35fb50" + } + ], "spring-cloud": [ { "downloadUrl": "https://azurecliprod.blob.core.windows.net/cli-extensions/spring_cloud-0.1.0-py2.py3-none-any.whl", From a0431a637f8352407aa70f05e836f8b0834d9e63 Mon Sep 17 00:00:00 2001 From: Jonathan Innis Date: Wed, 28 Jul 2021 10:24:26 -0700 Subject: [PATCH 19/20] Use default extension with identity instead of Cassandra specific (#69) --- .../azext_k8s_extension/custom.py | 4 +- ...dra.py => DefaultExtensionWithIdentity.py} | 120 +++++++++--------- 2 files changed, 62 insertions(+), 62 deletions(-) rename src/k8s-extension/azext_k8s_extension/partner_extensions/{Cassandra.py => DefaultExtensionWithIdentity.py} (96%) diff --git a/src/k8s-extension/azext_k8s_extension/custom.py b/src/k8s-extension/azext_k8s_extension/custom.py index 42f5d3234fc..b8a7e51bbcf 100644 --- a/src/k8s-extension/azext_k8s_extension/custom.py +++ b/src/k8s-extension/azext_k8s_extension/custom.py @@ -17,7 +17,7 @@ from .partner_extensions.ContainerInsights import ContainerInsights from .partner_extensions.AzureDefender import AzureDefender -from .partner_extensions.Cassandra import Cassandra +from .partner_extensions.DefaultExtensionWithIdentity import DefaultExtensionWithIdentity from .partner_extensions.AzureMLKubernetes import AzureMLKubernetes from .partner_extensions.OpenServiceMesh import OpenServiceMesh from .partner_extensions.DefaultExtension import DefaultExtension @@ -35,7 +35,7 @@ def ExtensionFactory(extension_name): 'microsoft.azuredefender.kubernetes': AzureDefender, 'microsoft.openservicemesh': OpenServiceMesh, 'microsoft.azureml.kubernetes': AzureMLKubernetes, - 'cassandradatacentersoperator': Cassandra, + 'cassandradatacentersoperator': DefaultExtensionWithIdentity, } # Return the extension if we find it in the map, else return the default diff --git a/src/k8s-extension/azext_k8s_extension/partner_extensions/Cassandra.py b/src/k8s-extension/azext_k8s_extension/partner_extensions/DefaultExtensionWithIdentity.py similarity index 96% rename from src/k8s-extension/azext_k8s_extension/partner_extensions/Cassandra.py rename to src/k8s-extension/azext_k8s_extension/partner_extensions/DefaultExtensionWithIdentity.py index 289e8053223..52a372f7f84 100644 --- a/src/k8s-extension/azext_k8s_extension/partner_extensions/Cassandra.py +++ b/src/k8s-extension/azext_k8s_extension/partner_extensions/DefaultExtensionWithIdentity.py @@ -1,60 +1,60 @@ -# -------------------------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for license information. -# -------------------------------------------------------------------------------------------- - -# pylint: disable=unused-argument - -from ..vendored_sdks.models import ExtensionInstance -from ..vendored_sdks.models import ExtensionInstanceUpdate -from ..vendored_sdks.models import ScopeCluster -from ..vendored_sdks.models import ScopeNamespace -from ..vendored_sdks.models import Scope - -from .PartnerExtensionModel import PartnerExtensionModel - - -class Cassandra(PartnerExtensionModel): - def Create(self, cmd, client, resource_group_name, cluster_name, name, cluster_type, extension_type, - scope, auto_upgrade_minor_version, release_train, version, target_namespace, - release_namespace, configuration_settings, configuration_protected_settings, - configuration_settings_file, configuration_protected_settings_file): - - """Default validations & defaults for Create - Must create and return a valid 'ExtensionInstance' object. - - """ - ext_scope = None - if scope is not None: - if scope.lower() == 'cluster': - scope_cluster = ScopeCluster(release_namespace=release_namespace) - ext_scope = Scope(cluster=scope_cluster, namespace=None) - elif scope.lower() == 'namespace': - scope_namespace = ScopeNamespace(target_namespace=target_namespace) - ext_scope = Scope(namespace=scope_namespace, cluster=None) - - create_identity = True - extension_instance = ExtensionInstance( - extension_type=extension_type, - auto_upgrade_minor_version=auto_upgrade_minor_version, - release_train=release_train, - version=version, - scope=ext_scope, - configuration_settings=configuration_settings, - configuration_protected_settings=configuration_protected_settings, - ) - return extension_instance, name, create_identity - - def Update(self, extension, auto_upgrade_minor_version, release_train, version): - """Default validations & defaults for Update - Must create and return a valid 'ExtensionInstanceUpdate' object. - - """ - return ExtensionInstanceUpdate( - auto_upgrade_minor_version=auto_upgrade_minor_version, - release_train=release_train, - version=version - ) - - def Delete(self, client, resource_group_name, cluster_name, name, cluster_type): - pass +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +# pylint: disable=unused-argument + +from ..vendored_sdks.models import ExtensionInstance +from ..vendored_sdks.models import ExtensionInstanceUpdate +from ..vendored_sdks.models import ScopeCluster +from ..vendored_sdks.models import ScopeNamespace +from ..vendored_sdks.models import Scope + +from .PartnerExtensionModel import PartnerExtensionModel + + +class DefaultExtensionWithIdentity(PartnerExtensionModel): + def Create(self, cmd, client, resource_group_name, cluster_name, name, cluster_type, extension_type, + scope, auto_upgrade_minor_version, release_train, version, target_namespace, + release_namespace, configuration_settings, configuration_protected_settings, + configuration_settings_file, configuration_protected_settings_file): + + """Default validations & defaults for Create + Must create and return a valid 'ExtensionInstance' object. + + """ + ext_scope = None + if scope is not None: + if scope.lower() == 'cluster': + scope_cluster = ScopeCluster(release_namespace=release_namespace) + ext_scope = Scope(cluster=scope_cluster, namespace=None) + elif scope.lower() == 'namespace': + scope_namespace = ScopeNamespace(target_namespace=target_namespace) + ext_scope = Scope(namespace=scope_namespace, cluster=None) + + create_identity = True + extension_instance = ExtensionInstance( + extension_type=extension_type, + auto_upgrade_minor_version=auto_upgrade_minor_version, + release_train=release_train, + version=version, + scope=ext_scope, + configuration_settings=configuration_settings, + configuration_protected_settings=configuration_protected_settings, + ) + return extension_instance, name, create_identity + + def Update(self, extension, auto_upgrade_minor_version, release_train, version): + """Default validations & defaults for Update + Must create and return a valid 'ExtensionInstanceUpdate' object. + + """ + return ExtensionInstanceUpdate( + auto_upgrade_minor_version=auto_upgrade_minor_version, + release_train=release_train, + version=version + ) + + def Delete(self, client, resource_group_name, cluster_name, name, cluster_type): + pass From a2a405034f93cd258094d16e662d83d0ce29fbd0 Mon Sep 17 00:00:00 2001 From: Jonathan Innis Date: Wed, 28 Jul 2021 16:39:10 -0700 Subject: [PATCH 20/20] Remove the identity check for now --- testing/test/extensions/public/AzureMonitor.Tests.ps1 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/testing/test/extensions/public/AzureMonitor.Tests.ps1 b/testing/test/extensions/public/AzureMonitor.Tests.ps1 index bc7b1fedd8f..a78ec6ba980 100644 --- a/testing/test/extensions/public/AzureMonitor.Tests.ps1 +++ b/testing/test/extensions/public/AzureMonitor.Tests.ps1 @@ -24,9 +24,7 @@ Describe 'Azure Monitor Testing' { do { if (Has-ExtensionData $extensionName) { - if (Has-Identity-Provisioned) { - break - } + break } Start-Sleep -Seconds 10 $n += 1